3.1.1.7.1.4. etfl.optim.variables¶
Variables declarations
3.1.1.7.1.4.1. Module Contents¶
3.1.1.7.1.4.1.1. Classes¶
|
Class to represent a growth rate |
|
Class to represent a binary growth rate range activation in ME2 MILP |
|
Class to represent a enzyme variable |
|
Class to represent a mRNA concentration |
|
Class to represent a mRNA concentration |
|
Class to represent a tRNA concentration |
|
Represents assignment of an enzyme the a forward reaction flux |
|
Represents assignment of an enzyme the a backward reaction flux |
|
Class to represent the product mu*[E] when performin linearization of the |
|
Class to represent DNA in the model |
|
Class to represent the ribosomes that are assigned to producing the enzyme |
|
Class to represent the ribosomes that are assigned to producing the enzyme |
|
Class to represent the ribosomes that are affected to producing the enzyme |
|
Class to represent a binary variable that activates a catalytic constraint |
|
Class to represent a binary variable that activates with growth levels |
|
Represents a variable that is interpolated |
|
Represents a reference enzyme concentration - for example in dETFL |
|
Represents a reference enzyme concentration - for example in dETFL |
|
Class to represent lipid in the model |
|
Class to represent carbohydrate in the model |
|
Class to represent ion in the model |
- class ETFL.GrowthRate(model, **kwargs)¶
Bases:
pytfa.optim.variables.ModelVariableClass to represent a growth rate
- prefix = MU_¶
- class ETFL.GrowthActivation(model, id_, **kwargs)¶
Bases:
pytfa.optim.variables.ModelVariable,pytfa.optim.variables.BinaryVariableClass to represent a binary growth rate range activation in ME2 MILP
- prefix = GA_¶
- class ETFL.EnzymeVariable(enzyme, **kwargs)¶
Bases:
pytfa.optim.variables.GenericVariableClass to represent a enzyme variable
- prefix = EZ_¶
- property enzyme(self)¶
- property id(self)¶
- property model(self)¶
- class ETFL.mRNAVariable¶
Bases:
pytfa.optim.variables.GeneVariableClass to represent a mRNA concentration
- prefix = MR_¶
- class ETFL.rRNAVariable¶
Bases:
pytfa.optim.variables.GeneVariableClass to represent a mRNA concentration
- prefix = RR_¶
- class ETFL.tRNAVariable¶
Bases:
pytfa.optim.variables.ModelVariableClass to represent a tRNA concentration
- prefix = TR_¶
- class ETFL.ForwardEnzyme(enzyme, **kwargs)¶
Bases:
EnzymeVariableRepresents assignment of an enzyme the a forward reaction flux
- prefix = FE_¶
- class ETFL.BackwardEnzyme(enzyme, **kwargs)¶
Bases:
EnzymeVariableRepresents assignment of an enzyme the a backward reaction flux
- prefix = BE_¶
- class ETFL.LinearizationVariable¶
Bases:
pytfa.optim.variables.ModelVariableClass to represent the product mu*[E] when performin linearization of the model
- prefix = LZ_¶
- class ETFL.DNAVariable¶
Bases:
pytfa.optim.variables.ModelVariableClass to represent DNA in the model
- prefix = DN_¶
- class ETFL.RibosomeUsage¶
Bases:
pytfa.optim.variables.GeneVariableClass to represent the ribosomes that are assigned to producing the enzyme for a reaction
- prefix = RP_¶
- class ETFL.RNAPUsage¶
Bases:
pytfa.optim.variables.GeneVariableClass to represent the ribosomes that are assigned to producing the enzyme for a reaction
- prefix = RM_¶
- class ETFL.FreeEnzyme(enzyme, **kwargs)¶
Bases:
EnzymeVariableClass to represent the ribosomes that are affected to producing the enzyme for a reaction
- prefix = EF_¶
- class ETFL.CatalyticActivator(reaction, **kwargs)¶
Bases:
pytfa.optim.variables.ReactionVariable,pytfa.optim.variables.BinaryVariableClass to represent a binary variable that activates a catalytic constraint or relaxes it
- prefix = CA_¶
- class ETFL.BinaryActivator(model, id_, **kwargs)¶
Bases:
pytfa.optim.variables.ModelVariable,pytfa.optim.variables.BinaryVariableClass to represent a binary variable that activates with growth levels
- prefix = LA_¶
- class ETFL.InterpolationVariable¶
Bases:
pytfa.optim.variables.ModelVariableRepresents a variable that is interpolated
- prefix = IV_¶
- class ETFL.EnzymeRef(enzyme, **kwargs)¶
Bases:
EnzymeVariableRepresents a reference enzyme concentration - for example in dETFL
- prefix = EZ0_¶
- class ETFL.mRNARef¶
Bases:
mRNAVariableRepresents a reference enzyme concentration - for example in dETFL
- prefix = MR0_¶
- class ETFL.LipidVariable¶
Bases:
pytfa.optim.variables.ModelVariableClass to represent lipid in the model
- prefix = LIP_¶