BFAIR.mfa.sampling.get_min_solution_val¶
-
BFAIR.mfa.sampling.get_min_solution_val(fittedFluxes, biomass_string='Biomass')[source]¶ Finds the value calculated for the biomass function in the MFA simulation. This value can be seen as the minimum predicted growth rate in subsequent simulations.
- Parameters
- fittedFluxespandas.DataFrame
Dataframe (reimported output of an INCA simulation) that contains the confidence intervals predicted for the model.
- biomass_stringstr
String denoting at least a part of the name of the biomass function in the fittedFluxes DataFrame. Preset to “Biomass”.
- Returns
- min_valfloat
Value calculated for the biomass function in the INCA simulation.