normQpcrHouseKeepingGenes {qpcrNorm} | R Documentation |
Implements housekeeping gene normalization for a qpcrBatch
object.
normQpcrHouseKeepingGenes(qBatch, hkeep.genes)
qBatch |
A qpcrBatch object to be normalized. |
hkeep.genes |
Character vector, specifying which housekeeping genes to be used for normalization. |
The names in hkeep.genes
must be a subset of the gene or primer pair names slot in the qpcrBatch
object.
A qpcrBatch
object, the normalized
slot is now set at TRUE.
Jess Mar jess@jimmy.harvard.edu
normQpcrQuantile
, normQpcrRankInvariant
data(qpcrBatch.object) mynormHK.data <- normQpcrHouseKeepingGenes(qpcrBatch.object, c("Gpx4"))