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

new data source: RHEA #37

Closed
andrewsu opened this issue Sep 19, 2018 · 4 comments
Closed

new data source: RHEA #37

andrewsu opened this issue Sep 19, 2018 · 4 comments
Assignees
Labels
data source new data source can be added.

Comments

@andrewsu
Copy link
Member

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.

@andrewsu andrewsu added the data source new data source can be added. label Sep 19, 2018
@andrewsu
Copy link
Member Author

This data source would be useful for tackling the query in NCATSTranslator/testing#169.

Additional notes

  • Rhea is CC-BY, so need to add the appropriate license link
  • could be implemented as mychem plugin of a new associations-style API on pending. but, rhea reactions have multiple inputs (reactants) and multiple outputs (products) so not sure if that fits cleanly into an associations-based API

@erikyao
Copy link
Contributor

erikyao commented Feb 1, 2022

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

@erikyao
Copy link
Contributor

erikyao commented May 3, 2022

@andrewsu
Copy link
Member Author

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
Labels
data source new data source can be added.
Projects
None yet
Development

No branches or pull requests

3 participants