readShape {DNAshapeR} | R Documentation |
Read DNA shape predictions
readShape(filename)
filename |
character name of the file containing shape predictions, including full path to file if it is located outside the current working directory. |
shapeMatrix matrix containing the shape prediction result
Federico Comoglio & Tsu-Pei Chiu
fn <- system.file("extdata", "CGRsample.fa", package = "DNAshapeR") pred <- readShape(fn)