parseMEMEOutput {TFBSTools}R 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)

[Package TFBSTools version 1.20.0 Index]