librarySizeFactors {scater} | R Documentation |
Define size factors from the library sizes after centering. This ensures that the library size adjustment yields values comparable to those generated after normalization with other sets of size factors.
librarySizeFactors(object, exprs_values = "counts", subset_row = NULL)
object |
A count matrix or SingleCellExperiment object containing counts. |
exprs_values |
A string indicating the assay of |
subset_row |
A vector specifying whether the rows of |
A numeric vector of size factors.
data("sc_example_counts") summary(librarySizeFactors(sc_example_counts))