Counts in region
Count reads per cell overlapping a given set of regions
CountsInRegion(object, assay, regions, ...)
object
: A Seurat objectassay
: Name of a chromatin assay in the object to useregions
: A GRanges object...
: Additional arguments passed to findOverlaps
Returns a numeric vector
CountsInRegion( object = atac_small, assay = 'bins', regions = blacklist_hg19 )
Useful links