doubleFluxDel(model, react1, react2, allComb = FALSE,
lpdir = SYBIL_SETTINGS("OPT_DIRECTION"),
solver = SYBIL_SETTINGS("SOLVER"),
method = SYBIL_SETTINGS("METHOD"),
fld = FALSE, exex = FALSE, ...)modelorg.reactId or character or integer, fluxes set to zero (upper and lower bound) (default: react_id(model)).reactId or character or integer, fluxes set to zero (upper and lower bound) (default: react_id(model)).TRUE, all possible pairwise combinations of react1 and react2 were deleted.
If set to FALSE, react1 and react2 must have the same length. Every pair c(react1[i], react2[i]) will be deleted (default: FALSE).optimizer.optsol_doublefluxdel.doubleFluxDel studies the effect of deletion of pairs of fluxes on
the current objective function (e.g. biomass production).
The first step is the calculation of a reference solution, which is
the wild type solution. Then n further optimisations are performed (n:
number of required optimizations) with $v_i = 0$ for $i = 1,\dots,n$.modelorg, optsol , optsol_doublefluxdel , checkOptSol, optimizer and SYBIL_SETTINGS.data(Ec_core)
Ec_ofd <- doubleFluxDel(Ec_core)Run the code above in your browser using DataLab