MFA statistics

Several tools to calculate relevant indicators about the performed MFA are presented here. The split ratio at branching points, the observable fluxes and the percentage of them compared to all of the calculated fluxes and the flux precision.

Functions

calculate_split_ratio(sampled_fluxes, …[, …])

Calculates the ratios of the in- and effluxes at a split point.

plot_split_ratio(sampled_fluxes, influx, …)

Visualization of the in- and effluxes at a split point.

get_observable_fluxes(fittedFluxes)

Checks which calculated fluxes qualify as being ‘observable’ (flux value at least 4 times the confidence interval and 0 not included in the confidence interval).

percent_observable_fluxes(fittedFluxes[, as_num])

Calculates the percentage of how many of the fluxes in the input dataframe qualify as observable fluxes.

get_flux_precision(fittedFluxes)

Calculates the mean standard deviation of the observable fluxes.