Description Usage Arguments Value Examples
Maximizes the flux through a given objective reaction.
1 | fba(obj, S, 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). |
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 vector with the same length as columns in S
containing the
solution of the optimization.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.