Difference between revisions of "Team:UNOTT/Modelling"

Line 7: Line 7:
 
   <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script>
 
   <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script>
  
 +
<script type="text/x-mathjax-config">
 +
  MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
 +
</script>
 +
<script type="text/javascript"
 +
  src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 +
</script>
  
 
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
 
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
Line 159: Line 165:
 
   <div class="expandable-boxes">
 
   <div class="expandable-boxes">
 
     <div class="expandable-box">
 
     <div class="expandable-box">
       <h4 style="color: #ffffff; font-weight: bold; font-size: 30px;">OBJECTIVE: CREATE pgRNA</h4>
+
       <h4 style="color: #ffffff; font-weight: bold; font-size: 30px;">Constitutive Gene Expression For Protein and mRNA Expression over Time</h4>
  
 
       <div id="clear2" style="display: none;">
 
       <div id="clear2" style="display: none;">
<p></p>
+
<p> Biological insight had told us we need a model with constant gene expression. Investigating models from literature <sup> 1 </sup> so see which model would satisfy these conditions, and it was found the constitutive gene expression model was suitable to guide the model. </p>
                  <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
+
  
 +
<p>The first step was to take the general model from literature and apply it in our scenario using the proteins (GFP, ECHP, RFP.) </p>
 +
 +
<br> </br>
 +
 +
<sup> Figure 1 </sup>
 +
$$  sfGFP \underset{Transcriptin}{\rightarrow} mRNA \underset{Translation}{\rightarrow} sfGFP $$
 +
<p> The equation above describes the process of which the gene undergoes transcription to produce mRNA. The mRNA carries the genetic information copied from the DNA which codes for protein. The expression of protein, can therefore, be measured by the fluorescence which is the desired output of the system. </p>
 +
 +
<sup> Figure 2 </sup>
 +
$$  mRNA \underset{Degradation}{\rightarrow} \oslash  $$
 +
 +
$$  sfGFP \underset{Degradation}{\rightarrow} \oslash  $$
 +
 +
<p> The two equations above state the same time, the concentration of protein and mRNA would undergo degradation which means the concentration would drop. However, since there is always protein and mRNA being created, over time, the creation and degradation keep the concentration constant. <sup> 2 </sup> <p>
 +
 +
<p>  We can apply Law of Mass Action combine both equations for the concentration of protein and mRNA over time. This model can be described as: </p>
 +
 +
<sup> Figure 3 </sup>
 +
$$ mRNA = k_{1} -d _{1 } mRNA  $$
 +
$$ Protein = k_{2} \cdot  mRNA - d_{2} \cdot Protein $$
 +
 +
<p> Where... </p>
 +
<p> <ul>
 +
  <li>mRNA is the concentration of mRNA</li>
 +
  <li>Protein is the concentration of Protein</li>
 +
  <li>k<sub> 1 </sub> is the constitutive transcription rate. This represents the number of mRNA molecules produced per gene, per unit of time.</li>
 +
<li> d <sub> 1 </sub>  is  the  mRNA  degradation  rate </li>
 +
  <li>k<sub> 2 </sub> is the translation rate.  This represents the number of protein molecules produced per mRNA molecule, per unit of time.</li>
 +
<li> d <sub> 2 </sub>  is  the  protein  degradation  rate. </li>
 +
</ul>
 +
<br> </br>
 +
 +
<p> This is important because we can use this model to calculate the concentration of proteins we can expect over time. This is useful as we can use this information to calculate the total emitted light spectra during the time period which is what we are looking for in our system. However, the constants and variables are individual for each protein and which means parameters for each protein would need to be found. These constants were found using literature <sup> 3 </sup> (for GFP) and lab results (the rest.) </p>
 +
 +
<br> </br>
 +
<br> </br>
 +
<p> <sup> 1 </sup> GB Stan, 20137. Modeling in Biology. London, the United Kingdom: Imperial College London. p, pp.59-65. </p>
 +
<p> <sup> 2 </sup> See Non-Inhibited conditions from Figure 5 Gene Transcription Regulation by Repressors (CRISPRi) - Concentration over Time  </sup> </p>
 +
<p> <sup> 3 </sup> See Relationship between Max Fluorescence and Protein Concentration for more details </p>
 +
<br> </br>
  
<div class="clickbutton">
 
    <a href="https://2017.igem.org/Team:UNOTT/Experiments">
 
                      <p>BACK</p>
 
    </a>
 
 
</div>
 
</div>
  

Revision as of 23:35, 16 October 2017

Expandable Boxes With CSS Transitions

EXPERIMENTS

Constitutive Gene Expression For Protein and mRNA Expression over Time

About Modelling

OBJECTIVE: PROMOTER LIBRARY

OBJECTIVE: RANDOM LIGATIONS

OBJECTIVE: FREEZE DRYING

OBJECTIVE: CRISPRi & gRNA EFFICIENCY