FractionCountsInRegion | R Documentation |
Find the fraction of counts per cell that overlap a given set of genomic ranges
FractionCountsInRegion(object, regions, assay = NULL, ...)
object |
A Seurat object |
regions |
A GRanges object containing a set of genomic regions |
assay |
Name of assay to use |
... |
Additional arguments passed to |
Returns a numeric vector
## Not run:
FractionCountsInRegion(
object = atac_small,
assay = 'bins',
regions = blacklist_hg19
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.