R/MultidimensionalScaling.R
xform.RdThis centers each column of mat around the mean of its non-zero values.
xform(mat, scale = FALSE)
| mat | matrix (such as produced by exprs) |
|---|---|
| scale | should the columns also be scaled to have unit variance |
matrix