Difference between revisions of "Team:Kent/Modeling"

Line 25: Line 25:
 
<p>
 
<p>
 
Modeling, i.e. the mathematical description of a physical system, is an important aspect of the scientific method as it allows us to quantitatively understand the system and to make predictions. Specifically, a model helps understanding how changes in any parameter affect the system; this is especially important when the relevance of some parameters is unknown. We chose to develop a simulation model of the system studied in our project, which consists of a self-assembling biological structure that we thought would be exciting and informative to quantify and visualize in an interactive way. We made the computer code of the model publicly available, so that other teams can play around and build upon it.
 
Modeling, i.e. the mathematical description of a physical system, is an important aspect of the scientific method as it allows us to quantitatively understand the system and to make predictions. Specifically, a model helps understanding how changes in any parameter affect the system; this is especially important when the relevance of some parameters is unknown. We chose to develop a simulation model of the system studied in our project, which consists of a self-assembling biological structure that we thought would be exciting and informative to quantify and visualize in an interactive way. We made the computer code of the model publicly available, so that other teams can play around and build upon it.
 
+
<br><br>
<!-------
+
We used the Monte Carlo method to simulate the diffusion [3] of monomers inside an E. coli cell, their transit through the cell membrane and the production of amyloid nanowires outside the cell. A typical E coli cell has a length, \(l=2 \mum \) and a diameter, \(d=1μm \). We take a small observation cube, which is a portion of both the inside of the cell and the bulk outside the cell; we can extrapolate this to describe the whole system. Simulating just a portion has the advantage of requiring less computational power.
We used the Monte Carlo method to simulate the diffusion [3] of monomers inside an E. coli cell, their transit through the cell membrane and the production of amyloid nanowires outside the cell. A typical E coli cell has a length, l=2μm and a diameter, d=1μm. We take a small observation cube, which is a portion of both the inside of the cell and the bulk outside the cell; we can extrapolate this to describe the whole system. Simulating just a portion has the advantage of requiring less computational power.
+
<br><br>
 
+
 
The monomers initially start at the bottom of the observation volume and are allowed to stochastically diffuse inside the cell and go through the cell membrane. The binding site seeds are located on top of the cells membrane and when a monomer gets close enough to the binding site it may bind and form a link in the chain. Over time the chains can grow to lengths in the range of 60nm to 100μm [1][5][10], these chains are not necessarily straight and persistence length parameter dictates the angles at which particles can bind. The monomer can only interact with the monomer attached to the chain, i.e. there is no branching.
 
The monomers initially start at the bottom of the observation volume and are allowed to stochastically diffuse inside the cell and go through the cell membrane. The binding site seeds are located on top of the cells membrane and when a monomer gets close enough to the binding site it may bind and form a link in the chain. Over time the chains can grow to lengths in the range of 60nm to 100μm [1][5][10], these chains are not necessarily straight and persistence length parameter dictates the angles at which particles can bind. The monomer can only interact with the monomer attached to the chain, i.e. there is no branching.
 
+
<br><br>
 
Periodic and reflective boundary conditions are applied in the model. When a particle leaves through the side of the observation volume, we can assume that another particle enters through the other side. When a particle reaches the bottom of the observation volume we can assume that the particle is reflected. This allows us to reproduce behaviour similar to the bulk.  
 
Periodic and reflective boundary conditions are applied in the model. When a particle leaves through the side of the observation volume, we can assume that another particle enters through the other side. When a particle reaches the bottom of the observation volume we can assume that the particle is reflected. This allows us to reproduce behaviour similar to the bulk.  
 
+
<br><br>
 
The number of monomers in the system is not necessarily constant; monomers can be created and degraded. However, Hall [8] (2003) argued with the two extreme cases that either; the monomer are generated and degraded on a time scale much slower than amyloid growth so the number of particles are constant; or that the amyloid growth occurs on a time scale much slower than monomer degradation so we can refer to the free concentration of the monomer as constant.  
 
The number of monomers in the system is not necessarily constant; monomers can be created and degraded. However, Hall [8] (2003) argued with the two extreme cases that either; the monomer are generated and degraded on a time scale much slower than amyloid growth so the number of particles are constant; or that the amyloid growth occurs on a time scale much slower than monomer degradation so we can refer to the free concentration of the monomer as constant.  
 
+
<br><br>
 
The Monte Carlo simulation was implemented in Matlab and visualized using Visual Molecular Dynamics (VMD).
 
The Monte Carlo simulation was implemented in Matlab and visualized using Visual Molecular Dynamics (VMD).
 
</p>
 
</p>
 
+
<!-------------------
  
 
<div class="video">
 
<div class="video">
Line 75: Line 74:
 
     <th> \(r_b \) </th><th> Binding radius </th><th> \(0.0030 \mu m \) </th> <th></th>
 
     <th> \(r_b \) </th><th> Binding radius </th><th> \(0.0030 \mu m \) </th> <th></th>
 
<tr>
 
<tr>
     <th> \(D_{chain} \) </th><th> Diffusion coefficient of the chain after the chain has detached </th><th> \(0.0005 \mu m^2 /s \) </th>
+
     <th> \(D_{chain} \) </th><th> Diffusion coefficient of the chain after the chain has detached </th><th> \(0.0005 \mu m^2 /s \) </th> <th> </th>
 
<tr>
 
<tr>
 
</table>
 
</table>
Line 133: Line 132:
  
  
<a name="c3"></a><h3 align="Stochastic Brownian motion"> M</h3>
+
<a name="c3"></a><h3 align="Center"> Stochastic Brownian motion</h3>
  
 
<p> The displacement each time step in the x,y "and " z directions is given by a simple form of the Langevin equation. This model assumes that there are no deterministic forces acting on the monomers, i.e. pure diffusion [3][4]</p>
 
<p> The displacement each time step in the x,y "and " z directions is given by a simple form of the Langevin equation. This model assumes that there are no deterministic forces acting on the monomers, i.e. pure diffusion [3][4]</p>
Line 153: Line 152:
 
\[z' = 2 L_z - z \]
 
\[z' = 2 L_z - z \]
  
<a name="c5"></a><h3 align="Length of the chain"> S  </h3>
+
<a name="c5"></a><h3 align="center">  Length of the chain </h3>
  
 
<p> <strong> Nucleation </strong> </p>
 
<p> <strong> Nucleation </strong> </p>
Line 208: Line 207:
 
<br>
 
<br>
 
</p>
 
</p>
-------->
+
-------------->
 
+
 
</div>
 
</div>
  

Revision as of 16:46, 14 September 2015


iGEM Kent 2015


Modeling

Modeling, i.e. the mathematical description of a physical system, is an important aspect of the scientific method as it allows us to quantitatively understand the system and to make predictions. Specifically, a model helps understanding how changes in any parameter affect the system; this is especially important when the relevance of some parameters is unknown. We chose to develop a simulation model of the system studied in our project, which consists of a self-assembling biological structure that we thought would be exciting and informative to quantify and visualize in an interactive way. We made the computer code of the model publicly available, so that other teams can play around and build upon it.

We used the Monte Carlo method to simulate the diffusion [3] of monomers inside an E. coli cell, their transit through the cell membrane and the production of amyloid nanowires outside the cell. A typical E coli cell has a length, \(l=2 \mum \) and a diameter, \(d=1μm \). We take a small observation cube, which is a portion of both the inside of the cell and the bulk outside the cell; we can extrapolate this to describe the whole system. Simulating just a portion has the advantage of requiring less computational power.

The monomers initially start at the bottom of the observation volume and are allowed to stochastically diffuse inside the cell and go through the cell membrane. The binding site seeds are located on top of the cells membrane and when a monomer gets close enough to the binding site it may bind and form a link in the chain. Over time the chains can grow to lengths in the range of 60nm to 100μm [1][5][10], these chains are not necessarily straight and persistence length parameter dictates the angles at which particles can bind. The monomer can only interact with the monomer attached to the chain, i.e. there is no branching.

Periodic and reflective boundary conditions are applied in the model. When a particle leaves through the side of the observation volume, we can assume that another particle enters through the other side. When a particle reaches the bottom of the observation volume we can assume that the particle is reflected. This allows us to reproduce behaviour similar to the bulk.

The number of monomers in the system is not necessarily constant; monomers can be created and degraded. However, Hall [8] (2003) argued with the two extreme cases that either; the monomer are generated and degraded on a time scale much slower than amyloid growth so the number of particles are constant; or that the amyloid growth occurs on a time scale much slower than monomer degradation so we can refer to the free concentration of the monomer as constant.

The Monte Carlo simulation was implemented in Matlab and visualized using Visual Molecular Dynamics (VMD).