rowZscores: rowZscores

View source: R/utils.R

rowZscoresR Documentation

rowZscores

Description

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

Usage

rowZscores(X, na.rm = FALSE)

Arguments

X

input matrix

na.rm

should NAs be omitted?

Value

z-score normalized matrix

Author(s)

Fabian Mueller


GreenleafLab/ChrAccR documentation built on March 22, 2023, 11:42 p.m.