Find occurrences of motifs in a given genome

getMotifOccurrences(motifNames = NULL, motifDb = "jaspar", genome = "hg38")

Arguments

motifNames

character vector of motif names

motifDb

either a character string (currently only "jaspar" and sets contained in chromVARmotifs ("homer", "encode", "cisbp") are supported) or an object containing PWMs that can be used by motifmatchr::matchMotifs (such as an PFMatrixList or PWMatrixList object)

genome

character string specifying genome assembly

Value

a GenomicRangesList containing motif occurrences

Author

Fabian Mueller