Learn R Programming

BioVizSeq (version 1.0.3)

meme_seq: meme_seq

Description

Get motif sequence from meme file or mast file

Usage

meme_seq(meme_file)

Value

data.frame

Arguments

meme_file

The path of meme file or mast file.

Author

Shiqi Zhao

Examples

Run this code
mast_path <- system.file("extdata", "mast.xml", package = "BioVizSeq")
mast_file <- readLines(mast_path)
motifseq<- meme_seq(mast_file)

Run the code above in your browser using DataLab