metabolic.simulate
Simulate metabolic fluxes using FBA, pFBA, FVA, or MOMA on genome-scale models, optionally integrating protein-protein interaction constraints to predict objective values and flux ranges.
Instructions
Run FBA/pFBA/FVA/MOMA on the (optionally PPI-integrated) model. interaction_constraints=[{reaction_or_gene,effect,scale}] apply soft signed capacity constraints (reversible viral-sequestration encoding, no gene deletion). Returns objective value + top fluxes (FBA/pFBA/MOMA) or per-reaction ranges (FVA).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | fba | |
| objective | No | ||
| session_id | Yes | ||
| top_n_fluxes | No | ||
| reaction_list | No | ||
| fraction_of_optimum | No | ||
| interaction_constraints | No |