Description Usage Arguments Value Author(s) Examples
Import the motifs into pcm-class or pfm-class from files exported from Transfac, CisBP, and JASPAR.
1 2 3 4 5 6 | importMatrix(
filenames,
format = c("auto", "pfm", "cm", "pcm", "meme", "transfac", "jaspar", "scpd", "cisbp",
"psam"),
to = c("auto", "pcm", "pfm", "pssm", "psam")
)
|
filenames |
filename 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
1 2 | 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.