FBA_step {CoRegFlux} | R Documentation |
Here we just perform a flux balance analysis solution and store the objective and the fluxes
FBA_step(model)
model |
An object of class modelOrg, the metabolic model. |
list with the element fluxes - fluxes of the flux balance analysis solution obj- value of the objective function for the flux balance analyis solution.