
Applies Variance Stabilising Normalisation (vsn) to matrix
Source:R/transformation.R
transform_vsn.RdApplies the Variance Stabilising Normalisation performed by the vsn package
via the justvsn function.
Arguments
- mat
Numeric matrix.
- return_matrix_only
Logical, should only the transformed matrix be returned? If
TRUE, the function will return a matrix. IfFALSE, the function instead returns a list with the transformed data and potentially other information relevant to the transformation. Default value isFALSE.- ...
Further arguments passed to
vsn2.