-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathproperties_description.txt
306 lines (211 loc) · 8.75 KB
/
properties_description.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
BIOKG biomedical knowledge graph
All files are gzipped and tab seperated
Properties
The properties folder contains properties of the entities in the BIOKG
################################################################################
# protein/protein_expression.txt.gz #
################################################################################
# Description:
Contains the tissues each protein is expressed in
# Format:
<uniprot_acc> PROTEIN_EXPRESSED_IN <hpa_tissue>
# Sources:
HPA
################################################################################
# protein/protein_go_biological_process.txt.gz #
################################################################################
# Description:
Contains go biological process annotations of proteins
# Format:
<uniprot_acc> GO_BP <GO_id>
# Sources:
Uniprot
################################################################################
# protein/protein_go_cellular_component.txt.gz #
################################################################################
# Description:
Contains go cellular component annotations of proteins
# Format:
<uniprot_acc> GO_CC <GO_id>
# Sources:
Uniprot
################################################################################
# protein/protein_go_molecular_function.txt.gz #
################################################################################
# Description:
Contains go molecular function annotations of proteins
# Format:
<uniprot_acc> GO_MF <GO_id>
# Sources:
Uniprot
################################################################################
# protein/sequence_annotations/protein_active_site.txt.gz #
################################################################################
# Description:
Contains active site sequence annotations of proteins in InterPro
# Format:
<uniprot_acc> ACTIVE_SITE <IPO_ID>
# Sources:
Uniprot
################################################################################
# protein/sequence_annotations/protein_binding_site.txt.gz #
################################################################################
# Description:
Contains binding site sequence annotations of proteins in InterPro
# Format:
<uniprot_acc> BINDING_SITE <IPO_ID>
# Sources:
Uniprot
################################################################################
# protein/sequence_annotations/protein_conserved_site.txt.gz #
################################################################################
# Description:
Contains conserved site sequence annotations of proteins in InterPro
# Format:
<uniprot_acc> CONSERVED_SITE <IPO_ID>
# Sources:
Uniprot
################################################################################
# protein/sequence_annotations/protein_domain.txt.gz #
################################################################################
# Description:
Contains domain sequence annotations of proteins in InterPro
# Format:
<uniprot_acc> DOMAIN <IPO_ID>
# Sources:
Uniprot
################################################################################
# protein/sequence_annotations/protein_family.txt.gz #
################################################################################
# Description:
Contains family sequence annotations of proteins in InterPro
# Format:
<uniprot_acc> FAMILY <IPO_ID>
# Sources:
Uniprot
################################################################################
# protein/sequence_annotations/protein_homologous_superfamily.txt.gz #
################################################################################
# Description:
Contains homologous superfamily sequence annotations of proteins in InterPro
# Format:
<uniprot_acc> HOMOLOGOUS_SUPERFAMILY <IPO_ID>
# Sources:
Uniprot
################################################################################
# protein/sequence_annotations/protein_ptm.txt.gz #
################################################################################
# Description:
Contains post transational modification sequence annotations of proteins in InterPro
# Format:
<uniprot_acc> PTM <IPO_ID>
# Sources:
Uniprot
################################################################################
# protein/sequence_annotations/protein_repeat.txt.gz #
################################################################################
# Description:
Contains repeat sequence annotations of proteins in InterPro
# Format:
<uniprot_acc> REPEAT <IPO_ID>
# Sources:
Uniprot
################################################################################
# drug/drug_atc_codes.txt.gz #
################################################################################
# Description:
Contains drug atc codes
# Format:
<drugbank_id> DRUG_ATC_CODE <atc_code>
# Sources:
Drugbank
################################################################################
# drug/drug_sideeffect.txt.gz #
################################################################################
# Description:
Contains drug sideeffect associations
# Format:
<drugbank_id> DRUG_SIDEEFFECT_ASSOCIATION <meddra_id>
# Sources:
Sider
################################################################################
# drug/drug_indication.txt.gz #
################################################################################
# Description:
Contains drug indications
# Format:
<drugbank_id> DRUG_INDICATION_ASSOCIATION <meddra_id>
# Sources:
Sider
################################################################################
# cell/cell_tissue_membership.txt.gz #
################################################################################
# Description:
Contains categorises the tissues cells are part of
# Format:
<cell> PART_OF_TISSUE <tissue>
# Sources:
HPA
################################################################################
# disease/disease_tree.txt.gz #
################################################################################
# Description:
Contains mesh heading tree for each disease
# Format:
<mesh_id> DISEASE_SUPERGRP <mesh_heading_id>
# Sources:
MeSH
################################################################################
# pathway/pathway_category.txt.gz #
################################################################################
# Description:
Contains drugbank pathway categories
# Format:
<pathway_id> PATHWAY_CATEGORY <category>
# Sources:
Drugbank
################################################################################
# pathway/pathway_parent.txt.gz #
################################################################################
# Description:
Contains relationships between Reactome pathways
# Format:
<pathway> HAS_PARENT_PATHWAY <pathway>
# Sources:
Reactome
################################################################################
# pathway/pathway_go_biological_process.txt.gz #
################################################################################
# Description:
Contains go biological process annotations of Reactome pathways
# Format:
<pathway_id> PATHWAY_GO_BP <GO_id>
# Sources:
Reactome
################################################################################
# pathway/pathway_go_cellular_component.txt.gz #
################################################################################
# Description:
Contains go cellular component annotations of Reactome pathways
# Format:
<pathway_id> PATHWAY_GO_CC <GO_id>
# Sources:
Reactome
################################################################################
# pathway/pathway_go_molecular_function.txt.gz #
################################################################################
# Description:
Contains go molecular function annotations of Reactome pathways
# Format:
<pathway_id> PATHWAY_GO_MF <GO_id>
# Sources:
Reactome
################################################################################
# genetic_disorders/mim_categories.txt.gz #
################################################################################
# Description:
Contains medgen mim categories
# Format:
<mim_id> CATEGORY <category>
# Sources:
MedGen