Compute values for all genes standardized (i.e. z scores) across samples.
Scale(
data,
name = "scaled",
slot = DefaultSlot(data),
set.to.default = FALSE,
group = NULL,
center = TRUE,
scale = TRUE
)
a new grandR object with a new slot
Standardization can be done per group. For this, the group parameter has to be a name of the Coldata
table,
to define groups of columns (i.e. samples or cells).