norm {LMGene}R Documentation

Additive normalization function

Description

This function normalizes the matrix in additive way.

Usage

norm(mat1)

Arguments

mat1 A matrix data to be normalized

Value

matnorm Normalized matrix

Author(s)

David Rocke and Geun-Cheol Lee

References

http://www.idav.ucdavis.edu/~dmrocke/

See Also

lnorm

Examples

#library
library(Biobase)
library(LMGene)

#data
data(sample.mat)
LoggedSmpd<-norm(log(sample.mat))


[Package LMGene version 1.8.0 Index]