Description Usage Arguments Details Value Author(s) See Also Examples
Single reaction (flux) deletion analysis.
1 2 3 4 |
model |
An object of class |
react |
An object of class |
lb |
A numeric vector of the same length as |
ub |
A numeric vector of the same length as |
checkOptSolObj |
A single logical value. If set to |
... |
Further arguments passed to |
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.
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_ofd <- oneFluxDel(Ec_core)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.