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

rowZscores(X, na.rm = FALSE)

Arguments

X

input matrix

na.rm

should NAs be omitted?

Value

z-score normalized matrix

Author

Fabian Mueller