Team:Oxford/biosensor characterisation
From 2014.igem.org
(Difference between revisions)
Olivervince (Talk | contribs) |
Olivervince (Talk | contribs) |
||
Line 569: | Line 569: | ||
<br><br><br><br><br><br> | <br><br><br><br><br><br> | ||
- | Solving this ODE in Matlab (with zero basal rate) | + | Solving this ODE in Matlab (with zero basal transcription rate) predicts the following the response of the system: |
<br><br> | <br><br> | ||
Line 580: | Line 580: | ||
<div class="white_news_block2"> | <div class="white_news_block2"> | ||
- | While the analysis of this circuit | + | While the analysis of this circuit is not critical to the successful outcome of this part of the project, it will provide us with very good practice of both obtaining fluorescence time series data and accurately fitting the data to the model. It will also help us develop our methods of predicting future system behaviour. This is because this system is already well documented in the literature and so we should be able to test our methods and responses against well documented results from labs across the world. |
<br><br> | <br><br> | ||
- | As you can clearly see from the graph, the model predicts a large fluorescence increase as the input is added. This is the | + | As you can clearly see from the graph, the model predicts a large fluorescence increase as the input is added. This is the what we expect from the actual system and is the best approximation that is obtainable before we get experimental data. |
<br><br> | <br><br> | ||
- | In the graph above, the model is set to have a basal rate of zero. This is why there is a zero fluorescence response before the input has been added | + | In the graph above, the model is set to have a basal transcription rate of zero. This is why there is a zero fluorescence response before the input has been added - this corresponds to the tetO promoter not being leaky at all. This basal rate will be calibrated alongside all of the other parameters in the model. |
</div> | </div> | ||
<div class="white_news_block2"> | <div class="white_news_block2"> | ||
<h1>Stochastic Modelling</h1> | <h1>Stochastic Modelling</h1> | ||
- | Stochastic modelling uses probability to | + | Stochastic modelling uses probability theory to predict the behaviour of a system. For our project, we used it to model the expression of genes from bacteria. |
<br><br> | <br><br> | ||
- | We started with the Gillespie Algorithm, which considers the expression of GFP to be binary; | + | 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. |
Revision as of 15:20, 7 October 2014
#list li { list-style-image: url("https://static.igem.org/mediawiki/2014/6/6f/OxigemTick.png"); } }