Description Usage Arguments Value Note
View source: R/preprocessing.R
Trimmed mean normalization
1 | normalization.trimmed.mean(x, up = 0.9, lo = 0.1, do.scaling = FALSE)
|
x |
The expression matrix; rows are genes, cells are columns |
up |
(numeric) upper quantile to be removed for calculation of the trimmed mean |
lo |
(numeric) lower quantile to be removed for calculation of the trimmed mean |
do.scaling |
(logical) scale the trimmed mean normalized expression values |
The normalized expression matrix
This function is from SINCERA version a10242015. It will be upgraded soon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.