Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stelmo/metanetxreactions.jl
https://github.com/stelmo/metanetxreactions.jl
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stelmo/metanetxreactions.jl
- Owner: stelmo
- License: mit
- Created: 2022-08-27T14:57:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T13:22:48.000Z (about 1 year ago)
- Last Synced: 2024-11-23T11:03:57.149Z (about 2 months ago)
- Language: Julia
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MetaNetXReactions.jl
[repostatus-url]: https://www.repostatus.org/#active
[repostatus-img]: https://www.repostatus.org/badges/latest/active.svg[![repostatus-img]][repostatus-url]
This is a simple package you can use to query reactions from MetaNetX.
```julia
using MetaNetXReactions # load moduler = get_reaction_from_rhea(11844) # get some data using Rhea reaction id
m = get_metabolite_from_chebi(36986) # get some data using chebi id
```