Description Usage Arguments Value Examples
Given a MotifMatcher object, return the motifs, which are stored in the pfms slot.
1 2 | ## S4 method for signature 'MotifMatcher'
getPfms(obj)
|
obj |
An object of class MotifMatcher |
The list of motif matrices stored in the pfms slot.
1 2 3 4 | # Return the default matrix of JASPAR motifs
library(MotifDb)
motifMatcher <- MotifMatcher(genomeName="hg38", pfms = as.list(query(MotifDb, "sapiens")))
motifs <- getPfms(motifMatcher)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.