Description Usage Arguments Value Author(s) Examples
Normalisation SumByColumns
1 | SumByColumns(qData, conds = NULL, type = NULL, subset.norm = NULL)
|
qData |
xxxx |
conds |
xxx |
type |
Available values are "overall" (shift all the sample distributions at once) or "within conditions" (shift the sample distributions within each condition at a time). |
subset.norm |
A vector of index indicating rows to be used for normalization |
A normalized numeric matrix
Samuel Wieczorek, Thomas Burger, Helene Borges, Anais Courtier, Enora Fremy
1 2 3 4 | utils::data(Exp1_R25_pept, package='DAPARdata')
qData <- Biobase::exprs(Exp1_R25_pept)
conds <- Biobase::pData(Exp1_R25_pept)$Condition
normalized <- SumByColumns(qData, conds, type="within conditions", subset.norm=1:10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.