Methods to use for data transformation.
transformation(matrix, option)
a matrix-like objector of gene expression values with rows representing genes, columns representing samples or cells
character value specifying the transformation method to use. Has to be one of "none", "log", "sqrt", "vst".
a matrix-like object with the same dimension of input object after data transformation.
refer to scdecon
for more details.