BFAIR.mfa.INCA.INCA_reimport.INCA_reimport.get_fitted_parameters

INCA_reimport.get_fitted_parameters(f, simulation_info)[source]

Extract the fitted parameters

Parameters
fscipy.MatlabObject

the fit of the model

simulation_infopandas.DataFrame

the MS fragment file corresponding to the simulation

Returns
f_par_infodict

a dict containing the reaction id, the corresponding flux value, the fluxes standard deviation, the type of the flux (net flux or norm), the lower and upper bounds of the flux, the fluxes unit, the alf, the chi2 values of the fit, a correlation parameter, the fluxes covariance and a boolean describing if it’s a free flux or not.