qPCRBatch-class(ReadqPCR)
qPCRBatch-class()所属R语言包:ReadqPCR
Class qPCRBatch
类qPCRBatch
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class to Contain and Describe raw and normalised qPCR Data, as Ct or delta-Ct values. Extends eSet
类包含和说明原料和规范化qPCR数据,如CT或Δ-CT值。扩展ESET
创建对象----------Creating Objects----------
new("qPCRBatch")
new("qPCRBatch")
插槽----------Slots----------
assayData: Object of class AssayData containing the raw data, which will be at minimum a matrix of Ct values. This slot can also hold a matrix of well.info values if these are present in the input file read in by read.qPCR or read.taqman
assayData:Object类的AssayData包含原始数据,这将至少是Ct值的矩阵。这个插槽也可以举行well.info值矩阵,如果这些都是目前在读read.qPCR或read.taqman输入文件中的
phenoData: Object of class AnnotatedDataFrame containing phenotypic data for the samples.
phenoData:Object类的AnnotatedDataFrame含有样品的表型数据。
annotation A character string identifying the annotation that may be used for the ExpressionSet instance.
annotation一个字符串,确定为ExpressionSet实例,可以使用注释。
protocolData: Object of class AnnotatedDataFrame containing protocol data for the samples.
protocolData类AnnotatedDataFrame样品含协议数据的对象。
featureData Object of class AnnotatedDataFrame containing feature-level (e.g., probeset-level) information.
featureData类AnnotatedDataFrame包含功能(例如,probeset级)信息的对象。
experimentData: Object of class "MIAME" containing experiment-level information.
experimentData:MIAME“类”含实验级信息的对象。
.__classVersion__: Object of class Versions describing the R and Biobase version number used to create the instance. Intended for developer use.
.__classVersion__:Object类的Versions描述R和BIOBASE用于创建实例的版本号。供开发人员使用。
方法----------Methods----------
exprs signature(object = "qPCRBatch"): extracts the Ct
exprssignature(object = "qPCRBatch"):提取CT
exprs<- signature(object = "qPCRBatch", value = "matrix"):
exprs < - signature(object = "qPCRBatch", value = "matrix"):
exprs.well.order signature(object = "qPCRBatch"): extracts the Ct
exprs.well.ordersignature(object = "qPCRBatch"):提取CT
exprs.well.order<- signature(object = "qPCRBatch", value = "matrix"):
exprs.well.order < - signature(object = "qPCRBatch", value = "matrix"):
注意----------Note----------
This class is better described in the vignette.
更好地描述这个类中的小插曲。
作者(S)----------Author(s)----------
James Perkins
参见----------See Also----------
eSet
eSet
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|