Skip to content

stelmo/RheaReactions.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RheaReactions.jl

Tests Coverage Project status
CI status codecov repostatus-img

This is a simple package you can use to query Rhea reactions and associated annotations. Its primary use is in reconstructing metabolic models. It caches all requests by default, speeding up repeated calls where appropriate.

using RheaReactions # load module

rxn = get_reaction(11364) # Rhea reaction ID 11364

rxns = get_reactions([11364,11600]) # Rhea reaction ID 11364

get_quartet(11364) # Rhea reference reaction => bidirectional, directional and ref reaction (not ordered)

get_metabolite(60377)

get_metabolites(["456216", "60377"])

You can test the package with:

] test

Troubleshooting

The cache can be source of subtle issues. If you get errors or unexpected behavior do:

  1. clear_cache!(),
  2. Restart the Julia session. If you still get errors, please file an issue!

About

Get Rhea reaction data!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages