colZscores.Rd
Performs z-score normalization on the columns of a matrix. (Basically a wrapper around matrixStats)
matrixStats
colZscores(X, na.rm = FALSE)
input matrix
should NAs be omitted?
z-score normalized matrix
Fabian Mueller