Commit
·
515c2cf
1
Parent(s):
955ccd8
fix
Browse files
README.md
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
-
This
|
2 |
from [GTEX](https://gtexportal.org/home/downloads/adult-gtex/bulk_tissue_expression) (
|
3 |
file: GTEx_Analysis_2017-06-05_v8_RSEMv1.3.0_transcript_tpm.gct.gz )
|
4 |
|
5 |
It measures the transcription level of each human transcripts ( 4-5 per genes ) in every
|
6 |
31 tissues (for the V1, 50 more specific tissues for the V2).
|
7 |
|
8 |
-
expression
|
9 |
|
10 |
Each sample of the dataset correspond to:
|
11 |
-
|
12 |
* A unique (gene_id, transcript_id) pair
|
13 |
-
* the quantified level of expressions across several tissues
|
14 |
* the DNA sequence
|
15 |
* the RNA sequence (ATCG format)
|
16 |
* the protein sequence
|
@@ -36,3 +35,94 @@ Each sample of the dataset correspond to:
|
|
36 |
### NOTE
|
37 |
|
38 |
Only coding genes are included at the moment, there there the RNA is actually mRNA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This dataset describes transcript expression levels based on the data
|
2 |
from [GTEX](https://gtexportal.org/home/downloads/adult-gtex/bulk_tissue_expression) (
|
3 |
file: GTEx_Analysis_2017-06-05_v8_RSEMv1.3.0_transcript_tpm.gct.gz )
|
4 |
|
5 |
It measures the transcription level of each human transcripts ( 4-5 per genes ) in every
|
6 |
31 tissues (for the V1, 50 more specific tissues for the V2).
|
7 |
|
8 |
+
The expression per tissues is the result from averaging across several patients and measurements.
|
9 |
|
10 |
Each sample of the dataset correspond to:
|
|
|
11 |
* A unique (gene_id, transcript_id) pair
|
12 |
+
* the quantified level of expressions across several tissues, which are log-transformed ( x -> log(x+1) )
|
13 |
* the DNA sequence
|
14 |
* the RNA sequence (ATCG format)
|
15 |
* the protein sequence
|
|
|
35 |
### NOTE
|
36 |
|
37 |
Only coding genes are included at the moment, there there the RNA is actually mRNA
|
38 |
+
|
39 |
+
### List of tissues V1
|
40 |
+
```
|
41 |
+
Adipose Tissue
|
42 |
+
Adrenal Gland
|
43 |
+
Bladder
|
44 |
+
Blood
|
45 |
+
Blood Vessel
|
46 |
+
Brain
|
47 |
+
Breast
|
48 |
+
Cervix Uteri
|
49 |
+
Colon
|
50 |
+
Esophagus
|
51 |
+
Fallopian Tube
|
52 |
+
Heart
|
53 |
+
Kidney
|
54 |
+
Liver
|
55 |
+
Lung
|
56 |
+
Muscle
|
57 |
+
Nerve
|
58 |
+
Ovary
|
59 |
+
Pancreas
|
60 |
+
Pituitary
|
61 |
+
Prostate
|
62 |
+
Salivary Gland
|
63 |
+
Skin
|
64 |
+
Small Intestine
|
65 |
+
Spleen
|
66 |
+
Stomach
|
67 |
+
Testis
|
68 |
+
Thyroid
|
69 |
+
Uterus
|
70 |
+
Vagina
|
71 |
+
```
|
72 |
+
### List of tissues V2
|
73 |
+
```
|
74 |
+
Adipose_Subcutaneous
|
75 |
+
Adipose_Visceral (Omentum)
|
76 |
+
Adrenal Gland
|
77 |
+
Artery_Aorta
|
78 |
+
Artery_Coronary
|
79 |
+
Artery_Tibial
|
80 |
+
Bladder
|
81 |
+
Brain_Amygdala
|
82 |
+
Brain_Anterior cingulate cortex (BA24)
|
83 |
+
Brain_Caudate (basal ganglia)
|
84 |
+
Brain_Cerebellar Hemisphere
|
85 |
+
Brain_Cerebellum
|
86 |
+
Brain_Cortex
|
87 |
+
Brain_Frontal Cortex (BA9)
|
88 |
+
Brain_Hippocampus
|
89 |
+
Brain_Hypothalamus
|
90 |
+
Brain_Nucleus accumbens (basal ganglia)
|
91 |
+
Brain_Putamen (basal ganglia)
|
92 |
+
Brain_Spinal cord (cervical c-1)
|
93 |
+
Brain_Substantia nigra
|
94 |
+
Breast_Mammary Tissue
|
95 |
+
Cells_Cultured fibroblasts
|
96 |
+
Cells_EBV-transformed lymphocytes
|
97 |
+
Cervix_Ectocervix
|
98 |
+
Cervix_Endocervix
|
99 |
+
Colon_Sigmoid
|
100 |
+
Colon_Transverse
|
101 |
+
Esophagus_Gastroesophageal Junction
|
102 |
+
Esophagus_Mucosa
|
103 |
+
Esophagus_Muscularis
|
104 |
+
Fallopian Tube
|
105 |
+
Heart_Atrial Appendage
|
106 |
+
Heart_Left Ventricle
|
107 |
+
Kidney_Cortex
|
108 |
+
Kidney_Medulla
|
109 |
+
Liver
|
110 |
+
Lung
|
111 |
+
Minor Salivary Gland
|
112 |
+
Muscle_Skeletal
|
113 |
+
Nerve_Tibial
|
114 |
+
Ovary
|
115 |
+
Pancreas
|
116 |
+
Pituitary
|
117 |
+
Prostate
|
118 |
+
Skin_Not Sun Exposed (Suprapubic)
|
119 |
+
Skin_Sun Exposed (Lower leg)
|
120 |
+
Small Intestine_Terminal Ileum
|
121 |
+
Spleen
|
122 |
+
Stomach
|
123 |
+
Testis
|
124 |
+
Thyroid
|
125 |
+
Uterus
|
126 |
+
Vagina
|
127 |
+
Whole Blood
|
128 |
+
```
|