Description Usage Arguments Value Methods Author(s) See Also
Get all primal values of variables after optimization (the resulting flux distribution).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S4 method for signature 'optObj_clpAPI'
getFluxDist(lp)
## S4 method for signature 'optObj_cplexAPI'
getFluxDist(lp)
## S4 method for signature 'optObj_glpkAPI'
getFluxDist(lp)
## S4 method for signature 'optObj_lpSolveAPI'
getFluxDist(lp)
## S4 method for signature 'optsol'
getFluxDist(lp, react = NULL, opt = NULL, drop = TRUE)
|
lp |
An object extending class |
react |
Numeric vector or object of class |
opt |
Numeric vector indicating the optimizations (columns of the flux
distribution) to return. |
drop |
Used for array subsetting like in |
A numeric matrix or vector containing all primal values (the flux distribution).
signature(lp = "optObj_clpAPI")
method to use with package optObj_clpAPI.
signature(lp = "optObj_cplexAPI")
method to use with package optObj_cplexAPI.
signature(lp = "optObj_glpkAPI")
method to use with package optObj_glpkAPI.
signature(lp = "optObj_lpSolveAPI")
method to use with package optObj_lpSolveAPI.
signature(lp = "optsol")
method to use with objects of class optsol
.
Returns a subset of the flux distribution stored in slot fluxdist
as object of class Matrix
.
If arguments react
and opt
are both set to NULL
(default), the flux distribution corresponding to the variable indices in
slot fldind
will be returned.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
Superclass optObj
and constructor function
optObj
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.