parseMEMEOutput: parseMEMEOutput

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Wrappers-methods.r

Description

Parse the output file from “MEME”.

Usage

1

Arguments

x

character(1): the filename of the “MEME” output.

Value

A list of motifs and evalues is returned.

Author(s)

Ge Tan

See Also

runMEME

Examples

1
2
3
  memeOutput <- file.path(system.file("extdata", package="TFBSTools"),
                          "meme.output")
  parseMEMEOutput(memeOutput)

TFBSTools documentation built on Nov. 8, 2020, 8:14 p.m.