Description Usage Arguments Value Note Author(s) Examples
Plot track view of DNA shape features
1 | 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
1 2 3 | fn2 <- system.file("extdata", "SingleSeqsample.fa", package = "DNAshapeR")
pred2 <- getShape(fn2)
trackShape(fn2, pred2) # Only for single sequence file
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.