Skip to content
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

SmallMolecule <treats, disrupts, prevents, affects> PhenotypicFeature (HP:0011015 Abnormal blood glucose concentration)) #203

Closed
sstemann opened this issue May 23, 2022 · 2 comments

Comments

@sstemann
Copy link
Contributor

Query: Blood_Glucose_Concen.json
PK: 2ac4824e-a783-4633-85a7-f4188020d240

image

@colleenXu
Copy link
Contributor

colleenXu commented May 24, 2022

This looks like a "Disease vs PhenotypicFeature" thing. Also an HP -> UMLS issue.

If one uses a "Disease" hyperglycemia ID (MONDO:0002909), one gets back results from every ARA (I didn't wait for Aragorn to finish loading when I took the screenshot, but I assume it has a large response). This MONDO ID is mapped by Node Normalizer to UMLS:C0020456 which has assertions in semmeddb.

https://arax.ncats.io/?r=f32fa057-2085-4896-bc75-fa8e1cec0188

Screen Shot 2022-05-23 at 7 45 30 PM

In comparison, the HP ID used in the original query is mapped by Node Normalizer to UMLS:C4023597, which doesn't seem to have any assertions in semmeddb.


disease query
{
    "message": {
        "query_graph": {
            "edges": {
                "e00": {
                    "subject": "n01",
                    "object": "n00",
                    "predicates": [
                        "biolink:treats",
                        "biolink:disrupts",
                        "biolink:prevents",
                        "biolink:affects"
                    ]
                }
            },
            "nodes": {
                "n00": {
                    "ids": [
                        "MONDO:0002909"
                    ],
                    "categories": [
                        "biolink:Disease"
                    ]
                },
                "n01": {
                    "categories": [
                        "biolink:SmallMolecule"
                    ]
                }
            }
        }
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants