Description Usage Arguments Details Examples
View source: R/calc_lib_size.R
This function will count the number of reads / UMIs per cell
| 1 | calc_libsize(input, assay = "counts", label = NULL)
 | 
| input | the input sce object | 
| assay | which assay to calculate library size on | 
| suffix | the | 
This will calculate the total number of UMIs on a per cell basis.
| 1 | sce <- calc_libsize(input = sce)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.