trackShape {DNAshapeR}R Documentation

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

Note

None.

Author(s)

Tsu-Pei Chiu

Examples

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

[Package DNAshapeR version 1.14.0 Index]