This example demonstrates how to use EnzymeML.jl to create and solve ordinary differential equations (ODEs) from an EnzymeML document.
The ode_example.jl script shows how to:
- Load an EnzymeML document
- Create an ODE system from the document's reactions
- Extract initial conditions from measurements
- Extract parameters from the document
- Solve the ODE 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 ode_example.jl