Learn R Programming

puma (version 3.14.0)

normalisation.gs: Global scaling normalisation

Description

This function is only included for backwards compatibility with the pplr package. This function is now superceded by pumaNormalize.

This function does the global scaling normalisation.

Usage

normalisation.gs(x)

Arguments

x
a matrix or data frame which contains gene expression level on log2 scale.

Value

The return matrix is in the same format as the input x.

Details

Each row of x is related to a gene and each column is related to a chip.

See Also

See Also as bcomb and hcomb

Examples

Run this code
data(exampleE)
exampleE.normalised<-normalisation.gs(exampleE)
data(Clust.exampleE)
Clust.exampleE.normalised<-normalisation.gs(Clust.exampleE)

Run the code above in your browser using DataLab