| CountTransform-class | R Documentation |
Abstraction for the preprocessing transformations that are applied to count data before statistical methods like PCA (e.g., log1p, scaling, row-centering). Note that these transformations may not necessarily preserve the sparsity of the matrix.
funcTransformation to be applied to sparse count matrix. Should be a function with a single parameter.
center_rowsWhether transformed rows should be shifted to have mean zero
center_colsWhether transformed columns should be shifted to have mean zero
scaleWhether transformed rows should be scaled to have unit variance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.