Team:PKU Beijing/Modeling/Result

From 2009.igem.org

(Difference between revisions)
Line 8: Line 8:
==='''The Goal of Simulation'''===
==='''The Goal of Simulation'''===
-
Of course, the ultimate goal of modeling is to simulate the biological system as accurate as possible. However,  
+
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 [[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=5
 +
|NO MEMORY
 +
|-
 +
|FOOD||BELL||GFP output
 +
|-
 +
|0||0||0
 +
|-
 +
|1||0||1
 +
|-
 +
|0||1||0
 +
|-
 +
|1||1||0
 +
|-
 +
|WITH MEMORY
 +
|-
 +
|FOOD||BELL||GFP output
 +
|-
 +
|0||0||0
 +
|-
 +
|1||0||1
 +
|-
 +
|0||1||1
 +
|-
 +
|1||1||1
 +
|}

Revision as of 18:29, 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
FOODBELLGFP output
000
101
010
110
WITH MEMORY
FOODBELLGFP output
000
101
011
111




^Top