trackShape {DNAshapeR} | R Documentation |
Plot track view of DNA shape features
trackShape( filename, shapeList )
filename |
The name of the input fasta format file, including full path to file if it is located outside the current working directory |
shapeList |
A list containing four DNAshape prediction results |
Called for its effects
None.
Tsu-Pei Chiu
fn2 <- system.file("extdata", "SingleSeqsample.fa", package = "DNAshapeR") pred2 <- getShape(fn2) trackShape(fn2, pred2) # Only for single sequence file