| Contents | Index |
GPRData = gprread('File')
gprread(..., 'PropertyName', PropertyValue,...)
gprread(..., 'CleanColNames', CleanColNamesValue)
| File | GenePix Results (GPR) formatted file. Enter a file name or a path and file name. |
| CleanColNamesValue | Controls the creation of column names that can be used as variable names. |
GPRData = gprread('File') reads GenePix results data from File and creates a MATLAB structure (GPRData) with the following fields.
| Field |
|---|
| Header |
| Data |
| Blocks |
| Columns |
| Rows |
| Names |
| IDs |
| ColumnNames |
| Indices |
| Shape |
gprread(..., 'PropertyName', PropertyValue,...) defines
optional properties using property name/value pairs.
gprread(..., 'CleanColNames', CleanColNamesValue) controls the creation of column names that can be used as variable names. A GPR file may contain column names with spaces and some characters that the MATLAB software cannot use in MATLAB variable names. If CleanColNamesValue is true, gprread returns names in the field ColumnNames that are valid MATLAB variable names and names that you can use in functions. By default, CleanColNamesValue is false and the field ColumnNames may contain characters that are invalid for MATLAB variable names.
The field Indices of the structure contains indices that can be used for plotting heat maps of the data.
For more details on the GPR format, see
http://support.moleculardevices.com/pages/software/gn_genepix_file_formats.html#gpr
For a list of supported file format versions, see
http://support.moleculardevices.com/pages/software/gn_genepix_file_formats.html
% Read in a sample GPR file
gprStruct = gprread('mouse_a1pd.gpr');
% Plot the median foreground intensity for the 635 nm channel.
maimage(gprStruct,'F635 Median')

affyread | agferead | celintensityread | galread | geoseriesread | geosoftread | ilmnbsread | imageneread | magetfield | sptread

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |