importMatrix | R Documentation |
Import the motifs into pcm-class or pfm-class from files exported from Transfac, CisBP, and JASPAR.
importMatrix(
filenames,
format = c("auto", "pfm", "cm", "pcm", "meme", "transfac", "jaspar", "scpd", "cisbp",
"psam", "xmatrix"),
to = c("auto", "pcm", "pfm", "pssm", "psam")
)
filenames |
filename, an XMatrixList object, or an XMatrix object to be imported. |
format |
file format |
to |
import to pcm-class or pfm-class |
a list of object pcm-class or pfm-class
Jianhong Ou
path <- system.file("extdata", package = "motifStack")
importMatrix(dir(path, "*.pcm", full.names = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.