calcCV {qpcrNorm} | R Documentation |
This function calculates the coefficient of variation for each gene in the qPCR experiment, and returns the average coefficient of variation across all genes.
calcCV(qBatch)
qBatch |
A |
A numeric
value.
Jess Mar jess@jimmy.harvard.edu
data(qpcrBatch.object) mynormRI.data <- normQpcrRankInvariant(qpcrBatch.object, 1) mynormQuant.data <- normQpcrQuantile(qpcrBatch.object) barplot(c(calcCV(mynormRI.data), calcCV(mynormQuant.data)), col=c("red", "blue"))