-
Notifications
You must be signed in to change notification settings - Fork 3
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
Query will not run in ROBOKOP but is executable in ROBOKOP KG #495
Comments
A little more information. Here's a robokop query that returns no answers: https://robokop.renci.org/q/3692d7a6-83c1-4c5b-8641-66d718a55f8a/ But, if I run the query in robokopdb2 (I think the live one?) then I get answers: match (p:phenotypic_feature {id:"HP:0002570"})<-[:has_phenotype]-(d:disease)-[:located_in]->(a:anatomical_entity) return * limit 10 |
Perhaps some strange synonymization is happening here. This is the query graph:
and this is the derived Cypher query:
|
Hmm. @YaphetKG are we by any chance using the production redis server for the new robokop mini- |
we are using another instance for those, |
Thanks, all. Note that I kind of need this issue resolved sooner rather than later so that I can complete my second MCAT 'experiment' by the end of the month and include the results on a poster that I am preparing for the AMIA 2020 Informatics Summit (you all are authors, btw). Poster will then be turned into a journal article. (Think: incentive.) :-) However, I don't want to distract from other activities, so if the issue will require too much time to resolve, then I'll develop Plan B. |
@patrickkwang @YaphetKG @cbizon : Any status updates on this issue? |
It's going to take some time to fix. Can you try using the MONDO term MONDO:0001075 for steatorrhea instead? |
I had already tried the MONDO ID. I've given up on the original query, at least for the time being. I am probably going to use this answer list. Thoughts? |
But check out what happens when I add the predicate "gene_to_expression_site_association". |
And what happened in that case? Still no results? |
Sorry, yes, the MONDO ID yielded no results. I tried a few query permutations with both the MONDO ID and the HP ID---nothing ran. But the newly structured query works: MONDO 0001075 - gene - anatomical entity. |
I attempted to use ROBOKOP to answer the MCAT question below.
MCAT Question
Steatorrhea is the presence of increased fat in feces. Which organ is least likely to be the cause of a patient’s steatorrhea?
Correct: Stomach
Incorrect: Pancreas; Small intestine; Liver
Initially, this question was problematic due to a lack of identifiers for stomach, pancreas, and liver; since fixed on 2/13/2020. However, the query still does not run, even when I do not specify "anatomical entity".
The text was updated successfully, but these errors were encountered: