normQpcrHouseKeepingGenes(qpcrNorm)
normQpcrHouseKeepingGenes()所属R语言包:qpcrNorm
Function for Housekeeping Gene Normalization of qPCR Data.
管家基因标准化qPCR数据的功能。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Implements housekeeping gene normalization for a qpcrBatch object.
实现qpcrBatch对象的看家基因标准化。
用法----------Usage----------
normQpcrHouseKeepingGenes(qBatch, hkeep.genes)
参数----------Arguments----------
参数:qBatch
A qpcrBatch object to be normalized.
一个qpcrBatch对象必须标准化。
参数:hkeep.genes
Character vector, specifying which housekeeping genes to be used for normalization.
特征向量,指定看家基因标准化。
Details
详情----------Details----------
The names in hkeep.genes must be a subset of the gene or primer pair names slot in the qpcrBatch object.
hkeep.genes名称必须是该基因的引物对名称插槽或qpcrBatch对象的子集。
值----------Value----------
A qpcrBatch object, the normalized slot is now set at TRUE.
一个qpcrBatch对象,normalized插槽设置为TRUE。
作者(S)----------Author(s)----------
Jess Mar <a href="mailto:jess@jimmy.harvard.edu">jess@jimmy.harvard.edu</a>
参见----------See Also----------
normQpcrQuantile, normQpcrRankInvariant
normQpcrQuantile,normQpcrRankInvariant
举例----------Examples----------
data(qpcrBatch.object)
mynormHK.data <- normQpcrHouseKeepingGenes(qpcrBatch.object, c("Gpx4"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|