standardize.genes {supclust} | R Documentation |
Standardizes each column (gene) of the x
-matrix to
zero mean and unit variance. This function is not to be called by the
user, the standardization is handled internally in pelora
.
standardize.genes(exmat)
exmat |
Numeric matrix of explanatory variables ( |
Returns a list containing:
x |
The standardized |
means |
Numeric vector of length |
sdevs |
Numeric vector of length |
Marcel Dettling, dettling@stat.math.ethz.ch
pelora
also for the references.