Difference between revisions of "Team:Tec-Monterrey/Model"

Line 87: Line 87:
 
</style>
 
</style>
 
</head>
 
</head>
 +
 
<body>
 
<body>
 +
 +
  <!-- Header -->
 
   <header class="masthead" id="page-top">
 
   <header class="masthead" id="page-top">
    <div id="container-head">
+
      <div class="header-top" style="background: #397471;">
       <div id="container-left">
+
       </div>
         <div id="promoter-chooser">
+
      <div class="header-bottom">
           <div class="promoter-btn" id="test1">
+
         <div class="header-background">
             Test 1
+
           <div class="header-background-right" style="margin-left: -10px; margin-right: 1%;">
           </div>
+
             <img class="trail" src="https://static.igem.org/mediawiki/2018/5/51/T--Tec-Monterrey--Header_Trail_Far_Right.svg">
           <div class="promoter-btn" id="test2">
+
           </div>
             Test 2
+
           <div class="header-background-center-right" style="margin-right: -5%; margin-left: -10px;">
           </div>  
+
             <img class="trail" src="https://static.igem.org/mediawiki/2018/7/72/T--Tec-Monterrey--Header_Trail_Center_Right.svg">
         </div>
+
          </div>
 +
          <div class="header-background-center" style="margin-left: -10px; margin-right: -10px;">
 +
            <img class="trail" src="https://static.igem.org/mediawiki/2018/7/7c/T--Tec-Monterrey--Header_Trail_Center_2.svg">
 +
          </div>
 +
          <div  class="header-background-left" style="margin-right: -10px;">
 +
            <img class="trail" src="https://static.igem.org/mediawiki/2018/a/a6/T--Tec-Monterrey--Header_Trail_Left.svg">
 +
           </div>
 +
         </div> 
 +
          <div class="div-header-bottom">
 +
<br>
 +
<br>
 +
<br>
 +
          <div class="header-title">
 +
              Mathematical Model
 +
          </div>
 +
          <div class="header-subtitle">
 +
              E.coding description
 +
          </div>
 +
          </div>
 
       </div>
 
       </div>
    </div>
 
 
   </header>
 
   </header>
  
 
   <div class="articulo">
 
   <div class="articulo">
     <section id="overview-model" class="seccion-responsiva">
+
     <section id="overview" class="seccion-responsiva">
      For the entirety of human history, information gathering and storing has been of huge interest to society. One of the most, important aspects of information is the capability of that information to be gathered, stored, read, and analyzed.<br>
+
        <div class="contenido">
      The role of the mathematical model is explaining this and discovering particularities about the specifics of information, so that processes involving information are made better.
+
            <div class="body-title">E.Coding description</div>
      Specifically, answering questions as why, how, when, what, regarding our biological system is our objective.
+
                <div class="body-subtitle">Introduction</div>
    </section>
+
The description of our system had a progressive development parallel to the realization of the whole project. Initially, a simple system of linear coupled differential equations was proposed to describe the whole system, but as the understanding of all the aspects the system involves improved, the model was continuously refined to encompass a more suitable description that became both accurate and practical.
 
+
               
    <section id="module1&2-model" class="seccion-responsiva">
+
              <div class="body-subtitle">Differential Equations System derivation</div>
    <div class="contenido">
+
        <div class="body-title">Module 1 & Module 2</div>
+
 
+
        <div class="body-subtitle">Protein and target DNA production</div>
+
        In beginning with a mathematical description of the E. coding system, the biomolecular processes taking place in the system were expressed as reversible biochemical reactions governed by mass-action law kinetics, as conveyed in Figure ***.
+
    <div class="imagen-centrada-completa">
+
        <img src="https://static.igem.org/mediawiki/2018/b/b0/T--Tec-Monterrey--MODEL_DIAGRAMA.png">
+
      </div>
+
 
+
        Where <b>Cas1</b> refers to free Cas1 protein, <b>Cas2</b> to free Cas2 protein, <b>RT</b> to free Retrotranscriptase, <b>msr-msd</b> to free msr-msd RNA transcript, <b>CAS</b> to free Cas1-Cas2 protein complex, <b>M***</b> to RT bound by msr-msd RNA transcript, <b>MSD***</b> to free retrotranscribed target DNA sequence, <b>X</b> to Cas1-Cas2 protein complex bound to target DNA sequence, and <b>I***</b> to the amount of insertions made to the bacteria’s genome. This first model consisted of a simple linear differential equations system.
+
$$\dv{[Cas1]}{t}=\frac{v_{I}[IPTG]}{C_{I}+[IPTG]}-\gamma_I[Cas1] - k_X[CasI]^4[CasII]^2 + k_{-X}[X]$$ \vspace{0.3cm}
+
The initial principle of the system is the expression of three proteins (Cas1, Cas2, and a Retrotranscriptase) and the msr-msd RNA transcript, regulated by an inducible promoter. As such, the Hill equation was implemented to describe said regulated expression, as a function of the concentration of an inductor. A separate term, for basal protein degradation remained. Additionally, enzymatic processes, such as protein complex formation, substrate binding, or enzymatic reactions, are left described by mass-action law. Equations *** to *** correspond to each protein, substrate, and enzymatic complex involved in the E. coding system. <br>
+
<br>
+
Equation 1 <br>
+
Equation 2 <br>
+
Equation 3 <br>
+
Equation 4 <br>
+
Equation 5 <br>
+
Equation 6 <br>
+
Equation 7 <br>
+
<br>
+
Through steady-state assumptions, the system of equations was further reduced:
+
= 0
+
 
+
Substituting, Equation *** in Equation ***, and Equation *** in Equation ***, a single expression for the amount of target DNA sequence is defined as:
+
Equation ***
+
    </div>
+
</section>
+
 
+
    <section id="module3-model" class="seccion-responsiva">
+
    <div class="contenido">
+
        <div class="body-title">Module 3</div>
+
        <div class="body-subtitle">Genomic Spacer acquisition</div>
+
  
    </div>
+
            </div>
</section>
+
        </section>
 +
  </div>
  
  

Revision as of 06:48, 17 October 2018




Mathematical Model
E.coding description
E.Coding description
Introduction
The description of our system had a progressive development parallel to the realization of the whole project. Initially, a simple system of linear coupled differential equations was proposed to describe the whole system, but as the understanding of all the aspects the system involves improved, the model was continuously refined to encompass a more suitable description that became both accurate and practical.
Differential Equations System derivation

Contact Us

Sponsors