Learn R Programming

DNAshapeR (version 1.0.2)

readShape: Read (parse) DNA shape predictions

Description

Read DNA shape predictions

Usage

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

Examples

Run this code
fn <- system.file("extdata", "CGRsample.fa", package = "DNAshapeR")
pred <- readShape(fn)

Run the code above in your browser using DataLab