Team:UPO-Sevilla/Modeling

From 2010.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 10: Line 10:
</html>
</html>
-
 
+
<html>
<div class=contentBC>
<div class=contentBC>
-
 
-
 
-
 
-
<html>
 
<h1>Models</h1>
<h1>Models</h1>
-
 
The members of the dry lab are simulating the different components of the full system. Three main components can be identified:
The members of the dry lab are simulating the different components of the full system. Three main components can be identified:
Line 25: Line 20:
<li>The difussion of the chemoattractant through the medium. </li>
<li>The difussion of the chemoattractant through the medium. </li>
<li>The motion of the bacterias through the medium due to the gradient on the chemoattractant concentration.</li>
<li>The motion of the bacterias through the medium due to the gradient on the chemoattractant concentration.</li>
-
<li>The chemoattractant generation within the bacteria. </li>
+
<li>The circuits and devices for the chemoattractant generation within the bacteria. </li>
</ol>
</ol>
-
 
+
<p>For the first two points, we have developed a simulation using Java. The explanation of the simulation can be found in the Chemotaxis link below. Moreover, you can <b>download the bacterial crowding simulation</b> <a href="https://static.igem.org/mediawiki/2010/3/3f/BacterialCrowdingSimulation.zip">here</a>
-
 
+
-
<h2>Chemoattractant Diffusion</h2>
+
-
 
+
-
<p>
+
-
The basic equations for the diffusion of the chemoattractant in the medium are the Fick laws of diffusion, which govern the variation of the concentration of a substance within a medium.
+
</p>
</p>
<p>
<p>
-
The flux (that is, the amount of substance that flows through a given surface per unit of time $\frac{mol}{m^2 s}$) is given by:
+
The circuits and transduction signals inside the cell is simulated by using Matlab's Simbiology Toolbox. The model and results can be found in the Signaling link below.
</p>
</p>
 +
<div class="center">
 +
                  <a href="https://2010.igem.org/Team:UPO-Sevilla/Modeling/Chemotaxis"> <img class="subBanner" src="https://static.igem.org/mediawiki/2010/2/24/BacterialCrowdingChemotaxis.png" alt="Chemotaxis" /></a>
 +
                  <a href="https://2010.igem.org/Team:UPO-Sevilla/Modeling/Signaling"><img class="subBanner" src="https://static.igem.org/mediawiki/2010/5/59/BacterialCrowdingSignaling.png" alt="Signaling" /></a>
 +
</div>
-
<center>
 
-
<img src="https://static.igem.org/mediawiki/2010/6/6f/UPO-Model-Eq1.png" width="150 "alt="First Fick Law"/>
 
-
</center>
 
 +
</div>
 +
</html>
-
<p>
 
-
where $\phi$ is the concentration ($\frac{mol}{m^{3}}$) in a given point. $D$ is a constant called the diffusion coefficient, and that depends on the medium .
 
-
</p>
 
-
<p>
 
-
Basically, the equation states that the is directed towards places with lower concentration (thus the minus sign). If the concentration is constant in the space (&nabla;&phi;=0) there is no flux.
 
-
</p>
 
-
 
-
<p>
 
-
If the flux is known, it is possible to determine the amount of substance that goes through a small surface <b>S</b> and a small amount of time <i>dt</i></p>
 
-
 
-
<center>
 
-
<img src="https://static.igem.org/mediawiki/2010/f/f8/UPO-Model-Eq2.png" width="170 "alt="First Fick Law"/>
 
-
</center>
 
-
 
-
<p>
 
-
In order to simulate the diffusion, we define the environment and discretize it in very small cells. Each cell determines a given volume <i>V</i>, and has a surface <b>S</b>. At a given time instant, the cell has an amount of substance <i>c</i> (and then a concentration <i>c</i>\<i>V</i>).
 
-
</p>
 
-
 
-
<p>
 
-
If the cells and time step &Delta;<i>t</i> are small, we can consider that the gradient of concentration can be approximated though the differences in concentration between a cell <i>i</i> and 4 (or 8) neighbors <i>j</i>. Thus:
 
-
</p>
 
-
 
-
<center>
 
-
<img src="https://static.igem.org/mediawiki/2010/e/ea/UPO-Model-Eq3.png" width="190 "alt="First Fick Law"/>
 
-
</center>
 
-
 
-
<p>
 
-
and then, the amount of substance that diffusses from <i>i</i> to <i>j</i>:
 
-
</p>
 
-
 
-
<center>
 
-
<img src="https://static.igem.org/mediawiki/2010/6/6f/UPO-Model-Eq4.png" width="190 "alt="First Fick Law"/>
 
-
</center>
 
-
 
-
<h2> Bacteria motion</h2>
 
-
 
-
 
-
 
-
 
-
 
-
<h2>Chemical reactions</h2>
 
-
 
-
 
-
 
-
 
-
<h1>Modeling Tools</h1>
 
-
 
-
 
-
 
-
</html>
 
-
</div>
 
{{:Team:UPO-Sevilla/footer}}
{{:Team:UPO-Sevilla/footer}}
</div>
</div>

Latest revision as of 20:09, 26 October 2010

Models

The members of the dry lab are simulating the different components of the full system. Three main components can be identified:
  1. The difussion of the chemoattractant through the medium.
  2. The motion of the bacterias through the medium due to the gradient on the chemoattractant concentration.
  3. The circuits and devices for the chemoattractant generation within the bacteria.

For the first two points, we have developed a simulation using Java. The explanation of the simulation can be found in the Chemotaxis link below. Moreover, you can download the bacterial crowding simulation here

The circuits and transduction signals inside the cell is simulated by using Matlab's Simbiology Toolbox. The model and results can be found in the Signaling link below.


Footer