Team:NTU-Singapore/Modelling/Parameter/LysisaD

From 2008.igem.org

(Difference between revisions)
(New page: <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"...)
 
(7 intermediate revisions not shown)
Line 3: Line 3:
<div id="header">{{User:Greenbear/sandbox/header}}</div>
<div id="header">{{User:Greenbear/sandbox/header}}</div>
-
<div id="maincontent" style="margin-top:200px;">
+
<div id="maincontent" style="margin-top:130px;">
 +
<html>
 +
<div id="arrow">
 +
<a href="https://2008.igem.org/Team:NTU-Singapore/Modelling/Parameter#Lysis_production_system">
 +
<img src="https://static.igem.org/mediawiki/2008/c/ce/Back_to_param_charac3.jpg"
 +
    alt="Back to parameter estimation"
 +
    title="Back to parameter estiamtion">
 +
</a>
 +
</div>
 +
</html>
-
[https://2008.igem.org/Team:NTU-Singapore/Modelling/Parameter Back to Parameter Estimation]
 
 +
=Parameter aD analysis=
 +
In the following graphs, the red line represents the production of Lysis when both Autoinducer 2 and Iron ions are present. The blue line represents the graphs when only Autoinducer 2 is present.
==Changing aD, nD=1==
==Changing aD, nD=1==
Graph of aD=0.00001<br>
Graph of aD=0.00001<br>
-
[[Image:nd=1AD=0.00001.jpg|600px| aD=0.00001]]<br>
+
[[Image:nd=1AD=0.00001.jpg|thumb|center|600px|Graph of aD=0.00001]]<br>
Graph of aD=0.001<br>
Graph of aD=0.001<br>
-
[[Image:nd=1AD=0.001.jpg|600px| aD=0.001]]<br>
+
[[Image:nd=1AD=0.001.jpg|thumb|center|600px|Graph of aD=0.001]]<br>
Graph of aD=0.01<br>
Graph of aD=0.01<br>
-
[[Image:nd=1AD=0.01.jpg|600px| aD=0.01]]<br>
+
[[Image:nd=1AD=0.01.jpg|thumb|center|600px|Graph of aD=0.01]]<br>
 +
 
 +
We observe that when nD = 1, changing aD has no significant effect to Lysis protein production. Also there seems to be no difference between the two forms of Lysis protein production even under different situations.
==Changing aD, nD=10==
==Changing aD, nD=10==
Graph of aD=0.0001<br>
Graph of aD=0.0001<br>
-
[[Image:nd=10AD=0.0001.jpg|600px| aD=0.0001]]<br>
+
[[Image:nd=10AD=0.0001.jpg|center|thumb|600px|Graph of aD=0.0001]]<br>
Graph of aD=0.001<br>
Graph of aD=0.001<br>
-
[[Image:nd=10AD=0.001.jpg|600px| aD=0.001]]<br>
+
[[Image:nd=10AD=0.001.jpg|center|thumb|600px|Graph of aD=0.001]]<br>
 +
 
 +
The graph presents a range of values aD can take on when nD = 10. As we can see, changing the values of aD has no effect on Lysis protein production as well. The difference between the Lysis protein production under the two different circumstances is now more obvious.
 +
 
==Changing aD, nD=100==
==Changing aD, nD=100==
Graph of aD=0.0001<br>
Graph of aD=0.0001<br>
-
[[Image:nd=100AD=0.0001.jpg|600px| aD=0.0001]]<br>
+
[[Image:nd=100AD=0.0001.jpg|thumb|center|600px|Graph of aD=0.0001]]<br>
Graph of aD=0.001<br>
Graph of aD=0.001<br>
-
[[Image:nd=100AD=0.001.jpg|600px| aD=0.001]]<br>
+
[[Image:nd=100AD=0.001.jpg|thumb|center|600px|Graph of aD=0.001]]<br>
Graph of aD=0.01<br>
Graph of aD=0.01<br>
-
[[Image:nd=100AD=0.01.jpg|600px| aD=0.01]]<br>
+
[[Image:nd=100AD=0.01.jpg|thumb|center|600px|Graph of aD=0.01]]<br>
 +
 
 +
Here the difference in Lysis protein production is more pronounced and obvious. We understand from these different trends that aD has little or no significant impact on protein production and that nD will be the main deciding factor.
 +
<br><br>
 +
<html>
 +
<script language=Javascript1.2>
 +
<!--
 +
 
 +
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>');
 +
}
 +
 
 +
DaysofWeek = new Array()
 +
  DaysofWeek[0]="Sunday"
 +
  DaysofWeek[1]="Monday"
 +
  DaysofWeek[2]="Tuesday"
 +
  DaysofWeek[3]="Wednesday"
 +
  DaysofWeek[4]="Thursday"
 +
  DaysofWeek[5]="Friday"
 +
  DaysofWeek[6]="Saturday"
 +
 
 +
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"
 +
 
 +
function upclock(){
 +
var dte = new Date();
 +
var hrs = dte.getHours();
 +
var min = dte.getMinutes();
 +
var sec = dte.getSeconds();
 +
var day = DaysofWeek[dte.getDay()]
 +
var date = dte.getDate()
 +
var month = Months[dte.getMonth()]
 +
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;
 +
}
 +
}
-
The graph presents a range of values k3BC can take on
+
setInterval("upclock()",1000);
 +
//-->
 +
</script>
 +
</html>

Latest revision as of 15:10, 28 October 2008


Contents

Parameter aD analysis

In the following graphs, the red line represents the production of Lysis when both Autoinducer 2 and Iron ions are present. The blue line represents the graphs when only Autoinducer 2 is present.

Changing aD, nD=1

Graph of aD=0.00001

Graph of aD=0.00001

Graph of aD=0.001

Graph of aD=0.001

Graph of aD=0.01

Graph of aD=0.01

We observe that when nD = 1, changing aD has no significant effect to Lysis protein production. Also there seems to be no difference between the two forms of Lysis protein production even under different situations.

Changing aD, nD=10

Graph of aD=0.0001

Graph of aD=0.0001

Graph of aD=0.001

Graph of aD=0.001

The graph presents a range of values aD can take on when nD = 10. As we can see, changing the values of aD has no effect on Lysis protein production as well. The difference between the Lysis protein production under the two different circumstances is now more obvious.


Changing aD, nD=100

Graph of aD=0.0001

Graph of aD=0.0001

Graph of aD=0.001

Graph of aD=0.001

Graph of aD=0.01

Graph of aD=0.01

Here the difference in Lysis protein production is more pronounced and obvious. We understand from these different trends that aD has little or no significant impact on protein production and that nD will be the main deciding factor.