Team:PKU Beijing/Modeling/ODE

From 2009.igem.org

(Difference between revisions)
Line 4: Line 4:
[[Team:PKU_Beijing/Modeling|Modeling]] > [[Team:PKU_Beijing/Modeling/ODE|ODE]]
[[Team:PKU_Beijing/Modeling|Modeling]] > [[Team:PKU_Beijing/Modeling/ODE|ODE]]
-
==='''Catagories of Equations'''===
+
Our design this year consists of four modules. For each module, we constructs ODEs(Ordinary Differential Equations) to describe the biological process. In this page, we will demonstrate all of our equations, the corresponding biological reactions, and parameters related. For parameters we used, please go to [[Team:PKU_Beijing/Modeling/Parameters|parameters]] page. For modeling result of the deterministic model, please go to [[Team:PKU_Beijing/Modeling/Result|result]] page.
-
Writing the ODEs is the first step of constructing the deterministic model. For practice, we first catagorized all the reactions appeared in our design into four types - Transcription, Translation, Degradation and AND gate module. In this section, we will demonstrate equations for each type, which will let you be more familiar with our model.
+
==='''AND Gate 1'''===
-
*'''Transcription'''
+
The
-
The equation used to describe the transcription process is Hill equations, which is well-known in biomodeling.
+
{|cellpadding=1
-
 
+
|Process||Description||Equation||Parameters
-
<math>\frac{\mathrm{d}[mRNA]}{\mathrm{d}t}=k(\frac{(\frac{[A]}{K})^n}{1+(\frac{[A]}{K})^n})</math>
+
-
 
+
-
{|cellpadding=3
+
-
|[mRNA]||Concentration of the product
+
|-
|-
-
|k||Maximum rate of transcription
+
|
-
|-
+
-
|[A]||Concentration of Protein A. A interacts with the promoter to activate or repress the transcription process.
+
-
|-
+
-
|K||Microscopic dissociation constant. K^n is the equilibrium constant for dissociation
+
-
|-
+
-
|n||Hill constant
+
-
|-
+
-
|μ||Activate: μ=0, Repress: μ=1
+
-
|}
+
-
*'''Translation'''
 
-
 
-
The process translation can be regarded as elementary reaction.
 
-
 
-
<math>\frac{\mathrm{d}\mathrm{[B]}}{\mathrm{d}t}=k\mathrm{[mRNA]}</math>
 
-
 
-
{|cellpadding=3
 
-
|[B]||Concentration of the product
 
-
|-
 
-
|k||Rate of translation
 
-
|-
 
-
|[mRNA]||Concentration of the mRNA
 
-
|}
 
-
 
-
*'''Degradation'''
 
-
 
-
This process can also be regarded as elementary reaction.
 
-
 
-
<math>\frac{\mathrm{d}\mathrm{[C]}}{\mathrm{d}t}=-\gamma\mathrm{[C]}</math>
 
-
 
-
{|cellpadding=3
 
-
|[C]||Concentration of mRNA, protein, et.al.
 
-
|-
 
-
|γ||Degradation rate
 
-
|}
 
-
 
-
*'''AND Gate Module'''
 
-
 
-
This year, we construct AND gates similar to J Christopher Anderson's work(''Molecular Systems Biology'' 3:133). Thus, we use the corresponding equation in the supplementary information of the paper.
 
-
 
-
 
-
 
-
==='''AND Gate 1'''===
 
==='''Bistable'''===
==='''Bistable'''===

Revision as of 17:46, 16 October 2009

 
Modeling > ODE

Our design this year consists of four modules. For each module, we constructs ODEs(Ordinary Differential Equations) to describe the biological process. In this page, we will demonstrate all of our equations, the corresponding biological reactions, and parameters related. For parameters we used, please go to parameters page. For modeling result of the deterministic model, please go to result page.

AND Gate 1

The

ProcessDescriptionEquationParameters


Bistable

AND Gate 2

Output

Full Model



^Top