trackShape: Plot track view of DNA shape features

Description Usage Arguments Value Note Author(s) Examples

View source: R/plotShape.R

Description

Plot track view of DNA shape features

Usage

1
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

Note

None.

Author(s)

Tsu-Pei Chiu

Examples

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

TsuPeiChiu/DNAshapeR documentation built on July 6, 2021, 9:07 p.m.