meme_to_loc | R Documentation |
Extract the location information of motif from mast or meme file
meme_to_loc(motif_file)
motif_file |
The motif data of mast or meme file. |
list
Shiqi Zhao
mast_path <- system.file("extdata", "mast.xml", package = "BioVizSeq")
mast_file <- readLines(mast_path)
motif_loc <- meme_to_loc(mast_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.