importDremeXML: Import Dreme output from previous run

View source: R/import_xml.R

importDremeXMLR Documentation

Import Dreme output from previous run

Description

Import Dreme output from previous run

Usage

importDremeXML(dreme_xml_path)

Arguments

dreme_xml_path

path to dreme.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

[runDreme()]

Examples

dreme_xml <- system.file("extdata", "dreme.xml", package = "memes")
importDremeXML(dreme_xml)

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