meme_to_loc: meme_to_loc

View source: R/meme_plot.R

meme_to_locR Documentation

meme_to_loc

Description

Extract the location information of motif from mast or meme file

Usage

meme_to_loc(motif_file)

Arguments

motif_file

The motif data of mast or meme file.

Value

list

Author(s)

Shiqi Zhao

Examples


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


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