exprs(eS).
transeS(eS, lambda, alpha)ExpressionSet or AffyBatch objectExpressionSet or AffyBatch object with the expression matrix glog-transformed.
log(y + sqrt(y^2 + lambda)). Using lambda = 0 corresponds to the log
transformation, up to a scale factor of 2. (Other, equivalent expressions exist for the glog transformation. See Durbin et al. (2002) and
Huber et al. (2002) for futher details.)transeS subtracts a (scalar or vector) parameter alpha prior to application of the glog transformation, resulting in the expression
log(y - alpha + sqrt((y - alpha)^2 + lambda)).
The parameters lambda and alpha may be estimated using tranest.
Huber, W., Von Heydebreck, A., Sueltmann, H., Poustka, A., and Vingron, M. (2002) Variance stabilization applied to microarray data calibration and to the quantification of differential expression, Bioinformatics, 18, S96--S104.
glog, tranestlibrary(LMGene)
library(Biobase)
data(sample.eS)
trsample.eS <- transeS (sample.eS, 667, 65)
Run the code above in your browser using DataLab