NCATSTranslator / testing

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

MVP2 Qualified: What chemicals [qualified] affect (increases/upregulates) a given protein/gene (SERPINE1)? #244

Open sstemann opened 1 year ago

sstemann commented 1 year ago

Query: qualified.json PK: 83840e4c-74de-4ec2-989d-cc54487cf253

This was run on ARS-Dev looking for KPs and ARAs that have updated their dev environments to support qualifiers

image

sstemann commented 11 months ago

still an issue for Improving and Unsecret Agent for standard mode queries: https://arax.ncats.io/beta/?r=0b779232-d10a-4a7b-9916-7d42f44ce8a7

{
    "message": {
      "query_graph": {
        "nodes": {
          "chementity-node": {
            "categories": ["biolink:ChemicalEntity"]
          },
          "serpine1-node": {
            "ids": ["HGNC:8583"]
          }
        },
        "edges": {
          "e01": {
            "subject": "chementity-node",
            "object": "serpine1-node",
            "predicates": [
              "biolink:affects"
            ],
            "qualifier_constraints": [
              {
                "qualifier_set": [
                  {
                    "qualifier_type_id": "biolink:object_direction_qualifier",
                    "qualifier_value": "increased"
                  }
                ]
              }
            ]
          }
        }
      }
    }
  }