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.
func
Transformation to be applied to sparse count matrix. Should be a function with a single parameter.
center_rows
Whether transformed rows should be shifted to have mean zero
center_cols
Whether transformed columns should be shifted to have mean zero
scale
Whether 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.