Skip to content

Commit

Permalink
Merge branch 'pathfinder' of https://github.com/biothings/bte_trapi_q…
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Apr 17, 2024
2 parents 4edf236 + 78c0c84 commit a1b92a8
Show file tree
Hide file tree
Showing 18 changed files with 200,126 additions and 25 deletions.
50 changes: 50 additions & 0 deletions __test__/data/chemical_to_disease_pathfinder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"message": {
"query_graph": {
"nodes": {
"n0": {
"ids": [
"PUBCHEM.COMPOUND:5291"
],
"categories": ["biolink:Drug"]
},
"un": {
"categories": [
"biolink:NamedThing"
]
},
"n2": {
"ids": [
"MONDO:0004979"
]
}
},
"edges": {
"e0": {
"subject": "n0",
"object": "un",
"predicates": [
"biolink:related_to"
],
"knowledge_type": "inferred"
},
"e1": {
"subject": "un",
"object": "n2",
"predicates": [
"biolink:related_to"
],
"knowledge_type": "inferred"
},
"e2": {
"subject": "n0",
"object": "n2",
"predicates": [
"biolink:related_to"
],
"knowledge_type": "inferred"
}
}
}
}
}
Loading

0 comments on commit a1b92a8

Please sign in to comment.