BiGGReactions.BiGGMetaboliteType
struct BiGGMetabolite

A struct for storing BiGG metabolite information.

  • id

  • name

  • charges

  • formulas

  • database_links

BiGGReactions.BiGGReactionType
struct BiGGReaction

A struct for storing BiGG reaction information. Does not store the metabolite information execpt its ID.

  • id

  • name

  • metabolites

  • database_links

BiGGReactions._read_parse_idMethod
_read_parse_id(req::String) -> Any

Simple GET request that returns nothing if the request status is not okay, or a dictionary of the body of the request.

BiGGReactions.get_metaboliteMethod
get_metabolite(mid::String; should_cache) -> Any

Return the metabolite with ID mid from the BiGG universal model, otherwise return nothing.

BiGGReactions.get_reactionMethod
get_reaction(rid::String; should_cache) -> Any

Return the reaction with ID rid from the BiGG universal model, otherwise return nothing.