importDremeXML | R Documentation |
Import Dreme output from previous run
importDremeXML(dreme_xml_path)
dreme_xml_path |
path to dreme.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.
[runDreme()]
dreme_xml <- system.file("extdata", "dreme.xml", package = "memes")
importDremeXML(dreme_xml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.