RobokopU24 / ORION

Code that parses datasets from various sources and converts them to load graph databases.
MIT License
12 stars 13 forks source link

Get primary ks from hetionet #168

Closed cbizon closed 11 months ago

cbizon commented 1 year ago

I noticed this in a robokp result:

{
            "resource_id": "infores:hetionet",
            "resource_role": "primary_knowledge_source"
        }
    ],
    "attributes": [
        {
            "attribute_type_id": "biolink:has_numeric_value",
            "value": 1,
            "value_type_id": "EDAM:data_1669",
            "original_attribute_name": "weight"
        },
        {
            "attribute_type_id": "biolink:Attribute",
            "value": [
                "DrugCentral (ChEMBL)"
            ],
            "value_type_id": "EDAM:data_0006",
            "original_attribute_name": "hetio_source"
        }
    ]

It looks like our primary knowledge source is hetio net, but also hetio is telling us an upstream source (DrugCentral)