Description Usage Arguments Details Value Author(s) See Also Examples
Implements housekeeping gene normalization for a qpcrBatch
object.
1 | normQpcrHouseKeepingGenes(qBatch, hkeep.genes)
|
qBatch |
A |
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
1 2 | data(qpcrBatch.object)
mynormHK.data <- normQpcrHouseKeepingGenes(qpcrBatch.object, c("Gpx4"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.