forked from dsi-bdi/biokg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmarks_readme.txt
More file actions
29 lines (25 loc) · 797 Bytes
/
benchmarks_readme.txt
File metadata and controls
29 lines (25 loc) · 797 Bytes
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
ddi_minerals.tsv
This benchmark contains drug drug interactions and the effect they have on minerals
Format
<drug> <mineral_effect> <drug>
Undirected
ddi_efficacy.tsv
This benchmark contains drug drug interactions and the effect they have on theraputic efficacy
Format
<drug> <efficact_effect> <drug>
Undirected
dpi_fda.tsv
This benchmark contains drug protein interactions for FDA approved drugs
Format
<drug> DPI <protein>
Directed
dep_fda_exp.tsv
This benchmark contains drug protein interaction and the effect they have on protein expression for FDA approved drugs
Format
<drug> inc_expr|dec_expr <protein>
Directed
phosphorylation.tsv
This benchmark contains protein protein phosphorylation interactions
Format
<kinase_protein> phosphorylates <substrate_protein> <substrate_site>
Directed