Team:Waterloo/Math Book

From 2014.igem.org

(Difference between revisions)
(img tag instead)
m (Fixed titles and spelling)
 
(31 intermediate revisions not shown)
Line 11: Line 11:
<!--Content below images-->
<!--Content below images-->
-
<div class="content">
+
<div id="MathBook" class="content">
 +
  <div class="tabcontents">
 +
  <p>Our <b>Math Book</b> is meant to be the mathematical modeling equivalent of a lab book, where we store everything another team might need to recreate our models. You can access code related to the models can be accessed from <a href="https://github.com/alexanian/uwaterloo-igem-2014">this GitHub page</a>.</p>
 +
<h3>We hope you enjoy learning more about our model on the subpages!</h3>
 +
<p>We created mathematical models of the three main aspects of the Staphylocide system: <a href="https://2014.igem.org/Team:Waterloo/Math_Book/CRISPRi">CRISPR Interference</a>, <a href="https://2014.igem.org/Team:Waterloo/Math_Book/sRNA">RNA Interference</a> and <a href="https://2014.igem.org/Team:Waterloo/Math_Book/Conjugation">Conjugation</a> and have created sub-pages for each of them that detail all the steps in our analysis.</p>
 +
<p>&nbsp;</p>
   <ul class="tabs">
   <ul class="tabs">
-
     <li><a href="#view0">CRISPR</a></li>
+
     <li><a href="https://2014.igem.org/Team:Waterloo/Math_Book/CRISPRi">CRISPRi</a></li>
-
     <li><a href="#view1">sRNA</a></li>
+
     <li><a href="https://2014.igem.org/Team:Waterloo/Math_Book/sRNA">RNAi</a></li>
-
     <li><a href="#view2">Conjugation</a></li>
+
     <li><a href="https://2014.igem.org/Team:Waterloo/Math_Book/Conjugation">Conjugation</a></li>
 +
    <li><a href="https://2014.igem.org/Team:Waterloo/Math_Book/References">Bibliography</a></li>
   </ul>
   </ul>
-
  <div class="tabcontents">
 
-
  This page gathers the detailed process information for the mathematical models created by the team this year. Code related to the models can be accessed from <a href="https://github.com/alexanian/uwaterloo-igem-2014">this github page</a>.
 
-
    <div class="anchor" id="view0">
 
-
      <h2>CRISPR</h2>
 
-
      <p>We decided to create a model of the CRISPR system for two main reasons:</p>
 
-
      <ul>
 
-
        <li>Identifying the parts of the network that could be targeted by our lab team to improve repression efficiency</li>
 
-
      <li>To approximate time-series <em>mecA</em> repression data for use in modelling the overall vulnerability of a <em>S. aureus</em> population</li>
 
-
      </ul>
 
-
      <h3> Model Formation </h3>
 
-
<p>After a literature review we were able to construct the CRISPR interference system network. The targeted single guide RNA (sgRNA) associates with nuclease-deficient Cas9 protein (dCas9) to form a complex that binds with the DNA complementary to the sgRNA target <cite ref="Qi2013"></cite>. The bound complex prevents transcription elongation by RNA polymerase, repressing YFP mRNA expression <cite ref="Bikard2013"></cite>. The chemical network is shown below:</p>
 
-
 
-
<img src="https://2014.igem.org/File:CRISPRNetwork.png" alt="CRISPR Network Diagram" />
 
-
 
-
          <h4> Modelling Incomplete Repression </h4>
 
-
      <h3> Parameters </h3>
 
-
          <h4> Production of dCas9 from dCas9 mRNA </h4>
 
-
          <h4> Degradation rate of dCas9 </h4>
 
-
          <h4> mRNA production from the <em>sarA</em> promoter </h4>
 
-
      <h3> Initial Model Results </h3>
 
-
      <h3> Updating mRNA Production Rates </h3>
 
-
      <h3> Sensitivity Analysis </h3>
 
-
    </div>
 
-
    <div class="anchor" id="view1">
 
-
      <h2>sRNA</h2>
 
-
      <h3> Relevant Biology </h3>
 
-
      <h3> Model Formation </h3>
 
-
      <h3></h3>
 
-
    </div>
 
-
    <div class="anchor" id="view2">
 
-
      <h2>Conjugation</h2>
 
-
    </div>
 
   </div>
   </div>
</div>
</div>
</html>
</html>
{{Template:Team:Waterloo/Footbar}}
{{Template:Team:Waterloo/Footbar}}
-
{{Template:Team:Waterloo/JS/WaterlooTeam}}
 
{{Template:Team:Waterloo/JS/baseWiki}}
{{Template:Team:Waterloo/JS/baseWiki}}
 +
{{Template:Team:Waterloo/JS/CiteTag}}

Latest revision as of 23:07, 21 November 2014

Math Book

Our Math Book is meant to be the mathematical modeling equivalent of a lab book, where we store everything another team might need to recreate our models. You can access code related to the models can be accessed from this GitHub page.

We hope you enjoy learning more about our model on the subpages!

We created mathematical models of the three main aspects of the Staphylocide system: CRISPR Interference, RNA Interference and Conjugation and have created sub-pages for each of them that detail all the steps in our analysis.