NCATSTranslator / testing

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

Named Thing <biomarker_for> Disease (MONDO:0008383 - rheumatoid arthritis) #167

Open sstemann opened 2 years ago

sstemann commented 2 years ago

Query: biomarker.json PK: 0a0efe04-9f73-410e-89ae-1e1f9c2e658f Control: Looking for Rheumatoid Factor (RF) "Although predominantly encountered as IgM, rheumatoid factor can be of any isotype of immunoglobulins, i.e. IgA, IgG, IgM, IgE, IgD."

image

colleenXu commented 2 years ago

I find some of this information from SEMMEDDB (rheumatoid factor, immunoglobulins) by adjusting the query (any predicate, to Polypeptide)

{
    "message": {
        "query_graph": {
            "edges": {
                "e00": {
                    "subject": "n00",
                    "object": "n01"
                }
            },
            "nodes": {
                "n00": {
                    "categories": [
                        "biolink:Polypeptide"
                    ]
                },
                "n01": {
                    "categories": [
                        "biolink:Disease"
                    ],
                    "ids": [
                        "MONDO:0008383"
                    ]
                }
            }
        }
    }
}