meme_seq | R Documentation |
Get motif sequence from meme file or mast file
meme_seq(meme_file)
meme_file |
The path of meme file or mast file. |
data.frame
Shiqi Zhao
mast_path <- system.file("extdata", "mast.xml", package = "BioVizSeq")
mast_file <- readLines(mast_path)
motifseq<- meme_seq(mast_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.