3.1.1.2.1.13. etfl.core.thermomemodel

Fusion for Thermo and Me Models

3.1.1.2.1.13.1. Module Contents

3.1.1.2.1.13.1.1. Classes

ThermoMEModel

3.1.1.2.1.13.1.2. Attributes

BIGM

BIGM_THERMO

BIGM_DG

BIGM_P

EPSILON

MAX_STOICH

ETFL.BIGM
ETFL.BIGM_THERMO
ETFL.BIGM_DG
ETFL.BIGM_P
ETFL.EPSILON
ETFL.MAX_STOICH = 10
class ETFL.ThermoMEModel(thermo_data, model=Model(), name=None, growth_reaction='', mu=None, mu_error=0, mu_range=None, n_mu_bins=1, big_M=1000, temperature=std.TEMPERATURE_0, min_ph=std.MIN_PH, max_ph=std.MAX_PH, prot_scaling=1000, mrna_scaling=None)

Bases: etfl.core.memodel.MEModel, pytfa.thermo.ThermoModel

print_info(self)

Print information and counts for the cobra_model :return:

__deepcopy__(self, memodict={})

Calls self.copy() to return an independant copy of the model

Parameters

memo

Returns

copy(self)

Pseudo-smart copy of the model using dict serialization. This builds a new model from the ground up, with independwnt variables, solver, etc.

Returns