Team:NTU-Singapore/Modeling

From 2008.igem.org

(Difference between revisions)
(Prototype team page)
 
(40 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
<html><link rel="stylesheet" href="http://greenbear88.googlepages.com/ntu_igem.css" type="text/css"></html>
 +
<div id="header">{{User:Greenbear/sandbox/header}}</div>
 +
 +
<div id="maincontent" style="margin-top:100px;">
 +
 +
[[Image:Blackboard.jpg|center|400px]]
 +
=Introduction=
 +
 +
The primary objective of this section is to assist us in developing an understanding of the dynamic behaviour of the systems that we would create in our iGEM project. A requirement for assessing the dynamic behaviour is a time-dependent mathematical model of the bio-chemical processes that take place.
 +
 +
 +
 +
-----------------------------------------------------------------------------------------------------------------
 +
Dictionary Definitions : Model
 +
 +
Model is derived from the Latin word ''modus'', which stands for ''measure''. As a noun it means, " a small representation of a planned or exiting object" (Webster's New World Dictionary)
 +
 +
"A mathematical or physical system, obeying certain specified conditions, whose behaviour is used to understand a physical, biological, or social system to which it is analogous in some way" (McGraw-Hill dictionary of Scientific and Technical Terms.)
 +
-----------------------------------------------------------------------------------------------------------------
 +
 +
The use of models to describe synthetic biology has its merits. Synthetic biology investigates the use of different biological parts to put together and assemble devices that carry out specific functions. Good mathematical models to describe each part would greatly help not only in the characterization of a part but also facilitate the use of the part by other people when they choose to use the part within their devices or systems.
 +
 +
Simulations based on modeling can give a first insight on how the system would turn out and provide a rough guide of the system’s behaviour.
 +
 +
We hope to use a control engineering approach in this project, and we hope that by understanding the transient behaviours of the systems can we better design our system to suit their purpose.
 +
 +
The models that are created and found in the subsequent sections can still be improved by comparing the modeling results against actual wet lab results. SIMULINK has proved to be an immensely useful tool for Deterministic modeling and solving ODEs. Cellware had its own limitations when dealing with Stochastic models. As the system got more complicated, the shorter the time span the program was able to simulate and produce useful results.
 +
 +
We had seen from our models that our AND gate system should have the shorter SupD gene attached to the Fe promoter. This was because in our assumptions, Fe ions would be ion lower concentration in the intestinal environment compared to Ai-2 and to have a similar response rate at the AND gate, the choice of AND gate inputs is critical.
 +
 +
We also realised that differing inputs of Lactose or Ai-2 would have an impact on the system via the models and this would be explored in greater detail in our wet lab experiments to see if the models are predicting the outcome correctly. <br>
 +
<br>
 +
<br>
 +
 +
''"All models are wrong; Some are useful"'' <br>
 +
'''George P. Box.''' <br>
 +
<br><br>
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<script language=Javascript1.2>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
<!--
-
This is a template page. READ THESE INSTRUCTIONS.
+
-
</div>
+
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, and a lab notebook.  PLEASE keep all of your pages within your Team:Example namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
var tags_before_clock = "<b>It is now "
 +
var tags_middle_clock = "on"
 +
var tags_after_clock  = "</b>"
 +
if(navigator.appName == "Netscape") {
 +
document.write('<layer id="clock"></layer><br>');
 +
}
 +
if (navigator.appVersion.indexOf("MSIE") != -1){
 +
document.write('<span id="clock"></span>');
 +
}
-
{|align="justify"
+
DaysofWeek = new Array()
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
  DaysofWeek[0]="Sunday"
-
|[[Image:Example_logo.png|200px|right|frame]]
+
  DaysofWeek[1]="Monday"
-
|-
+
  DaysofWeek[2]="Tuesday"
-
|
+
  DaysofWeek[3]="Wednesday"
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
  DaysofWeek[4]="Thursday"
-
|[[Image:Team.png|right|frame|Your team picture]]
+
  DaysofWeek[5]="Friday"
-
|-
+
  DaysofWeek[6]="Saturday"
-
|
+
-
|align="center"|[[Team:NTU-Singapore | Team Example 2]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
Months = new Array()
 +
  Months[0]="January"
 +
  Months[1]="February"
 +
  Months[2]="March"
 +
  Months[3]="April"
 +
  Months[4]="May"
 +
  Months[5]="June"
 +
  Months[6]="July"
 +
  Months[7]="August"
 +
  Months[8]="September"
 +
  Months[9]="October"
 +
  Months[10]="November"
 +
  Months[11]="December"
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
function upclock(){
-
!align="center"|[[Team:NTU-Singapore|Home]]
+
var dte = new Date();
-
!align="center"|[[Team:NTU-Singapore/Team|The Team]]
+
var hrs = dte.getHours();
-
!align="center"|[[Team:NTU-Singapore/Project|The Project]]
+
var min = dte.getMinutes();
-
!align="center"|[[Team:NTU-Singapore/Parts|Parts Submitted to the Registry]]
+
var sec = dte.getSeconds();
-
!align="center"|[[Team:NTU-Singapore/Modeling|Modeling]]
+
var day = DaysofWeek[dte.getDay()]
-
!align="center"|[[Team:NTU-Singapore/Notebook|Notebook]]
+
var date = dte.getDate()
-
|}
+
var month = Months[dte.getMonth()]
-
(''Or you can choose different headings. But you must have a team page, a project page, and a notebook page.'')
+
var year = dte.getFullYear()
 +
 
 +
var col = ":";
 +
var spc = " ";
 +
var com = ",";
 +
var apm;
 +
 
 +
if (date == 1 || date == 21 || date == 31)
 +
  {ender = "<sup>st</sup>"}
 +
else
 +
if (date == 2 || date == 22)
 +
  {ender = "<sup>nd</sup>"}
 +
else
 +
if (date == 3 || date == 23)
 +
  {ender = "<sup>rd</sup>"}
 +
 
 +
else
 +
  {ender = "<sup>th</sup>"}
 +
 
 +
if (12 < hrs) {
 +
apm="<font size='-1'>pm</font>";
 +
hrs-=12;
 +
}
 +
 
 +
else {
 +
apm="<font size='-1'>am</font>";
 +
}
 +
 
 +
if (hrs == 0) hrs=12;
 +
if (hrs<=9) hrs="0"+hrs;
 +
if (min<=9) min="0"+min;
 +
if (sec<=9) sec="0"+sec;
 +
 
 +
if(navigator.appName == "Netscape") {
 +
document.clock.document.write(tags_before_clock+hrs+col+min+col+sec+apm+spc+tags_middle_clock+spc+day+com+spc+date+ender+spc+month+com+spc+year+tags_after_clock);
 +
document.clock.document.close();
 +
}
 +
 
 +
if (navigator.appVersion.indexOf("MSIE") != -1){
 +
clock.innerHTML = tags_before_clock+hrs+col+min+col+sec+apm+spc+tags_middle_clock+spc+day+com+spc+date+ender+spc+month+com+spc+year+tags_after_clock;
 +
}
 +
}
 +
 
 +
setInterval("upclock()",1000);
 +
//-->
 +
</script>
 +
</html>
-
===Note===
+
<!---End of main content--->
-
If you choose to include a '''Modeling''' page, please write about your modeling adventures here.  This is not necessary but it may be a nice list to include.
+
<!---End of body--->

Latest revision as of 05:42, 27 October 2008

Blackboard.jpg

Introduction

The primary objective of this section is to assist us in developing an understanding of the dynamic behaviour of the systems that we would create in our iGEM project. A requirement for assessing the dynamic behaviour is a time-dependent mathematical model of the bio-chemical processes that take place.



Dictionary Definitions : Model

Model is derived from the Latin word modus, which stands for measure. As a noun it means, " a small representation of a planned or exiting object" (Webster's New World Dictionary)

"A mathematical or physical system, obeying certain specified conditions, whose behaviour is used to understand a physical, biological, or social system to which it is analogous in some way" (McGraw-Hill dictionary of Scientific and Technical Terms.)


The use of models to describe synthetic biology has its merits. Synthetic biology investigates the use of different biological parts to put together and assemble devices that carry out specific functions. Good mathematical models to describe each part would greatly help not only in the characterization of a part but also facilitate the use of the part by other people when they choose to use the part within their devices or systems.

Simulations based on modeling can give a first insight on how the system would turn out and provide a rough guide of the system’s behaviour.

We hope to use a control engineering approach in this project, and we hope that by understanding the transient behaviours of the systems can we better design our system to suit their purpose.

The models that are created and found in the subsequent sections can still be improved by comparing the modeling results against actual wet lab results. SIMULINK has proved to be an immensely useful tool for Deterministic modeling and solving ODEs. Cellware had its own limitations when dealing with Stochastic models. As the system got more complicated, the shorter the time span the program was able to simulate and produce useful results.

We had seen from our models that our AND gate system should have the shorter SupD gene attached to the Fe promoter. This was because in our assumptions, Fe ions would be ion lower concentration in the intestinal environment compared to Ai-2 and to have a similar response rate at the AND gate, the choice of AND gate inputs is critical.

We also realised that differing inputs of Lactose or Ai-2 would have an impact on the system via the models and this would be explored in greater detail in our wet lab experiments to see if the models are predicting the outcome correctly.


"All models are wrong; Some are useful"
George P. Box.