Team:Colombia/Stochastic

From 2014.igem.org

Revision as of 21:39, 17 October 2014 by Rodriguez.laura1103 (Talk | contribs)

Wheeltz - CSS3 Navigational Wheel Menu

  • Home
  • iGEM
  • Facebook
  • Twitter


Stochastic Model.



Until now, all we have is a deterministic model of our system of detection of Cholerae. This model takes into account exact concentrations of molecules as variables in the differential equations. This means that we make calculations with the mean values of the amount of molecules. It’s well known that we can simulate this kind of molecular dynamics as stochastic processes. In particular, such an events will we simulated as Markovian random walk in N dimension, where N represents the number of substances involved.

“…For “ordinary” chemical systems in which fluctuations and correlations play no significant role, the method stands as an alternative to the traditional procedure of numerically solving the deterministic reaction rate equations. For nonlinear systems near chemical instabilities, where fluctuations and correlations may invalidate the deterministic equations, the method constitutes an efficient way of numerically examining the predictions of the stochastic master equation. Although fully equivalent to the spatially homogeneous master equation, the numerical…” (Gillespie 1976)


Colombia PetriNet.png


Dealing with such a processes, the first possible approach will be to solve the stochastic master equation. The function that satisfies that equation will measure the probability of finding different numbers of molecules of the N different substances at each instant of time. But as you should probably know, this kind of numerical computation will be hard to develop and won’t be efficient. One of the reason is, for example, that, due to the very low probability of occurrence of the events (chemical reactions, ARN transcription, proteins production, …), and the very short time intervals we should use, most of the time won’t be happening nothing.

For that reason, we decided to use a nice very efficient algorithm proposed by Daniel Gillespie, which is based in a different probability function density: The reaction probability density function. These functions will tell us how much time will pass until the next event occurrence and how this time is distributed. After that we decided which one of the events will occur based on the number of molecules of each species and how they interact with each other.

To give you an idea of how does our system works and how will be the events related, we present a Stochastic Petri Net. In Figure 1 we can appreciate the different molecules species interacting between them or undergoing process such as degradation or production.

In this case, we have 24 different possible events to take into account. (Table 1)

Colombia TableEst1.jpg

Table 1. Events involved in our detection system.

In Table 1 every variable represents the number of molecules of this kind. n_events is then a real number.
The time τ between events is calculated by:

Ecu1.jpg


Which event will occur is calculated by using another random number R between 0 and 1 in the following way:
Let’s define

Ecu2.png


Now divide [0,1] in 25 interval such that (Figure 2)

Ecu3.png


Img4.png