Description Usage Arguments Value Examples
View source: R/preprocessing.R
Normalize count data per cell and transform to log scale
1 | LogNormalize(data, scale.factor = 10000, verbose = TRUE)
|
data |
Matrix with the raw count data |
scale.factor |
Scale the data. Default is 1e4 |
verbose |
Print progress |
Returns a matrix with the normalize and log transformed data
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.