Team:Tsinghua/Dataresult

From 2012.igem.org

(Difference between revisions)
Line 3: Line 3:
<head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<title>Data & Result</title>
+
<title>Project</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js">
  </script>
  </script>
<style type="text/css">
<style type="text/css">
/*hack*/
/*hack*/
 +
*{
 +
font-family:Arial, Helvetica, sans-serif}
body{
body{
background-color:#FFF;
background-color:#FFF;
Line 22: Line 24:
}
}
-
 
.firstHeading{visibility:hidden}
.firstHeading{visibility:hidden}
Line 38: Line 39:
color:#000000;
color:#000000;
}
}
 +
a:active{
a:active{
text-decoration:none;
text-decoration:none;
Line 46: Line 48:
color:#000000;
color:#000000;
}
}
 +
body{
 +
background:#FFFFFF}
div#BannerCleaner{
div#BannerCleaner{
Line 53: Line 57:
z-index:1;
z-index:1;
width:100%;
width:100%;
-
height:1600px;
+
height:300px;
border:none;
border:none;
background:#FFFFFF;
background:#FFFFFF;
Line 66: Line 70:
height:306px;
height:306px;
background:#32B4EB;
background:#32B4EB;
-
background-image:url("https://static.igem.org/mediawiki/2012/1/13/Data_banner.gif");
+
background-image:url("https://static.igem.org/mediawiki/2012/b/be/Project_kj.gif");
background-repeat:no-repeat;
background-repeat:no-repeat;
}
}
Line 77: Line 81:
cursor:pointer;
cursor:pointer;
overflow:hidden;
overflow:hidden;
-
z-index:5;
+
z-index:9;
}
}
div.buttomHome{
div.buttomHome{
Line 89: Line 93:
cursor:pointer;
cursor:pointer;
overflow:hidden;
overflow:hidden;
-
z-index:7;
+
z-index:9;
-
+
}
}
div.buttom:hover{
div.buttom:hover{
Line 133: Line 136:
height:600px;
height:600px;
display:block;
display:block;
-
z-index:8;
 
}
}
#ground{
#ground{
Line 154: Line 156:
font-size:11pt;
font-size:11pt;
color:#666;
color:#666;
-
z-index:12;
 
}
}
.projectList{
.projectList{
padding-top: 20px;
padding-top: 20px;
-
position: fixed;
+
position: absolute;
-
top: 487px;
+
top: 379px;
-
height: 428px;
+
height: 121px;
-
width: 160px;
+
width: 190px;
-
left: 132px;
+
left: 8px;
-
border:1px solid;
+
border: 1px solid;
-
background-color:#FF9;
+
background-color: #F6C;
-
border-color:#F93;
+
border-color: #C06;
-
border-radius:10px;
+
border-radius: 10px;
-
-moz-border-radius:10px;
+
-moz-border-radius: 10px; /* Firefox 3.6 and earlier */
-
z-index:32;
+
z-index: 15;
-
}
+
}
 +
 
#navi{
#navi{
list-style:none;
list-style:none;
padding:0px;
padding:0px;
margin:0px;
margin:0px;
 +
z-index:8;
}
}
#navi li{
#navi li{
Line 190: Line 193:
}
}
li:hover{
li:hover{
-
background:#F63;
+
background:#F69;
cursor:pointer;
cursor:pointer;
}
}
.parag{
.parag{
position: absolute;
position: absolute;
-
left: 179px;
+
left: 213px;
top: 379px;
top: 379px;
-
width: 789px;
+
width: 791px;
height: 446px;
height: 446px;
-
font-family:Arial, Helvetica, sans-serif;
+
z-index: 10;
-
z-index:64;
+
-
}
+
-
p.comment{
+
-
font-family:Tahoma, Geneva, sans-serif;
+
-
font-size:10px;
+
-
font-style:italic;
+
}
}
Line 216: Line 213:
$(this).animate({left:'-=2', top:'-=2',width:'+=4',height:'+=4'}, 'fast');
$(this).animate({left:'-=2', top:'-=2',width:'+=4',height:'+=4'}, 'fast');
$(this).animate({left:'+=2', top:'+=2',width:'-=4',height:'-=4'}, 'fast');
$(this).animate({left:'+=2', top:'+=2',width:'-=4',height:'-=4'}, 'fast');
-
window.location = "https://2012.igem.org/Team:Tsinghua/" + $(this).attr('id');
+
window.location = "https://2012.igem.org/Team:Tsinghua/" + $(this).attr('id');
 +
 
});
});
});
});
Line 234: Line 232:
}
}
 +
</script>
 +
<script type="text/javascript">
 +
$(document).ready(function(e) {
 +
 +
$(window).scroll(function(){
 +
//alert(5);
 +
var top = window.pageYOffset;
 +
        if (typeof window.pageYOffset != 'undefined') { 
 +
            top = window.pageYOffset; 
 +
        } else if (typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat') { 
 +
            top = document.documentElement.scrollTop; 
 +
        } 
 +
        else if (typeof document.body != 'undefined') { 
 +
            top = document.body.scrollTop; 
 +
        }
 +
 +
top = parseInt(top);
 +
 +
if (top - 379 > 0){
 +
$(".projectList").animate({"top":top+379},250);
 +
//$(".list").css({"top":top-100});
 +
}else{
 +
$(".projectList").animate({"top":379},100);
 +
//$(".list").css({"top":0});
 +
}
 +
//alert(5);
 +
});
 +
});
 +
 +
</script>
</script>
</head>
</head>
Line 241: Line 269:
<div id = "BannerCleaner"></div>
<div id = "BannerCleaner"></div>
<div class="Header" id="Header"></div>
<div class="Header" id="Header"></div>
-
<div id = "Home" class = "buttomHome" pID = 1 flag1 = 0><a href="https://2012.igem.org/Team:Tsinghua"><img src="https://static.igem.org/mediawiki/2012/4/43/Home_tsinghua.gif"/></a></div>
+
<div id = "Home" class = "buttomHome" pID = 1 flag1 = 0><img src="https://static.igem.org/mediawiki/2012/4/43/Home_tsinghua.gif"/></div>
-
<div id = "Project" class = "buttom" style = "top:217px; left:1px;" pID = 1 flag1 = 0><a href="https://2012.igem.org/Team:Tsinghua/Project"><img src = "https://static.igem.org/mediawiki/2012/3/37/Project_tsinghua.gif"></a></div>
+
<div id = "Project" class = "buttom" style = "top:217px; left:1px;" pID = 1 flag1 = 0><img src = "https://static.igem.org/mediawiki/2012/3/37/Project_tsinghua.gif"></div>
-
<div id = "Dataresult" class = "buttom" style = "top:217px; left:215px;" pID = 1 flag1 = 0><a href="https://2012.igem.org/Team:Tsinghua/Dataresult"><img src = "https://static.igem.org/mediawiki/2012/8/8a/Data.gif"></a></div>
+
<div id = "Dataresult" class = "buttom" style = "top:217px; left:215px;" pID = 1 flag1 = 0><img src = "https://static.igem.org/mediawiki/2012/8/8a/Data.gif"></div>
-
<div id = "Team" class = "buttom" style = "top:217px; left:568px;" pID = 1 flag1 = 0><a href="https://2012.igem.org/Team:Tsinghua/Team"><img src = "https://static.igem.org/mediawiki/2012/a/a7/Team_tsinghua.gif"></a></div>
+
<div id = "Team" class = "buttom" style = "top:217px; left:568px;" pID = 1 flag1 = 0><img src = "https://static.igem.org/mediawiki/2012/a/a7/Team_tsinghua.gif"></div>
-
<div id = "Safety" class = "buttom" style = "top:217px; left:782px;" pID = 1 flag1 = 0><a href="https://2012.igem.org/Team:Tsinghua/Safety"><img src = "https://static.igem.org/mediawiki/2012/6/66/Safety_tsinghua.gif"></a></div>
+
<div id = "Safety" class = "buttom" style = "top:217px; left:782px;" pID = 1 flag1 = 0><img src = "https://static.igem.org/mediawiki/2012/6/66/Safety_tsinghua.gif"></div>
-
<div id = "Notebook" class = "buttom" style = "top:302px; left:1px;" pID = 1 flag1 = 0><a href="https://2012.igem.org/Team:Tsinghua/Notebook"><img src = "https://static.igem.org/mediawiki/2012/4/49/Notebook_tsinghua.gif"/></a></div>
+
<div id = "Notebook" class = "buttom" style = "top:302px; left:1px;" pID = 1 flag1 = 0><img src = "https://static.igem.org/mediawiki/2012/4/49/Notebook_tsinghua.gif"/></div>
-
<div id = "Model" class = "buttom" style = "top:302px; left:215px;" pID = 1 flag1 = 0><a href="https://2012.igem.org/Team:Tsinghua/Model"><img src = "https://static.igem.org/mediawiki/2012/8/8e/Model_tsinghua.gif"></a></div>
+
<div id = "Model" class = "buttom" style = "top:302px; left:215px;" pID = 1 flag1 = 0><img src = "https://static.igem.org/mediawiki/2012/8/8e/Model_tsinghua.gif"></div>
-
<div id = "Humanpractice" class = "buttom" style = "top:302px; left:569px;" pID = 1 flag1 = 0><a href="https://2012.igem.org/Team:Tsinghua/Humanpractice"><img src = "https://static.igem.org/mediawiki/2012/c/ca/HumanPractice.gif"/></a></div>
+
<div id = "Humanpractice" class = "buttom" style = "top:302px; left:569px;" pID = 1 flag1 = 0><img src = "https://static.igem.org/mediawiki/2012/c/ca/HumanPractice.gif"/></div>
-
<div id = "Parts" class = "buttom" style = "top:302px; left:782px;" pID = 1 flag1 = 0><a href="https://2012.igem.org/Team:Tsinghua/Parts"><img src = "https://static.igem.org/mediawiki/2012/b/b5/Parts_tsinghua.gif"></a></div>
+
<div id = "Parts" class = "buttom" style = "top:302px; left:782px;" pID = 1 flag1 = 0><img src = "https://static.igem.org/mediawiki/2012/b/b5/Parts_tsinghua.gif"></div><div id = "contentPanel1" class = "contentPanel">
-
<div id = "contentPanel1" class = "contentPanel">
+
</div>
</div>
<div class="projectList" id="projectList">
<div class="projectList" id="projectList">
<ul id = "navi">
<ul id = "navi">
-
<li><a href="#A">Signal transmission</a></li>
+
<li onclick = ""><a href="#General idea">General idea</a></li>
-
<li><a href="#B">Signal sensing and releasing</a></li>
+
<li onclick = ""><a href="#Concept">Concept</a></li>
-
<li><a href="#C">Signal Center</a></li>
+
<li onclick = "$('#K1').slideToggle();"><a href="#Des">Design</a></li>
-
 
+
<li><a href = "https://2012.igem.org/Team:Tsinghua/Dataresult">Data</a></li>
 +
<li><a href = "https://2012.igem.org/Team:Tsinghua/Model">Model</a></li>
 +
<ul id="K1" style="display:none">
 +
    <li onclick = "$('#M1').slideToggle();"><a href="#Bm">Basic modules</a></li>
 +
    <ul id = "M1" style="display:none">
 +
        <li><a href="#Srao">Signal reception and output</a></li>
 +
            <li><a href="#Staa">Signal transmission and amplification</a></li>
 +
        </ul>
 +
        <li onclick = "$('#M2').slideToggle();"><a href="#Cm">Complex modules</a></li>
 +
        <ul id = "M2" style="display:none">
 +
        <li><a href="#Lgip">Logic gate-like information processing</a></li>
 +
        <li><a href="#Fd">Final design</a></li>
 +
        </ul>
 +
</ul>
</ul>
</ul>
</ul></div>
</ul></div>
-
<div class = "parag">
+
<div class = "parag"><a name="General idea">General idea</a>
-
  <h3><em>Experiment and Data</em></h3>
+
   <p>Tsinghua iGEM 2012 presents the idea of &ldquo;Domino Effect in E. coli&rdquo; as a potential approach to allow a whole E. coli community  to perform exactly the same with only one weak initial signal and carry out information processing. This goal can be achieved by a set of quorum sensing-based design, including basic modules of signal reception and release,  signal amplification and complex modules of logic gating. Furthermore, the  population of bacteria community is a huge advantage for information processing  compared to existing single cell-based computing circuitries.</p>
-
   <p>In this part we will show the experiment we have designed and carried out along with the results. Only valid and positive results will be displayed.<br />
+
   <p><a name="Concept">Concept</a></p>
-
    Our project is based on three modules, so is the part of experiment. So we will introduce our work to you according to different modules.</p>
+
   <div class = "figure">
-
   <h4><a name = "A">Module I. Signal transmission</a></h4>
+
     <p><img src="https://static.igem.org/mediawiki/igem.org/2/29/Exp1.jpg" width="363" height="187" /></p>
-
   <p>In this module, we hope we can apply LuxI protein to  produce AHL which can keep the signal transmitting.<br />
+
    <p>Figure 1A. This figure shows how conventional domino effect <br />
-
     Construct 1: <em>lux</em>I on pet15b</p>
+
    works, as the tile in  front fall, they topple the tiles behind them <br />
-
  <p><img src="https://static.igem.org/mediawiki/2012/a/ae/Untitled_TS.jpg" width="273" height="163" /></p>
+
    as a result – signal transmission and </p>
-
  <p>To make sure the protein<em> Lux</em>I was produced we carried out a SDS-page after purification using a Ni-column (LuxI was with a His tag).</p>
+
   </div>
-
  <p><img src="https://static.igem.org/mediawiki/2012/4/4f/Untitled2_TS.jpg" width="554" height="287" /></p>
+
  <div class = "figure">
-
  <p class="comment">Figure0. A SDS-page showing the purification of LuxI.<br />
+
    <p><img src="https://static.igem.org/mediawiki/igem.org/a/ab/Exp2.jpg" alt="" width="251" height="251" /></p>
-
  The production of AHL needs LuxI protein as an enzyme and a substrate molecule which is supposed to exist originally in E.<em>coli</em></p>
+
    <p>Figure 1B. This figure demonstrates our basic concept of<br />
-
   <h4><a name="B">Module II. Signal sensing and releasing</a></h4>
+
E. coli dominos, inspired by the conventional domino effect.</p>
-
  <p>According to the project design, we are using quorum  sensing system in gram negative bacteria as our signaling system.<br />
+
<p>&nbsp;</p>
-
    Our first construct consists of Lux Promoter which can  be activated by AHL and RFP.<br />
+
  </div>
-
    Construct 2: Plac-luxr-Plux-RFP on pSB1A2</p>
+
 
-
  <p><img src="https://static.igem.org/mediawiki/2012/0/06/Untitled3_TS.jpg" width="554" height="221" /></p>
+
   <p>From the figures above, if we look at it from  another perspective, the domino effect can be viewed as a form of information processing, with the possibility to realize signal amplification and logic  gating. We attempted to use biological elements to replace the mechanical elements in mechanical domino effect: each bacterium represents a domino tile; the action of topple here refers to a set of information transmission process, and  the mechanical force is replaced by chemical signaling molecules; these  elements are the key to building a set of &ldquo;E. coli dominos&rdquo;, like the one we showed in figure 1B. </p>
-
  <p><em>the part 1-9H in the igem 2012 kit was used</em></p>
+
   <p>Quorum sensing in prokaryotes allows bacteria to communicate through  chemical signals like AHLs, and coordinate behaviors among the whole bacterial community. This mechanism is ideal to serve as a basis  for our project. <br />
-
  <p><img src="https://static.igem.org/mediawiki/2012/2/21/Untitled4_TS.jpg" alt="" width="492" height="294" /></p>
+
    In the basic module, a small proportion of Ecoli in the community will receive and recognize an external signal, then send  it forward to bacteria nearby using AHL signals, causing the same reaction in  cells nearby. Since each bacterium may affect tens or even hundreds of  surrounding bacteria, the signal amplifies exponentially. Thus, the signal will  be transmitted and amplified step by step.<br />
-
  <p class="comment">Figure 1. A PCR result to confirm the accomplishment  of construct 1.</p>
+
    As an upgrade of the basic modules, a  multi-signal system is designed, starting with two distinct AHL signals working  independently, so as to achieve the logic gating and calculation functions. Specifically  speaking, distinct information processing functions, or logic gates, such as  &lsquo;AND&rsquo;, &lsquo;AND NOT&rsquo;, &lsquo;XOR&rsquo; can be realized by unique biological circuitries, and the assembly of these modules shows promise for obtaining complex computation  functions.</p>
-
   <p>Then we did a few tests to see if this construct could successfully sense the signal of AHL and produce RFP as an indicator. To test the efficiency of this AHL trigger, we directly added AHL into the E.<em>coli</em> and the photo below is taken 12h after adding AHL.</p>
+
   <p>Taken together, our project aims to establish a  novel information processing system in bacterial community, based on the logic  of domino effect and quorum sensing system, which possesses the capability of  information transmission, amplification and logic gating.</p>
-
   <p><img src="https://static.igem.org/mediawiki/2012/c/c1/Untitled5_TS.jpg" width="478" height="317" /></p>
+
   <p><a name="Des"></a>Design</p>
-
  <p class="comment">Figure2. Tests of AHL trigger. Different AHL molecules and different concentration were set as the photo shows.</p>
+
   <p>The designs of our project are illustrated as  followed.</p>
-
  <p>Next, we use fluorescence microscope to visualize the appearance of  RFP as the time goes. </p>
+
   <p><a name="Bm">3.1 Basic modules</a><br />
-
  <p><img src="https://static.igem.org/mediawiki/2012/e/e3/Untitled6_TS.jpg" width="326" height="326" /></p>
+
<a name="Srao">3.1.1 Signal reception and  output:</a><br />
-
  <p class="comment">Figure3. Without AHL, the bacteria didn&rsquo;t tend to produce much RFP.</p>
+
The basic function of signal reception and  release is realized by a simple pathway including AHL as signal molecule, LuxR as signal reception part and RFP as a sign of signal reception and subsequent  release. The AHL molecules may come from two sources: external (i.e. AHL solution we drop into the system) and internal (i.e. AHL from neighboring stimulated  cells). <br />
-
   <p><img src="https://static.igem.org/mediawiki/2012/9/9e/Tsinghua_data1.jpg" width="206" height="281" /></p>
+
Here we used two kinds of AHL molecules from two species, with the same functioning mechanism and no cross-linking: 3OC6HSL from <em>V. fischeri</em> used in Lux system  and 3OC12HSL from <em>Pseudomonas aeruginosa</em> used in Las system. The binding of AHL to LuxR will form &ldquo;the dimer of dimer&rdquo;, which consists of two AHL molecules and two LuxR protein molecules. This  complex will activate the transcription from the promoter PLuxR, leading to subsequent expression of RFP. RFP, or other such proteins, serves as an output of the input information. In this part, two signal pathways using two different  kinds of AHL molecules are constructed. </p>
-
  <p class="comment">Figure4. 1h after AHL was added (bright and dark).</p>
+
   <p><a name="Staa">3.1.2 Signal transmission and  amplification:</a></p>
-
   <p><img src="https://static.igem.org/mediawiki/2012/f/f7/Tsinghua_data2.jpg" width="206" height="281" /></p>
+
   <div class = "figure"><img src="https://static.igem.org/mediawiki/igem.org/2/2a/Exp3.jpg" width="495" height="264" /></div>
-
   <p class="comment">Figure5. 2h after AHL was added.</p>
+
   <p>One property of quorum sensing signals is that the chemical molecules are able to freely move across membranes, which is also critical  for our project in the signal transmission module. The concept of positive feedback is also applied in this module, making it possible to intensify signal  strength and avoid attenuation. <br />
-
   <p><img src="https://static.igem.org/mediawiki/2012/c/c0/Tsinghua_data3.jpg" width="268" height="268" /></p>
+
We constructed our own positive feedback loop in E. coli with several different parts. LuxI, with the function of expressing AHL synthase, was inserted downstream of RFP in the aforementioned basic module. Thus, once external AHL is received and RFP expressed, AHL would be further synthetized in the same bacterium. As a result, AHL molecules  synthesized after RFP could affect the E. coli itself, synthesizing even more AHLs and completing the positive feedback loop; alternatively, it could travel  across membranes to other bacteria nearby, and start the activation of  identical modules in those cells. In other words, information received by the  initial bacterium is transmitted to its neighbors, and they would respond the same way and pass the signal on to other cells, just as domino tiles would pass  the mechanical force on to other tiles. Furthermore, the expression of RFP  would spread to the whole community over time, and accumulate in a certain time  period. Both the positive feedback loop and the enormous population of bacteria could serve for the purpose of signal amplification.</p>
-
  <p class="comment">Figure6. 3h after AHL was added.</p>
+
   <p><a name="Cm">3.2 Complex modules</a><br />
-
  <p>After all these tests, we are convinced that this construct does function as both a signal sensor and a signal releaser.</p>
+
    <a name="Lgip">3.2.1 Logic gate-like  information processing:</a></p>
-
  <p>After confirming construct2, we naturally want to combine module I and II to see what will happen.<br />
+
  <p>The  conventional dominoes can be arranged to function as logic gates, which  inspires us to design similar information processing circuitries with our  system. </p>
-
    At the first, we just mix up these two kinds of  bacteria(one can produce AHL, the other sense it), the result was as below(negative control was not red which isn&rsquo;t shown here).</p>
+
  <div class = "figure"><img src="https://static.igem.org/mediawiki/igem.org/6/6a/Logicg.jpg" width="761" height="386" />
-
  <p><img src="https://static.igem.org/mediawiki/2012/d/d5/Tsinghua_data4.jpg" width="387" height="290" /></p>
+
    <p>Figure2. An abstract of  domino tiles to complete logic gate-like functions, which are also realizable with our biological system.</p>
-
  <p>Then, we decide to separately locate the two kinds of  bac and see if it could appear red in the contacting area.</p>
+
   </div>
-
  <p><img src="https://static.igem.org/mediawiki/2012/4/45/Tsinghua_data5.jpg" alt="" width="388" height="291" /></p>
+
  <div class="figure"><img src="https://static.igem.org/mediawiki/igem.org/c/c3/Thupathway.jpg" alt="" width="423" height="296" /></div>
-
  <p>After all these tests, we decided to move on, so we designed the next construct.<br />
+
    <div class="figure"><img src="https://static.igem.org/mediawiki/igem.org/e/e1/Thusheet.jpg" width="523" height="262" /></div>
-
  Construct 3: Plac-luxr-Plux-RFP-Plac-LuxI on pet15b</p>
+
   <p>When different signals meet in the same cell,  the state of the cell would shift from &ldquo;transmission&rdquo; to &ldquo;processing&rdquo;. The  logic gate based on domino effect will be turned on and the calculation results will be shown with the help of different fluorescence proteins.<br />
-
   <p><img src="https://static.igem.org/mediawiki/2012/f/fe/DataTsinghua6.png" alt="" width="306" height="120" /></p>
+
When R1, R2, R3, R4 and PA, PB in figure above represent different protein coding gene or different promoter, as shown in the  table, various logic gates are realized. </p>
-
  <p><img src="https://static.igem.org/mediawiki/2012/2/24/DataTsinghua7.png" width="178" height="161" /></p>
+
   <p><a name="Fd">3.2.2 Final design</a></p>
-
   <p class="comment">Figure8. A enzyme digestion test showing that the  sample on lane 4 is positive.<br />
+
  <div class= "figure"><img src="https://static.igem.org/mediawiki/igem.org/7/73/Finalpart.jpg" width="553" height="171" /></div>
-
  However, we didn&rsquo;t see any sign of AHL signaling  through this construct and we believe the arrangement of promoters is somehow  inappropriate. So we redesigned the plasmid and built construct 5.</p>
+
  <p> This complex pathway achieves the 'AND-gate' mentioned in logic gate design. When there is no signal input, cI is expressed  constantly. If we add only signal B (3OC12HSL, which can activate Plas  promoter), Hybrid promoter Plas/cI is repressed by cI, thus no RFP can be observed. With only signal A (3OC6HSL, which can activate Plux promoter), Plas/cI  promoter cannot be activated without signal B. When signal A and B are present  together, because of the activation of Plux by signal A, lacI is expressed and will then inhibit the expression of cI, Plas/cI will be activated by signal without cI, then RFP can be seen.</p>
-
  <p>Construct 5:Plac-luxr-Plux-RFP-LuxI on pet15b</p>
+
<p>&nbsp;</p>
-
  <p><img src="https://static.igem.org/mediawiki/2012/7/7a/Tsinghua_data8.jpg" width="317" height="169" /></p>
+
-
  <p><img src="https://static.igem.org/mediawiki/2012/c/cd/Tsinghua_data9.jpg" alt="" width="251" height="151" /></p>
+
-
   <p class="comment">Figure9. A PCR screen showing that lane 5 is positive.</p>
+
-
  <p>Then we made dishes with AHL in the middle of the plate only and spread E.<em>coli</em> with construct 5 on the whole plate hoping we can see the red firstly appear in the middle and  then spread out to the whole plate. </p>
+
-
  <p><img src="https://static.igem.org/mediawiki/2012/8/83/Tsinghua_data10.jpg" width="417" height="313" /></p>
+
-
  <p class="comment">Figure10. AHL in the middle. We can see that only the  central part of the plate turned red.</p>
+
-
  <p>And we have known that concentration of AHL needs to be higher than some certain value to activate the expression. So we also tried  to add a low level of AHL all over the plate and still with a high level of AHL  in the middle of the plate.</p>
+
-
  <p><img src="https://static.igem.org/mediawiki/2012/4/4b/Tsinghua_data11.jpg" alt="" width="492" height="547" /></p>
+
-
  <p class="comment">Figure11. a, E.<em>coli</em> with construct 2, a red patch appears where there is AHL(yet the photo is not clear); b-f, 200μl water with 0, 0.05, 0.20.5, 2μl AHL(10-4mol/L). RFP appear all over the plate in c-f, while some on the edge in b.</p>
+
-
  <p>The results were not perfect and not able to prove the successful transmission of AHL. However, the result show us some hope that the system will work as long as the circumstances are appropriately modified. </p>
+
-
   <h4><a name="C">Module III. Signal Center</a></h4>
+
-
  <p>The work done before was not just for seeing some RFP,  we build this system to see if we can get some amplified signal transmitting  through some distance that can be processed in a signal center. Then we design  construct 6&amp;7.</p>
+
-
  <p>Construct6: <span style=" color:#F06">Plux</span>-<span style="color:#0CF">LacI</span>-<span style="color:#0CF">LuxI</span>-<span style=" color:#F06">Plac</span>-<span style="color:#0CF">LuxR</span>-<span style="color:#0CF">LasR</span>-<span style=" color:#F06">Plac</span>-<span>LacO</span>-<span style="color:#0CF">cI</span>-<span style=" color:#F06">Plas</span>-<span style="color:#0CF">LasI</span>-<span style=" color:#F06">Plas/cI</span>-<span style="color:#0CF">RFP</span></p>
+
-
  <p><img src="https://static.igem.org/mediawiki/2012/8/8c/Tsinghua_data12.jpg" width="554" height="154" /></p>
+
-
  <p>The advanced version of our design consists of too many parts which can hardly assembled one by one. So we decided to use overlap  PCR to get the construct. However, we have only finished part of the plan and are concentrating on the rest.</p>
+
-
   <p><img src="https://static.igem.org/mediawiki/2012/4/49/Tsinghua_data13.jpg" width="271" height="205" /><img src="https://static.igem.org/mediawiki/2012/9/96/Tsinghua_data14.jpg" width="247" height="205" /><img src="https://static.igem.org/mediawiki/2012/5/5a/Tsinghua_data15.jpg" alt="" width="202" height="205" /></p>
+
-
  <p align="center"><img src="https://static.igem.org/mediawiki/2012/e/e4/Tsinghua_data16.jpg" alt="" width="215" height="212" /></p>
+
-
   <p class="comment" align="center">Figure12. Some results of a complex overlap PCR to get  construct 6.</p>
+
-
  <p>Construct7:  And-not Gate</p><p>
+
-
    And-not  gate works when one signal exists while the other one not. We designed this part based on two kinds of AHL:C6HSL(signal A) and C12HSL(signal B). </p>
+
-
   <p>&nbsp;</p>
+
-
<p align="center"><img src="https://static.igem.org/mediawiki/2012/9/99/Tsinghua_data17.jpg" alt="" width="553" height="184" /></p>
+
-
<p>As the  picture above shows, C6HSL could activate the promoter Plux and the promoter Plas is activated by C12HSL. In the design of this part, we also added cI  operator downstream of Plas. As a result, the promoter Plas could be activated by signal B but repressed by cI protein. The expression of cI protein is under  the control of Plux, which could be activated by signal A. RFP is controled by  Hybrid promoter(Plas and cI operator), which would work as a reporter. </p>
+
-
<p>In a word, the expression of RFP is only on the condition that A is absent and B is present. </p>
+
-
 
+
-
<div>
+
-
  <p>This design is simpler than the last one and we also chose  overlap PCR to construct this part. Fortunately, we finished this part and  obtained the effect we want. The pictures below show part of the construction process.</p>
+
-
</p>
+
-
<img src="https://static.igem.org/mediawiki/2012/6/62/Tsinghua_data18.jpg" alt="" width="548" height="409" /></div>
+
-
<p>Figure13. Results of overlap PCR to get construct 7.  The picture on the left shows the acquirement of two of the single parts  (Hybrid promotor (HP) and RFP). The Picture on the right shows that we obtained  the fusion product of HP and RFP. (F means Failure, while S means Success. the  fusion product is marked by red arrow)</p>
+
-
<p align="center">&nbsp;</p>
+
</div>
</div>
</div>
</div>
 +
<div style="position:absolute;top:-99px; left:-5px; width:1000px; height:2000px;z-index:1;background-color:#FFF"></div>
 +
</body>
</body>
</html>
</html>

Revision as of 15:42, 25 September 2012

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Project

General idea

Tsinghua iGEM 2012 presents the idea of “Domino Effect in E. coli” as a potential approach to allow a whole E. coli community to perform exactly the same with only one weak initial signal and carry out information processing. This goal can be achieved by a set of quorum sensing-based design, including basic modules of signal reception and release, signal amplification and complex modules of logic gating. Furthermore, the population of bacteria community is a huge advantage for information processing compared to existing single cell-based computing circuitries.

Concept

Figure 1A. This figure shows how conventional domino effect
works, as the tile in front fall, they topple the tiles behind them
as a result – signal transmission and

Figure 1B. This figure demonstrates our basic concept of
E. coli dominos, inspired by the conventional domino effect.

 

From the figures above, if we look at it from another perspective, the domino effect can be viewed as a form of information processing, with the possibility to realize signal amplification and logic gating. We attempted to use biological elements to replace the mechanical elements in mechanical domino effect: each bacterium represents a domino tile; the action of topple here refers to a set of information transmission process, and the mechanical force is replaced by chemical signaling molecules; these elements are the key to building a set of “E. coli dominos”, like the one we showed in figure 1B.

Quorum sensing in prokaryotes allows bacteria to communicate through chemical signals like AHLs, and coordinate behaviors among the whole bacterial community. This mechanism is ideal to serve as a basis for our project.
In the basic module, a small proportion of E. coli in the community will receive and recognize an external signal, then send it forward to bacteria nearby using AHL signals, causing the same reaction in cells nearby. Since each bacterium may affect tens or even hundreds of surrounding bacteria, the signal amplifies exponentially. Thus, the signal will be transmitted and amplified step by step.
As an upgrade of the basic modules, a multi-signal system is designed, starting with two distinct AHL signals working independently, so as to achieve the logic gating and calculation functions. Specifically speaking, distinct information processing functions, or logic gates, such as ‘AND’, ‘AND NOT’, ‘XOR’ can be realized by unique biological circuitries, and the assembly of these modules shows promise for obtaining complex computation functions.

Taken together, our project aims to establish a novel information processing system in bacterial community, based on the logic of domino effect and quorum sensing system, which possesses the capability of information transmission, amplification and logic gating.

Design

The designs of our project are illustrated as followed.

3.1 Basic modules
3.1.1 Signal reception and output:
The basic function of signal reception and release is realized by a simple pathway including AHL as signal molecule, LuxR as signal reception part and RFP as a sign of signal reception and subsequent release. The AHL molecules may come from two sources: external (i.e. AHL solution we drop into the system) and internal (i.e. AHL from neighboring stimulated cells).
Here we used two kinds of AHL molecules from two species, with the same functioning mechanism and no cross-linking: 3OC6HSL from V. fischeri used in Lux system and 3OC12HSL from Pseudomonas aeruginosa used in Las system. The binding of AHL to LuxR will form “the dimer of dimer”, which consists of two AHL molecules and two LuxR protein molecules. This complex will activate the transcription from the promoter PLuxR, leading to subsequent expression of RFP. RFP, or other such proteins, serves as an output of the input information. In this part, two signal pathways using two different kinds of AHL molecules are constructed.

3.1.2 Signal transmission and amplification:

One property of quorum sensing signals is that the chemical molecules are able to freely move across membranes, which is also critical for our project in the signal transmission module. The concept of positive feedback is also applied in this module, making it possible to intensify signal strength and avoid attenuation.
We constructed our own positive feedback loop in E. coli with several different parts. LuxI, with the function of expressing AHL synthase, was inserted downstream of RFP in the aforementioned basic module. Thus, once external AHL is received and RFP expressed, AHL would be further synthetized in the same bacterium. As a result, AHL molecules synthesized after RFP could affect the E. coli itself, synthesizing even more AHLs and completing the positive feedback loop; alternatively, it could travel across membranes to other bacteria nearby, and start the activation of identical modules in those cells. In other words, information received by the initial bacterium is transmitted to its neighbors, and they would respond the same way and pass the signal on to other cells, just as domino tiles would pass the mechanical force on to other tiles. Furthermore, the expression of RFP would spread to the whole community over time, and accumulate in a certain time period. Both the positive feedback loop and the enormous population of bacteria could serve for the purpose of signal amplification.

3.2 Complex modules
3.2.1 Logic gate-like information processing:

The conventional dominoes can be arranged to function as logic gates, which inspires us to design similar information processing circuitries with our system.

Figure2. An abstract of domino tiles to complete logic gate-like functions, which are also realizable with our biological system.

When different signals meet in the same cell, the state of the cell would shift from “transmission” to “processing”. The logic gate based on domino effect will be turned on and the calculation results will be shown with the help of different fluorescence proteins.
When R1, R2, R3, R4 and PA, PB in figure above represent different protein coding gene or different promoter, as shown in the table, various logic gates are realized.

3.2.2 Final design

 This complex pathway achieves the 'AND-gate' mentioned in logic gate design. When there is no signal input, cI is expressed constantly. If we add only signal B (3OC12HSL, which can activate Plas promoter), Hybrid promoter Plas/cI is repressed by cI, thus no RFP can be observed. With only signal A (3OC6HSL, which can activate Plux promoter), Plas/cI promoter cannot be activated without signal B. When signal A and B are present together, because of the activation of Plux by signal A, lacI is expressed and will then inhibit the expression of cI, Plas/cI will be activated by signal B without cI, then RFP can be seen.