-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CTKP Castleman treats edge not returned from KG2.10.1 #419
Comments
maybe because the predicate in RTX-KG2 got switched to biolink:treats_or_applied_or_studied_to_treat ? |
don't think so - when I raise the predicate to |
OK, I've created a little test script for this:
which uses the query graph from above, in file |
Results here (removing the
|
I see one edge in those results, with subject |
I created another little test script to run the same query graph through the RTX-KG2 KP:
|
Confirmed, no results:
|
Looks like |
Looks like ARAX on CI thinks that the preferred CURIE for valganciclovir is |
So, there is a "treats" like edge between "valganciclovir" and "Castleman" in RTX-KG2.10.1c, see this Cypher query against the Here is the Cypher query embedded as text:
but note, the predicate is |
@amykglen points out that the above edge is actually from SemMedDB, not CTKP. Thank you, Amy! My bad! |
FYI - it looks like KG2c only contains CTKP's true predicates (no remapping, as desired):
|
Looks like this is a KG2pre bug. I ran the following on
|
But we are clearly getting this edge in the CTKP data file dump:
|
Transferring this issue to the RTX-KG2 project area |
So the edge does appear in
|
OK, the commits in issue #420 seem to fix this:
|
noticed that, curiously, the below query (castleman) returns 1 edge when sent directly to the CTKP CI API, but no edges when sent directly to the KG2 CI API). odd, since KG2.10.1 includes CTKP... need to look into why this is happening. possible that it's simply due to the fact that CTKP has been updated since the KG2.10.1 build, or maybe it has something to do with the KG2pre ingest, or another part of the system?
The text was updated successfully, but these errors were encountered: