You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tyler Beck (NCATS) (and I) ran the TranQL query below earlier today. This is a query that I sent to him during the hackathon, one that worked at that point. The query runs from ICEES to ROBOKOP. Chris looked into this earlier today and thought it was a Neo4j issue (since fixed), but I don't think that's the case, as the query still doesn't return anything but ICEES output. (The original query returned nothing but an error message: “Timeout error requesting content from url: “https://tranql-backplane.renci.org/graph/gamma/quick“”) Perhaps it's the bridge between ICEES and ROBOKOP? The last AND statement is a NOT statement, correct?
SELECT population_of_individual_organisms->chemical_substance->gene->biological_process_or_activity<-disease_or_phenotypic_feature
FROM "/schema"
WHERE icees.table = 'patient'
AND icees.year = 2010
AND icees.feature.TotalEDInpatientVisits < 2
AND icees.maximum_p_value = 0.1
AND chemical_substance !=~ '^(SCTID.|rxcui.|CAS.|SMILES.|umlscui.*)$'
The text was updated successfully, but these errors were encountered:
Tyler Beck (NCATS) (and I) ran the TranQL query below earlier today. This is a query that I sent to him during the hackathon, one that worked at that point. The query runs from ICEES to ROBOKOP. Chris looked into this earlier today and thought it was a Neo4j issue (since fixed), but I don't think that's the case, as the query still doesn't return anything but ICEES output. (The original query returned nothing but an error message: “Timeout error requesting content from url: “https://tranql-backplane.renci.org/graph/gamma/quick“”) Perhaps it's the bridge between ICEES and ROBOKOP? The last AND statement is a NOT statement, correct?
SELECT population_of_individual_organisms->chemical_substance->gene->biological_process_or_activity<-disease_or_phenotypic_feature
FROM "/schema"
WHERE icees.table = 'patient'
AND icees.year = 2010
AND icees.feature.TotalEDInpatientVisits < 2
AND icees.maximum_p_value = 0.1
AND chemical_substance !=~ '^(SCTID.|rxcui.|CAS.|SMILES.|umlscui.*)$'
The text was updated successfully, but these errors were encountered: