qpcrBatch-class(qpcrNorm)
qpcrBatch-class()所属R语言包:qpcrNorm
Class qpcrBatch
类qpcrBatch
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a class representation for qPCR expression data.
这是一个类的qPCR表达数据表示。
类的对象----------Objects from the Class----------
Objects can be created using the function readQpcr or readQpcrBatch to read in raw data from a text file(s). Objects can also be created by using new("qpcrBatch", ...).
使用功能readQpcr或readQpcrBatch阅读从文本文件中的原始数据(S),可以创建对象。对象也可以使用new("qpcrBatch", ...)创建。
插槽----------Slots----------
geneNames: Character vector denoting gene or primer pair names.
geneNames:特征向量汉语表基因或引物名称。
plateIndex: Character vector denoting plate indices.
plateIndex:特征向量表示板指数。
exprs: Matrix of qPCR expression values, normally these are the Ct values.
exprs:qPCR的表达值矩阵,通常这些都是Ct值。
normalized: Logical value, TRUE if expression data has been normalized.
normalized:逻辑值TRUE,如果表达数据已归。
normGenes: Character vector of genes used by the normalization algorithm.
normGenes:标准化算法所使用的基因特征向量。
方法----------Methods----------
No methods have yet been defined with class "qpcrBatch" in the signature.
没有方法尚未被定义类的“qpcrBatch”签名。
注意----------Note----------
This class is better describe in the vignette.
这个类是更好的描述中的小插曲。
作者(S)----------Author(s)----------
Jess Mar <a href="mailto:jess@jimmy.harvard.edu">jess@jimmy.harvard.edu</a>
举例----------Examples----------
## load example data [#加载数据为例]
data(qpcrBatch.object)
class(qpcrBatch.object)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|