geosoftread
Read Gene Expression Omnibus (GEO) SOFT format data
Syntax
GEOSOFTData = geosoftread(File)
GEOSOFTData = geosoftread(File,'TimeOut',TimeOutValue)
Input Arguments
| File | Either of the following: 
 Tip You can use the  | 
| TimeOutValue | Connection timeout in seconds, specified as a positive scalar. The default value is 5. For details, see here. | 
Output Arguments
| GEOSOFTData | MATLAB structure containing information from a GEO SOFT format file. | 
Description
GEOSOFTData = geosoftread(File)GEOSOFTData,
with the following fields.
| Fields | Description | 
|---|---|
| Scope | Type of file read (SAMPLE, DATASET, or PLATFORM) | 
| Accession | Accession number for record in GEO database. | 
| Header | Microarray experiment information. | 
| ColumnDescriptions | Cell array containing descriptions of columns in the data. | 
| ColumnNames | Cell array containing names of columns in the data. | 
| Data | Array containing microarray data. | 
| Identifier(GDS files only) | Cell array containing probe IDs. | 
| IDRef(GDS files only) | Cell array containing indices to probes. | 
Note
Currently, the geosoftread function supports
Sample (GSM), Data Set (GDS), and Platform (GPL) records.
GEOSOFTData = geosoftread(File,'TimeOut',TimeOutValue)
Examples
Version History
Introduced before R2006a
See Also
galread | getgeodata | geoseriesread | gprread | ilmnbsread | sptread