rnaPlot {GeneRfold} | R Documentation |
Plot (to a postcript file) a structure (rnaPlot) made by fold or the dot plot.
dotPlot(s,t,file="toto.ps") rnaPlot(s,struc=fold(s)[[1]],file="toto.ps")
s |
Sequence (character string) |
t |
Temperature |
struc |
Rna structure (given by fold) |
file |
postscript file (output) |
A graphic in postscript file
http://www.tbi.univie.ac.at/~ivo/RNA/
s <- "TTAGCTCAATTGGTAAAGACCCTAGGCGAAGCTTAGAGGTCGCCGGTT" fold(s) dotPlot(s,file="dot.ps") rnaPlot(s,file="rna.ps")