meme_seq: meme_seq

View source: R/meme_plot.R

meme_seqR Documentation

meme_seq

Description

Get motif sequence from meme file or mast file

Usage

meme_seq(meme_file)

Arguments

meme_file

The path of meme file or mast file.

Value

data.frame

Author(s)

Shiqi Zhao

Examples


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


BioVizSeq documentation built on Aug. 22, 2025, 9:13 a.m.