Created
June 10, 2021 15:14
-
-
Save andrewsu/884e0c84a299b4ccaba6f856581b8cef to your computer and use it in GitHub Desktop.
DILI one-hop from EXOC4, PTPN22, ERAP2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"message": { | |
"query_graph": { | |
"nodes": { | |
"n0": { | |
"name": "input genes EXOC4, PTPN22, ERAP2", | |
"ids": [ | |
"NCBIGene:60412", | |
"NCBIGene:26191", | |
"NCBIGene:64167" | |
] | |
}, | |
"n1": { | |
"categories": [ | |
"biolink:ChemicalSubstance" | |
], | |
"name": "Chemical Substance" | |
} | |
}, | |
"edges": { | |
"e0": { | |
"subject": "n0", | |
"object": "n1", | |
"predicates": [ | |
"biolink:related_to" | |
] | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment