motif_seq {BioVizSeq} | R Documentation |
Get motif sequence from meme file or mast file
motif_seq(meme_file)
meme_file |
The path of meme file or mast file. |
data.frame
Shiqi Zhao
meme_path <- system.file("extdata", "meme.xml", package = "BioVizSeq")
meme_file <- readLines(meme_path)
motifseq<- motif_seq(meme_file)
mast_path <- system.file("extdata", "mast.xml", package = "BioVizSeq")
mast_file <- readLines(mast_path)
motifseq<- motif_seq(mast_file)