vsn | R Documentation |
Normalisation vsn
vsn(qData, conds, type = NULL)
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). |
A normalized numeric matrix
Thomas Burger, Helene Borges, Anais Courtier, Enora Fremy
utils::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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.