Newer formats should have a header. Several alternative formats were 'standard' for a short while, but didn't survive and are not described here.
Conveniently, these all have a unique number of columns
- 9 Cols: Database dump, input to compute_sgascore.m
- 11 Cols: Final format of 2016 paper
- 12 Cols: Output of compute_sgascore.m
- 13 Cols: Final format of 2010 paper
(rawdata from database)
- Query Orf
- Array Orf
- Array plate num (e.g. 354)
- Set ID
- Unique plate ID
- Batch ID
- row (1 : 32)
- column (1 : 48)
- colony_size (in pixels)
(scored raw data)
- Query Orf
- Array Orf
- e_score*
- e_score (std)
- p-value
- Query smf
- Query smf (std)
- Array smf
- Array smf (std)
- Expected dmf
- Observed dmf
- Observed dmf (std)
* this file does not contain epsilon, but e_scores instead. You can calculate epsilon from this file as follows:
eps = Observed_dmf - Expected_dmf
- Query Strain ID
- Query allele name
- Array Strain ID
- Array allele name
- Arraytype/Temp
- Genetic interaction score (ε)
- P-value
- Query single mutant fitness (SMF)
- Array SMF
- Double mutant fitness
- Double mutant fitness standard deviation
- Query ORF
- Query gene name
- Array ORF
- Array gene name
- Genetic interaction score (eps)
- Standard deviation
- p-value
- Query single mutant fitness (SMF)
- Query SMF standard deviation
- Array SMF
- Array SMF standard deviation
- Double mutant fitness
- Double mutant fitness standard deviation
- StrainID1: strain ID of the first single mutant.
- ORF1: ORF of the first single mutant.
- StrainID2: strain ID of the second single mutant.
- ORF2: ORF of the second single mutant.
- DMstrainID: strain ID for the double mutant query (ORFs are ORF1 and ORF2).
- SM1strainID: strain ID for the single mutant (one of the ORFs will be YDL227C/HO).
- SM2strainID: strain ID for the other single mutant.
- Annotation: which class this interaction should be assigned to.
- Query Strain ID
- Array Strain ID
- Adjusted genetic interaction score (epsilon or tau)
- P-value
- Double/triple mutant fitness
- Double/triple mutant fitness standard deviation