View source: R/Wrappers-methods.r
parseMEMEOutput | R Documentation |
Parse the output file from “MEME”.
parseMEMEOutput(x)
x |
|
A list of motifs and evalues is returned.
Ge Tan
runMEME
memeOutput <- file.path(system.file("extdata", package="TFBSTools"),
"meme.output")
parseMEMEOutput(memeOutput)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.