Description Usage Arguments Value Author(s) Examples
Normalisation MeanCentering
1 2 3 4 5 6 7 | MeanCentering(
qData,
conds,
type = "overall",
subset.norm = NULL,
scaling = FALSE
)
|
qData |
xxx |
conds |
xxx |
type |
"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 |
scaling |
A boolean that indicates if the variance of the data have to be forced to unit (variance reduction) or not. |
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 <- MeanCentering(qData, conds, type="overall")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.