Learn R Programming

puma (version 3.14.0)

clusterNormE: Zero-centered normalisation

Description

This function normalise the data vector to have zero mean.

Usage

clusterNormE(x)

Arguments

x
a vector which contains gene expression level on log2 scale.

Value

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

Details

Vector x is related to a gene and each element is related to a chip.

See Also

See Also as pumaClust and pumaClustii

Examples

Run this code
data(Clust.exampleE)
Clust.exampleE.centered<-t(apply(Clust.exampleE, 1, clusterNormE))

Run the code above in your browser using DataLab