colZscores: colZscores

View source: R/utils.R

colZscoresR Documentation

colZscores

Description

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

Usage

colZscores(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.