lnormeS {LMGene}R Documentation

Function to apply lowessnorm to a transformed expression set. Returns the normalized expression set.

Description

Basically the same as lnorm, but it applies to, and returns, expression sets instead of matrices.

Usage

lnormeS(eS, span=0.1)

Arguments

eS A transformed expression set.
span A parameter for lowess.

Value

Returns an expression set with the same vlist as eS, but the matrix has been normalized by lnorm.

Author(s)

John Tillinghast

References

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

See Also

lnorm, norm

Examples


data(sample.eS)
transeS (sample.eS, 667, 65) -> trsample.eS
lnormeS (trsample.eS) -> normtrsample.eS

[Package LMGene version 1.12.0 Index]