biothings / biothings_explorer

TRAPI service for BioThings Explorer
https://explorer.biothings.io
Apache License 2.0
10 stars 11 forks source link

Examine ARS use case: Chemical substances that "down regulate" STK11 #136

Closed andrewsu closed 3 years ago

andrewsu commented 3 years ago

Source issue: https://github.com/NCATSTranslator/testing/issues/28

Original query:

{
  "message": {
    "query_graph": {
      "edges": {
        "e01": {
          "object": "n0",
          "predicate": ["biolink:prevents",
            "biolink:negatively_regulates",
            "biolink:decreases_secretion_of",
            "biolink:decreases_secretion_of",
            "biolink:decreases_transport_of",
            "biolink:decreases_activity_of",
            "biolink:decreases_synthesis_of",
            "biolink:decreases_expression_of",
            "biolink:increases_degradation_of",
            "biolink:negatively_regulates__entity_to_entity",
            "biolink:disrupts",
            "biolink:directly_negatively_regulates",
            "biolink:inhibits",
            "biolink:inhibitor",
            "biolink:channel_blocker",
            "biolink:disrupts",
            "biolink:may_inhibit_effect_of"
          ],
          "subject": "n1"
        }
      },
      "nodes": {
        "n0": {
          "id": "HGNC:11389"
        },
        "n1": {
          "category": "biolink:ChemicalSubstance"
        }
      }
    }
  }
 }

Will track some basic findings below...

kevinxin90 commented 3 years ago

@andrewsu They use the wrong predicate. "biolink:negatively_regulates__entity_to_entity" is not a valid biolink predicate. It should be "biolink:entity_negatively_regulates_entity". See https://github.com/biolink/biolink-model/blob/master/biolink-model.yaml#L2516

andrewsu commented 3 years ago

So far, a few findings:

But if I search DGIdb for all compounds that inhibit STK11 (https://dgidb.genome.wustl.edu/genes/STK11#_interactions), it looks like Tozacertib is one of 23 compounds, and it's not clear to me why Tozacertib would be special. When I query our DGIdb API specifically (https://biothings.ncats.io/dgidb/query?q=subject.id%3NCBIGene%5C%3A6794&size=100), I see 25 hits. Very similar to what we see on the DGIdb website (all using the predicate physically_interacts_with), but perhaps indicates that a minor refresh might be needed.

colleenXu commented 3 years ago

Closing because it's old. will open a newer issue if my review of open testing repo issues (standups) reveal anything we want to look into