lnormeS: Function to apply lowess normalization to an expression set.

Description Usage Arguments Value Author(s) References See Also Examples

Description

Like lnorm, but applies to and returns an ExpressionSet or AffyBatch object instead of a matrix.

Usage

1
lnormeS(eS, span=0.1)

Arguments

eS

An ExpressionSet or AffyBatch object

span

Smoothing parameter for lowess. Larger values correspond to more smoothness.

Value

Returns an ExpressionSet with exprs(eS) normalized by lnorm.

Author(s)

John Tillinghast, Blythe Durbin-Johnson

References

http://dmrocke.ucdavis.edu

See Also

lnorm, norm

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(LMGene)
library(Biobase)

data(sample.eS)

# glog transform expression set
trsample.eS <- transeS (sample.eS, 667, 65)

# normalize expression set
normtrsample.eS <- lnormeS (trsample.eS) 

LMGene documentation built on April 28, 2020, 8:01 p.m.