Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stelmo/metanetxreactions.jl


https://github.com/stelmo/metanetxreactions.jl

Last synced: 29 days ago
JSON representation

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 module

r = get_reaction_from_rhea(11844) # get some data using Rhea reaction id

m = get_metabolite_from_chebi(36986) # get some data using chebi id
```