readShape {DNAshapeR}R Documentation

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

Author(s)

Federico Comoglio & Tsu-Pei Chiu

Examples

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

[Package DNAshapeR version 1.12.0 Index]