
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. If- FALSE, the function instead returns a list with the transformed data and potentially other information relevant to the transformation. Default value is- FALSE.
- ...
- Further arguments passed to - vsn2.