SEA accepts three types of data files: expression, covariates and annotation. Data files are always tab-delimited files. strange symbols (such as % , &, /, # , etc) and quotation marks (“”) should be avoided in labels and gene names. Also the presence of spaces is not recommended.
We next explain each data file in detail:
Name | Array1 | Array2 | Array3 | Array4 | Array5 | Array6 | Array7 | Array8 | Array9 | … |
gene1 | 0.5 | 0.2 | 0.7 | 1.3 | 1.4 | 1.0 | 2.1 | 2.4 | 2.6 | … |
gene2 | 0.5 | 0.3 | 0.4 | 0.3 | 0.4 | 0.1 | 0.1 | 0.4 | 0.5 | … |
… | … | … | … | … | … | … | … | … | … | … |
Time | 3 | 3 | 3 | 9 | 9 | 9 | 27 | 27 | 27 | … |
Treatment | Ctr | TrA | TrB | Ctr | TrA | TrB | Ctr | TrA | TrB | … |
Experimental factors must have always more than one level, i.e. two or more time-points, two or more treatments, etc. If not, the experimental factor cannot be considered as such and should not be included in the covariates file.
gene_1 | GO:0005647 |
gene_1 | GO:0097635 |
gene_2 | GO:0000055 |
gene_3 | GO:0087630 |
gene_3 | GO:0008977 |
… | … |
For data file examples, go to the Worked Examples Menu