Team:Oxford/why do we need microcompartments
From 2014.igem.org
(Difference between revisions)
Olivervince (Talk | contribs) |
Olivervince (Talk | contribs) |
||
Line 501: | Line 501: | ||
<div class="list"> | <div class="list"> | ||
<div class="white_news_block"> | <div class="white_news_block"> | ||
- | + | <h1>Stochastic Reaction-Diffusion models</h1> | |
+ | Because of the relatively small number of molecules we are expecting to have in our cells (≈〖10〗^5 enzymes per cell and 〖10〗^3 per microcompartment), we developed stochastic reaction-diffusion models to predict the distribution of formaldehyde within the system. These stochastic models build in an element of randomness that reflects the nature of diffusion for systems with few elements in a way that deterministic relationships such as Fick’s law do not. | ||
+ | <br><br> | ||
+ | We approached this problem in a number of different ways. Initially, we built a system in which molecules would move a scaled random distance selected from a normal distribution at every time interval dt. This was adapted from the Smoluchowski equations which state: | ||
+ | <br><br> | ||
+ | X(t+ ∆t)=X(t)+ √2D∆t ε | ||
+ | <br> | ||
+ | Y(t+ ∆t)=Y(t)+ √2D∆t ε | ||
+ | <br> | ||
+ | Z(t+ ∆t)=Z(t)+ √2D∆t ε | ||
+ | |||
+ | <br><br> | ||
+ | <li>X(t),Y(t),Z(t) = particle co-ordinates at time t</li> | ||
+ | <li>D = diffusion constant</li> | ||
+ | <li>ε = normally distributed random variable</li> | ||
+ | <li>∆t = small time interval</li> | ||
+ | |||
+ | |||
+ | |||
+ | <br><br> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/4/4d/Oxford_plus-sign-clip-art.png" style="float:right;position:relative; width:100%;" /> | ||
</div> | </div> |
Revision as of 14:42, 19 September 2014
#list li { list-style-image: url("https://static.igem.org/mediawiki/2014/6/6f/OxigemTick.png"); } }