Description Usage Arguments Value
View source: R/DFBAsimulationFunctions.R
Updates the fluxes values by performing flux balance analysis, it is necessary to indicate the indexes of the extraneous metabolites and the biomass reaction. It performs an fba step and selects the given fluxes
1 | update_fluxes_state(model, met_fluxes_indexes, biomass_flux_index)
|
model |
An object of class modelOrg, the metabolic model. |
met_fluxes_indexes |
index of the fluxes corresponding to uptake of extrogenous metabolites |
biomass_flux_index |
index of the flux corresponding to the biomass reaction. |
a list of elements: fluxes : array containing the fluxes values for the fba solution. biomass_yield: flux value for the corresponding biomass reaction met_fluxes: fluxes corresponding to the uptake reactions of the extraneous metabolites obj: value of the objective function obtained by the flux balance analysis model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.