| Literature DB >> 21593129 |
Abstract
We present TT2NE, a new algorithm to predict RNA secondary structures with pseudoknots. The method is based on a classification of RNA structures according to their topological genus. TT2NE is guaranteed to find the minimum free energy structure regardless of pseudoknot topology. This unique proficiency is obtained at the expense of the maximum length of sequences that can be treated, but comparison with state-of-the-art algorithms shows that TT2NE significantly improves the quality of predictions. Analysis of TT2NE's incorrect predictions sheds light on the need to study how sterical constraints limit the range of pseudoknotted structures that can be formed from a given sequence. An implementation of TT2NE on a public server can be found at http://ipht.cea.fr/rna/tt2ne.php.Entities:
Mesh:
Substances:
Year: 2011 PMID: 21593129 PMCID: PMC3152363 DOI: 10.1093/nar/gkr240
Source DB: PubMed Journal: Nucleic Acids Res ISSN: 0305-1048 Impact factor: 16.971
Figure 1.Pseudocode of TT2NE. The core routine is written in black and performs an exhaustive enumeration of all independent sets of . In the end, the MFE structure can be read in the global variable ΔF. The two red lines are improvements discussed in the text.
Figure 2.Examples of how to calculate the genus with a double-line diagram representation. (a) P=5, L=5 → g=0, (b) P=5, L=3 → g=1.
Figure 3.Naive stericity tests used in this work for H-pseudoknots. The constraint (*) is used to prevent the formation of real knots.