1 / 66

Lab7: Computational Gene Finding

Lab7: Computational Gene Finding. Woo Mao-Ying 2007-11-02. http://202.120.45.17/course/intro/lab7.htm. What is Computational Gene Finding?. Given an uncharacterized DNA sequence, find out: Which region codes for a protein? Which DNA strand is used to encode the gene?

Download Presentation

Lab7: Computational Gene Finding

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lab7: Computational Gene Finding Woo Mao-Ying 2007-11-02 http://202.120.45.17/course/intro/lab7.htm

  2. What is Computational Gene Finding? Given an uncharacterized DNA sequence, find out: • Which region codes for a protein? • Which DNA strand is used to encode the gene? • Which reading frame is used in that strand? • Where does the gene starts and ends? • Where are the exon-intron boundaries in eukaryotes? • (optionally) Where are the regulatory sequences for that gene?

  3. Prokaryotes: small genomes (0.5 – 10)×106 bp high coding density (>90%) no introns Gene identification relatively easy, with success rate ~ 99% Problems: overlapping ORFs short genes finding TSS and promoters Eukaryotes: large genomes 107– 1010 bp low coding density (<50%) intron/exon structure Gene identification a complex problem, gene level accuracy ~50% Problems: many Prokaryotic Vs. Eukaryotic Gene Finding

  4. Gene Structure

  5. Gene Finding: Different Approaches • Similarity-based methods (extrinsic) - use similarity to annotated sequences: • proteins • cDNAs • ESTs • Comparative genomics - Aligning genomic sequences from different species • Ab initio gene-finding (intrinsic) • Integrated approaches

  6. Similarity-based methods • Based on sequence conservation due to functional constraints • Use local alignment tools (Smith-Waterman algo, BLAST, FASTA) to search protein, cDNA, and EST databases • Will NOTidentify genes that code for proteins not already in databases (can identify ~50% new genes) • Limits of the regions of similarity not well defined

  7. Comparative Genomics • Based on the assumption that coding sequences are more conserved than non-coding • Two approaches: • intra-genomic (gene families) • inter-genomic (cross-species) • Alignment of homologous regions • Difficult to define limits of higher similarity • Difficult to find optimal evolutionary distance (pattern of conservation differ between loci)

  8. Summary for Extrinsic Approaches Strengths: • Rely on accumulated pre-existing biological data, thus should produce biologically relevant predictions Weaknesses: • Limited to pre-existing biological data • Errors in databases • Difficult to find limits of similarity

  9. Gene finder Ab initio Gene Finding, Part 1 Input: A DNA string over the alphabet {A,C,G,T} Output: An annotation of the string showing for every nucleotide whether it is coding or non-coding AAAGCATGCATTTAACGAGTGCATCAGGACTCCATACGTAATGCCG AAAGC ATGCAT TTA ACG A GT GCATC AG GA CTC CAT ACGTAA TGCCG

  10. Ab initio Gene Finding, Part 2 • Using only sequence information • Identifying only coding exons of protein-coding genes (transcription start site, 5’ and 3’ UTRs are ignored) • Integrates coding statistics with signal detection

  11. Coding Statistics, Part 1 • Unequal usage of codons in the coding regions is a universal feature of the genomes • uneven usage of amino acids in existing proteins • uneven usage of synonymous codons (correlates with the abundance of corresponding tRNAs) • We can use this feature to differentiate between coding and non-coding regions of the genome • Coding statistics - a function that for a given DNA sequence computes a likelihood that the sequence is coding for a protein

  12. Coding Statistics, Part 2 • Many different ones • codon usage • hexamer usage • GC content • compositional bias between codon positions • nucleotide periodicity • …

  13. An Example of Coding Statistics, Part 1

  14. An Example of Coding Statistics, Part 2 • Let F(c) be the frequency (probability) of codon c in the genes of the species under consideration • Given the sequence of codons C=c1c2…cmand assuming independence between adjacent codons: P(C)=F(c1)F(c2)…F(cm) is probability of finding C, knowing that C codes for protein Example:S=AGGACC c1=AGG c2= ACC P(S) = F(AGG)·F(ACC) = 0.022 · 0.038= 0.000836

  15. An Example of Coding Statistics, Part 3 • Let F0(c) be the frequency of codon c in a non-coding sequence. P0 (C)=F0(c1)F0(c2)…F0(cm) is the probability of finding C, knowing that C is non-coding • Assuming the random model of non-coding DNA, F0(c) = 1/64= 0.0156 for all codons P0 (S) = 0.0156 · 0.0156 = 0.000244 • The log-likelihood (LP) ratio for S is: LP(S) = log(0.000836/0.000244) = log(3.43) = 0.53 LP(S) > 0 S is coding

  16. Computing Coding Statistics in Practice • Usually, the value of coding statistics is computed using sliding windows coding profile of the sequence • Larger windows are required to detect a clear signal (50 – 200 bp)

  17. Coding Profile of ß-globin gene

  18. Signal Sensors, Part 1 • Signal – a string of DNA recognized by the cellular machinery

  19. Signal Sensors, Part 2 • Various pattern recognition method are used for identification of these signals: • consensus sequences • weight matrices • weight arrays • decision trees • Hidden Markov Models (HMMs) • neural networks • …

  20. Example of Consensus Sequence • obtained by choosing the most frequent base at each position of the multiple alignment of subsequences of interest TACGAT TATAAT TATAAT GATACT TATGAT TATGTT consensus sequence consensus (IUPAC) Leads to loss of information and can produce many false positive or false negative predictions MELON MANGO HONEY SWEET COOKY TATAAT TATRNT MONEY

  21. Example of (Positional) Weight Matrix • Computed by measuring the frequency of every element of every position of the site (weight) • Score for any putative site is the sum of the matrix values (converted in probabilities) for that sequence (log-likelihood score) • Disadvantages: (1) cut-off value required (2) assumes independence between adjacent bases TACGAT TATAAT TATAAT GATACT TATGAT TATGTT

  22. Example of Decision Tree

  23. Markov Models

  24. Ingredients of a Markov Model • Collection of states {S1, S2, …,SN} • State transition probabilities (transition matrix) Aij = P(qt+1 = Si | qt = Sj) • Initial state distribution i = P(q1 = Si)

  25. Ingredients of Our Markov Model • Collection of states {Ssunny, Srainy, Ssnowy} • State transition probabilities (transition matrix) A = • Initial state distribution i = (.7 .25 .05)

  26. Probability of a Sequence of Events P(Ssunny) x P(Srainy | Ssunny) x P(Srainy | Srainy) x P(Srainy | Srainy) x P(Ssnowy | Srainy) x P(Ssnowy | Ssnowy) = 0.7 x 0.15 x 0.6 x 0.6 x 0.02 x 0.2 = 0.0001512

  27. Hidden Markov Models

  28. Ingredients of a HMM • Collection of states: {S1, S2,…,SN} • State transition probabilities (transition matrix) Aij = P(qt+1 = Si | qt = Sj) • Initial state distribution i = P(q1 = Si) • Observations: {O1, O2,…,OM} • Observation probabilities: Bj(k) = P(vt = Ok | qt = Sj)

  29. Ingredients of Our HMM • States: {Ssunny, Srainy, Ssnowy} • State transition probabilities (transition matrix) A = • Initial state distributioni = (.7 .25 .05) • Observations: {O1, O2,…,OM} • Observation probabilities (emission matrix): B B =

  30. Probability of a Sequence of Events P(O) = P(Ogloves, Ogloves, Oumbrella,…, Oumbrella) =  P(O | Q)P(Q) =  P(O | q1,…,q7) = 0.7 x 0.86 x 0.32 x 0.14 x 0.6 + … all Q q1,…q7

  31. Typical HMM Problems Annotation Given a model M and an observed string S, what is the most probable path through M generating S Classification Given a model M and an observed string S, what is the total probability of S under M Consensus Given a model M, what is the string having the highest probability under M Training Given a set of strings and a model structure, find transition and emission probabilities assigning high probabilities to the strings

  32. HMMs and Gene Structure • Nucleotides {A,C,G,T} are the observables • Different states generates generate nucleotides at different frequencies A simple HMM for unspliced genes: AAAGCATGCAT TTA ACG AGA GCA CAA GGG CTCTAATGCCG • The sequence of states is an annotation of the generated string – each nucleotide is generated in intergenic, start/stop, coding state

  33. State of the Art in Ab initio Gene Finding • Coding statistics and signal sensors are integrated in overall gene model using • machine learning techniques (HMMs, decision trees, neural networks) • discriminant functions (linear, quadratic) • Use dynamic programming (Viterbi) to find the highest scoring path through the model • Capable of predicting: • genes on both strands simultaneously • partial and multiple genes in a sequence • suboptimal exons

  34. Examples of Gene Finders FGENES – linear DF for content and signal sensors and DP for finding optimal combination of exons GeneMark – HMMs enhanced with ribosomal binding site recognition Genie – neural networks for splicing, HMMs for coding sensors, overall structure modeled by HMM Genscan – WM, WA and decision trees as signal sensors, HMMs for content sensors, overall HMM HMMgene – HMM trained using conditional maximum likelihood Morgan – decision trees for exon classification, also Markov Models MZEF – quadratic DF, predict only internal exons

  35. Genscan Example • Developed by Chris Burge 1997 • One of the most accurate ab initio programs • Uses explicit state duration HMM to model gene structure (different length distributions for exons) • Different model parameters for regions with different GC content

  36. E0 E1 E2 I0 I1 I2 Einit Eterm 3’ UTR 5’ UTR Esngl polyA P forward strand N backward strand polyA P 5’ UTR Esngl 3’ UTR Einit Eterm I0 I1 I2 E0 E1 E2

  37. Genscan’s Architecture • HMM’s states for exons and introns in three different phases, single exon, 5’ and 3’ UTRs, promoter region and polyA site and intergenic region • Explicit length modeling • HMMs for exons, introns and intergenic regions • WM and WA for acceptor site, branch point, polyA site and promoter region • Decision tree (maximal dependence decomposition) for donor sites

  38. Ab initio Gene Finding is Difficult • Genes are separated by large intergenic regions • Genes are not continuous, but split in a number of (small) coding exons, separated by (larger) non-coding introns • in humans coding sequence comprise only a few percents of the genome and an average of 5% of each gene • Sequence signals that are essential for elucidation of a gene structure are degenerate and highly unspecific • Alternative splicing • Repeat elements (>50% in humans) – some contain coding regions

  39. Problems with Ab initio Gene Finding • No biological evidence • In long genomic sequences many false positive predictions • Prediction accuracy high, but not sufficient

  40. Evaluation of Gene Finding Programs • Calculating accuracy of programs’ predictions • Several evaluation studies: • Burset and Guigó, 1996 (vertebrate sequences) • Pavy et al., 1999 (Arabidopsis thaliana) • Rogic et al., 2001 (mammalian sequences)

  41. FN TN FN TP FN TN TN TP FP REALITY PREDICTION number of correct exons number of actual exons Measures of Prediction Accuracy, Part 1 Nucleotide level accuracy Sensitivity = Specificity = number of correct exons number of predicted exons

  42. Measures of Prediction Accuracy, Part 2 Exon level accuracy MISSING EXON WRONGEXON CORRECTEXON REALITY PREDICTION

  43. Evaluation in Rogic et al., 2001 • We developed a new dataset for this purposes –HMR195 • Characteristics of the sequences: • human – mouse – rat origin • Relatively short DNA sequences from GenBank • one gene per sequence • sequences used for the training of the programs were excluded

  44. More About HMR195 • Filtering: • Canonical start and stop codon • No in-frame stop codons • Canonical splice site dinucleotides AG – GT • Redundancy filtering: similar sequences excluded • Confirming exon locations using mRNA alignment

  45. Evaluation Results

  46. Additional Testing • Accuracy as a function of sequence and prediction characteristics: • GC content • exon length • exon type • exon type and signal • exon probabilities and scores • phylogenetic specificity

  47. Integrated Approaches for Gene Finding • Programs that integrate results of similarity searches with ab initio techniques (GenomeScan, FGENESH+, Procrustes) • Programs that use synteny between organisms (ROSETTA, SLAM) • Integration of programs predicting different elements of a gene (EuGène) • Combining predictions from several gene finding programs (combination of experts)

  48. Combining Programs’ Predictions • Set of methods used and they way they are integrated differs between individual programs • Different programs often predict different elements of an actual gene they could complement each other yielding better prediction

  49. Related Work This approach was suggested by several authors • Burset and Guigó (1996) • Investigated correlation between 9 gene-finding programs • 99% of exons predicted by all programs were correct • 1% of exons completely missed by all programs • Murakami and Tagaki (1998) • Five methods for combining the prediction by 4 gene-finding programs • Nucleotide level accuracy measures improved by 3-5% in comparison with the best single

More Related