Team:Oxford/biosensor characterisation
From 2014.igem.org
(Difference between revisions)
MatthewBooth (Talk | contribs) |
|||
Line 205: | Line 205: | ||
<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. Before we determined which reaction happened, we had to work out when the reaction happened. Using the random number r ( | + | 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 (taken from a uniform distribution between 0 and 1), we produced another random number τ, which determined the time until the next reaction. |
<br><br> | <br><br> | ||
equation here | equation here | ||
<br><br> | <br><br> | ||
- | Where | + | Where α_0 represents the probability that any reaction will happen, given by the following equation: |
<br><br> | <br><br> | ||
equation here | equation here | ||
<br><br> | <br><br> | ||
- | We modelled the probability of a molecule of GFP being created using the Michaelis-Menten model ( | + | We modelled the probability of a molecule of GFP being created using the Michaelis-Menten model (α_1), 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 (δ_1). 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> | <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 | + | 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 (again taken from a uniform distribution from 0 to 1). If the random number was lower, then a 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. |
+ | <br><br> | ||
+ | We only stored the time and amount of GFP when there was a reaction, to save on computation. However this made calculating the mean of realisation harder, but we got over the problem by…. | ||
<br><br> | <br><br> | ||
equation here | equation here |
Revision as of 17:45, 17 October 2014