Team:PKU Beijing/Modeling/ODE
From 2009.igem.org
Line 6: | Line 6: | ||
==='''Catagories of Equations'''=== | ==='''Catagories of Equations'''=== | ||
- | 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 | + | 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. |
*'''Transcription''' | *'''Transcription''' | ||
Line 32: | Line 32: | ||
The process translation can be regarded as elementary reaction. | The process translation can be regarded as elementary reaction. | ||
- | <math>\frac{\mathrm{d}\mathrm{[ | + | <math>\frac{\mathrm{d}\mathrm{[B]}}{\mathrm{d}t}=k\mathrm{[mRNA]}</math> |
{|cellpadding=3 | {|cellpadding=3 | ||
- | |[ | + | |[B]||Concentration of the product |
|- | |- | ||
|k||Rate of translation | |k||Rate of translation | ||
Line 41: | Line 41: | ||
|[mRNA]||Concentration of the mRNA | |[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. | ||
+ | |||
Revision as of 16:25, 10 October 2009
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||