transform | R Documentation |
Transform/normalize expression data. The options are currently:
log
: log10 + 1
z
: Z normalization of each marker (recommended by Hickey et al.)
transform(x, method = c("log", "z"), out_dir = NULL)
x |
A SpatialExperiment object. |
method |
A character string indicating which transformation method should be used. |
out_dir |
Name of the output directory. If specified, the density plots will be saved there. |
A SpatialExperiment object with transformed values in the exprs
assay.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.