LOESS: Normalisation LOESS

View source: R/normalize.R

LOESSR Documentation

Normalisation LOESS

Description

Normalisation LOESS

Usage

LOESS(qData, conds, type = "overall", span = 0.7)

Arguments

qData

A numeric matrix.

conds

xxx

type

"overall" (shift all the sample distributions at once) or "within conditions" (shift the sample distributions within each condition at a time).

span

xxx

Value

A normalized numeric matrix

Author(s)

Thomas Burger, Helene Borges, Anais Courtier, Enora Fremy

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
qData <- Biobase::exprs(Exp1_R25_pept)
conds <- Biobase::pData(Exp1_R25_pept)$Condition
normalized <- LOESS(qData, conds, type="overall")


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.