importStremeXML | R Documentation |
Import Streme output from previous run
importStremeXML(streme_xml_path)
streme_xml_path |
path to streme.xml file |
data.frame with statistics for each discovered motif. The 'motifs' column contains a universalmotif object representation in PCM format of each DREME motif. If no motifs are discovered, returns NULL.
[runStreme()]
streme_xml <- system.file("extdata", "streme.xml", package = "memes")
importStremeXML(streme_xml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.