Description Usage Arguments Value Examples
View source: R/classifyMotifs.R
A function that finds matches for given motif PWM to motifs within the MotifDb database
1 | classifyPcmMotifs(transfacFilePath)
|
transfacFilePath |
A string indicating the path to the TRANSFAC file |
Returns matchNames - A value of class character vector indicating motif match names
1 2 3 4 5 6 7 8 9 | data(jaspar.scores, package="MotifFunc")
jaspar.scores
transfacFilePath <- system.file("extdata", "new0007.txt", package = "MotifFunc")
matchNames <- MotifFunc::classifyPcmMotifs(transfacFilePath)
data(jaspar.scores, package="MotifFunc")
jaspar.scores
PWMfile <- system.file("extdata", "MA0007.1.transfac", package = "MotifFunc")
matchNames <- MotifFunc::classifyPcmMotifs(PWMfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.