3.1.1.7.1.2. etfl.optim.constraints¶
Constraints declarations
3.1.1.7.1.2.1. Module Contents¶
3.1.1.7.1.2.1.1. Classes¶
|
Class to represent a enzymatic constraint |
|
Class to represent a enzymatic constraint |
|
Class to represent a enzymatic constraint |
|
Class to represent a variable attached to a enzyme |
|
Class to represent a enzymatic mass balance constraint |
|
Class to represent a mRNA mass balance constraint |
|
Class to represent a mRNA mass balance constraint |
|
Class to represent a tRNA mass balance constraint |
|
Class to represent a DNA mass balance constraint |
|
Class to represent a Translation constraint |
|
Class to represent a growth capacity constraint |
|
Class to represent the total capacity of constraint of a species, e.g |
|
Class to represent the total amount of an enzyme species, forwards and backwards |
|
Add the coupling between mRNA availability and ribosome charging |
|
Add the minimal activity of ribosome based on the availability of mRNA. |
|
Add the coupling between DNA availability and RNAP charging |
|
Add the minimal activity of RNAP based on the availability of gene. |
|
Represents the availability of free enzymes, e.g ribosomes (non bound) |
|
(Legacy) represents the availability of free ribosomes, e.g ribosomes (non bound) |
|
v_deg = k_deg [E] |
|
v_deg = k_deg [mRNA] |
|
Class to represent a variable attached to a reaction |
|
Class to represent a variable attached to a reaction |
|
Class to represent SOS 1 constraint |
|
Class to represent an interpolation constraint |
|
Represents a positive enzyme concentration variation for dETFL |
|
Represents a negative enzyme concentration variation for dETFL |
|
Represents a positive mRNA concentration variation for dETFL |
|
Represents a negative mRNA concentration variation for dETFL |
|
Represents a similar share to FBA for RNA and protein |
|
Class to represent a lipid mass balance constraint |
|
Class to represent a carbohydrate mass balance constraint |
|
Class to represent a ion mass balance constraint |
- class ETFL.CatalyticConstraint¶
Bases:
pytfa.optim.ReactionConstraintClass to represent a enzymatic constraint
- prefix = CC_¶
- class ETFL.ForwardCatalyticConstraint¶
Bases:
pytfa.optim.ReactionConstraintClass to represent a enzymatic constraint
- prefix = FC_¶
- class ETFL.BackwardCatalyticConstraint¶
Bases:
pytfa.optim.ReactionConstraintClass to represent a enzymatic constraint
- prefix = BC_¶
- class ETFL.EnzymeConstraint(enzyme, expr, **kwargs)¶
Bases:
pytfa.optim.GenericConstraintClass to represent a variable attached to a enzyme
- prefix = EZ_¶
- property enzyme(self)¶
- property id(self)¶
- property model(self)¶
- class ETFL.EnzymeMassBalance(enzyme, expr, **kwargs)¶
Bases:
EnzymeConstraintClass to represent a enzymatic mass balance constraint
- prefix = EB_¶
- class ETFL.mRNAMassBalance¶
Bases:
pytfa.optim.GeneConstraintClass to represent a mRNA mass balance constraint
- prefix = MB_¶
- class ETFL.rRNAMassBalance¶
Bases:
pytfa.optim.GeneConstraintClass to represent a mRNA mass balance constraint
- prefix = RB_¶
- class ETFL.tRNAMassBalance¶
Bases:
pytfa.optim.ModelConstraintClass to represent a tRNA mass balance constraint
- prefix = TB_¶
- class ETFL.DNAMassBalance¶
Bases:
pytfa.optim.ModelConstraintClass to represent a DNA mass balance constraint
- prefix = DB_¶
- class ETFL.SynthesisConstraint¶
Bases:
pytfa.optim.ReactionConstraintClass to represent a Translation constraint
- prefix = TR_¶
- class ETFL.GrowthCoupling¶
Bases:
pytfa.optim.ReactionConstraintClass to represent a growth capacity constraint
- prefix = GC_¶
- class ETFL.TotalCapacity¶
Bases:
pytfa.optim.ModelConstraintClass to represent the total capacity of constraint of a species, e.g Ribosome or RNA
- prefix = TC_¶
- class ETFL.TotalEnzyme¶
Bases:
TotalCapacityClass to represent the total amount of an enzyme species, forwards and backwards
- prefix = TE_¶
- class ETFL.ExpressionCoupling¶
Bases:
pytfa.optim.GeneConstraintAdd the coupling between mRNA availability and ribosome charging The number of ribosomes assigned to a mRNA species is lower than the number of such mRNA times the max number of ribosomes that can sit on the mRNA: [RPi] <= loadmax_i*[mRNAi]
- prefix = EX_¶
- class ETFL.MinimalCoupling¶
Bases:
pytfa.optim.GeneConstraintAdd the minimal activity of ribosome based on the availability of mRNA. We modeled it as a fraction of the maximum loadmax and the fraction depends on the affinity of ribosome to the mRNA: [RPi] >= Fraction*loadmax_i*[mRNAi]
- prefix = MC_¶
- class ETFL.RNAPAllocation¶
Bases:
pytfa.optim.GeneConstraintAdd the coupling between DNA availability and RNAP charging The number of RNAP assigned to a gene locus is lower than the number of such loci times the max number of RNAP that can sit on the locus: [RNAPi] <= loadmax_i*[# of loci]*[DNA]
- prefix = RA_¶
- class ETFL.MinimalAllocation¶
Bases:
pytfa.optim.GeneConstraintAdd the minimal activity of RNAP based on the availability of gene. We modeled it as a fraction of the maximum loadmax and the fraction depends on the affinity of RNAP to the gene, i.e. the strength of the promoter: [RPi] >= Fraction*loadmax_i*[mRNAi]
- prefix = MA_¶
- class ETFL.EnzymeRatio(enzyme, expr, **kwargs)¶
Bases:
EnzymeConstraintRepresents the availability of free enzymes, e.g ribosomes (non bound) R_free = 0.2*R_total
- prefix = ER_¶
- class ETFL.RibosomeRatio(enzyme, expr, **kwargs)¶
Bases:
EnzymeRatio(Legacy) represents the availability of free ribosomes, e.g ribosomes (non bound) R_free = 0.2*R_total
- prefix = ER_¶
- class ETFL.EnzymeDegradation(enzyme, expr, **kwargs)¶
Bases:
EnzymeConstraintv_deg = k_deg [E]
- prefix = ED_¶
- class ETFL.mRNADegradation¶
Bases:
pytfa.optim.GeneConstraintv_deg = k_deg [mRNA]
- prefix = MD_¶
- class ETFL.GrowthChoice¶
Bases:
pytfa.optim.ModelConstraintClass to represent a variable attached to a reaction
- prefix = GR_¶
- class ETFL.LinearizationConstraint¶
Bases:
pytfa.optim.ModelConstraintClass to represent a variable attached to a reaction
- prefix = LC_¶
- static from_constraints(cons, model)¶
- class ETFL.SOS1Constraint¶
Bases:
pytfa.optim.ModelConstraintClass to represent SOS 1 constraint
- prefix = S1_¶
- class ETFL.InterpolationConstraint¶
Bases:
pytfa.optim.ModelConstraintClass to represent an interpolation constraint
- prefix = IC_¶
- class ETFL.EnzymeDeltaPos(enzyme, expr, **kwargs)¶
Bases:
EnzymeConstraintRepresents a positive enzyme concentration variation for dETFL
- prefix = dEP_¶
- class ETFL.EnzymeDeltaNeg(enzyme, expr, **kwargs)¶
Bases:
EnzymeConstraintRepresents a negative enzyme concentration variation for dETFL
- prefix = dEN_¶
- class ETFL.mRNADeltaPos¶
Bases:
pytfa.optim.GeneConstraintRepresents a positive mRNA concentration variation for dETFL
- prefix = dMP_¶
- class ETFL.mRNADeltaNeg¶
Bases:
pytfa.optim.GeneConstraintRepresents a negative mRNA concentration variation for dETFL
- prefix = dMN_¶
- class ETFL.ConstantAllocation¶
Bases:
pytfa.optim.ModelConstraintRepresents a similar share to FBA for RNA and protein
- prefix = CL_¶
- class ETFL.LipidMassBalance¶
Bases:
pytfa.optim.ModelConstraintClass to represent a lipid mass balance constraint
- prefix = LB_¶
- class ETFL.CarbohydrateMassBalance¶
Bases:
pytfa.optim.ModelConstraintClass to represent a carbohydrate mass balance constraint
- prefix = CB_¶
- class ETFL.IonMassBalance¶
Bases:
pytfa.optim.ModelConstraintClass to represent a ion mass balance constraint
- prefix = IB_¶