|
NAMERNAPKplex - manual page for RNAPKplex 2.5.0SYNOPSISRNAPKplex [OPTION]...DESCRIPTIONRNAPKplex 2.5.0predicts RNA secondary structures including pseudoknots Computes RNA secondary structures by first making two sequence intervals accessible and unpaired using the algorithm of RNAplfold and then calculating the energy of the interaction of those two intervals. The algorithm uses O(n^2*w^4) CPU time and O(n*w^2) memory space. The algorithm furthermore always considers dangle=2 model. It also produces a PostScript file with a plot of the pseudoknot-free secondary structure graph, in which the bases forming the pseuodknot are marked red. Sequences are read in a simple text format where each sequence occupies a single line. Each sequence may be preceded by a line of the form
> name
to assign a name to the sequence. If a name is given in the input, the
PostScript file "name.ps" is produced for the structure graph. Other-
wise the file name defaults to PKplex.ps. Existing files of the same name will
be overwritten. The input format is similar to fasta except that even long
sequences may not be interrupted by line breaks, and the header lines are
optional. The program will continue to read new sequences until a line
consisting of the single character @ or an end of file condition is
encountered.
REFERENCESIf you use this program in your work you might want to cite:R. Lorenz, S.H. Bernhart, C. Hoener zu Siederdissen, H. Tafer, C. Flamm, P.F. Stadler and I.L. Hofacker (2011), "ViennaRNA Package 2.0", Algorithms for Molecular Biology: 6:26 I.L. Hofacker, W. Fontana, P.F. Stadler, S. Bonhoeffer, M. Tacker, P. Schuster (1994), "Fast Folding and Comparison of RNA Secondary Structures", Monatshefte f. Chemie: 125, pp 167-188 R. Lorenz, I.L. Hofacker, P.F. Stadler (2016), "RNA folding with hard and soft constraints", Algorithms for Molecular Biology 11:1 pp 1-13 The energy parameters are taken from: D.H. Mathews, M.D. Disney, D. Matthew, J.L. Childs, S.J. Schroeder, J. Susan, M. Zuker, D.H. Turner (2004), "Incorporating chemical modification constraints into a dynamic programming algorithm for prediction of RNA secondary structure", Proc. Natl. Acad. Sci. USA: 101, pp 7287-7292 D.H Turner, D.H. Mathews (2009), "NNDB: The nearest neighbor parameter database for predicting stability of nucleic acid secondary structure", Nucleic Acids Research: 38, pp 280-282 AUTHORWolfgang BeyerREPORTING BUGSIf in doubt our program is right, nature is at fault. Comments should be sent to rna@tbi.univie.ac.at.
Visit the GSP FreeBSD Man Page Interface. |