Team:Brown/Modeling/ODEs

From 2010.igem.org

(Difference between revisions)
(ODE Modeling of the Quad-State circuit)
(ODE Modeling of the Quad-State circuit)
Line 11: Line 11:
We model induction by ligand X as: [[Image:Ligand_induction.png]]
We model induction by ligand X as: [[Image:Ligand_induction.png]]
 +
 +
We model repression by ligand X as: [[Image:Ligand_repression.png]]
 +
 +
Where rho is the fraction of occupied ligand binding sites, [X] is the ligand concentration, n is the hill coefficient, and K_d is the equilibrium constant for dissociation.
 +
 +
We chose to simplify our model by expressing simultaneous repression/induction as the product of the corresponding hill equations. This is a simplification because it allows both the repressor and inducer to bind simultaneously, while in reality they are competing for available space.

Revision as of 22:52, 24 October 2010

ODE Modeling of the Quad-State circuit

We formulated a system of differential equations which we used to model our system. As we have many players in our system and thus many equations, we chose to combine transcription and translation into single equations representing protein synthesis.


In all cases the equations represent the change in concentration in nanomoles/minute. Most equations make use of the Hill equation, which is used to model the cooperative binding of a ligand to a molecule. This is accomplished by describing the fraction of bound macromolecule as a function of ligand concentration.


We model induction by ligand X as: Ligand induction.png

We model repression by ligand X as: Ligand repression.png

Where rho is the fraction of occupied ligand binding sites, [X] is the ligand concentration, n is the hill coefficient, and K_d is the equilibrium constant for dissociation.

We chose to simplify our model by expressing simultaneous repression/induction as the product of the corresponding hill equations. This is a simplification because it allows both the repressor and inducer to bind simultaneously, while in reality they are competing for available space.