This class represents a flux prediction results, e.g., from Flux Balance Analysis or derived methods.
Slots
algorithmAlgorithm used for flux prediction.
okThe LP solver's code for the type of optimization result.
ok_termThe LP solver's term for the type of optimization result.
statGeneric status (integer code) of the current basic solution of the optimization problem.
stat_termGeneric status (character term) of the current basic solution of the optimization problem.
objObjective value.
obj_secValue of secondary objective function. E.g.: Summed absolute fluxes in pfba.
fluxesPredicted flux values.
redCostsPredicted reduced costs (or "dual value") for reactions.