Team:BGU Israel/Model1.html

From 2013.igem.org

(Difference between revisions)
Line 18: Line 18:
<!-- page-content -->
<!-- page-content -->
         <div id="page-content">
         <div id="page-content">
-
 
+
<h4>Overview<h4><hr/></br></br>
-
                  <p>It is possible to describe the behavior of a bacterial population by looking at a specific generation k of bacteria and examining its inter-division rate and death rate:</br></br>
+
  The initial and most important goal of our model was to predict whether a system like ours will work. </br></br>
-
<img src="https://static.igem.org/mediawiki/2013/f/fb/BGU_eq1.png" style="margin-left:50px;"/> </br></br>
+
In other words, will the system <b>give the bacteria enough time to perform a certain biochemical function</b>, but also <b>ensure that the mechanism won't fail</b> and the bacteria won't survive? </br> </br>
-
Where &beta; is inter-division rate and &mu; is death rate. </br>
+
-
A deterministic equation to describe such a population will look like this: </br>
+
-
</br>
+
-
<img src="https://static.igem.org/mediawiki/2013/f/f7/BGU_eq2.png" style="margin-left:50px;"/> </br></br>
+
<h6>The model predicted</h6></br> </br>
-
This deterministic approach assumes that the doubling time equals the inter-division time, meaning </br></br>
+
<ol class="bulletlist">
-
<img src="https://static.igem.org/mediawiki/2013/c/c3/BGU_eq3.png" style="margin-left:50px;"/> </br>
+
<li class="bulletlist"> A possible overall time frame, working time frame, and generation range.</li>
-
The stochastic approach for the same issue suggests that there are different inter-division and death time distributions that will fit a specific population behavior, and not just an average time. </br> </br>
+
<li class="bulletlist"> Limits of leakage rates and mechanism strengths parameters the system can handle.</li></ol></br>
-
 
+
-
One can replace the use of the rates &beta;  and &mu;  with the use of inter-division and death time distributions instead <b>[1]</b>.</br></br>
+
-
 
+
-
There is evidence <b>[2][1]</b> and it is fair to assume that the distributions for cell division and death times are similar to the Gamma distribution. Right after an individual cell has divided, in order for a second proliferation to happen, a set of events in the cell cycle need to occur, therefore proliferation probability is low right after the division, is rising as time advances, and is falling again asymmetrically as time goes by after avg. cell cycle time. The same can be assumed for death time distribution because the cell cycle can be considered a sensitive time with high death possibility. </br></br>
+
-
 
+
-
In P.A.S.E 1, the concentration of cI protein directly affects those distributions, as after the cell is released, no more induction that produces cI occurs. As the protein&rsquo;s concentration decreases, repression of Holin and Endolysin becomes less and less effective, and they are produced in higher rates, this effects the cell survivability, or in our model, the death time distribution is changing such that the cell is more likely to die before it proliferates.</br></br>
+
-
 
+
-
Same can be said for P.A.S.E 2, with less and less tyrosine-tRNA-synthetase, crucial steps in the cell cycle can&rsquo;t be completed, thus changing death time distribution in the same manner as explained for P.A.S.E 1.</br></br>  
+
-
 
+
-
The Gamma(a,b) distribution is defined by its parameters- &rsquo;a&rsquo; is shape (dimensionless), &rsquo;b&rsquo; is scale (minutes in our case). The Mean of the distribution equals a*b and represents the average inter division time or average death time. </br></br>
+
-
</p>
+
-
 
+
-
<div style="margin-left:30px;" >
+
-
<img src="https://static.igem.org/mediawiki/2013/c/c6/BGU_gamma.png" /></br>
+
-
<h8>Figure 1: How death-time distribution and protein concentration are inter-connected.</h8></br></br></br>
+
-
</div>
+
-
 
+
-
<p>In this model we chose distributions for inter-division and death times such that they will describe the behavior. Those distributions were initially configured to represent a regular genetically modified E.coli, inter division time distribution mean was set for a*b=35. We defined this initial setting to correspond to a P.A.S.E 1 with 100% CI concentration, or a P.A.S.E 2 with 100% tyrosine tRNA synthetase concentration (the state of the organism just after its release when it is fully induced). The algorithm, which is based on a Gillespie algorithm, advanced each individual in the population with time according to those distributions (a decision is being made each iteration for each cell if it will die or proliferate). With each update, individual protein concentration was updated as well.</br></br>
+
-
 
+
-
As described in the overview, we defined the problematic parameters that we are modeling as the leakage of the system, and the strength of the mechanism influencing the cell. If the system is leaky, protein concentration will remain high and the cell will be able to survive. If the mechanism is not effective, protein concentration will have no effect on the cell&rsquo;s viability.</br></br>
+
-
 
+
-
So how it all manifested in our model? </br>
+
-
When a bacterium is released and no more induction occurs, concentration will behave like this:</br></br>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/f/f5/BGU_eq4.png" style="margin-left:50px;"/> </br>
+
-
Where k is generation (k=1, [protein]=100%).</br></br>
+
-
 
+
-
By simply defining different rates for &rsquo;Leakage&rsquo; we are changing the way protein concentration changes over time.</br>
+
-
It is important to remember, control over the distribution as in Figure 1, is basically control over the shape parameter &rsquo;a&rsquo; , therefore we chose the death time shape parameter to be linearly depended on the concentration of protein as follows:</br></br>
+
-
 
+
-
<img src="https://static.igem.org/mediawiki/2013/e/ee/BGU_eq5.png" style="margin-left:50px;"/> </br> </br>
+
-
 
+
-
Mechanism strength was simply introduced by changing the &rsquo;slope&rsquo; and &rsquo;n&rsquo; parameters to represent a stronger influence of [protein] on &rsquo;a&rsquo;. </br>
+
-
</br>
+
-
 
+
-
Protein leakage was changed by changing the function that updates the concentration each iteration. </br>
+
-
</br>
+
-
 
+
-
25 combinations of leakages and mechanism strengths were simulated with repeats, and means and deviation of different parameters were analyzed. </br>
+
-
</br>
+
-
</p>
+
-
<div style="margin-left:30px;" >
+
-
<img src="https://static.igem.org/mediawiki/2013/thumb/d/dd/BGU_shape-strength.png/800px-BGU_shape-strength.png" /></br>
+
-
<h8>Figure 2: How &rsquo;a&rsquo; fuction was chosen to represent Different mechanism strengths</h8></br></br></br>
+
-
</div>
+
-
</p>
+
-
 
+
-
<hr/>
+
-
<b>References</b></br></br>
+
-
<p>
+
-
<b>[1]</b> Stochastic Models of Lymphocyte Proliferation and Death. Zilman A, Ganusov VV, Perelson AS - PLoS ONE (2010).
+
-
<a href="https://static.igem.org/mediawiki/2013/5/59/BGU_journal.pone.0012775.pdf" target="_blank">View Source</a></br>
+
-
<b>[2]</b> J Theor Biol. 2004 Aug 21;229(4):455-76. A general mathematical framework to model generation structure in a population of asynchronously dividing cells. León K, Faro J, Carneiro J. <a href="https://static.igem.org/mediawiki/2013/b/b8/BGU_1-s2.0-S0022519304001547-main.pdf" target="_blank">View Source</a>
+
-
</p></br></br>
+
 +
At first, we aimed to construct a deterministic model that describes the population's behavior based on a set of differential equations.</br>
 +
We very quickly realized that a reliable deterministic model will require precise, deterministic parameters for the commonly used building blocks of SynBio.</br>
 +
We found out that the variation of these values can be enormous- what is the copy number of each plasmid and does it remain constant? What are the transcription and translation rates for each gene? What are the degradation rates for the different components? What is the promoter’s strength and what is its basal expression? And on top of all those complications, even if one can obtain a good estimation of the quantitative data, will it remain the same when integrated in a novel system with new interconnections and dependencies?</br>
 +
For example, it has been shown that gene expression can vary in response to changing the reporter gene alone by up to 44% in a simple expression circuit <b>[1]</b>.</br>
 +
We decided that a factor of uncertainty had to be incorporated into the model, and therefore, we decided to construct a stochastic birth-death model that will model the behavior of the entire bacterial population, based on the probability of each and every individual to die or to proliferate.</br></br>

Revision as of 12:25, 28 October 2013

BGU_Israel

A Stochastic Birth-Death Model

Overview




The initial and most important goal of our model was to predict whether a system like ours will work.

In other words, will the system give the bacteria enough time to perform a certain biochemical function, but also ensure that the mechanism won't fail and the bacteria won't survive?

The model predicted


  1. A possible overall time frame, working time frame, and generation range.
  2. Limits of leakage rates and mechanism strengths parameters the system can handle.

At first, we aimed to construct a deterministic model that describes the population's behavior based on a set of differential equations.
We very quickly realized that a reliable deterministic model will require precise, deterministic parameters for the commonly used building blocks of SynBio.
We found out that the variation of these values can be enormous- what is the copy number of each plasmid and does it remain constant? What are the transcription and translation rates for each gene? What are the degradation rates for the different components? What is the promoter’s strength and what is its basal expression? And on top of all those complications, even if one can obtain a good estimation of the quantitative data, will it remain the same when integrated in a novel system with new interconnections and dependencies?
For example, it has been shown that gene expression can vary in response to changing the reporter gene alone by up to 44% in a simple expression circuit [1].
We decided that a factor of uncertainty had to be incorporated into the model, and therefore, we decided to construct a stochastic birth-death model that will model the behavior of the entire bacterial population, based on the probability of each and every individual to die or to proliferate.