This example demonstrates how to use EnzymeML.jl to create and solve reaction systems from an EnzymeML document.
The reaction_example.jl script shows how to:
- Load an EnzymeML document
- Create a reaction system from the document's reactions
- Extract initial conditions from measurements
- Extract parameters from the document
- Solve the reaction system for multiple initial conditions
- Visualize the results
- Update parameters in the document
- Save the updated document
To run this example:
- Make sure you have EnzymeML.jl installed
- Navigate to the examples/odes directory
- Run the script with Julia:
julia reaction_example.jl