Description Usage Arguments Value Author(s) References See Also
The function optimizer
is a wrapper to the
sysBiolAlg
-method optimizeProb
.
While optimizeProb
runs one optimization, optimizer
is designed
to run a series of optimization by re-optimizing a given problem object
(successive calls to optimizeProb
.
1 2 3 4 5 6 7 8 9 10 |
model |
An object of class |
react |
A list of numeric vectors. Each value must point to a reaction id present
in |
lb |
A numeric vector or list of the same length as |
ub |
A numeric vector or list of the same length as |
obj_coef |
A numeric vector or list of the same length as |
lpdir |
A character vector of the same length as |
algorithm |
A single character value giving the algorithm to compute genetic
perturbations. Can be
|
mtfobj |
Only used, if argument |
setToZero |
Logical: If the mathematical programming software returns a solution status
which is not optimal, set the corresponding objective value to zero. |
rebuildModel |
Logical. If set to |
fld |
Type of flux distribution to return. If set to |
prCmd |
A list of preprocessing commands passed to |
poCmd |
A list of postprocessing commands passed to |
prDIR |
A numeric or character vector, indicating in which round of optimization
the preprocessing command(s) will be executed. If If |
poDIR |
The same as |
verboseMode |
Single integer value, giving the amount of output to the console. Use
|
... |
Further arguments passed to |
A list containing the results of the optimization:
solver |
A single character string indicating the used mathematical programming software. |
method |
A single character string indicating the used optimization method by the mathematical programming software. |
algorithm |
A single character string indicating the used algorithm. |
lp_num_cols |
Number of columns (variables) in the problem object. |
lp_num_rows |
Number of rows (constraints) in the problem object. |
obj |
A numeric vector containing the values of the objective function after optimization. |
ok |
A numeric vector containing the return values of the optimizer (e.g. “solution process was successful” or “time limit exceeded”). |
stat |
A numeric vector containing the status value of the optimization (e.g. “solution is optimal” or “no feasible solution exists”). |
lp_dir |
A factor variable indicating the direction of optimization for each optimization. |
fldind |
Pointers to columns (variables) representing a flux (reaction) in the
original network. The variable |
fluxdist |
The resulting flux distribution. |
prAna |
An object of class |
poAna |
An object of class |
alg_par |
A named list of algorithm specific parameters. |
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
Becker, S. A., Feist, A. M., Mo, M. L., Hannum, G., Palsson, B. Ø. and Herrgard, M. J. (2007) Quantitative prediction of cellular metabolism with constraint-based models: the COBRA Toolbox. Nat Protoc 2, 727–738.
Schellenberger, J., Que, R., Fleming, R. M. T., Thiele, I., Orth, J. D., Feist, A. M., Zielinski, D. C., Bordbar, A., Lewis, N. E., Rahmanian, S., Kang, J., Hyduke, D. R. and Palsson, B. Ø. (2011) Quantitative prediction of cellular metabolism with constraint-based models: the COBRA Toolbox v2.0. Nat Protoc 6, 1290–1307.
Class sysBiolAlg
, and constructor function
sysBiolAlg
, optimizeProb
and SYBIL_SETTINGS
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.