Team:Colombia Uniandes/Stochastic

From 2013.igem.org

(Difference between revisions)
m
Line 26: Line 26:
<li> Only one event happens at each time </li>
<li> Only one event happens at each time </li>
<li> The union of the ribosome and the RNA is considered a permanent bond, not intermittent. </li>
<li> The union of the ribosome and the RNA is considered a permanent bond, not intermittent. </li>
-
<li> Transcription and Translation are modelled as a single even </li>
+
<li> Transcription and Translation are modelled as a single event </li>
</ol>
</ol>

Revision as of 18:02, 25 September 2013

Stochastic

To develop the stochastic model for both projects the following assumptions were made:

  1. Only one event happens at each time
  2. The union of the ribosome and the RNA is considered a permanent bond, not intermittent.
  3. Transcription and Translation are modelled as a single event

The scripting is based in the steps explained in Colombia Team 2012 wiki.


Nickel removal system


The biochemical reactions carried out in living systems, specifically in cells, follow in general a stochastic process. Transcription, signaling networks and systems within a cell can be modeled and simulated in time as Markovian processes. Gillespie algorithm (see references) gives a stochastic simulation method of these kinds of phenomena and offers a good resolution with an efficient use of computational resources.

The advantage of this kind of modeling is that the differential equations that we use in the deterministic model can also be used in the stochastic model. However, in order to do the simulation for our nickel uptake system, we must start defining the parameters of the model in the correct units. For our purposes and the algorithm’s requirements, we need units of molecules per unite of time (in our case, minutes). In the following table we show the parameters used for deterministic simulation and the stochastic parameters. The new parameters where obtained by using Avogadro's number (6.02e23 molecules per mole) and an average cell volume of 10e-15 liters.

Paramstochni.png

Now, the different events that may produce creation/generation and destruction/elimination are specified as follows based on the differential equations:

Eventsni.png

We can run a similar code used in the deterministic simulation to obtain reasonable initial conditions for the stochastic simulation. However this time we introduce the new, adequate parameters. The initial conditions obtained are listed in the next table

CondNickStoch.png

After running the scripts, these were the results of the simulation:

StochNi.png
StochNo.png