Team:UANLe Mexico

From 2012e.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:UANL_Mty-Mexico/Templates/Banner-mathmodel}}
{{:Team:UANL_Mty-Mexico/Templates/Banner-mathmodel}}
{{:Team:UANL_Mty-Mexico/Templates/Menu-template}}
{{:Team:UANL_Mty-Mexico/Templates/Menu-template}}
-
 
<html>
<html>
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
-
<title>Untitled Document</title>
 
 +
<!--
 +
============================================================================================
 +
*** Acknowledgments ***
 +
>>>To TU_Delf Team
-
<style>
+
Thank you so much to TU_Delft iGEM2010 team for providing us with so many examples of html code and how to apply them.
-
#page-wrap {
+
If you like some of this code please check it out in their wiki: https://2010.igem.org/Team:TU_Delft#page=Modeling/wiki-tips-tricks
-
width: 1030px;
+
-
+
-
margin:auto;
+
-
}
+
-
#header {
 
-
width: 1030px;
 
-
height: 150px;
 
-
margin: auto;
 
-
z-index: 10;
 
-
vertical-align:bottom;
 
-
position: relative;
 
-
}
 
-
#header-column1 {
 
-
float:left;
 
-
width:450;
 
-
}
 
-
#header-column2 {
+
============================================================================================
-
float:left;
+
-
width:222;
+
-
}
+
-
#header-column3 {
+
/-->
-
float:left;
+
-
width:450;
+
-
}
+
-
#menu {
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
width: 1030;
+
  <title>Team: UANL_Mty-Mexico</title>
-
height: 100px;
+
 
-
margin: auto;
+
<META NAME="keywords" CONTENT="UANL,iGEM,Universidad,Autonoma,Nuevo,Leon,Biphasic,switch,Lambda,Genetic,Regulation,Quorum,Sensing,pRM,OL,Green Light,Red Light">
-
z-index: 10;
+
<META NAME="description" CONTENT="iGEM-UANL is the representative team from Universidad Autonoma de Nuevo León, at Monterrey, México. This team is composed of ten students who spent their summer in the lab, having fun with transformations, constructions and plasmidic DNA extractions. This">
-
vertical-align:bottom;
+
<META NAME="abstract" CONTENT="Information processing through living things remains a challenge to science. Genetic logic-gates and">
-
position: relative;
+
<META NAME="author" CONTENT="iGEM-UANL">
-
}
+
<META NAME="robots" CONTENT="FOLLOW,INDEX">
 +
 
 +
<link href="http://www.asebiogen.org/igemuanl/mainStyle.css" rel="stylesheet" type="text/css">
-
#button1 {
+
<script type="text/javascript" src="http://www.asebiogen.org/igemuanl/Scripts/jquery-1.3.2.min.js"></script>
-
float:left;
+
-
}
+
-
#content {
 
-
width: 1122;
 
-
margin: auto;
 
-
z-index: 10;
 
-
vertical-align:bottom;
 
-
position: relative;
 
-
}
 
-
.br {
+
<script type="text/javascript" src="http://www.asebiogen.org/igemuanl/Scripts/jquery-1.3.2.min.js"></script>
-
height: 5px;
+
-
width: 100%;
+
-
margin: 0;
+
-
padding: 0;
+
-
overflow: hidden;
+
-
}
+
-
#leftColumn {
+
<script type='text/javascript' src='http://www.asebiogen.org/igemuanl/jquery.easing.1.3.js'></script>
-
float:left;
+
<script type='text/javascript' src='http://www.asebiogen.org/igemuanl/jquery.slideup.menu.1.0.min.js'></script>
-
width:250px;
+
 
-
text-align:right;
+
 
-
position:relative;
+
<script type="text/javascript" src="http://www.asebiogen.org/igemuanl/Scripts/jquery.scroll-follow.js"></script>
-
padding-right: 20px;
+
-
}
+
-
#middleColumn {
+
<script type="text/javascript" src="http://www.asebiogen.org/igemuanl/Scripts/slimbox2/js/slimbox2.js"></script>
-
float:left;
+
-
width:700px;
+
-
font:Verdana, Geneva, sans-serif;
+
-
font-size:13px;
+
-
}
+
-
#rightColumn {
 
-
float:right;
 
-
width:200px;
 
-
text-align: center;
 
-
padding-top: 5px;
 
-
position: relative;
 
-
}
 
-
.title1 {
 
-
font:Verdana, Geneva, sans-serif;
 
-
font-size:22px;
 
-
font-weight:bold;
 
-
 
-
}
 
-
</style>
 
-
    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js'></script>
+
<script>
 +
    var opts = {slideUpSpeed:500, slideDownSpeed: 200};
 +
    $(document).ready(function(){
 +
$('.top-menu').removeClass().addClass('top-menu').addClass('style5');
 +
      $('ul.s-menu li').click(function(){
 +
        $(this).parent().find('li').removeClass('selected');
 +
        $(this).addClass('selected');
 +
      });
 +
      $('ul.s-style li').click(function(){
 +
      $('.top-menu').removeClass().addClass('top-menu').addClass('style'+$(this).attr('rel'));
 +
      $('.top-menu').removeClass().addClass('top-menu').addClass('style5');
-
<script type="text/javascript" src="http://www.asebiogen.org/igemuanl/Scripts/jquery.scroll-follow.js"></script>  
+
        $(".top-menu").slideupmenu(opts); 
 +
      });
 +
     
 +
      $('ul.s-way li[rel="1"]').live('click', function() {
 +
        opts = {slideUpSpeed:500, slideDownSpeed: 200};
 +
        $(".top-menu").slideupmenu(opts); 
 +
      });
 +
      $('ul.s-way li[rel="2"]').live('click', function() {
 +
        opts = {slideUpSpeed: 500, slideDownSpeed: 500, ease: "easeOutBounce", stopQueue: true};
 +
        $(".top-menu").slideupmenu(opts); 
 +
      });
 +
      $('ul.s-way li[rel="3"]').live('click', function() {
 +
        opts = {slideUpSpeed: 1000, slideDownSpeed: 100, ease: "easeOutBack", stopQueue: true};
 +
        $(".top-menu").slideupmenu(opts); 
 +
      });
 +
      $('ul.s-way li[rel="4"]').live('click', function() {
 +
        opts = {slideUpSpeed: 500, slideDownSpeed: 500, ease:false, stopQueue: false};
 +
        $(".top-menu").slideupmenu(opts); 
 +
      });
 +
      $(".top-menu").slideupmenu(opts); 
 +
    });
 +
  </script>
 +
 
-
<script type="text/javascript">  
+
 +
  <script type="text/javascript">  
   $( document ).ready( function ()
   $( document ).ready( function ()
{
{
-
$( '#leftColumn' ).scrollFollow();
+
$( '#rightColumn' ).scrollFollow();
}
}
);
);
-
   </script>
+
   </script>  
</head>
</head>
 +
 +
 +
<body>
<body>
-
<div id="page-wrap"><!--cierre header--><!--cierre menu-->
 
-
<div id="content">
+
<div class="content">
 +
  <div class="main" style="width:930px">
 +
  <!--<div style="width:900px">-->
 +
    <div class="br2"></div><div class="br2"></div><div class="br2"></div>           
 +
    <div id="leftColumn">
 +
    <div id="ColorHeader">
 +
            Modelling
 +
    </div>
-
<div id="leftColumn">
+
<div class="br"></div><div class="br"></div>
-
        <a href="#top" title="Go back to top">
+
<div class="br"></div><div class="br"></div>
-
        <img src="https://static.igem.org/mediawiki/2011/0/09/OurSymbol.png" width="223" height="176" alt="OurSymbol" /></a>
+
-
        </div>
+
-
       
+
-
<!--        <div id="rightColumn">
+
-
        <a href="#top" title="Go back to top">
+
-
        <img src="../talentpage/04016_sma.jpg" width="179" height="154" alt="OurSymbol" /></a>
+
-
        </div>-->
+
-
       
+
-
    <div id="middleColumn">
+
-
    <span class="title1">
+
-
    Project description
+
-
    </span>
+
-
   
+
-
<p>
+
-
        During the last years, the iGEM competition has represented a force that promotes the development of ideas and projects by undergraduate students, in this way iGEM can be considered as a unique event because it has stimulated thousands of students go from just imagining projects, to actually making them. All of this has generated an extensive amount of synthetic biology projects, each one of them focused on the resolution of specific problems, some of them so remarkable as they are environmental conflicts and others, less socially noticeable like circuits for genetic regulation.
+
-
        </p>
+
-
<p>
+
-
Nevertheless, there is an interesting situation regarding the time passed since the start of the iGEM competition and thus the fomentation of synthetic biology, and is the lack of wet-lab projects that actually reach the general community through the implementation of tangible solutions. So, it is time to do something about it, it is time to solve the problems all these projects were made to, by creating an industry based on synthetic biology.
+
-
        </p>
+
-
<p>
+
-
Our project aims this: the establishment of an industry based on what has been developed until now in this field of synthetic biology by taking the lab solutions to the real problems and making them work. Also, this idea has emerged from the application of one of the principles commonly found in this competition and in synthetic biology, the use of standard genetic parts and their utilization on solving different situations.
+
-
        </p>
+
-
<p>
+
-
Since nowadays we can find a great variety of projects, there is an extensive opportunity area inside synthetic biology, one of those is the use of biosensors. This topic has been of particular interest to our team because it includes a wide quantity of projects. All these projects mean many possible solutions for different problems. However, development of these solutions outside the iGEM competition has not been observed, thus making evident the necessity for the industry presented.
+
-
        </p>
+
-
<p>
+
-
Inside the opportunity area that can be found in this topic of biosensors, there are highlighted the advantages of using this technologies over the use of classical and actual methodologies. Among them, there is the viability, simplicity and the promotion of the use of green technology.
+
-
        </p>
+
-
<p>
+
-
In this way, it can be stated that a business plan for the development of a company based on biosensors, could be a good example for the importance and feasibility of making industry based on synthetic biology projects, not leaving them in just possible solutions, but implementing them for the continuos improvement of this society that we live in.
+
-
        </p>
+
-
+
-
   
+
 
-
     </div><!--cierre middleColumn-->
+
    <div id="header-project-column">
-
   
+
<div class="br2"></div><div class="br2"></div><div class="br2"></div>           
-
     
+
          <a name="Overview"></a>Overview
 +
<div class="br2"></div><div class="br2"></div><div class="br2"></div>           
 +
      </div>
 +
     <p>We decided to follow a deterministic approach for the mathematical representation of our genetic circuits. The simulations were made using MATLAB’s Simulink, according to the following general expressions for the genetic inhibition and activation elements present in the ODE systems. These expressions were adapted from Mendes, P, <i>et al</i>., (2003).</p>
 +
<p>The effect of an inhibitor was modeled as follows:</p>
 +
 
 +
<center>
 +
<div class = "img-holder" style="width:130px; font-size: 18px;">  
 +
<a href="https://static.igem.org/mediawiki/2011/9/9d/1_Inhibitor_effect.gif" rel="lightbox">
 +
<img src="https://static.igem.org/mediawiki/2011/9/9d/1_Inhibitor_effect.gif"width="126px" height="44px" align="center">
 +
</a>
 +
<span class="img-holder-text"><b></b> </div><div class="br">
 +
 
 +
</center>
 +
<p>where α is the maximum transcription rate of a gene, K is the dissociation constant of the inhibitor, I represents its concentration and n is its Hill coefficient.</p>
 +
<p>In the other hand, the effect of an activator was expressed as follows:</p>
 +
 
 +
<center>
 +
<div class = "img-holder" style="width:135px; font-size: 18px;">
 +
<a href="https://static.igem.org/mediawiki/2011/4/41/2_Activator_effect.gif" rel="lightbox" >
 +
<img src="https://static.igem.org/mediawiki/2011/4/41/2_Activator_effect.gif"width="130px" height="44px" align="center">
 +
</a>
 +
<span class="img-holder-text"><b></b> </div><div class="br">
 +
</center>
 +
 
 +
<p>where α is also the maximum transcription rate of a gene, K is the dissociation constant of the activator, A represents its concentration and n is its Hill coefficient.</p>
 +
<p>The maximum transcription rate is used instead of the basal transcription rate under the assumption that inducible promoters should not present significant basal activity and that repressible promoters are active at this maximum rate in the absence of an inhibitor. The maximum transcription rate was calculated according to the Team Beijing iGEM 2009 (<a href="https://2008.igem.org/Team:KULeuven/Model/Inverter">https://2009.igem.org/Team:PKU_Beijing/Modeling/Parameters</a>).</p>
 +
<p>The general form of the differential equations used to model the change of the mRNA concentration of a gene is as follows:</p>
 +
 
 +
<center>
 +
<div class = "img-holder" style="width:490px; font-size: 18px;">
 +
<a href="https://static.igem.org/mediawiki/2011/a/ad/3_mRNA_concentration_change.gif" rel="lightbox" >
 +
<img src="https://static.igem.org/mediawiki/2011/a/ad/3_mRNA_concentration_change.gif"width="482px" height="44px" alt="" align="center">
 +
</a>
 +
<span class="img-holder-text"><b></b> </div><div class="br">
 +
</center>
 +
 
 +
<p>This general form represents an hypothetical gene, whose transcription is affected by an inhibitor I and an activator A. Different Hill Coefficients (n1 and n2) are used for the inhibitor and activator. The equation includes also the degradation rate, µ, for which we used the same numerical value for all the genes included in our circuits, cell division rate (1/30 min) plus substance degradation rate (1/4.4 min), as suggested by the Team Beijing iGEM 2009.</p>
 +
<p>For the protein concentration differential equations we took into consideration the maximum translation rate, α<sub>T </sub>, (also calculated as suggested also by the Team Beijing iGEM), the degradation rate, µ<sub>T</sub> , and the rate of postranslational modifications, specifically, phosphorylations of some transcription factors.</p>
 +
<p>Because all the genes in our circuits have been modified with a LVA tag, unless it is otherwise stated, all the protein degradation rates were considered to be equal to the cell division rate (1/30 min) plus the substance degradation rate (1/40 min, as suggested by Team Leuven iGEM 2008, <a href="https://2008.igem.org/Team:KULeuven/Model/Inverter">https://2008.igem.org/Team:KULeuven/Model/Inverter</a>)</p>
 +
<p>The general form for the differential equation of protein concentration change the following:</p>
 +
 
 +
<center>
 +
<div class = "img-holder" style="width:350px; font-size: 18px;">
 +
<a href="https://static.igem.org/mediawiki/2011/3/39/4_Protein_concentration_change.gif" rel="lightbox">
 +
<img src="https://static.igem.org/mediawiki/2011/3/39/4_Protein_concentration_change.gif"width="346px" height="39px" alt="" align="center">
 +
</a>
 +
<span class="img-holder-text"><b></b> </div><div class="br">
 +
</center>
 +
 
 +
  <div id="header-project-column">
 +
<div class="br2"></div><div class="br2"></div><div class="br2"></div>           
 +
          <a name="References"></a>References
 +
<div class="br2"></div><div class="br2"></div><div class="br2"></div>           
 +
      </div>
 +
 
 +
<ol>
 +
  <li>Mendes, P, et al., (2003), Artificial gene networks for objective comparison of analysis algorithms, BIOINFORMATICS, Vol. 19 Suppl. 2, pages ii122–ii129</li>
 +
  <li>Team Beijing iGEM 2009 (<a href="https://2008.igem.org/Team:KULeuven/Model/Inverter">https://2009.igem.org/Team:PKU_Beijing/Modeling/Parameters</a>).</li>
 +
  <li>Team Leuven iGEM 2008,<a href="https://2008.igem.org/Team:KULeuven/Model/Inverter">https://2008.igem.org/Team:KULeuven/Model/Inverter</a>)</li>
 +
</ol>
 +
 
 +
 
 +
<div class="br"></div>
 +
<div class="br"></div>
 +
<div class="br"></div>
 +
<div class="br"></div>
 +
 
 +
</div>
 +
<div id="rightColumn">
 +
<!--   <div id="social-div">
 +
 
 +
<a href="http://twitter.com/iGEMUANL" class="twitter-follow-button" data-show-count="false" data-align="right">Follow @iGEMUANL</a>
 +
  <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
 +
        <div class="br"></div>       
 +
                <iframe src="http://www.facebook.com/plugins/like.php?app_id=134010103347967&amp;href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FiGEM-UANL%2F257596767587618&amp;send=false&amp;layout=button_count&amp;width=200&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true">
 +
               
 +
 
 +
           
 +
            </iframe>
 +
</div>-->
 +
   
          
          
          
          
 +
    <a href="#top" title="Go back to top"><img src="https://static.igem.org/mediawiki/igem.org/0/09/OurSymbol.png" width="200" height="160" alt="OurSymbol"></a>
      
      
-
    <div style="clear:both"></div> <!-- Catches the shorter column up -->
+
<div class="br"></div>
-
   
+
        <div class="br"></div>
-
</div><!--cierre content-->
+
        <div class="br"></div>
-
</div><!--cierre page-wrap-->
+
    <div id="botonera">
 +
    <div class="lateral-button"><a href="https://2011.igem.org/Team:UANL_Mty-Mexico/Modelling/Overview#Overview">Overview</a></div>
 +
    <div class="lateral-button"><a href="https://2011.igem.org/Team:UANL_Mty-Mexico/Modelling/Overview#References">References</a></div>
 +
 
 +
    </div>
 +
        <div class="br"></div>
 +
        <div class="br"></div>
 +
        <div class="br"></div>
 +
 +
 +
 +
 +
 +
 +
 +
  </div>
 +
   
 +
    <div style="clear:both"></div> <!-- Catches the shorter column up -->
 +
   
 +
  </div>
 +
  <p><img src="https://static.igem.org/mediawiki/igem.org/4/49/SymbolFooter.png" width="950" height="70" alt="OurSymbol"></p>
 +
 +
</div>
 +
</div>
</body>
</body>
</html>
</html>
 +
{{:Team:UANL_Mty-Mexico/Templates/Footer-template}}

Revision as of 17:54, 25 July 2012

Team:UANL Mty-Mexico/Templates/Banner-mathmodel Team:UANL Mty-Mexico/Templates/Menu-template Team: UANL_Mty-Mexico

Modelling
Overview

We decided to follow a deterministic approach for the mathematical representation of our genetic circuits. The simulations were made using MATLAB’s Simulink, according to the following general expressions for the genetic inhibition and activation elements present in the ODE systems. These expressions were adapted from Mendes, P, et al., (2003).

The effect of an inhibitor was modeled as follows:

where α is the maximum transcription rate of a gene, K is the dissociation constant of the inhibitor, I represents its concentration and n is its Hill coefficient.

In the other hand, the effect of an activator was expressed as follows:

where α is also the maximum transcription rate of a gene, K is the dissociation constant of the activator, A represents its concentration and n is its Hill coefficient.

The maximum transcription rate is used instead of the basal transcription rate under the assumption that inducible promoters should not present significant basal activity and that repressible promoters are active at this maximum rate in the absence of an inhibitor. The maximum transcription rate was calculated according to the Team Beijing iGEM 2009 (https://2009.igem.org/Team:PKU_Beijing/Modeling/Parameters).

The general form of the differential equations used to model the change of the mRNA concentration of a gene is as follows:

This general form represents an hypothetical gene, whose transcription is affected by an inhibitor I and an activator A. Different Hill Coefficients (n1 and n2) are used for the inhibitor and activator. The equation includes also the degradation rate, µ, for which we used the same numerical value for all the genes included in our circuits, cell division rate (1/30 min) plus substance degradation rate (1/4.4 min), as suggested by the Team Beijing iGEM 2009.

For the protein concentration differential equations we took into consideration the maximum translation rate, αT , (also calculated as suggested also by the Team Beijing iGEM), the degradation rate, µT , and the rate of postranslational modifications, specifically, phosphorylations of some transcription factors.

Because all the genes in our circuits have been modified with a LVA tag, unless it is otherwise stated, all the protein degradation rates were considered to be equal to the cell division rate (1/30 min) plus the substance degradation rate (1/40 min, as suggested by Team Leuven iGEM 2008, https://2008.igem.org/Team:KULeuven/Model/Inverter)

The general form for the differential equation of protein concentration change the following:

References
  1. Mendes, P, et al., (2003), Artificial gene networks for objective comparison of analysis algorithms, BIOINFORMATICS, Vol. 19 Suppl. 2, pages ii122–ii129
  2. Team Beijing iGEM 2009 (https://2009.igem.org/Team:PKU_Beijing/Modeling/Parameters).
  3. Team Leuven iGEM 2008,https://2008.igem.org/Team:KULeuven/Model/Inverter)

OurSymbol

Team:UANL Mty-Mexico/Templates/Footer-template