Presentation is loading. Please wait.

Presentation is loading. Please wait.

Informative SNP Selection Based on Multiple Linear Regression

Similar presentations


Presentation on theme: "Informative SNP Selection Based on Multiple Linear Regression"— Presentation transcript:

1 Informative SNP Selection Based on Multiple Linear Regression
Jingwu He Alex Zelikovsky Thank you very much, Dr. Barneva for the kind introduction. My name is Jingwu He. Today, It is my great pleasure to give a talk at SUNY fredenia. My topic is ****. .

2 Outline SNPs, haplotypes, and genotypes Tagging problem formulation
Tagging based on multiple linear regression Experimental results Today, I will first give an introduction to bioinformatics. Then describe the biological background of my research and present how I apply algorithms to solve three problems in computational genetics epidemiology: phasing, tagging, and disease susceptibility. Finally, I will conclude my talk with my future plans

3 Human Genome Length of Human Genome (DNA)
 3 billion base pairs: A,C,G, or T. Our DNA is similar. 99.9% of DNA is common. Length of Human Genome sequence is about 3 billion base pairs ACTG. However, Our DNA are very similar. Let’s take the DNA sequence from NBA star Michael Jordan and myself. Align these two sequences. How much of DNA sequence do Mike and I have in common? Is it 50%, 80%, 90% or something else? Students, please guess a number? (Students begin to guess) congratulations! You will have a promising career in bioinformatics! The answer is 99.9%.

4 SNPs Genome difference between any two people  0.1% of genome
These differences are Single Nucleotide Polymorphisms (SNPs). Total number of SNPs in human genome  107 SNP SNP SNP Actually, genome difference between any two people is about 0.1%. In total, 10 million SNPs exist in the human population. A A C A C G C C A T T C G G G G T C A G T C G A C C G A A C A C G C C A T T C G A G G T C A G T C A A C C G A A C A T G C C A T T C G G G G T C A G T C A A C C G A A C A C G C C A T T C G G G G T C A G T C G A C C G

5 Haplotyes and Genotypes
Human = diploid organism: two different “copies” of each chromosome, one from mother, one from father. One copy from A . . . C A C C G C C A T T C G G G G G T C A G T C G G A C C G Another copy from A . . . C A G C C A T T C G G G T C A G T C A C C G C A C A A One copy from B . . . C A T T G C C A T T C G G G G G T C A G T C A A A C C G Another copy from B C A C C G C C A T T C G G G G G T C A G T C G G A C C G Haplotype 1 from A Haplotype 2 from A Haplotype 3 from B Haplotype 4 from B Genotype 1 from A In human being, everybody has two different copies of each chromosome except sex chromosome, one from mother, one from father.. This figure shows person A's and person B's chromosome 10 . notice each person has two copies of chromosome 10 Since individuals differ in SNPS, we disregard all other base-pairs only keep SNPs. We describe the SNP sequences by using haplotype and genotype. Haplotye describes a single copy of SNP sequences in a chromosome. A pair of haplotypes make a genotype In this figure, there are 4 haplotypes: 2 from person A, another 2 from B. There are two genotypes; one from A, another form B. Genotype 2 from B Since individuals differ in SNPs, we keep only SNPs. Haplotype: SNPs in a single “copy” of a chromosome Genotype: A pair of haplotypes

6 Cause of Variation: Mutations and Recombinations
One nucleotide is replaced with other G -> A One chromatid recombine with another.

7 Encoding Heterozygous homozygous SNPs are generally bi-allelic
only two alleles in single SNP: wild type and mutation 0 stands for wide type, 1 stands for mutation As computer scientists, what are our favorite sequences? Binary sequences! We are so lucky. SNPs are generally bi-allelic, only two alleles in single SNP: wild type and mutation. Look at the figure on the top, we can see that in this 4 haplotypes A is wild type and G is the mutation. When these mutations are seen at a rate great than 1% in poputation, biologists consider these variations to be SNPs. Computer scientists use 0 for wild type and 1 for mutation. What about genotypes? The rule is if two haplotypes’ SNPs are homozygous (either 0,0, or 1,1), the genotype’s SNP is 0 or 1. But, if the two haplotypes’ SNPs are heterozygous, the genotype’s SNP is 2. From the rule, we can can see that haplotype sequences are (0,1) sequences and genotype sequences are (0,1,2) sequences. After changing notations, haplotype data becomes a matrix with 0, 1 notations Genotype data becomes a matrix with 0, 1, 2 notations. It comes an interesting problem: From a given genotype sequence, how can we obtain the correct two haplotype sequences that describe the genotype? Heterozygous homozygous

8 Outline SNPs, haplotypes, and genotypes Tagging problem formulation
Tagging based on multiple linear regression Experimental results Today, I will first give an introduction to bioinformatics. Then describe the biological background of my research and present how I apply algorithms to solve three problems in computational genetics epidemiology: phasing, tagging, and disease susceptibility. Finally, I will conclude my talk with my future plans

9 Tagging Motivation Decrease SNP genotyping cost and data analysis
Many SNPs are linked (strongly correlated) Genotype only informative SNPs  tag SNPs, other SNPs are inferred from tag SNPs Perform data analysis only on tag SNPs. Cost-saving ratio = m/k Use only tag SNPs to infer non-tag SNPs The values of some SNPs are strongly correlated. We say that these SNPs are linked. Then why do we need to spend a lot of money to genetype all SNPs. Let’s save money, by only genotyping informative SNPs, then infer the values of the other SNPs from the informative SNPs. We’ll call these informative SNPs “tag” SNPs If we have m tag SNPs and k total SNPs. The cost-saving ratio = m / k

10 Tagging Problem Problem formulation
Step 1: Find tags (SNP position) in sample: Find tags (0, 1, 2) Step 2: Reconstruct complete haplotype Computation Methods Problem formulation Given the full pattern of all SNPs in a sample Find the minimum number of tag SNPs that will allow the reconstruction of the complete haplotype for each individual. Tag Selection Algorithm SNP Prediction Algorithm

11 Tagging Methods Tagging Methods …..
HapBlock (K. Zhang, M.S. Waterman, et al.) Greedy algorithm for tag selection Majority voting for prediction V. Bafna, B.V. Halldorson et al. Graph algorithm for tag selection STAMPA (E. Halperin and R. Shamir) Dynamic programming for tag selection ….. Tagging based on Multiple Linear Regression Greedy Selection Multiple Linear Regression for Prediction

12 SNP Prediction Algorithm
Given the values of k tags of an unknown individual x and the known full sample S, a SNP prediction algorithm Ak predicts the value of a single non-tag SNP in x, which is x(k+1). Treat each non-tag SNP separately Predicting

13 Tag Selection based on Prediction
Choose the optimal k tags It is NP-hard, m choose k (m= No. of total SNPs, k= No. of tags) Use Stepwise (greedy) Tag Selection Algorithm (STA) to reduce the cost and time Starts with the best tag t0, i.e., tag that minimizes error when predicting with Ak all other tags. Then STA finds such tag t1, which would be the best extension of {t0}, and continues adding best tags until reaching the set of tags of the given size k.

14 Projection Method for SNP Prediction
possible resolutions s0 = . 2 . s2 = 1 . s1 = d0 d2 d1 tag t2 How to predict SNPs if we have limited number tags, we choose the one who has shortest distance to spanning to tag space. projections span(T) tag t1 Choose resolution minimizing its distance d to spanning of tag space span (T)

15 Data Sets genotyping 23 and 102 SNPs for 30 trios Daly et al
616 kilobase region of human Chromosome 5q31 genotyping 103 SNPs for 129 trios. Seven ENCODE regions from HapMap. Regions ENr123 and ENm010 from 2 population: 45 singles Han Chinese (HCB) and 44 singles Japanese(JPT). Three regions (ENm013, ENr112, ENr113) from 30 CEPH family trios obtained from HapMapSTAMPA (E. Halperin and R. Shamir) Two gene regions: STEAP and TRPM8 genotyping 23 and 102 SNPs for 30 trios

16 Experimental Results Directly to genotype data

17 Multivariate Linear Regression Tagging
Genotype tagging uses fewer tags (e.g., up to two times less tags to reach 90% prediction accuracy) than STAMPA (E. Halperin and R. Shamir, ISMB 2005 and Bioinformatics) Statistical tagging Linear recombination of tags statistically cover non-tag SNPs Traditional methods use single tag to cover non-tag SNPs uses on average 30% fewer tags than IdSelect (C.S. Carlson et al. 2004) for statistical covering all SNPs.

18 Thank you Any Questions?
Once again, thank all of you for listening my talk Are there any questions?


Download ppt "Informative SNP Selection Based on Multiple Linear Regression"

Similar presentations


Ads by Google