Performs z-score normalization on the columns of a matrix. (Basically a wrapper around matrixStats)

colZscores(X, na.rm = FALSE)

Arguments

X

input matrix

na.rm

should NAs be omitted?

Value

z-score normalized matrix

Author

Fabian Mueller