Calculate fraction of reads in peaks per cell
FRiP(object, assay, total.fragments, col.name = "FRiP", verbose = TRUE)
A Seurat object
Name of the assay containing a peak x cell matrix
Name of a metadata column containing the total number
of sequenced fragments for each cell. This can be computed using the
CountFragments
function.
Name of column in metadata to store the FRiP information.
Display messages
Returns a Seurat
object
FRiP(object = atac_small, assay = 'peaks', total.fragments = "fragments")
#> Calculating fraction of reads in peaks per cell
#> An object of class Seurat
#> 1323 features across 100 samples within 3 assays
#> Active assay: peaks (323 features, 323 variable features)
#> 2 layers present: counts, data
#> 2 other assays present: bins, RNA
#> 2 dimensional reductions calculated: lsi, umap