Predefined list of transformation functions for count data normalization.
COUNT_TRANSFORMSA named list of transformation functions:
Identity transformation (no change)
Square root transformation
log2(x+1) transformation
Variance stabilizing transformation (DESeq2)
Regularized log transformation (DESeq2)
Rank transformation within each sample
This object provides a list of predefined transformation functions for gene expression matrix. For `rlog()` and `vst()` transformations (from `DESeq2`), the expression matrix is multiplied by 2 prior to rounding. This is done to preserve more information for the lower expression values (especially for TPM).