Single Flux Deletion Experiment
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, ...)
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>
data(Ec_core) Ec_ofd <- oneFluxDel(Ec_core)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.