Description Usage Arguments Value
View source: R/preprocessing.R
Performs L1 normalization on input data such that the sum of expression values for each cell sums to 1, then returns normalized matrix to the metric space using median UMI count per cell effectively scaling all cells as if they were sampled evenly.
1 | library.size.normalize(data, verbose = FALSE)
|
data |
matrix (n_samples, n_dimensions) 2 dimensional input data array with n cells and p dimensions |
verbose |
boolean, default=FALSE. If true, print verbose output |
data_norm matrix (n_samples, n_dimensions) 2 dimensional array with normalized gene expression values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.