Learn R Programming

sybil (version 1.1.2)

sysBiolAlg_fv-class: Class "sysBiolAlg_fv"

Description

The class sysBiolAlg_fv holds an object of class optObj which is generated to meet the requirements of the flux variance algorithm.

Arguments

encoding

utf8

Objects from the Class

Objects can be created by calls of the form sysBiolAlg(model, algorithm = "fv", ...). Arguments to ... which are passed to method initialize of class sysBiolAlg_fv are described in the Details section.

Extends

Class "sysBiolAlg", directly.

Methods

No methods defined with class "sysBiolAlg_fv" in the signature.

Details

The initialize method has the following arguments: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

The problem object is built to be capable to perform the flux variance algorithm with a given model, which is basically the solution of a linear program $$\begin{array}{rll} \max \textrm{ or } \min & v_i \[1ex] \mathrm{s.\,t.} & Z = Z_{\mathrm{opt}} \[1ex] & \mbox{\boldmath$Sv$\unboldmath} = 0 \[1ex] & \alpha_i \leq v_i \leq \beta_i & \quad \forall i \in {1, \ldots, n} \[1ex] \end{array}$$ with $\bold{S}$ beeing the stoichiometric matrix, $\alpha_i$ and $\beta_i$ beeing the lower and upper bounds for flux (variable) $i$. The total number of variables of the optimization problem is denoted by $n$. The optimization can be executed by using optimizeProb.

References

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.

Bernhard Ø. Palsson (2006). Systems Biology: Properties of Reconstructed Networks. Cambridge University Press.

See Also

Constructor function sysBiolAlg and superclass sysBiolAlg.

Examples

Run this code
showClass("sysBiolAlg_fv")

Run the code above in your browser using DataLab