gprread
Read microarray data from GenePix Results (GPR) file
Syntax
GPRData
= gprread(File
)
gprread(..., 'PropertyName
', PropertyValue
,...)
gprread(..., 'CleanColNames', CleanColNamesValue
)
Arguments
File | GenePix® Results (GPR) formatted file. Enter a character vector or string specifying a file name, or a path and file name. |
CleanColNamesValue | Controls the creation of column names that can be used as variable names. |
Description
reads GenePix results
data from GPRData
= gprread(File
)
and creates
a MATLAB® structure (File
GPRData
).
gprread(..., '
defines
optional properties using property name/value pairs.PropertyName
', PropertyValue
,...)
gprread(..., 'CleanColNames',
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
)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
The function supports versions 3, 4, and 5 of the GenePix Results Format.
Examples
Version History
Introduced before R2006a
See Also
affyread
| agferead
| celintensityread
| galread
| geoseriesread
| geosoftread
| ilmnbsread
| imageneread
| magetfield
| sptread