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

Missing genes? #372

Open
cbizon opened this issue May 19, 2022 · 0 comments
Open

Missing genes? #372

cbizon opened this issue May 19, 2022 · 0 comments

Comments

@cbizon
Copy link
Contributor

cbizon commented May 19, 2022

cell_polarity={
    "message": {
        "query_graph": {
            "edges": {
                "e00": {
                    "subject": "n0",
                    "object": "n1"
                },
                "e01": {
                    "subject": "n2",
                    "object": "n1"
                }
            },
            "nodes": {
                "n0": {
                    "ids": [
                        "PUBCHEM.COMPOUND:644019"
                    ],
                    "categories": [
                        "biolink:SmallMolecule"
                    ],
                    "name": "cannabidiol"
                },
                "n1": {
                    "categories": [
                        "biolink:NamedThing"
                    ]
                },
                "n2": {
                    "ids": [
                       "GO:0030011",
                        "GO:0030010",
                        "GO:0001736"
                    ],
                    "categories": [
                        "biolink:BiologicalProcessOrActivity"
                    ]
                }
            }
        }
    }
}

https://arax.ncats.io/?r=2f8429f8-e24a-46eb-a418-839da0119239

BTE finds a bunch of genes for n1, but we only have diseases. Why?

For the n1 NamedThing Node

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