normQpcrHouseKeepingGenes {qpcrNorm}R Documentation

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.

Details

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

Value

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

Author(s)

Jess Mar jess@jimmy.harvard.edu

See Also

normQpcrQuantile, normQpcrRankInvariant

Examples

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

[Package qpcrNorm version 1.48.0 Index]