mev File Format
MEV file is a tab-delimited text file that contains coordinate and expression data for a single microarray experiment. The file can be divided into three parts: header, comments, and data. The header precedes the data in order to identify the columns below; the comments start with a "#' sign in each line and provides information about the file (i.e. how the file is generated). ExpressConverter generates the comments and header as following:
Comments:
version:version number of MEV Generator in the Converter.
format_version:version number of mev file format.
date:date of file creation.
created by:Converter and its version number.
row_count:number of rows of data items (genes).
converted from:the file from which the mev file is generated.
background_correction:ON if background subtracted.

Header Names (definition of columns)
UID:Unique identifier for this spot.
IA:Integrated intensity for channel 1 (Cy3).
IB:Integrated intensity for channel 2 (Cy5).
R:Row (slide_row).
C:Column (slide column).
MR:Meta-row (block row).
MC:Meta-column (block column).
SR:Sub-row (row in block).
SC:Sub-column (column in block).
FlagA:TIGR SpotFinder flag value for channel 1.
FlagB:TIGR SpotFinder flag value for channel 2.
BkgA:Background intensity for channel 1.
BkgB:Background intensity for channel 2.
SAA:Spot area for channel 1.
SAB:Spot area for channel 2.
MedA:Median Intensity for channel 1 (Cy3).
MedB:Median Intensity for channel 2 (Cy5).

In the data section, all data items are arranged based on the column definition for each spot. The format of UID varies based on the type of inputs. The Customized page generates more columns. Besides the above columns, they are:

QC:Combined quality control score from channels A and B.
QCA:Quality control score in channel A.
QCB:Quality control score in channel B.
SDA:Standard deviation for spot pixels in channel A.
SDB:Standard deviation for spot pixels in channel B.
You may want to know: