Description Usage Arguments Value Author(s) References See Also Examples
implements loopless FBA as described in Schellenberger et al 2011 algorithm.
1 2 3 | llFBA(model, lpdir = SYBIL_SETTINGS("OPT_DIRECTION"), solver = SYBIL_SETTINGS("SOLVER"),
method = SYBIL_SETTINGS("METHOD"), solverParm = data.frame(CPX_PARAM_EPRHS = 1e-07),
verboseMode = 2)
|
model |
An object of class |
lpdir |
Character value, direction of optimisation. Can be set to |
solver |
Single character value. The solver to use. See
|
method |
Single character value. The optimization algorithm to use. Possible values
depend on the setting in |
solverParm |
additional parameters to the solver |
verboseMode |
level of output messages |
status returned from the solver, objective value, and the fluxes returned from solver.
Abdelmoneim Amer Desouki
Schellenberger J, Lewis NE, Palsson BO (2011) Elimination of thermodynamically infeasible loops in steadystate metabolic models. Biophysical journal 100: 544 53
1 2 3 4 5 6 7 8 9 10 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
library(sybilcycleFreeFlux)
data(Ec_core)
model=Ec_core
llFBA(model,solver="glpkAPI",verbose=2)
## The function is currently defined as
"llFBA"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.