1 / 60

The Discovery of Novel ncRNA in Genomes

The Discovery of Novel ncRNA in Genomes. Andrew Uzilov David Mathews. Uzilov, Keegan, Mathews. BMC Bioinformatics . 2006. In Press. Outline:. Background in ncRNA. Basic hypothesis. The Dynalign algorithm for prediction of an RNA secondary structure common to two sequences.

yin
Télécharger la présentation

The Discovery of Novel ncRNA in Genomes

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. The Discovery of Novel ncRNA in Genomes Andrew Uzilov David Mathews

  2. Uzilov, Keegan, Mathews. BMC Bioinformatics. 2006. In Press.

  3. Outline: • Background in ncRNA. • Basic hypothesis. • The Dynalign algorithm for prediction of an RNA secondary structure common to two sequences. • Using Dynalign to find ncRNA sequences in genomes. • Optimizing Dynalign performance.

  4. Central Dogma of Biology:

  5. RNA is an Active Player:

  6. What is ncRNA? • Non-coding RNA (ncRNA) is an RNA that functions without being translated to a protein. • Known roles for ncRNAs: • RNA catalyzes excision/ligation in introns. • RNA catalyzes the maturation of tRNA. • RNA catalyzes peptide bond formation. • RNA is a required subunit in telomerase. • RNA plays roles in immunity and development (RNAi). • RNA plays a role in dosage compensation. • RNA plays a role in carbon storage. • RNA is a major subunit in the SRP, which is important in protein trafficking. • RNA guides RNA modification.

  7. Predicting RNA Secondary and 3D Structure from Sequence: AAUUGCGGGAAAGGGGUCAA CAGCCGUUCAGUACCAAGUC UCAGGGGAAACUUUGAGAUG GCCUUGCAAAGGGUAUGGUA AUAAGCUGACGGACAUGGUC CUAACCACGCAGCCAAGUCC UAAGUCAACAGAUCUUCUGU UGAUAUGGAUGCAGUUCA Cate, et al. (Cech & Doudna). (1996) Science 273:1678. Waring & Davies. (1984) Gene 28: 277.

  8. An RNA Secondary Structure: R2 Retrotransposon 3’ UTR from D. melanogaster. RNA 3:1-16. On average, 46 % of nucleotides are unpaired.

  9. Gibb’s Free Energy (DG°): Ki = = = Ki/Kj = DG° quantifies the favorability of a structure at a given temperature.

  10. Nearest Neighbor Model for RNA Secondary Structure Free Energy at 37 OC: Mathews, Disney, Childs, Schroeder, Zuker, & Turner. 2004. PNAS 101: 7287.

  11. How is the Lowest Free Energy Structure Determined? • Naïve approach would be to calculate the free energy of every possible secondary structure. • Number of secondary structures  1.8N (where N is the number of nucleotides) • The free energies of 1000 structures can be calculated in 1 second. • For 100 nucleotide sequence: • Number of secondary structures  3 × 1025 • Time to calculate  1014 years

  12. Dynamic Programming Algorithm: • Not to be confused with molecular dynamics. • This is a calculation – not a simulation. • The lowest free energy structure is guaranteed given the nearest neighbor parameters used. • Reviewed by Sean Eddy. Nature Biotechnology. 2004. 11: 1457.

  13. Dynamic Programming Algorithm: • Named by Richard Bellman in 1953. • Applies to calculations in which the cost/score is built progressively from smaller solutions. • Other applications • Sequence alignment • Determining partition functions for RNA secondary structures • Finding shortest paths • Determining moves in games • Linguistics

  14. Dynamic Programming: • Recursion is used to speed the calculation. • The problem is divided into smaller problems. • The smaller problems are used to solve bigger problems. • Two Step Process • Fill – determines the lowest free energy folding possible for each subsequence • Traceback – determined the structure that has the lowest free energy

  15. RNA Secondary Structure Prediction Accuracy: Percentage of Known Base Pairs Correctly Predicted: Mathews, Disney, Childs, Schroeder, Zuker, & Turner. 2004. PNAS 101: 7287.

  16. Pseudoknot: i < i’ < j < j’

  17. Hypothesis: • ncRNAs have lower folding free energy change than non-structural sequences, e.g. mRNA, or random sequences. • Corollary: • ncRNAs, which are structured, can be found in genomic sequences because they have folding free energy change lower than background sequences.

  18. Do Structural RNAs have Lower Folding Free Energy Change than Background? • Yes: • Le et al. 1990. NAR 18:1613. • Seffens & Digby. 1999. NAR 27:1578. • Clote et al. 2005. RNA 11:578. • No: • Workman & Krogh. 1999. NAR 27:418. • Rivas & Eddy. 2000. Bioinformatics 16:583.

  19. Test of Hypothesis: ncRNA (tRNA or 5S rRNA) Negative (First order Markov chain that preserves dinucleotide frequencies) (First order Markov chain that preserves dinucleotide frequencies) 100 Control Sequences 100 Control Sequences

  20. Calculate Z Score of Folding Free Energy Change for Positives and Negatives: • Calculate the mean, <DG37>, and standard deviation, s, for the controls. • Z score is the number of standard deviations that a negative or positive’s free energy change is different from mean: Z = (DG37-<DG37>)/ s • Choose a Z-score cutoff for classification as ncRNA.

  21. Scoring: • Sensitivity = (True Positives)/(True Positives + False Negatives) = percent of ncRNA correctly classified as ncRNA • Specificity = (True Negatives)/(True Negatives + False Positives) = percent of non-ncRNA correctly classified as non-ncRNA

  22. Distribution of Z Scores: Count

  23. Receiver-Operator Characteristic (ROC) Curve:

  24. Why do Structural RNA Sequences Not Have a Significantly Lower Folding Free Energy Change? • Hypothesis is incorrect. • Secondary structure prediction has limited accuracy: • Kinetics may play a role in folding. • Free energy nearest neighbors are based on a limited number of experiments and have error. • The algorithms that are used for these studies cannot predict pseudoknots (non-nested pairs).

  25. Dynalign (a 4-D Dynamic Programming Algorithm): Algorithm for Secondary Structure Prediction (2D dynamic programming algorithm) Algorithm for Sequence Alignment (2D dynamic programming algorithm) Simultaneously finds the sequence alignment and thermodynamically favorable common secondary structure for two sequences. Dynalign requires no sequence identity. Mathews & Turner. Journal of Molecular Biology. 317: 191-203 (2002) Mathews. Bioinformatics. 21: 2246-2253 (2005)

  26. Inputs, Optimization, and Outputs: Input: Sequence 1 Sequence 2 Optimization (minimize DG°total): DG°total = DG°sequence 1 + DG°sequence 2 + (DG°gap)(number of gaps) Output: Sequence Alignment, Structure of 1, Structure of 2 where each helix in 1 must be homologous to a BP in 2

  27. Optimization of DGºgap: Seven 5S rRNAs with secondary structures predicted with 47.8% average accuracy. Average of all 42 pair-wise combinations predicted by Dynalign.

  28. Improving the Accuracy of tRNA Secondary Structure Prediction: Conventional Free Energy Minimization Predicted Structures: RD0260 RE6781

  29. Improving the Accuracy of tRNA Secondary Structure Prediction: Dynalign Predicted Structures: RE6781 RD0260 RD0260 GCGACCGGGGCUGGCUUGGUAAUGGUACUCCCCUGUCACGGGAGAGAAUGUGGGUUCAAAUCCCAUCGGUCGCGCCA RE6781 UCCGUCGUAGUCUAGGUGGUUAGGAUACUCGGCUCUCACCCGAGAGAC-CCGGGUUCGAGUCCCGGCGACGGAACCA ^^^^^^^ ^^^^ ^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^^^^^^^^

  30. Benchmarks: • Four databases: • All pairwise comparisons (21) of seven 5S sequences with widely varying accuracy of secondary structure prediction using a single sequence. • 3 calculations with 6 srp sequences. • All pairwise calculations (780) with 40 randomly chosen tRNA sequences. • All pairwise comparisons (105) of 15 randomly chosen 5S rRNA sequences.

  31. Sensitivity: Sensitivity = (Correctly Predicted Pairs)/(Total Known Pairs)

  32. Improving Dynalign Performance: • The original restriction on the alignments is: |i – k| ≤ M • For the 3’ ends of the sequence to align: M ≥ | N1 – N2| • For most applications, the ends of the sequences should align. • This suggests an alternative restriction: |i N2/N1 – k | ≤ M • This allows a smaller M parameter. Calculation time scales O(N3M3).

  33. Heuristic to Exclude Base Pairs: • There are many possible canonical base pairs that are not worth considering because any structure that contains them has a high free energy. • The “high energy” base pairs can be identified by secondary structure prediction using a single sequence (very fast). The high energy pairs can then be excluded from a Dynalign structure prediction.

  34. % of Known Pairs within a % Energy Increment from the Lowest Free Energy Structure:

  35. Time Performance Improvement: 3.2 GHz Intel Pentium 4 with 1 GB RAM; Red Hat Enterprise Linux 3; gcc 3.2.3-42 compiler

  36. Revised Hypothesis: • Dynalign calculated folding free energies for sequence pairs derived from genome alignments can be used to find ncRNAs with high sensitivity and specificity.

  37. Testing the Hypothesis: ncRNA pair (tRNAs or 5S rRNAs) Negative pair (Shuffle of global alignment) (Shuffle of global alignment) 20 Control Sequence Pairs 20 Control Sequence Pairs

  38. Dynalign ROC Curve has Larger Integral than Single Sequence:

  39. ROC Curves Depend on M:

  40. ROC Curves for tRNA and 5S rRNA:

  41. Comparison to Other State of the Art Methods: • QRNA: • Rivas & Eddy. 2001. BMC Bioinformatics 2:8. • Comparative analysis of aligned sequences, where compensating base pairs changes indicate ncRNA. Classification by stochastic context-free grammar. • RNAz: • Washietl, Hofacker, & Stadler. 2005. PNAS 102: 2454. • Folding free energy of two or more aligned sequences using RNAalifold. Classification by support vector machine (SVM). • Both Methods Use Fixed Alignments: • Faster than Dynalign. • Limited to sequence alignment algorithm (compensating base pair changes make accurate alignment difficult).

  42. QRNA Sequence Types:

  43. Dynalign vs. RNAz:

  44. What About Low Sequence Identity Pairs?

  45. Human vs. Mouse Alignment (Santa Cruz Genome Server) Pairwise Identities for 50 Nucleotide Windows:

  46. Faster Method Using Dynalign: • Run a single calculation and use a support vector machine (SVM) to classify sequence as ncRNA or not. • Each window only needs to be scanned once. • A probability is assigned to the classification. • SVM • Trained with tRNA and 5S rRNA sequences. • Input: • Dynalign total free energy change • Length of the shorter sequence • A,C,G content of each sequence

  47. ROC of SVM vs. 20 Controls:

  48. Dynalign-SVM vs. RNAz at Low Identity:

  49. Unrolling the Method on E. coli: • Look for ncRNA in E. coli using alignments to S. typhi. • MUMmer (Kurtz et al.. 2004. Genome Biol 5:R12) • 15,214 blocks of 50 to 150 nucleotides as above (where long alignment blocks were divided into 150 nucleotide windows that overlap 75 nucleotides)

  50. ncRNA Detection:

More Related