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

Creative: Implement "What Chemical increases a particular gene's activity or abundance"? #79

Open
cbizon opened this issue Dec 7, 2022 · 0 comments

Comments

@cbizon
Copy link
Collaborator

cbizon commented Dec 7, 2022

ARAs should respond to the following TRAPI query:

{
    "message": {
        "query_graph": {
            "nodes": {
                "gene": {
                    "categories": [
                        "biolink:Gene"
                    ],
                    "ids": [
                        "$INPUTID$"
                    ]
                },
                "chemical": {
                    "categories": [
                        "biolink:ChemicalEntity"
                    ]
                }
            },
            "edges": {
                "t_edge": {
                    "object": "gene",
                    "subject": "chemical",
                    "predicates": [
                        "biolink:affects"
                    ],
                    "knowledge_type": "inferred",
                    "qualifier_constraints": [
                        {
                            "qualifier_set": [
                                {
                                    "qualifier_type_id": "biolink:object_aspect_qualifier",
                                    "qualifier_value": "activity_or_abundance"
                                },
                                {
                                    "qualifier_type_id": "biolink:object_direction_qualifier",
                                    "qualifier_value": "increased"
                                }
                            ]
                        }
                    ]
                }
            }
        }
    }
}

Where $INPUTID$ will be replaced with a CURIE for a particular gene.

Some genes that can be used for testing:

MAPK8IP3	NCBIGene:23162
TP53	NCBIGene:7157
P450	NCBIGene:1594
XIST	NCBIGene:7503
TSIX	NCBIGene:9383
ADNP	NCBIGene:23394
BORCS8-MEF2B	
MMP9	NCBIGene:4318
MEF2C	NCBIGene:4208
MALAT1	NCBIGene:378938
DYRK1A	NCBIGene:1859
PCSK1N	NCBIGene:27344
TTR	NCBIGene:7276
GNAS	NCBIGene:2778
FAU	NCBIGene:2197
IAPP	NCBIGene:3375
SCG5	NCBIGene:6447
B2M	NCBIGene:567
GAPDH	NCBIGene:2597
Cytochrome oxidase	NCBIGene:4512
Cutochrome B	
RBP4	NCBIGene:5950
NGLY1	NCBIGene:55768
RHOBTB2	NCBIGene:23221
WDFY3	NCBIGene:23001
PPP3CA	NCBIGene:5530
KCNT1	NCBIGene:57582
NALCN	NCBIGene:259232
CACNA1A	NCBIGene:773
DHX30	NCBIGene:22907
SAMD9L	NCBIGene:219285
BICD2	NCBIGene:23299
FHL1	NCBIGene:3075
ATF3	NCBIGene:467
SETBP1	NCBIGene:26040
Engase	NCBIGene:64772
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant