Learn R Programming

ggmotif (version 0.2.1)

getMotifFromMEME: Extract and Visualize Motif Information from MEME Software

Description

getMotifFromMEME Extract motif information from the MEME software results.

Value

Return a datafram

Arguments

data

A txt file from MEME software.

format

The result format from MEME, txt or xml.

Author

Xiang LI <lixiang117423@foxmail.com>

Examples

Run this code
filepath <- system.file("examples", "meme.txt", package = "ggmotif")
motif.info <- getMotifFromMEME(data = filepath, format = "txt")

filepath <- system.file("examples", "meme.xml", package = "ggmotif")
motif.info <- getMotifFromMEME(data = filepath, format = "xml")

Run the code above in your browser using DataLab