parseMEMEOutput: parseMEMEOutput

View source: R/Wrappers-methods.r

parseMEMEOutputR Documentation

parseMEMEOutput

Description

Parse the output file from “MEME”.

Usage

  parseMEMEOutput(x)

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

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

ge11232002/TFBSTools documentation built on Dec. 26, 2024, 12:38 a.m.