View source: R/publicUtilities.R
readPCM | R Documentation |
read position count matrix from a path
readPCM(path = ".", pattern = NULL)
path |
a character vector of full path names |
pattern |
an optional regular expression |
A list of pcm
objects
pcms<-readPCM(file.path(find.package("motifStack"), "extdata"),"pcm$")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.