Nucleic acid structure prediction

Nucleic acid structure prediction

Nucleic acid structure prediction is a computational method to determine nucleic acid secondary and tertiary structure from its sequence. Secondary structure can be predicted from a single or from several nucleic acid sequences. Tertiary structure can be predicted from the sequence, or by comparative modeling (when the structure of a homologous sequence is known).

The problem of predicting nucleic acid secondary structure is dependent mainly on base pairing and base stacking interactions; many molecules have several possible three-dimensional structures, so predicting these structures remains out of reach unless obvious sequence and functional similarity to a known class of nucleic acid molecules, such as transfer RNA or microRNA, is observed. Many secondary structure prediction methods rely on variations of dynamic programming and therefore are unable to efficiently identify pseudoknots.

While the methods are similar, there are slight differences in the approaches to RNA and DNA structure prediction. In vivo, DNA structures are more likely to be duplexes with full complementarity between two strands, while RNA structures are more likely to fold into complex secondary and tertiary structures such as in the ribosome, spliceosome, or tRNA. This is partially because the extra oxygen in RNA increases the propensity for hydrogen bonding in the nucleic acid backbone. The energy parameters are also different for the two nucleic acids.

Contents

Single sequence structure prediction

A common problem for researchers working with RNA is to determine the three-dimensional structure of the molecule given just the nucleic acid sequence. However, in the case of RNA much of the final structure is determined by the secondary structure or intra-molecular base-pairing interactions of the molecule. This is shown by the high conservation of base-pairings across diverse species.

The most stable structure

Secondary structure of small RNA molecules is largely determined by strong, local interactions such as hydrogen bonds and base stacking. Summing the free energy for such interactions should provide an approximation for the stability of a given structure. To predict the folding free energy of a given secondary structure, an empirical nearest-neighbor model is used. In the nearest neighbor model the free energy change for each motif depends on the sequence of the motif and of its closest base-pairs.[1] The model and parameters of minimal energy for Watson–Crick pairs, GU pairs and loop regions were derived from empirical calorimetric experiments, the most up-to-date parameters were published in 2004,[2] although most software packages use the previous set assembled in 1999.[3]

The simplest way to find the lowest free energy structure would be to generate all possible structures and calculate the free energy for it, but the number of possible structures for a sequence increases exponentially with the length of RNA (Number of secondary structures = (1,8)N , N- number of nucleotides).[4] For longer RNA molecules, the number of possible secondary structures is huge: a sequence of 100 nucleotides has more than 1025 possible secondary structures.[1]

Dynamic programming algorithms

The first and the most popular method for finding the most stable structure is a dynamic programming algorithm.[5][6] One of the first attempts to predict RNA secondary structure was made by Ruth Nussinov and co-workers who used the dynamic programming method for maximizing the number of base-pairs.[5] However, there are several issues with this approach: most importantly, the solution is not unique. Nussinov et al. published an adaptation of their approach using a simple nearest-neighbour energy model in 1980.[6] In 1981, Michael Zuker and Patrick Stiegler proposed using a slightly refined dynamic programming approach to modelling nearest neighbor energy interactions that directly incorporates stacking into the prediction.[7]

Dynamic programming algorithms provide a means to implicitly check all variants of possible RNA secondary structures without explicitly generating the structures. First, the lowest conformational free energy is determined for each possible sequence fragment starting with the shortest fragments and then for longer fragments. For longer fragments, recursion on the optimal free energy changes determined for shorter sequences speeds the determination of the lowest folding free energy. Once the lowest free energy of the complete sequence is calculated, the exact structure of RNA molecule is determined.[1]

Dynamic programming algorithms are commonly used to detect base pairing patterns that are "well-nested", that is, form hydrogen bonds only to bases that do not overlap one another in sequence position. Secondary structures that fall into this category include double helices, stem-loops, and variants of the "cloverleaf" pattern found in transfer RNA molecules. These methods rely on pre-calculated parameters which estimate the free energy associated with particular types of base-pairing interactions, including Watson-Crick and Hoogsteen base pairs. Depending on the complexity of the method, single base pairs may be considered as well as short two- or three-base segments to incorporate the effects of base stacking. This method cannot identify pseudoknots, which are not well nested, without substantial algorithmic modifications that are extremely computationally expensive.[8]

Suboptimal structures

The accuracy of RNA secondary structure prediction from a single sequence by free energy minimization is limited by several factors:

  1. The free energy value's list in nearest neighbor model is incomplete
  2. Not all known RNA folds in such a way as to conform with the thermodynamic minimum.
  3. Some RNA sequences have more than one biologically active conformation (e. i. Riboswitches)

For this reason, the ability to predict structures which have similar low free energy would provide significant information. Such structures are termed suboptimal structures. MFOLD is one program that generates suboptimal structures.[9]

Predicting pseudoknots

One of the issues when predicting RNA secondary structure is that the standard free energy minimization and statistical sampling methods can not find pseudoknots.[3] The major problem is that the usual dynamic programing algorithms, when predicting secondary structure, consider only the interactions between the closest nucleotides, while pseudoknotted structures are formed due to interactions between distant nucleotides. Rivas and Eddy published a dynamic programming algorithm for predicting pseudoknots.[8] However, this dynamic programming algorithm is very slow. The standard dynamic programming algorithm for free energy minimization scales O(N3) in time (N is the number of nucleotides in the sequence), while the Rivas and Eddy algorithm scales O(N6) in time. This has prompted several researchers to implement versions of the algorithm that restrict classes of pseudoknots, resulting in performance gains. For example, pknotsRG tool includes only the class of simple recursive pseudoknots and scales O(N4) in time.[10]

Other approaches for RNA secondary structure prediction

Another approach for RNA secondary structure determination is to sample structures from the Boltzmann ensemble,[11][12] as exemplified by the program SFOLD. The program generates a statistical sample of all possible RNA secondary structures. The algorithm samples secondary structures according to the Boltzmann distribution. The sampling method offers an appealing solution to the problem of uncertainties in folding.[12]

Comparative secondary structure prediction

S. cerevisiae tRNA-PHE structure space: the energies and structures were calculated using RNAsubopt and the structure distances computed using RNAdistance.

Sequence covariation methods rely on the existence of a data set composed of multiple homologous RNA sequences with related but dissimilar sequences. These methods analyze the covariation of individual base sites in evolution; maintenance at two widely separated sites of a pair of base-pairing nucleotides indicates the presence of a structurally required hydrogen bond between those positions. The general problem of pseudoknot prediction has been shown to be NP-complete.[13]

In general, the problem of alignment and consensus structure prediction are closely related. Three different approaches to the prediction of consensus structures can be distinguished:[14]

  1. Folding of alignment
  2. Simultaneous sequence alignment and folding
  3. Alignment of predicted structures

Align then fold

A practical heuristic approach is to use multiple sequence alignment tools to produce an alignment of several RNA sequences, to find consensus sequence and then fold it. The quality of the alignment determines the accuracy of the consensus structure model. Consensus sequences are folded using various approaches similarly as in individual structure prediction problem. The thermodynamic folding approach is exemplified by RNAalifold program.[15] The different approaches are exemplified by Pfold and ILM programs. Pfold program implements a SCFGs.[16] ILM (iterated loop matching) unlike the other algorithms for folding of alignments, can return pseudocnoted structures. It uses combination of thermodynamics and mutual information content scores.[17]

Align and fold

Evolution frequently preserves functional RNA structure better than RNA sequence.[15] Hence, a common biological problem is to infer a common structure for two or more highly diverged but homologous RNA sequences. In practice, sequence alignments become unsuitable and do not help to improve the accuracy of structure prediction, when sequence similarity of two sequences is less than 50%.[18]

Structure-based alignment programs improves the performance of these alignments and most of them are variants of the Sankoff algorithm.[19] Basically, Sankoff algorithm is a merger of sequence alignment and Nussinov [5] (maximal-pairing) folding dynamic programming method.[20] Sankoff algorithm itself is a theoretical exercise because it requires extreme computational resources ( (O(n3m) in time, and O(n2m) in space, where n is the sequence length and m is the number of sequences). Some notable attempts at implementing restricted versions of Sankoff's algorithm are Foldalign,[21][22] Dynalign,[23][24] PMmulti/PMcomp,[20] Stemloc,[25] and Murlet.[26] In these implementations the maximal length of alignment or variants of possible consensus structures are restricted. For example, Foldalign focuses on local alignments and restricts the possible length of the sequences alignment.

Fold then align

A less widely used approach is to fold the sequences using single sequence structure prediction methods and align the resulting structures using tree-based metrics.[27] The fundamental weakness with this approach is that single sequence predictions are often inaccurate, thus all further analyses are affected.

Tertiary structure prediction

Once secondary structure of RNA is known, the next challenge is to predict tertiary structure. The biggest problem is to determine the structure of regions between double stranded helical regions. Also RNA molecules often contain posttranscriptionally modified nucleosides, which because of new possible non-canonical interactions, cause a lot of troubles for tertiary structure prediction.[28][29][30][31]


See also

References

  1. ^ a b c Mathews, D.H. Revolutions in RNA secondary structure prediction. J. Mol. Biol 359, 526-532(2006).
  2. ^ Mathews DH, Disney MD, Childs JL, Schroeder SJ, Zuker M, Turner DH (2004). "Incorporating chemical modification constraints into a dynamic programming algorithm for prediction of RNA secondary structure". Proceedings of the National Academy of Sciences USA 101: 7287–7292. Bibcode 2004PNAS..101.7287M. doi:10.1073/pnas.0401799101. PMC 409911. PMID 15123812. http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pmcentrez&artid=409911. 
  3. ^ a b Mathews DH, Sabina J, Zuker M, Turner DH (1999). "Expanded sequence dependence of thermodynamic parameters improves prediction of RNA secondary structure". J Mol Biol 288 (5): 911–40. doi:10.1006/jmbi.1999.2700. PMID 10329189. 
  4. ^ Zuker M., Sankoff D. (1984). "RNA secondary structures and their prediction". Bull. Math. Biol. 46: 591–621. 
  5. ^ a b c Nussinov R, Piecznik G, Grigg JR and Kleitman DJ (1978) Algorithms for loop matchings. SIAM Journal on Applied Mathematics.
  6. ^ a b Nussinov R, Jacobson AB (1980). "Fast algorithm for predicting the secondary structure of single-stranded RNA". Proc Natl Acad Sci U S A 77 (11): 6309–13. Bibcode 1980PNAS...77.6309N. doi:10.1073/pnas.77.11.6309. PMC 350273. PMID 6161375. http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pmcentrez&artid=350273. 
  7. ^ Zuker M, Stiegler P. (1981) Optimal computer folding of large RNA sequences using thermodynamics and auxiliary information. Nucleic Acids Res. Jan 10;9(1):133-48.
  8. ^ a b Rivas E, Eddy SR (1999). "A dynamic programming algorithm for RNA structure prediction including pseudoknots". J Mol Biol 285 (5): 2053–68. doi:10.1006/jmbi.1998.2436. PMID 9925784. 
  9. ^ Zuker M (2003). "Mfold web server for nucleic acid folding and hybridization prediction". Nucleic Acids Research 31 (13): 3406–3415. doi:10.1093/nar/gkg595. PMC 169194. PMID 12824337. http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pmcentrez&artid=169194. 
  10. ^ Reeder J., Giegerich R. (2004). "Design, implementation and evaluation of a practical pseudoknot folding algorithm based on thermodynamics". BMC Bioinformatics 5: 104. 
  11. ^ McCaskill JS (1990). "The equilibrium partition function and base pair binding probabilities for RNA secondary structure". Biopolymers 29 (6-7): 1105–19. doi:10.1002/bip.360290621. PMID 1695107. 
  12. ^ a b Ding Y, Lawrence CE (2003). "A statistical sampling algorithm for RNA secondary structure prediction". Nucleic Acids Res. 31 (24): 7280–301. doi:10.1093/nar/gkg938. PMC 297010. PMID 14654704. http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pmcentrez&artid=297010. 
  13. ^ Lyngsø RB, Pedersen CN. (2000). RNA pseudoknot prediction in energy-based models. J Comput Biol 7(3-4): 409-427.
  14. ^ Gardner P.P., Giegerich; Giegerich, Robert (2004). "A comprehensive comparison of comparative RNA structure prediction approaches". BMC Bioinformatics 5: 140. doi:10.1186/1471-2105-5-140. PMC 526219. PMID 15458580. http://www.biomedcentral.com/1471-2105/5/140. 
  15. ^ a b Hofacker IL, Fekete M, Stadler PF (2002). "Secondary structure prediction for aligned RNA sequences". J Mol Biol 319 (5): 1059–66. doi:10.1016/S0022-2836(02)00308-X. PMID 12079347. 
  16. ^ Knudsen B, Hein J (2003). "Pfold: RNA secondary structure prediction using stochastic context-free grammars". Nucleic Acids Res. 31 (13): 3423–8. doi:10.1093/nar/gkg614. PMC 169020. PMID 12824339. http://nar.oxfordjournals.org/cgi/content/abstract/31/13/3423. 
  17. ^ Ruan, J., Stormo, G.D. & Zhang, W. (2004) ILM: a web server for predicting RNA secondary structures with pseudoknots. Nucleic Acids Research, 32(Web Server issue), W146-149.
  18. ^ Bernhart SH, Hofacker IL (2009). "From consensus structure prediction to RNA gene finding.". Brief Funct Genomic Proteomic 8 (6): 461–71. doi:10.1093/bfgp/elp043. PMID 19833701. 
  19. ^ Sankoff D (1985) Simultaneous solution of the RNA folding, alignment and protosequence problems. SIAM Journal on Applied Mathematics. 45:810-825.
  20. ^ a b Hofacker IL, Bernhart SH, Stadler PF (2004). "Alignment of RNA base pairing probability matrices". Bioinformatics 20 (14): 2222–7. doi:10.1093/bioinformatics/bth229. PMID 15073017. http://bioinformatics.oxfordjournals.org/cgi/content/abstract/20/14/2222. 
  21. ^ Havgaard JH, Lyngso RB, Stormo GD, Gorodkin J (2005). "Pairwise local structural alignment of RNA sequences with sequence similarity less than 40%". Bioinformatics 21 (9): 1815–24. doi:10.1093/bioinformatics/bti279. PMID 15657094. http://bioinformatics.oxfordjournals.org/cgi/content/full/21/9/1815. 
  22. ^ Torarinsson E, Havgaard JH, Gorodkin J. (2007) Multiple structural alignment and clustering of RNA sequences. Bioinformatics.
  23. ^ Mathews DH, Turner DH (2002). "Dynalign: an algorithm for finding the secondary structure common to two RNA sequences". J Mol Biol 317 (2): 191–203. doi:10.1006/jmbi.2001.5351. PMID 11902836. 
  24. ^ Harmanci AO, Sharma G, Mathews DH, (2007), Efficient Pairwise RNA Structure Prediction Using Probabilistic Alignment Constraints in Dynalign, BMC Bioinformatics, 8(130).
  25. ^ Holmes I. (2005) Accelerated probabilistic inference of RNA structure evolution. BMC Bioinformatics. 2005 Mar 24;6:73.
  26. ^ Kiryu H, Tabei Y, Kin T, Asai K (2007). "Murlet: A practical multiple alignment tool for structural RNA sequences". Bioinformatics 23 (13): 1588–1598. doi:10.1093/bioinformatics/btm146. PMID 17459961. http://bioinformatics.oxfordjournals.org/cgi/content/abstract/23/13/1588. 
  27. ^ Shapiro BA and Zhang K (1990) Comparing Multiple RNA Secondary Structures Using Tree Comparisons Computer Applications in the Biosciences, vol. 6, no. 4, pp. 309–318.
  28. ^ Shapiro BA, Yingling YG, Kasprzak W, Bindewald E. (2007) Bridging the gap in RNA structure prediction. Curr Opin Struct Biol.
  29. ^ Major F, Turcotte M, Gautheret D, Lapalme G, Fillion E, Cedergren R. The combination of symbolic and numerical computation for three-dimensional modeling of RNA. Science. 1991 Sep 13;253(5025):1255-60.
  30. ^ Major F, Gautheret D, Cedergren R. Reproducing the three-dimensional structure of a tRNA molecule from structural constraints. Proc Natl Acad Sci U S A. 1993 Oct 15;90(20):9408-12.
  31. ^ Frellsen J, Moltke I, Thiim M, Mardia KV, Ferkinghoff-Borg J, Hamelryck T (2009). "A probabilistic model of RNA conformational space.". PLoS Comput Biol 5 (6): e1000406. doi:10.1371/journal.pcbi.1000406. PMC 2691987. PMID 19543381. http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pmcentrez&artid=2691987. 

Further reading

  • Baker D and Sali A. Protein structure prediction and structural genomics. Science 2001; 294: 93-6.
  • Chiu, D.K. and Kolodziejczak, T. (1991) Inferring consensus structure from nucleic acid sequences. Comput. Appl. Biosci, . 7, 347–352
  • Do CB, Woods DA, Batzoglou S. (2006) CONTRAfold: RNA secondary structure prediction without physics-based models. Bioinformatics. 22(14):e90-8.
  • Gutell, R.R., et al. (1992) Identifying constraints on the higher-order structure of RNA: continued development and application of comparative sequence analysis methods. Nucleic Acids Res, . 20, 5785–5795
  • Leontis NB, Lescoute A, and Westhof E. The building blocks and motifs of RNA architecture. Curr Opin Struct Biol 2006; 16: 279-87.
  • Lindgreen S, Gardner PP, Krogh A (2006). "Measuring covariation in RNA alignments: physical realism improves information measures". Bioinformatics 22 (24): 2988–95. doi:10.1093/bioinformatics/btl514. PMID 17038338. 
  • Macke T, Case D: Modeling unusual nucleic acid structures. In Molecular Modeling of Nucleic Acids. Edited by Leontes N, SantaLucia JJ. Washington, DC: American Chemical Society; 1998:379-393.
  • Major F: Building three-dimensional ribonucleic acid structures. Comput Sci Eng 2003, 5:44-53.
  • Massire C, Westhof E: MANIP: an interactive tool for modelling RNA. J Mol Graph Model 1998, 16:197-205, 255–257.
  • Parisien M., Major F. (2008). "The MC-Fold and MC-Sym pipeline infers RNA structure from sequence data". Nature 452 (7183): 51–55. Bibcode 2008Natur.452...51P. doi:10.1038/nature06684. PMID 18322526. 
  • Tuzet, H. & Perriquet, O., 2004. CARNAC: folding families of related RNAs. Nucleic Acids Research, 32(Web Server issue), W142-145.
  • Touzet, H., 2007. Comparative analysis of RNA genes: the caRNAc software. Methods in Molecular Biology (Clifton, N.J.), 395, 465-474.
  • Yingling YG, Shapiro BA (2006). "The prediction of the wild-type telomerase RNA pseudoknot structure and the pivotal role of the bulge in its formation". J Mol Graph Model 25 (2): 261–274. doi:10.1016/j.jmgm.2006.01.003. PMID 16481205. 
  • Zwieb C, Muller F (1997). "Three-dimensional comparative modeling of RNA". Nucleic Acids Symp Ser 36 (36): 69–71. PMID 9478210. 
  • ModeRNA: A program for comparative RNA modeling

Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Nucleic acid structure — refers to the structure of nucleic acids such as DNA and RNA It is often divided into four different levels: Primary structure the raw sequence of nucleobases of each of the component DNA strands; Secondary structure the set of interactions… …   Wikipedia

  • Nucleic acid structure determination — This article is about the experimental determination of nucleic acid structure. For computational methods, see Nucleic acid structure prediction. Structure probing of nucleic acids is the process by which biochemical techniques are used to… …   Wikipedia

  • Nucleic acid design — can be used to create nucleic acid complexes with complicated secondary structures such as this four arm junction. These four strands associate into this structure because it maximizes the number of correct base pairs, with A s matched to T s and …   Wikipedia

  • Nucleic acid secondary structure — The secondary structure of a nucleic acid molecule refers to the basepairing interactions within a single molecule or set of interacting molecules, and can be represented as a list of bases which are paired in a nucleic acid molecule.[1] The… …   Wikipedia

  • Nucleic acid thermodynamics — is the study of the thermodynamics of nucleic acid molecules, or how temperature affects nucleic acid structure. For multiple copies of DNA molecules, the melting temperature (Tm) is defined as the temperature at which half of the DNA strands are …   Wikipedia

  • Nucleic acid tertiary structure — Example of a large catalytic RNA. The self splicing group II intron from Oceanobacillus iheyensis.[1] The tertiary structure of a nucleic acid is its precise three dimensional structure, as defined by the atomic coordinates.[2] …   Wikipedia

  • Nucleic acid double helix — Double helix redirects here. For other uses, see Double helix (disambiguation). Two complementary regions of nucleic acid molecules will bind and form a double helical structure held together by base pairs. In molecular biology, the term double… …   Wikipedia

  • Nucleic acid sequence — A series of codons in part of a mRNA molecule. Each codon consists of three nucleotides, usually representing a single amino acid. The sequence or primary structure of a nucleic acid is the composition of atoms that make up the nucleic acid and… …   Wikipedia

  • Nucleic acid methods — For protein methods, see Protein methods. Nucleic acid methods are the techniques used to study nucleic acids (DNA and RNA). Purification Phenol chloroform extraction minicolumn purification RNA extraction Quantification Abundance in weight:… …   Wikipedia

  • Secondary structure prediction — is a set of techniques in bioinformatics that aim to predict the local secondary structures of proteins and RNA sequences based only on knowledge of their primary structure amino acid or nucleotide sequence, respectively. For proteins, a… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”