normQpcrQuantile {qpcrNorm} | R Documentation |
Implements quantile normalization for a qpcrBatch
object.
We have adapted this algorithm from the function normalizeBetweenArrays
from the limma package.
Data in a qpcrBatch
object is normalized such that within an experiment, the expression distributions
across plates are more or less identical, and across experiments, the expression distributions
are also now more or less identical.
normQpcrQuantile(qBatch)
qBatch |
A link{qpcrBatch} object. |
A link{qpcrBatch}
object, the normalized
slot is now set at TRUE.
Jess Mar jess@jimmy.harvard.edu
normQpcrRankInvariant
, normalizeBetweenArrays
data(qpcrBatch.object) mynormQuant.data <- normQpcrQuantile(qpcrBatch.object)