Difference between revisions of "Team:IIT Delhi/Stochastic Model"

 
(16 intermediate revisions by 3 users not shown)
Line 1,596: Line 1,596:
 
     <div class="dropdown-content">
 
     <div class="dropdown-content">
 
       <a href="/Team:IIT_Delhi/Circuit_Design">Circuit design and construction</a>
 
       <a href="/Team:IIT_Delhi/Circuit_Design">Circuit design and construction</a>
       <a href="/Team:IIT_Delhi/Microfluidics">Microfluidics and Fluroscence</a>
+
       <a href="/Team:IIT_Delhi/Microfluidics">Microfluidics and Fluorescence</a>
 
       <a href="/Team:IIT_Delhi/Photobleaching">Photobleaching</a>
 
       <a href="/Team:IIT_Delhi/Photobleaching">Photobleaching</a>
 
       <a href="/Team:IIT_Delhi/Promoter">Promoter strength</a>
 
       <a href="/Team:IIT_Delhi/Promoter">Promoter strength</a>
Line 1,711: Line 1,711:
  
 
Noise in a system is a repeating issues from engineering to science. In a biogical system
 
Noise in a system is a repeating issues from engineering to science. In a biogical system
noise can intrinsic, for eg from randomness of chemical reactions in side of the cell or
+
noise can intrinsic, for e.g.- from randomness of chemical reactions in side of the cell or
extrinsic, for ex, different operating temperature or cell shape size variety. To model such
+
extrinsic, for e.g.-, different operating temperature or cell shape size variety. To model such
behavior we have adopted stochastic simulation algorithm by Gillespie.<br><br>
+
behavior we have adopted stochastic simulation algorithm by Gillespie.<br>
  
 
</h2>
 
</h2>
<img src = "https://static.igem.org/mediawiki/2017/5/50/T--IIT_Delhi--untitled_diagram.png" style='border:3px solid #000000' width = "40%"><br>
+
<img src = "https://static.igem.org/mediawiki/2017/5/50/T--IIT_Delhi--untitled_diagram.png" style='border:3px solid #000000' width = "80%">
<h6>Stochastic modeling flowchart</h6><br>
+
<h6>Fig.1 Stochastic modeling flowchart</h6><br>
 +
<h2 id="pfont">
 +
 
  
 
The algorithm model the set of chemical reactions and the instant they occur as
 
The algorithm model the set of chemical reactions and the instant they occur as
 
random. The model takes account of intrinsic noise more accurately. After each reaction,
 
random. The model takes account of intrinsic noise more accurately. After each reaction,
 
the algorithm determines which reaction will occur next, and how much time will elapse
 
the algorithm determines which reaction will occur next, and how much time will elapse
before it occurs. The flow chart of the Algorithm is presented as FigX which describes
+
before it occurs. The flow chart of the Algorithm is presented as Fig.1 which describes
 
the Monte Carlo simulation based simulation.<br><br>
 
the Monte Carlo simulation based simulation.<br><br>
 +
</h2>
 +
<img src = "https://static.igem.org/mediawiki/2017/6/61/T--IIT_Delhi--five_node_output_Gillispie.jpg" style='border:3px solid #000000' width = "80%">
 +
<h6>Fig.2 GFP expression simulated via Gillispie algorithm</h6><br>
 +
<img src = "https://static.igem.org/mediawiki/2017/0/02/T--IIT_Delhi--five_node_mRNA_Gillispie.jpg" style='border:3px solid #000000' width = "40%">
 +
 +
<img src = "https://static.igem.org/mediawiki/2017/d/d3/T--IIT_Delhi--five_node_proteins_Gillispie.jpg" style='border:3px solid #000000' width = "40%">
 +
<h6>Fig.3 mRNA              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  Fig.4 Proteins</h6>
 +
<h2 id="pfont">
  
The simulation results presented in Fig. X shows a square wave pattern in the mRNA
+
The simulation results presented in the above figures show a square wave pattern in the mRNA
 
and protein level. On simulating the system in stochastic enviornment, few more interesting results comes into picture. One of such is noise propagation in the biological
 
and protein level. On simulating the system in stochastic enviornment, few more interesting results comes into picture. One of such is noise propagation in the biological
  
Line 1,735: Line 1,745:
 
<img src = "https://static.igem.org/mediawiki/2017/c/c9/T--IIT_Delhi--stochasform.jpg" style='border:3px solid #000000' width = "40%"><br><br>
 
<img src = "https://static.igem.org/mediawiki/2017/c/c9/T--IIT_Delhi--stochasform.jpg" style='border:3px solid #000000' width = "40%"><br><br>
  
The frequency response of translational dynamics is shown in Fig.Y validate the analysis. The mRNA dynamics which is noisy, and as noises are always are of high frequency in nature, the low pass action provided by the process can attenuate such characteristics.
+
The frequency response of translational dynamics is shown in Fig.5 validate the analysis. The mRNA dynamics which is noisy, and as noises are always are of high frequency in nature, the low pass action provided by the process can attenuate such characteristics.
 
As the γ increases the bandwidth increases and make the system succeptible to noise, that
 
As the γ increases the bandwidth increases and make the system succeptible to noise, that
 
is why a ssrA tag protein expression is much faster (owe to the larger bandwidth) but
 
is why a ssrA tag protein expression is much faster (owe to the larger bandwidth) but
Line 1,742: Line 1,752:
 
</h2>
 
</h2>
 
<img src = "https://static.igem.org/mediawiki/2017/8/8b/T--IIT_Delhi--fig_freq_response.png" style='border:3px solid #000000' width = "80%"><br>
 
<img src = "https://static.igem.org/mediawiki/2017/8/8b/T--IIT_Delhi--fig_freq_response.png" style='border:3px solid #000000' width = "80%"><br>
<h6>Fig1. Frequency response for various degradation rate<br>
+
<h6>Fig.5 Frequency response for various degradation rate<br>
  
 
</h6>
 
</h6>

Latest revision as of 22:36, 1 November 2017

iGEM IIT Delhi


Stochastic Model

                                                                                                                                                                                                                 

Noise in a system is a repeating issues from engineering to science. In a biogical system noise can intrinsic, for e.g.- from randomness of chemical reactions in side of the cell or extrinsic, for e.g.-, different operating temperature or cell shape size variety. To model such behavior we have adopted stochastic simulation algorithm by Gillespie.

Fig.1 Stochastic modeling flowchart

The algorithm model the set of chemical reactions and the instant they occur as random. The model takes account of intrinsic noise more accurately. After each reaction, the algorithm determines which reaction will occur next, and how much time will elapse before it occurs. The flow chart of the Algorithm is presented as Fig.1 which describes the Monte Carlo simulation based simulation.

Fig.2 GFP expression simulated via Gillispie algorithm

Fig.3 mRNA                              Fig.4 Proteins

The simulation results presented in the above figures show a square wave pattern in the mRNA and protein level. On simulating the system in stochastic enviornment, few more interesting results comes into picture. One of such is noise propagation in the biological system. The simulated results show a noisier mRNA expression than the protein level, which makes the mRNA less stable compared to the protein. On investigating further we observed the translation procedure is acting as a low pass filter. If we model the translation process (which is linear in nature) in frequency domain, the transfer function becomes,



The frequency response of translational dynamics is shown in Fig.5 validate the analysis. The mRNA dynamics which is noisy, and as noises are always are of high frequency in nature, the low pass action provided by the process can attenuate such characteristics. As the γ increases the bandwidth increases and make the system succeptible to noise, that is why a ssrA tag protein expression is much faster (owe to the larger bandwidth) but becomes more noisy (as the system low pass action range is increased with the increase in bandwidth.)


Fig.5 Frequency response for various degradation rate



Sponsored By
Contact Us Address

E-mail: iitd.igem@gmail.com
Undergraduate Laboratory
Department of Biotechnology and Biochemical Engineering, IIT Delhi