| annotatedDataset {Biobase} | R Documentation |
This virtual class is used to derive classes exprSet, eSet. 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. reporterInfodata.frameOrNULL$(annotatedDataset) and $(annotatedDataset, value)<-pData(eset)[[as.character(val)]] which does not quite have the right semantics but it is close. This operator extracts the named component of the 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