vsn: Normalisation vsn

View source: R/normalize.R

vsnR Documentation

Normalisation vsn

Description

Normalisation vsn

Usage

vsn(qData, conds, type = NULL)

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).

Value

A normalized numeric matrix

Author(s)

Thomas Burger, Helene Borges, Anais Courtier, Enora Fremy

Examples

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


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.