BFAIR.mfa.sampling.rxn_coverage¶
-
BFAIR.mfa.sampling.rxn_coverage(fittedFluxes, model)[source]¶ Prints the percentage of how many of the reactions in the input fluxes are part of a given metabolic model.
- Parameters
- fittedFluxespandas.DataFrame
Dataframe (reimported output of an INCA simulation) that contains the confidence intervals predicted for the model.
- modelcobra.Model
Metabolic model.