Single reaction (flux) deletion analysis.
oneFluxDel(model, react = c(1:react_num(model)),
lb = rep(0, length(react)),
ub = rep(0, length(react)),
checkOptSolObj = FALSE, ...)
A numeric vector of the same length as react
containing the lower
bounds for the reaction rates of reactions (variables) given in argument
react
.
Default: 0
for all reactions in react
, zero flux through all
reactions.
A numeric vector of the same length as react
containing the lower
bounds for the reaction rates of reactions (variables) given in argument
react
.
Default: 0
for all reactions in react
, zero flux through all
reactions.
A single logical value. If set to TRUE
, a warning will be generated,
if not all optimizations ended successful.
Default: FALSE
.
Further arguments passed to optimizer
. Important ones are
algorithm
in order to set the algorithm to use or solverParm
in order to set parameter values for the optimization software.
The function oneFluxDel
studies the effect of constraining single
fluxes to zero flux rates on the phenotype of the metabolic network. The
function performs \(n\) optimizations with \(n\) being the number of
reaction id's given in argument react
. Each optimization corresponds
to the removal of one reaction.
modelorg
, '>optsol
,
'>optsol_fluxdel
,
checkOptSol
, optimizer
and
SYBIL_SETTINGS
.
# NOT RUN {
data(Ec_core)
Ec_ofd <- oneFluxDel(Ec_core)
# }
Run the code above in your browser using DataLab