readShape: Read (parse) DNA shape predictions

Description Usage Arguments Value Author(s) Examples

View source: R/getShape.R

Description

Read DNA shape predictions

Usage

1
readShape(filename)

Arguments

filename

character name of the file containing shape predictions, including full path to file if it is located outside the current working directory.

Value

shapeMatrix matrix containing the shape prediction result

Author(s)

Federico Comoglio & Tsu-Pei Chiu

Examples

1
2
fn <- system.file("extdata", "CGRsample.fa", package = "DNAshapeR")
pred <- readShape(fn)

DNAshapeR documentation built on Nov. 8, 2020, 8:04 p.m.