Learn R Programming

qpcrNorm (version 1.30.0)

normQpcrHouseKeepingGenes: Function for Housekeeping Gene Normalization of qPCR Data.

Description

Implements housekeeping gene normalization for a qpcrBatch object.

Usage

normQpcrHouseKeepingGenes(qBatch, hkeep.genes)

Arguments

qBatch
A qpcrBatch object to be normalized.
hkeep.genes
Character vector, specifying which housekeeping genes to be used for normalization.

Value

A qpcrBatch object, the normalized slot is now set at TRUE.

Details

The names in hkeep.genes must be a subset of the gene or primer pair names slot in the qpcrBatch object.

See Also

normQpcrQuantile, normQpcrRankInvariant

Examples

Run this code
	data(qpcrBatch.object)
	mynormHK.data <- normQpcrHouseKeepingGenes(qpcrBatch.object, c("Gpx4"))

Run the code above in your browser using DataLab