importStremeXML {memes} | 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)