get_motif_location {BioVizSeq}R Documentation

get_motif_location

Description

Extract the location information of motif from mast or meme file

Usage

get_motif_location(motif_file)

Arguments

motif_file

The motif data of mast or meme file.

Value

list

Author(s)

Shiqi Zhao

Examples

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)


[Package BioVizSeq version 0.1.1 Index]