Team:Oxford/biosensor characterisation
From 2014.igem.org
(Difference between revisions)
Olivervince (Talk | contribs) |
MatthewBooth (Talk | contribs) |
||
Line 203: | Line 203: | ||
Stochastic modelling uses probability theory to predict the behaviour of a system. For our project, we used it to model the expression of GFP from bacteria. | Stochastic modelling uses probability theory to predict the behaviour of a system. For our project, we used it to model the expression of GFP from bacteria. | ||
+ | |||
<br><br> | <br><br> | ||
- | We started with the Gillespie Algorithm, which considers the expression of GFP to be binary; a molecule of GFP is either produced or degraded. | + | We started with the Gillespie Algorithm, which considers the expression of GFP to be binary; a molecule of GFP is either produced or degraded. Before we determined which reaction happened, we had to work out when the reaction happened. Using the random number r (Uniform distribution from 0 to 1), we produced another random number tow, which told us the time until the next reaction. |
<br><br> | <br><br> | ||
- | + | equation here | |
<br><br> | <br><br> | ||
- | + | Where alpha0, represented the probability that any reaction happened, given by the following equation. | |
- | + | <br><br> | |
- | + | equation here | |
- | + | <br><br> | |
- | + | We modelled the probability of a molecule of GFP being created using the Michaelis-Menten model (alpha1), incorporating a basal transcription rate (beta1). For the degradation, we assumed a simple proportional relationship; the more GFP you have the more likely it is that a molecule degrades (delta1). The constant of proportionality will be a function of the intrinsic life time of the protein in the cell. We considered there to be no DCM originally, then a large step in DCM at time=0. This is similar to placing the detector in a DCM polluted source, to make the model more realistic the level of DCM would go down as it is degraded but we had no time to obtain data for this rate. | |
- | + | <br><br> | |
- | + | To decide if GFP was produced, we looked at the percentage of “reactions” which were productions, and then we compared this to a second random number (uniform distribution from 0 to 1). If the random number was lower, then GFP was created. If it was higher, then a GFP was degraded. In this way we make a weighted random choice about whether GFP was created or degraded. We only stored the time and amount of GFP when there was a reaction, to save on computation. | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <br><br> | ||
+ | equation here | ||
+ | <br><br> | ||
+ | Stochastic modelling is useful because it can show us the stochastic effects which are often seen in real bacteria. By calculating the variation of the mean of multiple GFP producing bacteria, we can also work out the standard deviation. Then if we assume that the system varies with respect to the normal distribution, we can produce error bounds for the production of GFP. Such that we can say, 90% of the time we can expect the production of GFP from a single bacterium to be within these 2 curves. This could be useful for seeing if results are unexpected, or, if there are multiple outliers, that our model is incorrect. If we average more and more bacteria then the mean curve tend towards the deterministic response. This is to be expected as we are now looking at the system as a whole and fluctuations in the production from individual bacteria are averaged out. In terms of their use, when looking at small amounts of bacterium the stochastic model would be better, because real random fluctuations can be seen. For larger bacterium groups, the deterministic response models the growth very well. The stochastic model can also model large groups but requires large number of realisations which causes simulations to take a lot longer to run. | ||
+ | <br><br> | ||
+ | When running the models, we picked arbitrary constants to view the general response. If we had more time we would have attempted to work out the basal rate, transcription rate and degradation rate of the GFP from DCM. | ||
+ | <br><br> | ||
<li>Matlab graphs</li> | <li>Matlab graphs</li> | ||
Revision as of 17:37, 17 October 2014