powered by
Get motif sequence from meme file or mast file
meme_seq(meme_file)
data.frame
The path of meme file or mast file.
Shiqi Zhao
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