Toolbox Package Symbol | Tutorials »|See Also »|More About » |
fba[model, objective] performs flux-balance analysis (FBA) on model. |
fba[model, objective, bounds] performs flux-balance analysis (FBA) using additional flux constraints. |
OptFlag | Max | "Min" (Minimization) or "Max" (Maximization) | |
Solver | LinearProgramming | Choose from all supported solvers, i.e. LinearProgramming, GurobiSolve, GLPKStandalone, CPLEXStandalone | |
Loopless | False | Set True if loopless FBA should be performed |
The biomass reaction can not carry any flux. Inspecting the model constraints reveals that all exchange reactions can only secrete.
Change the model's constraints to simulate glucose mininmal media condtions and require a certain ATP maintainance flux
|