| MatArray Toolbox | Search  Help Desk |
| readImagene |
Syntax
A = readImagene(name)
Description
Reads the file with filenamename and puts the result
in the matrix A, one line for each spot.
The resulting matrix A has five columns :
A(:,1) signal mean
A(:,2) background mean
A(:,3) signal standard deviation
A(:,4) background standard deviation
The code of the script should be quite easy to modify to suit anybody's needs and tastes.