thermodynamics package¶
Subpackages¶
Submodules¶
thermodynamics.thermodynamics_dG_f_data module¶
thermodynamics.thermodynamics_dG_p_data module¶
-
class
thermodynamics.thermodynamics_dG_p_data.thermodynamics_dG_p_data(pathways_I={}, dG0_p_I={}, dG_p_I={})[source]¶ Bases:
objectRuns pathway thermodynamic analysis analysis on a cobra.Model object
#1 Calculate pathway thermodynamics
thermodynamics.thermodynamics_dG_r_data module¶
thermodynamics.thermodynamics_formatter module¶
thermodynamics.thermodynamics_io module¶
helper functions for generating thermodynamic analysis input
-
thermodynamics.thermodynamics_io.checkInput_concentrations(measured_values_I)[source]¶ check concentration data input
Parameters: measured_values (dict) – measured values with variances {metabolite.id: {‘concentration’: float, ‘concentration_var’: float, ‘concentration_units’: ‘M’} Returns: - output: measured_values_O: {metabolite.id: {‘concentration’: float,
- ‘concentration_var’: float, ‘concentration_units’: ‘M’}
Return type: dict
-
thermodynamics.thermodynamics_io.checkInput_dG_f(measured_values_I)[source]¶ check dG_O_f data input
Parameters: measured_values (dict) – measured values with variances {metabolite.id: {‘dG_f’: float, ‘dG_f_var’: float, ‘dG_f_units’: ‘kJ/mol’} Returns: - output: measured_values_O: {metabolite.id: {‘dG_f’: float,
- ‘dG_f_var’: float, ‘dG_f_lb’: float, ‘dG_f_ub’: float, ‘dG_f_units’: ‘kJ/mol’}
Return type: dict