Description Usage Arguments Value Examples
Performs flux variance analysis for a given objective reaction. Thus, FVA obtains lower and upper bounds for the fluxes under a given (sub-)optimal solution.
1 | fva(obj, S, alpha = 1, v_min = 0, v_max = 1)
|
obj |
The objective reaction, whose flux will be be maximized. Can be any of the following three:
|
S |
The stochiometrix matrix to be used (must be irreversible). |
alpha |
A positive scalar <=1. FVA is performed assuming that the optimal solution can not be less than alpha*opt. |
v_min |
Lower bounds for the reaction fluxes. Can be a single value or a vector containing one value for each reaction. |
v_max |
Upper bounds for the reaction fluxes. Can be a single value or a vector containing one value for each reaction. |
A data frame with two columns, min and max, denoting the respective minimum and maximum fluxes for each reaction.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.