find_motifs: Scan for motifs in candidate regions.

View source: R/generics.R

find_motifsR Documentation

Scan for motifs in candidate regions.

Description

Scan for motifs in candidate regions.

Usage

find_motifs(object, ...)

## S3 method for class 'GRNData'
find_motifs(object, pfm, genome, motif_tfs = NULL, verbose = TRUE)

Arguments

pfm

A PFMatrixList object with position weight matrices.

genome

A BSgenome object with the genome of interest.

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.

Value

A GRNData object with updated motif info.


quadbiolab/Pando documentation built on April 22, 2024, 8:14 a.m.