normeS {LMGene} | R Documentation |
Basically the same as norm
, but it applies to, and returns, expression sets instead of matrices.
normeS(eS)
eS |
A transformed expression set. |
Returns an expression set with the same vlist as eS, but the matrix has been normalized by norm
.
John Tillinghast
http://www.idav.ucdavis.edu/~dmrocke/
data(sample.eS) transeS (sample.eS, 667, 65) -> trsample.eS normeS (trsample.eS) -> normtrsample.eS