transformation | R Documentation |
Methods to use for data transformation.
transformation(matrix, option)
matrix |
a matrix-like objector of gene expression values with rows representing genes, columns representing samples or cells |
option |
character value specifying the transformation method to use. Has to be one of "none", "log", "sqrt", "vst". |
refer to scdecon
for more details.
a matrix-like object with the same dimension of input object after data transformation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.