-
Notifications
You must be signed in to change notification settings - Fork 0
/
A.2_RHOBTB2_twohop.json
43 lines (43 loc) · 1.14 KB
/
A.2_RHOBTB2_twohop.json
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
{
"message": {
"query_graph": {
"edges": {
"e01": {
"object": "n0",
"subject": "n1",
"predicates": [
"biolink:entity_regulates_entity",
"biolink:genetically_interacts_with"
]
},
"e02": {
"object": "n1",
"subject": "n2",
"predicates": [
"biolink:related_to"
]
}
},
"nodes": {
"n0": {
"ids": [
"NCBIGene:23221"
],
"categories": [
"biolink:Gene"
]
},
"n1": {
"categories": [
"biolink:Gene"
]
},
"n2": {
"categories": [
"biolink:SmallMolecule"
]
}
}
}
}
}