NCATSTranslator / testing

Materials and tools for testing Translator components
1 stars 9 forks source link

Drug <treats> DiseaseOrPhenotypicFeature (MONDO:0018493) (malignant hyperthermia of anesthesia) #205

Closed sstemann closed 8 months ago

sstemann commented 2 years ago

Query: Malignant_Hyperthermia_Treat.json PK: f304948c-99b0-4770-8e3b-bef16036947d Control: there's a single known treatment for Malignant hyperthermia, called Dantrolene

image

andrewsu commented 2 years ago

When the semantic type of n01 is changed from Drug to SmallMolecule, more results are retrieved by BTE, including dantrolene https://arax.ncats.io/?r=9eef4e90-b94b-49e1-a483-38b72596f837

Query ``` { "message": { "query_graph": { "edges": { "e00": { "subject": "n01", "object": "n00", "predicates": [ "biolink:treats" ] } }, "nodes": { "n00": { "ids": [ "MONDO:0018493" ], "categories": [ "biolink:DiseaseOrPhenotypicFeature" ] }, "n01": { "categories": [ "biolink:SmallMolecule" ] } } } } } ```

image

image

sstemann commented 8 months ago

seems to work in UI Test https://ui.test.transltr.io/main/results?l=Malignant%20Hyperthermia%20Of%20Anesthesia&i=MONDO:0018493&t=0&q=617dbf9b-2b27-44b0-8517-a68974e92d34