| Bioinformatics Toolbox | ![]() |
Get Gene Expression Omnibus (GEO) data
Data = getgeodata('AccessionNumber'
'PropertyName', PropertyValue...)
getgeodata(..., 'ToFile', ToFileValue)
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). |
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
geoStruct = getgeodata('GSM1768')
Bioinformatics Toolbox functions geosoftread, getgenbank, getgenpept
| getgenpept | gethmmalignment | ![]() |
© 1994-2005 The MathWorks, Inc.