Team:IBB Pune/Modeling

From 2009.igem.org

(Difference between revisions)
 
(53 intermediate revisions not shown)
Line 1: Line 1:
 +
{{Team:IBB_Pune/header}}
 +
{{Team:IBB_Pune/menu}}
 +
<html>
<html>
-
<style type="text/css">
+
<br>
-
#nav, #nav ul {
+
<p><span style="font-weight:bold; font-size:200%; color:#006600;">Modelling</span></p></html>
-
position: relative;
+
<p>The aim of the modelling aspect of our project is to develop simulations that would enable us to predict the behavior of the export tag with the Snowdrift Game as the backdrop. </p>
-
margin: 0 auto; /* purpose: allow centering ul table */
+
-
padding: 0;
+
-
display: table /* purpose: ul doesn't stretch width 100% */
+
-
}
+
-
#nav li {
+
<html>
-
display: table-cell; /* purpose: li behaves like table-cell */
+
<p><span style="font-weight:bold; font-size:200%; color:#006600;">
-
position: relative; /* purpose: non-overlap li elements in ul */
+
<br>
-
list-style: none; /* purpose: remove default html list-style */
+
Project 1- A Model Of The Snowdrift Game</span>
-
}
+
</p></html>
-
 
+
-
#nav li a {
+
-
display: block; /* purpose: non-overlap div on a */
+
-
margin: 0 1px 0 0; /* purpose: spacing main menu items */
+
-
padding: 4px 59px;
+
-
background-color: #336633;
+
-
color: #FFF;
+
-
text-align: right;
+
-
text-decoration: none; /* purpose: remove underline from a */
+
-
font: bold 13px arial;
+
-
}
+
-
#nav li a:hover {
+
<br><br>
-
background-color: #00CC33;
+
[[Image:Modelling (1).JPG|center|800 px|thumbnail|Model]]
-
color: black;
+
-
}
+
-
#nav div {
+
<br>
-
position: absolute; /* purpose: li of div doesn't spread out */
+
-
display: none;
+
-
width: 10em;
+
-
opacity: 0.8;
+
-
filter: alpha(opacity=80);
+
-
border: 1px solid #28B095;
+
-
background: #EAEBD8;
+
-
}
+
-
#nav span a, #nav div a {
 
-
position: relative;
 
-
display: block; /* purpose: a's in div have same width */
 
-
margin: 0;
 
-
padding: 5px 10px;
 
-
text-align: left;
 
-
font: 11px arial;
 
-
}
 
-
 
-
#nav span a:hover, #nav div a:hover {
 
-
background-color: #00CC33;
 
-
color: #000;
 
-
}
 
-
#nav span div {
 
-
position: relative;
 
-
margin: 0;
 
-
border: none; /* purpose: reset border to none */
 
-
border-top: 1px solid #5970B2; /* purpose: add a seperator */
 
-
border-bottom: 1px solid #5970B2; /* purpose: add a seperator */
 
-
opacity: 1.0; /* purpose: opacity already 0.8 by #nav div */
 
-
filter: alpha(opacity=100); /* purpose: opacity already 80 by #nav div */
 
-
}
 
-
 
-
#nav span div a {
 
-
text-indent: 10px;
 
-
}
 
-
 
-
#nav span div span div a {
 
-
text-indent: 20px;
 
-
}
 
-
#nav .expand {
+
<p>This is a Model of the Snowdrift game. This model assumes use of two different strains as '''co-operators''' and '''defectors'''.</p>
-
background-image: url('https://static.igem.org/mediawiki/2008/e/ef/Icon-expand.png');
+
Co-operators constitutively secrete/produce b-gal. Defectors cannot secrete/produce B-gal.
-
background-repeat: no-repeat;
+
-
background-position: 95% 50%;
+
-
}
+
-
#nav .collapse {
+
This model is for a Single iteration of the experiment i.e. the culture is initiated in shaker flask and allowed to grow. In order to find ESS or stable equilibria, we will have to repeatedly subculture the cells under similar conditions, by replacing the medium or supplying fresh medium. In such a setup, the input for the next cycle of experiments will be the output of the previous cycle of experiments.  
-
background-image: url('https://static.igem.org/mediawiki/2008/c/cd/Icon-collapse.png');
+
-
background-repeat: no-repeat;
+
<span style="font-weight:bold; font-size:125%; color:#006600;"><p>Assumptions</p></span>
-
background-position: 95% 50%;
+
-
}
+
-
</style>
+
-
<script type="text/javascript" src="http://www.kuleuven.be/bioscenter/igem/js/jquery.js"></script>
+
''At time t=0;''
-
<script type="text/javascript">
+
*There are ''''k'''' co-operators and ''''N-k'''' defectors
-
function toggleElement(layer){
+
-
var myLayer = document.getElementById(layer);
+
*Medium contains ''''L'''' mg/ml of lactose, glucose conc. (g) = 0
-
if(myLayer.style.display=="none"){
+
-
myLayer.style.display="block";
+
*Culture is well mixed.
-
myLayer.backgroundPosition="top";
+
-
} else {
+
*Extracellular Enzyme conc ('''Ec''') = 0 units/ml
-
myLayer.style.display="none";
+
<span style="font-weight:bold; font-size:150%; color:#006600;"><p>Artificial assumptions</p></span>
-
}
+
*<p>Glucose is consumed by all cells. Galactose is also consumed at the same rate  Gc mg/cell/min/ml.
-
}
+
*The metabolic benefit due to glucose and galactose is same.So effectively each lactose molecule gives rise to 2 glucose molecules</p>
-
</script>
+
-
<script type="text/javascript">
+
*<p>There is no intracellular lactose metabolism (only extracellular). </p>
-
function ddmsie() {
+
*<p>There is no lag in enzyme production and secretion.</p>
-
$("#nav ul").css('display', 'inline-block');
+
-
$("#nav li").css('display', 'inline');
+
-
$("#nav a").css('display', 'inline-block');
+
-
$("#nav a").hover(function () {$(this).css('background-color', '#252025')},
+
-
function () {$(this).css('background-color', '#649cd7')});
+
-
$("#nav div a").css('display', 'block');
+
-
$("#nav div").css('left', '0');
+
-
$("#nav div").css('top', '100%');
+
-
$("#nav span div").css('top', '0');
+
-
}
+
-
function ddmozilla() {
+
*<p>Rate of degradation of enzyme is zero</p>
-
+
<span style="font-weight:bold; font-size:125%; color:#006600;"><p>Model</p></span>
-
}
+
In this Model,
-
+
-
function ddnav() {
+
-
$("#nav li").hover(
+
-
function () {
+
-
$(this).find("div:first").css('display', 'inline');},
+
-
function () {
+
-
$(this).find("div:first").css('display', 'none');}
+
-
);
+
-
+
-
$("#nav span > a").toggle(
+
-
function () {
+
-
$(this).removeClass("#nav expand").addClass("#nav collapse");
+
-
$(this).css('background-color', '#99AAFF');
+
-
$(this).parent().find("div:first").css('display', 'block');},
+
-
function () {
+
-
$(this).removeClass("#nav collapse").addClass("#nav expand");
+
-
$(this).hover(
+
-
function () {
+
-
$(this).css('background-color', '#d4e2ef');},
+
-
function () {
+
-
$(this).css('background-color', '#649cd7');}
+
-
);
+
-
$(this).parent().find("div:first").css('display', 'none');
+
-
}
+
-
).addClass("#nav expand");
+
-
}
+
-
$(function () {
+
1. Each co-operator secretes ''''B'''' units of enzyme/ min and pays cost of ''''c''''/min
-
if(jQuery.browser.msie) ddmsie();
+
-
if(jQuery.browser.mozilla) ddmozilla();
+
2. These molecules diffuse freely through the medium
-
ddnav();
+
-
});
+
3. They convert Lactose to Glucose + Galactose given by
-
</script>
+
-
<div align="center" id="nav">
+
-
<ul>
+
g = (k2)*(Ec)*(L) mg/ml/min                       .... (1)
-
<li><a href="https://2009.igem.org/Team:IBB_Pune">home</a></li>
+
4. Absorbed glucose confers growth rate advantage of '''r'''
 +
 +
r = (R)*(g)*(Gc)                                      .... (2)
 +
 +
After each min, the population of co-operators and defectors is updated depending upon their respective growth rates.
 +
 +
D(t) = D(t-1)+ r * D(t-1)                            .... (3)    Defector population (t)
 +
k(t) = k(t-1) + (r-c) * k(t-1)                        .... (4)    Co-operator population (t)
-
<li><a href="https://2009.igem.org/Team:IBB_Pune/Team">team</a>
 
-
<div>
 
-
<a href="https://2009.igem.org/Team:IBB_Pune/Team">Meet the Team</a>
 
-
<a href="https://2009.igem.org/Team:IBB_Pune/sponsors">Sponsors</a>
 
-
</div>
 
-
</li>
 
-
<li><a href="https://2009.igem.org/Team:IBB_Pune/Project">project</a>
 
-
<div>
 
-
<a href="https://2009.igem.org/Team:IBB_Pune/Project">Summary</a>
 
-
<span><a>Details</a>
 
-
<div>
 
-
<a href="https://2009.igem.org/SNOWDRIFT">project1</a>
 
-
<a href="https://2009.igem.org/Turing_machines"> project2</a>
 
-
                <a href="https://2009.igem.org/Team:IBB_Pune/project/project3">project3</a>
 
-
                <a href="https://2009.igem.org/Team:IBB_Pune/project/systems together">master plan</a>
 
-
<a href="https://2009.igem.org/Team:IBB_Pune/project/Results">results</a>
 
-
</div>
 
-
</span>
 
-
        <a href="https://2009.igem.org/Team:IBB_Pune/Modeling">Modeling</a>
 
-
<span><a>Related</a>
 
-
<div>
 
-
<a href="https://2009.igem.org/Team:IBB_Pune/Applications">Applications</a>
 
-
<a href="https://2009.igem.org/Team:IBB_Pune/history">history</a>
 
-
<a href="https://2009.igem.org/Team:IBB_Pune/reference lit">Reading</a>
 
-
</div>
 
-
</span>
 
-
</div>
 
-
</li>
 
-
<li><a href="https://2008.igem.org/Team:ESBS-Strasbourg/Project">misc</a>
+
The Lactose that remains at time ''''t'''' is given by:
-
<div>
+
<br>
-
<a href="https://2009.igem.org/Team:IBB_Pune/Links">Links</a>
+
L = L - L * Ec * k2                                  .... (5)
-
        <a href="https://2009.igem.org/Team:IBB_Pune/Protocols">Protocols</a>
+
-
      </div>
+
-
</li>
+
-
<li><a href="https://2009.igem.org/Team:IBB_Pune/Parts">parts</a>
 
-
<div>
 
-
<a href="https://2009.igem.org/Team:IBB_Pune/Parts">Submitted Parts</a>
 
-
<a href="#">Sandbox</a>
 
-
</div>
 
-
</li>
 
 +
The net Glucose present in the medium at time ''''t'''' is given by:
 +
<br>
 +
G = G +(( 2* L* Ec* k2)-( N * Gc)                    .... (6)
 +
<span style="font-weight:bold; font-size:125%; color:#006600;"><p>Results</p></span>
 +
[[Image:Pic1.GIF |center|400px|thumbnail|Plot of lactose and glucose levels at k2=1, Gc = 0.0001 mg/cell/min, R=0.99, c=0.001  ]]
 +
<br>
-
<li><a href="https://2009.igem.org/Team:IBB_Pune/Notebook">notebook</a>
+
[[Image:Pic2.GIF |center|400px|thumbnail|The population distribution at k2=1, Gc = 0.0001 mg/cell/min, R=0.99, c=0.001]]
 +
<br>
-
</ul>
+
[[Image:Pic3.gif |center|400px|thumbnail|The Cooperator to defector ratio at k2=1, Gc = 0.0001 mg/cell/min, R=0.99, c=0.001 ]]
-
</div>
+
-
</html>
+

Latest revision as of 00:03, 22 October 2009





Modelling

The aim of the modelling aspect of our project is to develop simulations that would enable us to predict the behavior of the export tag with the Snowdrift Game as the backdrop.


Project 1- A Model Of The Snowdrift Game



Model



This is a Model of the Snowdrift game. This model assumes use of two different strains as co-operators and defectors.

Co-operators constitutively secrete/produce b-gal. Defectors cannot secrete/produce B-gal.

This model is for a Single iteration of the experiment i.e. the culture is initiated in shaker flask and allowed to grow. In order to find ESS or stable equilibria, we will have to repeatedly subculture the cells under similar conditions, by replacing the medium or supplying fresh medium. In such a setup, the input for the next cycle of experiments will be the output of the previous cycle of experiments.

Assumptions

At time t=0;

  • There are 'k' co-operators and 'N-k' defectors
  • Medium contains 'L' mg/ml of lactose, glucose conc. (g) = 0
  • Culture is well mixed.
  • Extracellular Enzyme conc (Ec) = 0 units/ml

Artificial assumptions

  • Glucose is consumed by all cells. Galactose is also consumed at the same rate Gc mg/cell/min/ml.

  • The metabolic benefit due to glucose and galactose is same.So effectively each lactose molecule gives rise to 2 glucose molecules

  • There is no intracellular lactose metabolism (only extracellular).

  • There is no lag in enzyme production and secretion.

  • Rate of degradation of enzyme is zero

Model

In this Model,

1. Each co-operator secretes 'B' units of enzyme/ min and pays cost of 'c'/min

2. These molecules diffuse freely through the medium

3. They convert Lactose to Glucose + Galactose given by


g = (k2)*(Ec)*(L) mg/ml/min	                       .... (1)							

4. Absorbed glucose confers growth rate advantage of r

r = (R)*(g)*(Gc)                                      .... (2)

After each min, the population of co-operators and defectors is updated depending upon their respective growth rates.

D(t) = D(t-1)+ r * D(t-1)                             .... (3)     Defector population (t)	
k(t) = k(t-1) + (r-c) * k(t-1)                        .... (4)     Co-operator population (t)



The Lactose that remains at time 't' is given by:

L = L - L * Ec * k2                                   .... (5)


The net Glucose present in the medium at time 't' is given by:

G = G +(( 2* L* Ec* k2)-( N * Gc)                     .... (6)

Results

Plot of lactose and glucose levels at k2=1, Gc = 0.0001 mg/cell/min, R=0.99, c=0.001


The population distribution at k2=1, Gc = 0.0001 mg/cell/min, R=0.99, c=0.001


The Cooperator to defector ratio at k2=1, Gc = 0.0001 mg/cell/min, R=0.99, c=0.001