Team:Warwick/Modeling
From 2014.igem.org
(2 intermediate revisions not shown) | |||
Line 56: | Line 56: | ||
<td style="border:1px solid black;" align="right" height ="60px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#0174DF> | <td style="border:1px solid black;" align="right" height ="60px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#0174DF> | ||
- | <a href=https://2014.igem.org/Team:Warwick/Attributions><img src="https://static.igem.org/mediawiki/2014/1/16/ | + | <a href=https://2014.igem.org/Team:Warwick/Attributions><img src="https://static.igem.org/mediawiki/2014/archive/1/16/20140806085423%21Sponsors.png |
" border="20" align=20px" height ="20px" alt="Image and video hosting by TinyPic"> | " border="20" align=20px" height ="20px" alt="Image and video hosting by TinyPic"> | ||
</h2></td></tr> | </h2></td></tr> | ||
Line 115: | Line 115: | ||
<!--requirements section --> | <!--requirements section --> | ||
<tr><td colspan="3"> <h2> | <tr><td colspan="3"> <h2> | ||
- | + | <img src="https://static.igem.org/mediawiki/2014/9/9e/Modeli32ng.png" border="30" align=50px" height ="50px" alt="Image and video hosting by TinyPic"> | |
</h2></td></tr> | </h2></td></tr> | ||
<tr> | <tr> | ||
Line 129: | Line 129: | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
Our modelling in this project has several aims : | Our modelling in this project has several aims : | ||
Line 150: | Line 145: | ||
Initially we determined that our system should reach some equilibrium after a certain amount of time. This is because firstly, HCV is a successful virus, so the replicons should not completely degrade away as time goes to infinity. Secondly, since there are only a finite amount of resources within the cell, the number of replicons in the system cannot keep increasing forever. This means either the number of replicons must tend towards a certain constant (constant with respect to time), or the number of replicons should tend towards oscillations. <p><p> | Initially we determined that our system should reach some equilibrium after a certain amount of time. This is because firstly, HCV is a successful virus, so the replicons should not completely degrade away as time goes to infinity. Secondly, since there are only a finite amount of resources within the cell, the number of replicons in the system cannot keep increasing forever. This means either the number of replicons must tend towards a certain constant (constant with respect to time), or the number of replicons should tend towards oscillations. <p><p> | ||
+ | |||
+ | <!------------------ MathJax (LaTeX for the web) -----------------------> | ||
+ | <script type="text/x-mathjax-config"> | ||
+ | MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); | ||
+ | MathJax.Hub.Config({ | ||
+ | TeX: { | ||
+ | equationNumbers: { autoNumber: "AMS" } | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
+ | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
+ | |||
+ | <!------------------ MathJax (LaTeX for the web) -----------------------> | ||
+ | |||
+ | </p><p>\begin{eqnarray} | ||
+ | \label{system1} | ||
+ | \frac{dm}{dt} &=& \alpha_m - \beta_m m - k_s ms | ||
+ | \\ \label{system2} | ||
+ | \frac{ds}{dt} &=& \alpha_s - \beta_s s - p_s k_s ms - k_r sr | ||
+ | \\ \label{system3} | ||
+ | \frac{dr}{dt} &=& \alpha_r - \beta_r r - p_r k_r sr | ||
+ | \end{eqnarray} | ||
+ | </p><p> | ||
Latest revision as of 10:08, 19 August 2014
|
||
| ||
Our modelling in this project has several aims :
We are currently using Simbiology in Matlab and Copasi to model the system. We are currently adapting several different models, which come from research into HCV replicons, to our system. If our models can be made to fit our experiments well, we may extend our project to try and find a way to control the level of DPP-IV which is reduced. In addition modelling the system will allow it to be better optimised in the future, and optimum values for constants such as the strength of the ribosome binding sites, and the number of siRNAs produced by each degradation, so that the effect of our biobrick can be optimised. Initially we determined that our system should reach some equilibrium after a certain amount of time. This is because firstly, HCV is a successful virus, so the replicons should not completely degrade away as time goes to infinity. Secondly, since there are only a finite amount of resources within the cell, the number of replicons in the system cannot keep increasing forever. This means either the number of replicons must tend towards a certain constant (constant with respect to time), or the number of replicons should tend towards oscillations.
\begin{eqnarray} \label{system1} \frac{dm}{dt} &=& \alpha_m - \beta_m m - k_s ms \\ \label{system2} \frac{ds}{dt} &=& \alpha_s - \beta_s s - p_s k_s ms - k_r sr \\ \label{system3} \frac{dr}{dt} &=& \alpha_r - \beta_r r - p_r k_r sr \end{eqnarray}
|