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