Overview
Teaching: 15 min Exercises: 15 minQuestions
How can I get started with metabolic models?
Objectives
Learn the intuition behind flux balance analysis using a toy model
Learn how to use FBA to design cell factories using the ABC model
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.