rnaPlot {GeneRfold}R Documentation

Plot Rna structure / Dot plot

Description

Plot (to a postcript file) a structure (rnaPlot) made by fold or the dot plot.

Usage

dotPlot(s,t,file="toto.ps")
rnaPlot(s,struc=fold(s)[[1]],file="toto.ps")

Arguments

s Sequence (character string)
t Temperature
struc Rna structure (given by fold)
file postscript file (output)

Value

A graphic in postscript file

References

http://www.tbi.univie.ac.at/~ivo/RNA/

See Also

fold

Examples

  s <- "TTAGCTCAATTGGTAAAGACCCTAGGCGAAGCTTAGAGGTCGCCGGTT"
  fold(s)
  dotPlot(s,file="dot.ps")
  rnaPlot(s,file="rna.ps")
  

  

[Package GeneRfold version 1.0.0 Index]