-
Notifications
You must be signed in to change notification settings - Fork 11
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
integrate new AGR API for gene-disease relationships into BTE #260
Comments
I can start working on this issue. |
Current situation
Note for the future: It may be useful to update the BioThings AGR data/parser? It looks like the last updates may be from 2021, based on the /metadata endpoint + source code. And new data like Xenbase was added in 2022 (https://www.alliancegenome.org/about-us), which would involve checking/probably-adding x-bte annotation. Notes on writing the SmartAPI yaml
|
Because of the bug fix, I was able to test the x-bte annotation locally and confirm that it all worked. Test query: start with MGI
Start with Gene MGI:109384 (Atf3), based on this operation's example
Should retrieve this edge linked to prostate cancer (
Test query: start with DOID
Start with Disease DOID:10629 (microphthalmia), based on this operation's example
Should retrieve this edge linked to CYC3 (
So I made a PR to add it to BTE's regular use. biothings/bte-server#3 |
Closing this issue since the changes have been deployed to Prod with the Feb 2024 release. I've confirmed that I can query BioThings AGR through BTE prod |
Involves:
The text was updated successfully, but these errors were encountered: