clusterNormE: Zero-centered normalisation

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/pumaClust.R

Description

This function normalise the data vector to have zero mean.

Usage

1

Arguments

x

a vector which contains gene expression level on log2 scale.

Details

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

Value

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

Author(s)

Xuejun Liu, Magnus Rattray

See Also

See Also as pumaClust and pumaClustii

Examples

1
2
#data(Clust.exampleE)
#Clust.exampleE.centered<-t(apply(Clust.exampleE, 1, clusterNormE))

puma documentation built on Nov. 8, 2020, 11:08 p.m.