View source: R/getMotifFromMEME.R
getMotifFromMEME | R Documentation |
getMotifFromMEME
Extract motif information from the MEME software results.
data |
A txt file from MEME software. |
format |
The result format from MEME, txt or xml. |
Return a datafram
Xiang LI <lixiang117423@foxmail.com>
filepath <- system.file("examples", "meme.txt", package = "ggmotif") motif.info <- getMotifFromMEME(data = filepath, format = "txt") filepath <- system.file("examples", "meme.xml", package = "ggmotif") motif.info <- getMotifFromMEME(data = filepath, format = "xml")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.