Overview
Teaching: 15 min Exercises: 15 minQuestions
How can I get started with metabolic models?
Objectives
Load a model and simulate it.
Obtain a model from a database for a host organism you’re interested in and simulate it.
Key Points
load_modelcan be used to load a model.
model.solve()simulates the model.
reaction.fluxcontains the computed flux of the reaction.
model.solve()also returns a solution object that contains the simulation results.