BFAIR.mfa.sampling.model_rxn_overlap¶
-
BFAIR.mfa.sampling.model_rxn_overlap(fittedFluxes, model)[source]¶ Finds the overlapping reactions between a metabolic model that the calculated fluxes should be fit in to and the MFA output.
- Parameters
- fittedFluxespandas.DataFrame
Dataframe (reimported output of an INCA simulation) that contains the confidence intervals predicted for the model.
- modelcobra.Model
Metabolic model.
- Returns
- overlapping reactionspandas.Series
Series of all the reactions found in both the model and the fitted fluxes.