fold {GeneRfold} | R Documentation |
Folds the sequence and returns the minimum free energyin kcal/mol; the mfe structure in bracket notation is returned.
fold(s,t=37)
s |
Sequence (character string) |
t |
Temperature (double) |
a list with
Energy |
|
Structure |
http://www.tbi.univie.ac.at/~ivo/RNA/
s <- "TTAGCTCAATTGGTAAAGACCCTAGGCGAAGCTTAGAGGTCGCCGGTT" fold(s) dotPlot(s,file="dot.ps") rnaPlot(s,file="rna.ps")