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