This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
data_format [2020/01/28 19:24] krian |
data_format [2020/04/03 20:18] (current) |
||
---|---|---|---|
Line 3: | Line 3: | ||
Different types of data are used in Hipathia. Some of this data require a certain structure explained on the following links: | Different types of data are used in Hipathia. Some of this data require a certain structure explained on the following links: | ||
- | + | ===== Expression matrix file format ===== | |
- | [[Expression matrix file format |Expression matrix file format]] | + | |
- | + | ||
- | ===== - Expression matrix file format ===== | + | |
Expression matrix file is a Tab-separated values file. | Expression matrix file is a Tab-separated values file. | ||
Line 51: | Line 48: | ||
**Note**: If probe expression values are provided, these are recodified to gene expression values, obtained as the average value of all the probes mapping in the gene. | **Note**: If probe expression values are provided, these are recodified to gene expression values, obtained as the average value of all the probes mapping in the gene. | ||
- | |||
- | |||
- | [[Experimental design file format | Experimental design file format ]] | ||
===== Experimental design file format ===== | ===== Experimental design file format ===== | ||
Line 72: | Line 66: | ||
Here is an other file example see {{:brca_normal-basal_ed.txt|}}. | Here is an other file example see {{:brca_normal-basal_ed.txt|}}. | ||
+ | ===== Gene list file format ===== | ||
- | [[Gene list file format | Gene list file format ]] | + | Gene List is Tab-separated values file. This file has just one column, that is the Entrez ID of genes (1 Entrez ID per line). |
+ | |||
+ | |||
+ | Here is an example of a file with 4 genes to be evaluated: | ||
+ | |||
+ | <code> | ||
+ | Gene_1 | ||
+ | Gene_2 | ||
+ | Gene_3 | ||
+ | Gene_4 | ||
+ | </code> | ||