getMatches | R Documentation |
Searches a given set of genomic ranges for the motifs returned by mergeMotifs. The background frequency is obtained from the total nucleotide frequencies in peaks.
getMatches(peaks, genome, out = "positions", motifs = CrobustaMotifs, ...)
peaks |
A GenomicRanges or other subject input for matchMotifs. |
genome |
A BSgenome object or other genome input for matchMotifs. |
out |
Type of output to return. |
motifs |
A PWMatrixList. |
... |
Additional arguments to |
A matches
object.
mergeMotifs
, motifmatchr::matchMotifs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.