Double Flux Deletion Experiment
Double reaction (flux) deletion analysis.
doubleFluxDel(model, react1, react2, lb = NULL, ub = NULL, allComb = FALSE, exex = FALSE, checkOptSolObj = FALSE, ...)
model |
An object of class |
react1 |
An object of class |
react2 |
An object of class |
lb |
A numeric vector containing the lower bounds for the reaction rates of
reactions (variables) given in arguments |
ub |
A numeric vector containing the upper bounds for the reaction rates of
reactions (variables) given in arguments |
allComb |
A single Boolean value. If set to |
exex |
A single Boolean value. If set to |
checkOptSolObj |
A single logical value. If set to |
... |
Further arguments passed to |
The function doubleFluxDel
studies the effect of double flux deletions
on the phenotype of the metabolic network. The function performs n
optimizations with n being either the number of reaction id's in
argument react1
times the number of reaction id's in argument
react2
, if argument allComb
is set to TRUE
, or the length
of one of these vectors if argument allComb
is set to FALSE
.
Each optimization corresponds to the simultaneous deletion of two fluxes.
An object of class optsol_fluxdel
.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
data(Ec_core) Ec_dfd <- doubleFluxDel(Ec_core)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.