SumByColumns | R Documentation |
Normalisation SumByColumns
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
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 = seq_len(10)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.