importStremeXML: Import Streme output from previous run

View source: R/import_xml.R

importStremeXMLR Documentation

Import Streme output from previous run

Description

Import Streme output from previous run

Usage

importStremeXML(streme_xml_path)

Arguments

streme_xml_path

path to streme.xml file

Value

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.

See Also

[runStreme()]

Examples

streme_xml <- system.file("extdata", "streme.xml", package = "memes")
importStremeXML(streme_xml)

snystrom/memes documentation built on Feb. 6, 2023, 2:57 a.m.