Description Usage Arguments Value
determine flux coupling between reactions in a Gurobi model
1 2 3 4 5 |
model |
Gurobi model |
fix_frac |
const value used in fixing flux at non-zero value |
fix_tol_frac |
maximum allowed error when determining whether flux for a reaction is fixed |
bnd_tol |
allowed error in comparing max & min flux |
stored_obs |
maximum number of flux instancecs to store |
cor_iter |
number of iterations after which correlation is considered in checking coupling |
reaction_indexes |
indexes for reactions to check; check all if empty |
compare_mtx |
boolean to indicate whether or not to couple known sets together if any individual reactions are coupled; FALSE by default |
known_set_mtx |
boolean matrix of known coupling between reactions |
min_fva |
minimum correlation value to test for coupling |
boolean matrix indicating whether reactions are coupled to each other (reactions are assigned to rows and columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.