gnormalize {BatchQC}R Documentation

Perform Genewise Normalization of the given data matrix

Description

Perform Genewise Normalization of the given data matrix

Usage

gnormalize(dat)

Arguments

dat

Given data matrix

Value

gnormdata Genewise Normalized data matrix

Examples

dat <- matrix(1:10, 2)
gnormdata <- gnormalize(dat)

[Package BatchQC version 1.22.0 Index]