Team:PKU Beijing/Modeling/Result

From 2009.igem.org

(Difference between revisions)
(The Goal of Simulation)
(The Goal of Simulation)
Line 13: Line 13:
As we mentioned in [[Team:PKU_Beijing/Project|project]] section, the dog (and of course the model) should react in a specific way under certain circumstances, which has been concluded into a truth table. To simulate perfectly, our model should follow the truth table, which is the primary goal without doubt.
As we mentioned in [[Team:PKU_Beijing/Project|project]] section, the dog (and of course the model) should react in a specific way under certain circumstances, which has been concluded into a truth table. To simulate perfectly, our model should follow the truth table, which is the primary goal without doubt.
-
{|cellpadding=10
+
{|cellpadding=5
-
!colspan=3 align="center" style="background:orange; color:white"|NO MEMORY
+
!colspan=3 align="center" style="background:lime; color:white"|NO MEMORY
-
!colspan=3 align="center" style="background:orange; color:white"|WITH MEMORY
+
!colspan=3 align="center" style="background:lime; color:white"|WITH MEMORY
|-
|-
|style="background:orange; color:white"|FOOD
|style="background:orange; color:white"|FOOD

Revision as of 19:17, 17 October 2009

 
Modeling > Result

After ODE and Parameters, it's time to see the simulation result.

The Goal of Simulation

Of course, the ultimate goal of modeling is to simulate the circuit as accurate as possible. However, due to the complexity of biological system and very little we have known about it, it's almost impossible to simulate exactly. Thus, we come up a series of standards, which will be the main goals of our modeling. Here're the standards:

  • The Biological System Should Follow the Truth Table

As we mentioned in project section, the dog (and of course the model) should react in a specific way under certain circumstances, which has been concluded into a truth table. To simulate perfectly, our model should follow the truth table, which is the primary goal without doubt.

NO MEMORY WITH MEMORY
FOOD BELL GFP FOOD BELL GFP
0 0 0 0 0 0
1 0 1 1 0 1
0 1 0 0 1 1
1 1 1 1 1 1



^Top