-
Notifications
You must be signed in to change notification settings - Fork 14
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
new data source: RHEA #37
Labels
data source
new data source can be added.
Comments
This data source would be useful for tackling the query in NCATSTranslator/testing#169. Additional notes
|
Option 1 of Doc Structures{
"_id": "rhea:12345",
"EC": "12.3.4",
"reactions": [{"_id": "chebi:98765", "name": "adenosine"}]
"products": [...]
} Option 2 of Doc Structures{
"_id": "chebi:12345",
"reactions": [{"rhea:12345":{"chebi:98765", "chebi:88888"}}]
} |
|
Given that @colleenXu also annotated this API in SmartAPI, going to close this issue. (Note that rhea was implemented as a new pending API rather than as a new source for mychem.info... This ticket can be reopened or cloned if we ever wanted to consider the mychem.info option again.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
main page is at https://www.rhea-db.org/. provides useful information on chemical reactions (mapped to chebi IDs)
Many possible formats on their download page, but will need some work to figure out which is the right one to use.
The text was updated successfully, but these errors were encountered: