powered by
Find the fraction of counts per cell that overlap a given set of genomic ranges
FractionCountsInRegion(object, regions, assay = NULL, ...)
A Seurat object
A GRanges object containing a set of genomic regions
Name of assay to use
Additional arguments passed to CountsInRegion
CountsInRegion
Returns a numeric vector
# NOT RUN { FractionCountsInRegion( object = atac_small, assay = 'bins', regions = blacklist_hg19 ) # }
Run the code above in your browser using DataLab