norm {LMGene} | R Documentation |
This function normalizes the matrix in additive way.
norm(mat1)
mat1 |
A matrix data to be normalized |
matnorm |
Normalized matrix |
David Rocke and Geun-Cheol Lee
http://www.idav.ucdavis.edu/~dmrocke/
#library library(Biobase) library(LMGene) #data data(Smpd) LoggedSmpd<-norm(log(Smpd))