Scan for motifs in candidate regions
find_motifs(object, ...)
# S4 method for class 'CSNObject'
find_motifs(object, pfm, genome, motif_tfs = NULL, verbose = TRUE, ...)
The input data, a csn object.
Arguments for other methods
A PFMatrixList
object with position weight matrices.
A BSgenome
object with the genome of interest.
A data frame matching motifs with TFs. The first column is assumed to be the name of the motif, the second the name of the TF.
Display messages.
A CSNObject object with updated motif info.