Team:PKU Beijing/Modeling/Stochastic

From 2009.igem.org

(Difference between revisions)
(Parameters)
Line 6: Line 6:
We have successfully conduct ODE model for both T3 design and P2 design. However, there's a inborn defect. The ODE models regard memory as a switch, only two state - 0 and 1. Actually, the memory is continous. Besides that, since the number of molecules in cell is not large enough, which means the circuit itself has a stochastic property. For these reasons, we conduct a stochastic model. Since ODE model for P2 is not as good as the one for T3, we will only conduct stochastic model for the T3 design.
We have successfully conduct ODE model for both T3 design and P2 design. However, there's a inborn defect. The ODE models regard memory as a switch, only two state - 0 and 1. Actually, the memory is continous. Besides that, since the number of molecules in cell is not large enough, which means the circuit itself has a stochastic property. For these reasons, we conduct a stochastic model. Since ODE model for P2 is not as good as the one for T3, we will only conduct stochastic model for the T3 design.
-
==='''Construction'''===
+
==='''Goal of Simulation'''===
-
New model needs new equations. In stochastic model, the equations should represent more elementary reactions. So we split the 13 equations in our deterministic model into 29 more elementary ones. Here we'll demonstrate these equations, without much explaination. If you're confused by some equations, please visit [[Team:PKU_Beijing/Modeling/ODE|ODE]] page, on which there're detailed explainations for each equation we used.
+
This time, the goals are different. Here're our goals:
 +
*'''Learning Step by Step'''
 +
No one can learn everything all at a time. No matter from scientific research or from our daily experience, learning is a slow process. We gain knowledge through practice, so does a dog.
 +
*'''Forget Gradually'''
 +
All of us forget things. No matter whether you forget to shut down the computer before sleep or you lock the door without bringing the key, forgetting is a natural process. Why not a dog? In our stochastic model, we aimed at simulating the process of forget.
 +
*'''Truth Table'''
 +
The first priority is to accord to the truth table. But hey, let's think about it. If we can simulating the learning and forgetting process, which means the bistable turn guadually from CI to CI434 and then back, there's no doubt that the dog will follow the truth table. So, we'll skip this part, you can check it by yourself!
-
{|cellpadding=5
+
==='''Construction'''===
-
|Equations||Remark
+
-
|-
+
-
|d[tRNA]/dt=||Synthesis of tRNA
+
-
|-
+
-
| ||Degradation of tRNA
+
-
|-
+
-
| ||Transformation from tRNA to Aa-tRNA
+
-
|-
+
-
| ||Degradation of Aa-tRNA (Aa-tRNA->tRNA)
+
-
|-
+
-
| ||Dilution of Aa-tRNA
+
-
|-
+
-
| ||Transcription of T7RNAP
+
-
|-
+
-
| ||Degradation of T7RNAP
+
-
|-
+
-
| ||AND Gate 1
+
-
|-
+
-
| ||Degradation of T7RNAP protein
+
-
|-
+
-
| ||Transcription of trigger CI
+
-
|-
+
-
| ||Transcription of Bistable CI
+
-
|-
+
-
| ||Degradation of trigger CI mRNA
+
-
|-
+
-
| ||Degradation of bistable CI mRNA
+
-
|-
+
-
| ||Translation of trigger CI mRNA
+
-
|-
+
-
| ||Translation of bistable CI mRNA
+
-
|-
+
-
| ||Degradation of CI protein
+
-
|-
+
-
| ||Transcription of CI434
+
-
|-
+
-
| ||Degradation of CI434 mRNA
+
-
|-
+
-
| ||Translation of CI434 mRNA
+
-
|-
+
-
| ||Degradation of CI434 mRNA
+
-
|-
+
-
| ||Transcription of T3
+
-
|-
+
-
| ||Degradation of T3 mRNA
+
-
|-
+
-
| ||AND Gate 2
+
-
|-
+
-
| ||Degradation of T3
+
-
|-
+
-
| ||Transcription of GFP - OR Gate
+
-
|-
+
-
| ||Transcription of GFP - AND Gate - OR Gate
+
-
|-
+
-
| ||Degradation of GFP mRNA
+
-
|-
+
-
| ||Translation of GFP mRNA
+
-
|-
+
-
| ||Degradation of GFP
+
-
|}
+
-
==='''Parameters'''===
+
Based on our ODE model, constructing stochastic model is a relatively simple process. We use the equations from ODE model, only splitting them into more elementary ones. We also use the parameters from the old model, with slightly changes.
-
Generally, we just use the parameters from our ODE model, just to keep consistent. However, we did change a few, mainly translation rate of CI and CI434, aiming at simulating learning process and forgetting process. Here's the parameters we used. You can also visit [[Team:PKU_Beijing/Modeling/Parameters|parameters]] page for more detailed information.
+
Since there're not much new information involved, we'll leave out detailed construction process here. You can download [[Media:PKU_Stochastic.rar|source file here]]. You can even figure out a better set of parameters! If so, don't forget to tell us!
==='''Result'''===
==='''Result'''===

Revision as of 07:30, 20 October 2009

Modeling

Modeling Home
ODE
Parameters
Result
Stochastic Model
Improvement

 
Modeling > Stochastic Model

We have successfully conduct ODE model for both T3 design and P2 design. However, there's a inborn defect. The ODE models regard memory as a switch, only two state - 0 and 1. Actually, the memory is continous. Besides that, since the number of molecules in cell is not large enough, which means the circuit itself has a stochastic property. For these reasons, we conduct a stochastic model. Since ODE model for P2 is not as good as the one for T3, we will only conduct stochastic model for the T3 design.

Goal of Simulation

This time, the goals are different. Here're our goals:

  • Learning Step by Step

No one can learn everything all at a time. No matter from scientific research or from our daily experience, learning is a slow process. We gain knowledge through practice, so does a dog.

  • Forget Gradually

All of us forget things. No matter whether you forget to shut down the computer before sleep or you lock the door without bringing the key, forgetting is a natural process. Why not a dog? In our stochastic model, we aimed at simulating the process of forget.

  • Truth Table

The first priority is to accord to the truth table. But hey, let's think about it. If we can simulating the learning and forgetting process, which means the bistable turn guadually from CI to CI434 and then back, there's no doubt that the dog will follow the truth table. So, we'll skip this part, you can check it by yourself!

Construction

Based on our ODE model, constructing stochastic model is a relatively simple process. We use the equations from ODE model, only splitting them into more elementary ones. We also use the parameters from the old model, with slightly changes.

Since there're not much new information involved, we'll leave out detailed construction process here. You can download source file here. You can even figure out a better set of parameters! If so, don't forget to tell us!

Result



^Top