Open saramsey opened 1 year ago
So the issue here is that there seems to be no appropriate Biolink predicate to represent this interaction. In the current biolink-model.yaml
file, DRUGBANK:interacts-with
is mapped to biolink:physically_interacts_with
, as shown here:
https://github.com/biolink/biolink-model/blob/450cb767f03da6f171b20809dd4a45aed20bb6a4/biolink-model.yaml#L2314-L2341
I agree, biolink:physically_interacts_with
is wrong. But so it biolink:genetically_interacts_with
. We can't use biolink:interacts_with
because it is a mixin. The only other option is biolink:related_to
which is rather uninformative. So yes, on one level this is a problem in KG2pre, but on the other hand, we're blocking on clarification from the Biolink team about how to handle this.
This issue is blocking on biolink/biolink-model issue 1371.
This issue was brought to my attention by NCATSTranslator/Feedback issue 415.
Confirmed, in Neo4j endpoint
kg2endpoint-kg2-8-4.rtx.ai
, the Cypher queryreturns the JSON result
which seems like it should not be the correct mapping for a drug interaction.