Accessor generics for the S4 objects returned by getGEO when
parsing SOFT-format records (GSE, GSM, GPL, GDS).
Use these rather than reaching into slots directly.
Value
Meta() a list; Accession() a character string;
Table() and Columns() data.frames; dataTable() a
GEODataTable; GSMList() and GPLList() named lists.
Details
Meta(object)The record metadata as a named list (title, submission dates, sample/platform attributes, and so on).
Accession(object)The GEO accession (the
geo_accessionmetadata field).Table(object)The data table as a
data.frame– for example the measurement table of aGSMor the probe annotation of aGPL.Columns(object)A
data.framedescribing the columns ofTable(object).dataTable(object)The underlying
GEODataTableobject, which holds bothTable()andColumns().GSMList(object)For a
GSE, the list of itsGSMsample objects.GPLList(object)For a
GSE, the list of itsGPLplatform objects.