parseMEMEOutput {TFBSTools} | R Documentation |
Parse the output file from “MEME”.
parseMEMEOutput(x)
x |
|
A list of motifs and evalues is returned.
Ge Tan
memeOutput <- file.path(system.file("extdata", package="TFBSTools"), "meme.output") parseMEMEOutput(memeOutput)