Team:Oxford/biosensor characterisation
From 2014.igem.org
(Difference between revisions)
Olivervince (Talk | contribs) |
MatthewBooth (Talk | contribs) |
||
Line 637: | Line 637: | ||
<div class="white_news_block2"> | <div class="white_news_block2"> | ||
<h1>Stochastic Modelling</h1> | <h1>Stochastic Modelling</h1> | ||
- | Stochastic modelling uses probability theory to predict the behaviour of a system. For our project, we used it to model the expression of | + | |
+ | |||
+ | 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 modelled the probability of a molecule of GFP being created using the Michaelis-Menten model, incorporating a basal transcription rate. For the degradation, we assumed a simple proportional relationship; the more you have the more likely it is that a molecule degrades. The constant of proportionality will be a function of the intrinsic life time of the protein in the cell. Now at every increment in time we will not have a GFP reaction occurring, so before we decided what reaction occurs we had to work out if I a reaction occurred. We did this by writing an equation involving the probability of any reaction occurring with a random number generator. To work out which reaction occurred we compared the relative probability of a production to degradation, and used a random number to make a weighted choice. | + | 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 modelled the probability of a molecule of GFP being created using the Michaelis-Menten model, incorporating a basal transcription rate. For the degradation, we assumed a simple proportional relationship; the more you have the more likely it is that a molecule degrades. The constant of proportionality will be a function of the intrinsic life time of the protein in the cell. Now at every increment in time we will not have a GFP reaction occurring, so before we decided what reaction occurs we had to work out if I a reaction occurred. We did this by writing an equation involving the probability of any reaction occurring with a random number generator. To work out which reaction occurred we compared the relative probability of a production to degradation, and used a random number to make a weighted choice. |
<br><br> | <br><br> | ||
We later changed this code so that a reaction occurred every time increment, but included a null reaction where no GFP was degraded or created. Although this made the code a lot more data heavy, it allowed for much easier calculation of the mean response of multiple realisations. | We later changed this code so that a reaction occurred every time increment, but included a null reaction where no GFP was degraded or created. Although this made the code a lot more data heavy, it allowed for much easier calculation of the mean response of multiple realisations. | ||
<br><br> | <br><br> | ||
- | Stochastic modelling is useful because it can show us the | + | 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. Sto for small Det for large |
+ | |||
+ | What is stochastic modelling? -- Yes | ||
+ | How is it useful? Ads/Dis -- Getting there | ||
+ | Tending to deterministic -- Yes | ||
+ | Modelling activator repressor --? | ||
+ | Parameter characterisation/Data matching -- Not yet | ||
+ | Matlab graphs – Not yet | ||
- | |||
- | |||
- | |||
- | |||
- | |||
<li>Matlab graphs</li> | <li>Matlab graphs</li> | ||
Revision as of 18:42, 9 October 2014
#list li { list-style-image: url("https://static.igem.org/mediawiki/2014/6/6f/OxigemTick.png"); } }