Learn R Programming

BatchQC (version 1.0.17)

gnormalize: 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

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

Run the code above in your browser using DataLab