Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sstemann opened this issue Dec 5, 2022 · 1 comment

Comments

@sstemann
Copy link
Contributor

sstemann commented Dec 5, 2022

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
Copy link
Contributor Author

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"
                  }
                ]
              }
            ]
          }
        }
      }
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants