annotatedDataset {Biobase} | R Documentation |
This virtual class is used to derive the exprSet
class. It defines the phenoData
specific methods
A virtual Class: No objects may be created from it.
phenoData
:phenoData
containing the patient (or case) level data. The columns of the pData slot of this entity represent variables and the rows represent patients or cases. reporterInfo
data.frameOrNULL
$(annotatedDataset)
and $(annotatedDataset, value)<-
pData
slot in phenoData
.[[(index)
and [[(index, value)<-
:phenoData(annotatedDataset)
and phenoData(annotatedDataset, value)<-
phenoData
slotreporterInfo(annotatedDataset)
and reporterInfo(annotatedDataset, value)<-
reporterInfo
slotpData(annotatedDataset)
and pData(exprSet, value)<-
varLabels(annotatedDataset)
This is a virtual class and no objects of this class should be created from it. Instead, create exprSet or eSet
Alan Katz