find_motifs | R Documentation |
Scan for motifs in candidate regions.
find_motifs(object, ...)
## S3 method for class 'GRNData'
find_motifs(object, pfm, genome, motif_tfs = NULL, verbose = TRUE)
pfm |
A |
genome |
A |
motif_tfs |
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. |
verbose |
Display messages. |
A GRNData object with updated motif info.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.