Count fragments surrounding motif sites
Count the number of sequenced DNA fragments in a region surrounding each instance of a given DNA sequence motif.
MotifCounts( object, motifs, flanking.region = 1000, assay = NULL, verbose = TRUE, ... )
object
: A Seurat objectmotifs
: A list of DNA sequence motif names. One matrix will be generated for each motifflanking.region
: Amount of sequence to include surrounding the motif itselfassay
: Name of assay to use. Must be a ChromatinAssayverbose
: Display messages...
: Additional arguments passed to FeatureMatrix
Returns a list of sparse matrices
Useful links