NCATSTranslator / Feedback

A repo for tracking gaps in Translator data and finding ways to fill them.
7 stars 0 forks source link

Which KP provides information relating ChemicalEntities to BiologicalProcess? #73

Closed karafecho closed 1 year ago

karafecho commented 1 year ago

The QotM identified a data gap related to ChemicalEntity – BiologicalProcess relationships. For example, a SME requested this information to identify mechanistic explanations for the observation that cannabidiol is generally safe except in patients taking valproic acid.

sierra-moxon commented 1 year ago

@sandrine-m @vdancik - is this something MolePro already provides? Is it possible that the data sources that provide this general kind of information are missing information for cannabidiol?

sierra-moxon commented 1 year ago

From TAQA: Vlado: we have some chemical->pathway (not the entire biological process)

capasfield commented 1 year ago

Vlado says YES. Vlado and Sandrine to update and then off to Kara.

sandrine-m commented 1 year ago

Confirmed: In MolePro we have connections between compounds and biological processes from BiGG models and CTD.

sierra-moxon commented 1 year ago

Hi @karafecho - can this be closed? :)

karafecho commented 1 year ago

@sandrine-m : Perhaps you can post an example query?

vdancik commented 1 year ago
{
    "message": {
        "query_graph": {
            "nodes": {
                "n2": {
                    "ids":["PUBCHEM.COMPOUND:10032468"]
                },
                "n3": {
                    "categories": [
                        "biolink:BiologicalProcess"
                    ]
                }
            },
            "edges": {
                "e03": {
                    "subject": "n2",
                    "object": "n3",
                    "predicates": [
                        "biolink:related_to"
                    ]
                }
            }
        }
    }
}
karafecho commented 1 year ago

Thank you, Vlado. This issue can now be closed.