Team:Tianjin/Modeling

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#REDIRECT [[Team:Tianjin/Modeling/Expression]]
+
{{:Team:Tianjin/frame/modeling}}
 +
<html>
 +
<style type="text/css">
 +
#secondpane {color:#fff;
 +
width: 190px;
 +
margin-left:5px;
 +
}
 +
.menu_list {
 +
position:fixed;top:20px;}
 +
.menu_head {
 +
padding: 5px 10px;
 +
cursor: pointer;
 +
position: relative;
 +
border:1px solid #fff;
 +
margin:1px;
 +
    font-weight:bold;
 +
    background: #ffbe10;
 +
color:#fff
 +
}
 +
.menu_head:hover
 +
{
 +
cursor: pointer;
 +
color: #fff;
 +
background: #d39f10;
 +
text-decoration: none;
 +
background-position: 0 0;
 +
}
 +
.menu_body {
 +
display:none;
 +
}
 +
.menu_children {
 +
background: #aaa;
 +
cursor: pointer;
 +
padding: 5px 10px;
 +
font-size:12px;
 +
border-top: 1px solid #fff;
 +
border-bottom: 1px solid #fff;
 +
border-left: 1px solid #fff;
 +
border-right: 1px solid #fff;
 +
}
 +
.menu_body a{
 +
  display:block;
 +
  color:#fff;
 +
  padding-left:10px;
 +
  font-weight:bold;
 +
  text-decoration:none;
 +
}
 +
.menu_children:hover{
 +
cursor: pointer;
 +
  color: #fff;
 +
  text-decoration:none;
 +
  background:#777777;
 +
  }
 +
 
 +
</style>
 +
<div style="float:left;">
 +
  <div id="secondpane"> <!--Code for menu starts here-->
 +
<p class="menu_head">Modeling Contents</p>
 +
<div class="menu_body">
 +
        <div class="menu_children">
 +
<a href="https://2012.igem.org/Team:Tianjin/Modeling/Expression">Protein Expression</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="https://2012.igem.org/Team:Tianjin/Modeling/HGTBass">HGTBass</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="https://2012.igem.org/Team:Tianjin/Modeling/Propagation">Propagation</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="https://2012.igem.org/Team:Tianjin/Modeling/Human">Human</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="https://2012.igem.org/Team:Tianjin/Modeling/Calculation">Calculation</a>
 +
        </div>
 +
</div>
 +
<p class="menu_head">In this page</p>
 +
<div class="menu_body">
 +
        <div class="menu_children">
 +
<a href="#Background">Background</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Modeling_Objective">Modeling Objective</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Model_Description_and_Design">Model Description and Design</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Verification_of_the_orthogonality">Verification of the orthogonality</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#Modeling_Based_on_Wet_Lab_and_its_Results">Modeling Based on Wet Lab and its Results</a>
 +
        </div>
 +
</div>
 +
<p class="menu_head">Header-3</p>
 +
<div class="menu_body">
 +
        <div class="menu_children">
 +
<a href="#">Link-1</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#">Link-2</a>
 +
        </div>
 +
        <div class="menu_children">
 +
<a href="#">Link-3</a>
 +
        </div>
 +
      </div>
 +
  </div>      <!--Code for menu ends here-->
 +
</div>
 +
</html>
 +
<div id="text-content">
 +
 
 +
<br><center><span style="font-size:46px;font-family:Cambria;margin-top:10px">Protein Expression Prediction</span></center>
 +
<br>
 +
=Background=
 +
Within our chassis bacteria, the protein expression system is special because there are two channels to express the protein: the canonical channel exists within any wild type bacteria and the orthogonal channel created artificially with the help of orthogonal ribosomes and orthogonal mRNA whose protein expression is relatively independent of the canonical ones. There are two kinds of ribosome and mRNA: host ribosome (also known as normal ribosome, canonical ribosome or n-ribosome) orthogonal-ribosome (o-ribosome), normal-mRNA (n-mRNA) with canonical RBS sequence and orthogonal mRNA (o-mRNA) with mutated RBS sequence. The canonical mRNA can be translated with the help of canonical ribosome. On the other hand, o-ribosomes can also translate genes with altered Shine-Dalgarno (SD) sequences not recognized by host ribosomes.
 +
 
 +
{{:Team:Tianjin/footer}}

Revision as of 18:04, 24 September 2012


Protein Expression Prediction


Background

Within our chassis bacteria, the protein expression system is special because there are two channels to express the protein: the canonical channel exists within any wild type bacteria and the orthogonal channel created artificially with the help of orthogonal ribosomes and orthogonal mRNA whose protein expression is relatively independent of the canonical ones. There are two kinds of ribosome and mRNA: host ribosome (also known as normal ribosome, canonical ribosome or n-ribosome) orthogonal-ribosome (o-ribosome), normal-mRNA (n-mRNA) with canonical RBS sequence and orthogonal mRNA (o-mRNA) with mutated RBS sequence. The canonical mRNA can be translated with the help of canonical ribosome. On the other hand, o-ribosomes can also translate genes with altered Shine-Dalgarno (SD) sequences not recognized by host ribosomes.