ddCtSet-class {prada} | R Documentation |
A subclass extending virtual class eSet
designed to
store the raw data and results from a ddCt analysis of rtPCR data.
see eSet
for details
new("ddCtSet",
phenoData = ...., # object of class \code{AnnotatedDataFrame}
experimentData = .... # object of class \code{MIAME}
annotation = .... # object of class character
assayData = .... # object of class assayData
)
The assayData
slot can be instantiated using function assayDataNew
.
Inherited from eSet
:
assayData
:nrow(phenoData)
. assayData
must contain matrices
dCt
,dCt.error
,Ct.error
,
ddCt
,ddCt.error
,Difference
,level.err
,
number
,numberNA
,Plate
. SeeddCt
for details.
Class:AssayData
phenoData
:eSet
experimentData
:eSet
annotation
:eSet
Florian Hahne