Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/doubleFluxDel.R
Double reaction (flux) deletion analysis.
1 2 |
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>
modelorg, optsol,
optsol_fluxdel,
checkOptSol, optimizer and
SYBIL_SETTINGS.
1 2 | data(Ec_core)
Ec_dfd <- doubleFluxDel(Ec_core)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.