getgeodata

Get Gene Expression Omnibus (GEO) data

Syntax

Data = getgeodata('AccessionNumber'    
                  'PropertyName', PropertyValue...)

getgeodata(..., 'ToFile', ToFileValue)

Arguments

AccessionNumber

Unique identifier for a sequence record. Enter a combination of letters and numbers.

ToFile

Property to specify the location and filename for saving data. Enter either a filename, or a path and filename supported by your system (ASCII text file).

Description

Data = getgeodata('AccessionNumber', 'PropertyName',PropertyValue...) searches for the accession number in the Gene Expression Omnibus database and returns a MATLAB structure containing the following fields:

Scope
Accession
Header
ColumnDescriptions
ColumnNames
Data

getgeodata(..., 'ToFile', ToFileValue) saves the data returned from the database to a file. Read a GenPept formatted file back into MATLAB using the function gensoftread.

For more information, see

http://www.ncbi.nlm.nih.gov/About/disclaimer.html
   

Examples

geoStruct = getgeodata('GSM1768')

See Also

Bioinformatics Toolbox functions geosoftread, getgenbank, getgenpept


© 1994-2005 The MathWorks, Inc.