| Bioinformatics Toolbox™ | ![]() |
magetfield(MAStruct, FieldName)
| MAStruct | Microarray structure. |
| FieldName | A column in MAStruct. |
magetfield(MAStruct, FieldName) extracts data for FieldName, a column in MAStruct, microarray structure.
The benefit of this function is to hide the details of extracting a column of data from a structure created with one of the microarray reader functions (gprread, agferead, sptread, imageneread).
maStruct = gprread('mouse_a1wt.gpr');
cy3data = magetfield(maStruct,'F635 Median');
cy5data = magetfield(maStruct,'F532 Median');
mairplot(cy3data,cy5data,'title','R vs G IR plot');Bioinformatics Toolbox™ functions: agferead, gprread, ilmnbsread, imageneread, maboxplot, mairplot, maloglog, malowess, sptread
![]() | mafdr | maimage | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |