calc_libsize: Calculate Library Size

Description Usage Arguments Details Examples

View source: R/calc_lib_size.R

Description

This function will count the number of reads / UMIs per cell

Usage

1
calc_libsize(input, assay = "counts", label = NULL)

Arguments

input

the input sce object

assay

which assay to calculate library size on

suffix

the

Details

This will calculate the total number of UMIs on a per cell basis.

Examples

1
sce <- calc_libsize(input = sce)

kgellatl/SignalCell documentation built on Sept. 3, 2020, 8:45 a.m.