get_motif_location {BioVizSeq} | R Documentation |
Extract the location information of motif from mast or meme file
get_motif_location(motif_file)
motif_file |
The motif data of mast or meme file. |
list
Shiqi Zhao
meme_path <- system.file("extdata", "meme.xml", package = "BioVizSeq")
meme_file <- readLines(meme_path)
motif_loc <- get_motif_location(meme_file)
mast_path <- system.file("extdata", "mast.xml", package = "BioVizSeq")
mast_file <- readLines(mast_path)
motif_loc <- get_motif_location(mast_file)