Learn R Programming

DNAshapeR (version 1.0.2)

trackShape: Plot track view of DNA shape features

Description

Plot track view of DNA shape features

Usage

trackShape( filename, shapeList )

Arguments

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

Value

Called for its effects

Examples

Run this code
fn2 <- system.file("extdata", "SingleSeqsample.fa", package = "DNAshapeR")
pred2 <- getShape(fn2)
trackShape(fn2, pred2) # Only for single sequence file

Run the code above in your browser using DataLab