rowAndColNormalization: Performs z-normalization on all columns and rows

View source: R/NormalizationMethods.R

rowAndColNormalizationR Documentation

Performs z-normalization on all columns and rows

Description

Performs z-normalization on all columns and rows

Usage

rowAndColNormalization(data)

Arguments

data

data matrix

Value

Data matrix with same dimensions, with each row and column z-normalized.


YosefLab/FastProjectR documentation built on Feb. 15, 2023, 6:21 a.m.