Last chance! 50% off unlimited learning
Sale ends in
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
# NOT RUN {
FRiP(object = atac_small, assay = 'peaks', total.fragments = "fragments")
# }
Run the code above in your browser using DataLab