Difference between revisions of "Team:RDFZ-China/Demonstrate"

 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{RDFZ-China}}
 
{{RDFZ-China}}
 +
 
<html>
 
<html>
 
+
<body style="width:1263px; margin-left:auto;margin-right:auto;background-color:white" onscroll="scrollEvent()">
 
+
     <div id="body">
 
+
         <!--default for floating navigation-->
<!--
+
         <div id="sidebar" class="paper-sidenav">
 
+
<div class="clear"></div>
+
 
+
 
+
 
+
<div class="column full_size">
+
<h1>Demonstrate</h1>
+
<h3>Gold Medal Criterion #4</h3>
+
 
+
<p>
+
Teams that can show their system working under real world conditions are usually good at impressing the judges in iGEM. To achieve gold medal criterion #4, convince the judges that your project works. There are many ways in which your project working could be demonstrated, so there is more than one way to meet this requirement. This gold medal criterion was introduced in 2016, so check our what 2016 teams did to achieve their gold medals!
+
</p>
+
 
+
<p>
+
Please see the <a href="https://2018.igem.org/Judging/Medals">2018 Medals Page</a> for more information.
+
</p>
+
 
+
 
+
</div>
+
-->
+
 
+
<head>
+
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
+
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
    <meta charset="UTF-8">
+
    <title>RDFZ-China</title>
+
    <link href="https://fonts.googleapis.com/css?family=Gamja+Flower|Lemonada" rel="stylesheet">
+
<style>
+
.igem_2018_team_content,.igem_2018_team_content .igem_2018_team_column_wrapper{
+
padding:0px;  
+
width:100%;
+
margin-top:-7px;
+
margin-left:0px;
+
background-color: #F5F5F5;
+
margin:auto;
+
}
+
 
+
.igem_2018_team_menu.displaying_menu{
+
display:none;
+
}
+
.igem_2018_team_content .igem_2018_team_column_wrapper h3,
+
.igem_2018_team_content .igem_2018_team_column_wrapper h4,
+
.igem_2018_team_content .igem_2018_team_column_wrapper h5,
+
.igem_2018_team_content .igem_2018_team_column_wrapper h6,
+
.igem_2018_team_content .igem_2018_team_column_wrapper h1,
+
.igem_2018_team_content .igem_2018_team_column_wrapper h2,
+
.igem_2018_team_content .igem_2018_team_column_wrapper p{
+
margin-bottom: 0px;
+
font-family: Arial, 'Gamja Flower', cursive;
+
line-height:3.5;
+
color:pink
+
}
+
 
+
h1,h2,h3,p{
+
font-family: Arial, 'Gamja Flower', cursive;
+
color:pink;
+
text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
+
text-align: left
+
}
+
 
+
p{
+
font-size: 125%;
+
}
+
 
+
header .site-logo {
+
float: left;
+
left: 10px;
+
width: 35%;
+
position: absolute;
+
top: 5px;
+
}
+
header .site-logo img {
+
width:30%
+
}
+
 
+
/*CSS for Navibar*/
+
header .site-nav { float: right; position: relative; width: 80%; }
+
header .site-nav img { width: 100%;margin:0 0 30px 0; }
+
header .site-nav ul { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; list-style: none; font-family: 'Gamja Flower';font-size:18px;}
+
header .site-nav ul li { position: absolute; transform: translate(-50%,-50%); }
+
header .site-nav ul li.home {    top: 40px; left: 0%; }
+
header .site-nav ul li.project { top: 40px; left: 8%; }
+
header .site-nav ul li.experiment {  top: 40px; left: 20%; }
+
header .site-nav ul li.model {  top: 40px; left: 31%; }
+
header .site-nav ul li.humanPractice {  top: 40px; left: 41%; }
+
header .site-nav ul li.demonstrate {  top: 40px; left: 55%; }
+
header .site-nav ul li.safety {  top: 40px; left: 67%; }
+
header .site-nav ul li.attribution {  top: 40px; left: 79%; }
+
header .site-nav ul li.team {  top: 40px; left: 90%; }
+
header .site-nav ul li:hover ul { display: block; background-color: aliceblue; padding: 2px;}
+
header .site-nav ul li a { display: block; font-size: .95em; padding-bottom: .1em; text-decoration: none; letter-spacing: .15em; text-transform: uppercase; color: black; -webkit-transition: color .3s; transition: color .3s; z-index:20;}
+
header .site-nav ul li a:hover { border-bottom: 1px solid red; background-color: #FEFEFE; color: #C4C4C4; cursor: pointer; }
+
header .site-nav ul li ul { top: auto; left: 0; display: none; width: auto; height: auto; background-color: aliceblue; padding: 2px;}
+
header .site-nav ul li ul li { position: static; transform: none; }
+
 
+
 
+
.title { position: relative; z-index: 1;text-align: center;margin:0 100px 0 100px; }
+
.title-content{background-position: center;text-align: center;text-align: center;font-family: Arial, 'Gamja Flower', "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetical, "sans-serif"}
+
.description{margin:60px ;font-size:25px;}
+
.flowchart{
+
text-align: center;
+
margin:100px;
+
}
+
.line{ 
+
height: 30px;
+
     border-style: solid;
+
    border-color: black;
+
    border-width: 1px 0 0 0;
+
    border-radius: 20px;
+
background-color: inherit;
+
}
+
.line:before{   
+
display: block;
+
    content: "";
+
    height: 30px;
+
    margin-top: -31px;
+
    border-style: solid;
+
    border-color: black;
+
    border-width: 0 0 1px 0;
+
    border-radius: 20px;
+
}
+
 
+
/* Slideshow container */
+
.slideshow-container {
+
  position: fixed;
+
  max-width: 1000px;
+
  max-height: 1200px;
+
  position: relative;
+
  margin: auto;
+
  overflow: hidden;
+
}
+
 
+
.mySlides {
+
    display: none;
+
}
+
 
+
/* Next & previous buttons */
+
.prev, .next {
+
  cursor: pointer;
+
  position: absolute;
+
  top: 50%;
+
  width: auto;
+
  margin-top: -22px;
+
  padding: 16px;
+
  color: white;
+
  font-weight: bold;
+
  font-size: 18px;
+
  transition: 0.6s ease;
+
  border-radius: 0 3px 3px 0;
+
}
+
 
+
/* Position the "next button" to the right */
+
.next {
+
  right: 0;
+
  border-radius: 3px 0 0 3px;
+
}
+
/* Position the "previous button" to the left*/
+
.prev{
+
left:0 ;
+
    border-radius: 3px 0 0 3px;
+
}
+
/* On hover, add a black background color with a little bit see-through */
+
.prev:hover, .next:hover {
+
  background-color: rgba(0,0,0,0.8);
+
}
+
 
+
/* Caption text */
+
.text {
+
  color: #f2f2f2;
+
  font-size: 15px;
+
  padding: 8px 12px;
+
  position: absolute;
+
  bottom: 8px;
+
  width: 100%;
+
}
+
 
+
/* Number text (1/3 etc) */
+
.numbertext {
+
  color: #f2f2f2;
+
  font-size: 12px;
+
  padding: 8px 12px;
+
  position: absolute;
+
  top: 0;
+
}
+
 
+
/* The dots/bullets/indicators */
+
.dot {
+
  cursor:pointer;
+
  height: 15px;
+
  width: 15px;
+
  margin: 0 2px;
+
  background-color: #bbb;
+
  border-radius: 50%;
+
  display: inline-block;
+
  transition: background-color 0.6s ease;
+
}
+
 
+
.active, .dot:hover {
+
  background-color: #007171;
+
}
+
/* Fading animation */
+
.fade {
+
  -webkit-animation-name: fade;
+
  -webkit-animation-duration: 1.5s;
+
  animation-name: fade;
+
  animation-duration: 1.5s;
+
}
+
 
+
@-webkit-keyframes fade {
+
  from {opacity: .4}
+
  to {opacity: 1}
+
}
+
 
+
@keyframes fade {
+
  from {opacity: .4}
+
  to {opacity: 1}
+
}
+
 
+
/*Footer*/
+
.footerimage{
+
width: 20%;
+
margin:0 auto;
+
text-align: center;
+
}
+
 
+
.footerimage1{
+
width:20%;
+
 
+
}
+
.footerimage2{
+
width:30%;
+
margin:80px 100px 0 165px;
+
}
+
.footerimage3{
+
width:20%;
+
margin: 0 0 0 35px
+
}
+
.inlabdiv {
+
margin-bottom: 2%;
+
margin-left: 2%;
+
}
+
.interlab{
+
         position: relative;
+
        top: 0px;
+
        margin-left: 0%;
+
        margin-right: 0%;
+
        text-align: left;
+
}
+
header {
+
position: absolute;
+
left: 0px;
+
top: 0px;
+
width: 100%;
+
margin-top: 0;
+
height: 100px;
+
background-color: aliceblue;
+
right: 0px;
+
        z-index:1000;
+
}
+
 
+
#topicimg{
+
        width:100%;
+
        margin: auto;
+
position: relative;
+
        z-index:1;
+
}
+
 
+
#footer ul{list-style: none;}
+
#footer li{display: block; margin: 0 1.2em;}
+
#footer img{float:left;}
+
#footer {
+
position: relative;
+
top: 1000px;
+
}
+
 
+
main {
+
        width:100%;
+
        margin:auto;
+
padding: 0px;
+
margin: 0px;
+
position: relative;
+
height: auto;
+
}
+
 
+
</style>
+
</head>
+
<body>
+
+
    <header>
+
         <div class="site-logo">
+
            <img src="https://static.igem.org/mediawiki/2017/5/57/RDFZ_logo.png">
+
        </div>
+
 
+
        <nav class="site-nav">
+
           
+
 
             <ul>
 
             <ul>
                 <li class="home">
+
                 <li>
                    <a href="https://2018.igem.org/Team:RDFZ-China">HOME</a>
+
                   
+
                </li>
+
               
+
                <li class="project">
+
                    <a href="https://2017.igem.org/Team:RDFZ-China/Description">PROJECT </a>
+
 
                     <ul>
 
                     <ul>
                         <li><a href="https://2018.igem.org/Team:RDFZ-China/Description">BACKGROUND</a></li>
+
                         <li><a href="#section1">Overall</a></li>
                         <li><a href="https://2018.igem.org/Team:RDFZ-China/Description">PROJECT</a></li>
+
                        <li><a href="#section2">Lethal Gene</a></li>
                         <li><a href="https://2018.igem.org/Team:RDFZ-China/Improve">IMPROVE</a></li>
+
                        <li><a href="#section3">Thermal Regulator</a></li>
 +
                         <li><a href="#section4">Density Regulator</a></li>
 +
                        <li><a href="#section5">Integrase</a></li>
 +
                         <li><a href="#section6">Therapeutic Bacteria</a></li>
 +
                        <li><a href="#section7">Capacity Monitor</a></li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
               
 
                <li class="experiment">
 
                    <a href="https://2017.igem.org/Team:RDFZ-China/Applied_Design">EXPERIMENT</a>
 
                    <ul>
 
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Experiments">EXPERIMENT</a></li>
 
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/InterLab">INTERLAB</a></li>
 
                    </ul>
 
                </li>
 
               
 
                <li class="model">
 
                    <a href="https://2018.igem.org/Team:RDFZ-China/Model">MODEL</a>
 
                <ul>
 
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Model">MODEL</a></li>
 
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Measurement">MEASUREMENT</a></li>
 
                    </ul>
 
                </li>
 
               
 
                <li class="humanPractice">
 
                    <a href="https://2018.igem.org/Team:RDFZ-China/Human_Practices">HUMAN<br>PRACTICE</a>
 
                    <ul>
 
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Human_Practices">HUMAN PRACTICE</a></li>
 
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Public_Engagement">ENGAGEMENT</a></li>
 
                        <li><a href="https://2018.igem.org/Team:RDFZ-China/Public_Engagement">GOLD INTEGRATED</a></li>
 
                    </ul>
 
                </li>
 
               
 
                <li class="demonstrate"><a href=" https://2018.igem.org/Team:RDFZ-China/Demonstrate">DEMONSTRATE</a>
 
                <ul>
 
                <li><a href=" https://2018.igem.org/Team:RDFZ-China/Demonstrate">DEMONSTRATE</a></li>
 
                <li><a href="https://2018.igem.org/Team:RDFZ-China/Applied_Design">APPLIED DESIGN</a></li>
 
                </ul>
 
                </li>
 
               
 
                <li class="safety"><a href="https://2018.igem.org/Team:RDFZ-China/Safety">SAFETY</a>
 
                </li>
 
               
 
                <li class="attribution"><a href="https://2018.igem.org/Team:RDFZ-China/Attributions">Attribution</a>
 
                <ul>
 
                <li><a href="https://2018.igem.org/Team:RDFZ-China/Attributions">ATTRIBUTION</a></li>
 
                <li><a href="https://2018.igem.org/Team:RDFZ-China/Collaborations">COLLABORATION</a></li>
 
                </ul>
 
                </li>
 
               
 
                <li class="team"><a href="https://2017.igem.org/Team:RDFZ-China/Model">TEAM</a>
 
                <ul>
 
                <li><a href="https://2018.igem.org/Team:RDFZ-China/Team">MEMBERS</a></li>
 
                <li><a href="https://2018.igem.org/Team:RDFZ-China/Team">SCHOOLS</a></li>
 
                </ul>
 
                </li>
 
       
 
 
             </ul>
 
             </ul>
         </nav>
+
         </div>
    </header>
+
        <div id="comic">
 +
            <p>
 +
              <img src="https://static.igem.org/mediawiki/2018/c/c3/T--RDFZ-China--Result-page.png" alt="pdcomic" />
 +
            </p>
 +
        </div>
 +
        <div class="description">
 +
            <div class="topic-title" id="section1">
 +
                <h3>Overall</h3>
 +
                <p>✔Our lethal genes are functional, the DNase can degrade genome. </p>
 +
                <p>✔A serie of thermal regulators work as we expected, the switch can either work when we turn it from on to off and off to on, also it can convert the positive regulation to negative regulation through an additional repressor: sRNA</p>
 +
                <p>✔Density Regulator work as expected, they can convert the positive regulation to negative regulation through an additional repressor: PhlF</p>
 +
                <p>✔Integrase can be used as initiator for the device</p>
 +
                <p>✔Drug’s release can be thermal regulated</p>
 +
            </div>
 +
            <div class="topic-title" id="section2">
 +
                <h3>Lethal Gene</h3>
 +
                <h4>-clearness</h4>
 +
                <p>ccdB colony was picked from the plate and transfer to the bacterium tube adding 10^3M and 10^2 M of IPTG to M9 medium including Cm antibiotic, tubes are cultured overnight, 37 degree Celsius and 200 rpm. </p>
 +
                <img src="https://static.igem.org/mediawiki/2018/thumb/2/2e/T--RDFZ-China--ccdBqualitative.jpg/800px-T--RDFZ-China--ccdBqualitative.jpg" width="100%">
 +
                <b class="text-comment">Fig.1 Differences between induced and uninduced ccdB broth.</b>
 +
                <p>Visible difference can be seen between non-induced and the induced ccdB, so we can qualitatively conclude the ccdB works as expected.</p>
 +
                <p>Since miniColicin was hard to construct, we changed our order several times and obtained a plasmid with missing RBS and an extra integration mutation behind the start codon, so we perform the characterization exam quite roughly.</p>
 +
                <img src="https://static.igem.org/mediawiki/2018/thumb/6/63/T--RDFZ-China--mE2quali.jpg/800px-T--RDFZ-China--mE2quali.jpg" width="100%">
 +
                <b class="text-comment">Fig.2 Rough characterization of miniColicin’s lethality in DWP.</b>
 +
                <p>But still, the ccdB broth has left in the well for 2 days long, and miniColicin had stayed in for 1 day, the well with IPTG added showed visible clearness, which also indicates it is functional as a lethal gene.</p>
 +
                <h4>-cfu</h4>
 +
                <p>We carried out the cell forming unit exam for BBa_K2572019, by adding 100ul uninduced broth to the petri dish with or without IPTG. </p>
 +
                <img src="https://static.igem.org/mediawiki/2018/thumb/8/85/T--RDFZ-China--cfu.jpg/800px-T--RDFZ-China--cfu.jpg" width="100%">
 +
                <b class="text-comment">Fig3 a) Plates with broth dilution factor of 5, plates do contain 1E-3M IPTG. With colony forming unit 546, 585, 622<br>Fig3 b) Plates with broth dilution factor of 5, plates do not contain IPTG. With colony forming unit 1448, 2661, 1778.</b>
  
        <div id="topicimg">
+
                <p>There is about 70% reduction of induced colony formed compare to the non-induced ones, so we can say this device is functional properly. We assumed that if the induction started inside the tube, the cfu will drop dramatically.</p>
<img src = "https://static.igem.org/mediawiki/2018/8/8e/T--RDFZ-China--InterLab2.jpg" alt = "Spread plates" width="100%">
+
</div>
+
<!--<main>
+
  
<section class = "interlab">
+
                <h4>-DNA cleavage</h4>
      <h1 style = "text-align: center">InterLab</h1>
+
                <img src="https://static.igem.org/mediawiki/parts/9/9d/T--RDFZ-China--GPT.png" width="100%">
 +
                <b class="text-comment">Fig.4 The DNA cleavage image from genscript.</b>
 +
                <p>The problem with Nucleases are that it might leak during synthesis or subclone construction, so our plasmid came very very late. The assay was carried out by genescript technicians during our subclone preparation. In the graph, DNA is quite completely degraded, which means our part worked as expected.</p>
 +
            </div>
 +
            <div class="topic-title" id="section3">
 +
                <h3>Thermal Regulator</h3>
 +
                            <h4>-can it work</h4>
 +
                            <p>First, we characterize the Thermal Sensitive Regulators, to see if they work. We simply put them into 37 degree Celsius shaker and 42 degree Celsius shaker, and see if they glow as we expected.</p>
 +
                            <img src="https://static.igem.org/mediawiki/parts/thumb/7/79/T--RDFZ-China--4237.jpg/1200px-T--RDFZ-China--4237.jpg" width="100%">
 +
                            <p>K2572000 is TlpA39, which was selected out with the same method as TlpA36, we thought that 39 degree might be a good temperature for human, which was not too high to hurt people, also not too low to mixed up with others. K2572001 is Tcl42, quite similar with TlpA protein and its originated from bacteriophage, which with regulation system cl repressor. </p>
 +
                            <p>However, we found that Tcl38 is not working as we expected, and after sequencing, we were quite sure that the reporter gene was lost. So, in the following characterization, Tcl38 was used as a negative control.</p>
 +
                            <h4>-as we expected</h4>
 +
                            <p>Then we performed the characterization under different temperature. Petri dishes were placed into incubators with different temperatures and grew for 24 hours.</p>
 +
                            <img src="https://static.igem.org/mediawiki/2018/thumb/8/8e/T--RDFZ-China--TSRquali.jpeg/800px-T--RDFZ-China--TSRquali.jpeg" width="100%">
 +
                            <p>We can see that at 35 degree Celsius, TlpA36 starts to derepress. At 37 degree Celsius, TlpA39 starts to derepress. At 39.5 degree Celsius, Tcl42 starts to express. Leakage was observed, transcription of pTlpA was initiated below the expected temperature. ETH Zurich iGEM2017 improved this by simply increase the expression of TlpA protein, since they assumed that the leakage was caused by lack of repression.</p>
  
      <hr class="line">
+
                            <h4>We used plate reader to characterize this set of Thermal Regulators, they were incubicated under different temperature and transformed to plate reader after 18 hours.</h4>
 +
                            <img src="https://static.igem.org/mediawiki/2018/4/42/T--RDFZ-China--TSR-Quantitative.png" width="100%">
 +
                            <b class="text-comment">This fig. shows the expression of thermal regulators under 30 33 36 39 42 45 degree Celsius,we can see the leakage is low, unlike what we have seen on the petri dishes.</b>
  
<div>
+
                            <h4>We verified that Thermal Regulators can turn from on to off. Most of the user was using turn on, but seldom people try to turn it off. We cultivated TlpA36 from high 37 degree Celsius to 30 degree Celsius, and measure it on plate reader</h4>
<h1>Introduction: What is InterLab</h1>
+
                            <img src="https://static.igem.org/mediawiki/parts/6/61/T--RDFZ-China--TSRREV.png" width="100%">
<p>Reliable and repeatable measurement is key to synthetic biology. It is essential for a standard protocol to be established so that the same measurements can be repeated in different labs. This year's interlab study is aimed to reduce the variability of cell count measurements by replacing OD600 measurement which varies between labs with directly counting of colony forming units (CFU) to determine the number of cells in each sample. Then the mean GFP expression level by each cell can be determined by dividing the already standardized GFP expression level of the sample by the number of cells in that sample.
+
                            <b class="text-comment">This fig indicated that the expression stop as soon as it is being transformed from 37 degree to 30 degree, we concluded that the remaining fluorescent was from the undegraded GFP.</b>
<br>
+
<br>
+
This is the 5th year of InterLab and we have the following question:
+
<br>
+
<b>
+
<font color = "orange" size = "5" face = "serif">
+
Can we reduce lab-to-lab variability in fluorescence measurements by normalizing to absolute cell count or colony-forming units (CFUs) instead of OD?
+
</font>
+
</b>
+
</p>
+
+
</div>
+
+
<div>
+
<h1>Materials</h1>
+
<p>DNA/Plasmids</p>
+
<ol>
+
<li>Negative Control: BBa_R0040</li>
+
<li>Positive Control: BBa_I20270</li>
+
<li>Test Device 1: BBa_J364000</li>
+
<li>Test Device 2: BBa_J364001</li>
+
<li>Test Device 3: BBa_J364002</li>
+
<li>Test Device 4: BBa_J364007</li>
+
<li>Test Device 5: BBa_J364008</li>
+
<li>Test Device 6: BBa_J364009</li>
+
</ol>
+
<p>Apparatus</p >
+
<ul>
+
<li>96 well plates (provided by Peking University)</li>
+
<li>Plate reader</li>
+
<li>Foil covered 50 ml tube</li>
+
<li>Eppendorf tubes</li>
+
<li>Pipettes</li>
+
</ul>
+
<p>Materials</p>
+
<ul>
+
<li>LUDOX CL-X</li>
+
<li>Silica beads</li>
+
<li>Fluorescein</li>
+
<li>Phosphate buffered saline</li>
+
<li>LB media</li>
+
<li>Chloramphenicol</li>
+
<li>LB plates</li>
+
<li>distilled water</li>
+
</ul>
+
</div>
+
+
<div>
+
<h1>Protocols</h1>
+
<div>
+
<p> We followed the protocol provided by iGEM HQ so that inter-laboratory errors can be reduced. Protocols we used can be found here:</p>
+
<a href = "https://static.igem.org/mediawiki/2018/0/09/2018_InterLab_Plate_Reader_Protocol.pdf"> 2018 InterLab Plate Reader Protocol</a><br>
+
<a href = "http://parts.igem.org/Help:Protocols/Transformation">Help: Protocols/Transformation</a>
+
</div>
+
<div>
+
<p>During the first day, we resuspended DNA from distribution kit <em>(Kit Open Day!)</em> and transformed the plasmids into <i>Escherichia coli</i> DH5<i>α</i> competent cells.</p>
+
<img src = "https://static.igem.org/mediawiki/2018/6/6b/T--RDFZ-China--InterLab1.jpeg" alt = "Open Distribution Kit" style = "width: 30%">
+
</div>
+
<div>
+
<p>For the second day, firstly we picked single colonies from transformation plates and prepared overnight cultures; we also finished particle and fluorescence calibration.</p>
+
<img src = "https://static.igem.org/mediawiki/2018/6/6f/T--RDFZ-China--InterLab5.jpeg" alt = "Add silica beads to 96 well plate" style = "width: 30%">
+
</div>
+
<div>
+
<p>The third day was fairly occupied.</p>
+
<ol>
+
<li>Overnight cultures were collected for assays. Essentially, each culture was diluted into same starting Abs readings and incubated for 6 hours. Samples were taken at the starting time and after 6 hours. Abs and fluorescence readings were measured for each sample and then imported into excel file.</li>
+
<li>While we were waiting for incubation, we diluted the starting sample culture for Colony Forming Units protocols and spread 36 LB plates.</li>
+
<li>We nearly forgot to calibrate OD reference points at the end of the day!</li>
+
</ol>
+
<img src = "https://static.igem.org/mediawiki/2018/8/8e/T--RDFZ-China--InterLab2.jpg" alt = "Spread plates" width = "30%">
+
<img src = "https://static.igem.org/mediawiki/2018/d/d0/T--RDFZ-China--InterLab3.jpeg" alt = "Add cultures to 96 well plate" width = "30%">
+
<img src = "https://static.igem.org/mediawiki/2018/8/83/T--RDFZ-China--InterLab4.jpeg" alt = "With the PLATE READER!" width = "30%">
+
</div>
+
<div>
+
<p>At last, we counted the colonies <em>(colony forming units)</em> in those 36 plates. It was just an exhausting process!</p>
+
</div>
+
</div>
+
+
<div>
+
<h1>Results</h1>
+
<p><i>The results are shown in the tables and figures.</i></p>
+
<h2>Calibrations</h2>
+
<div class="inlabdiv">
+
<p>OD<sub>600</sub> reference point:</p>
+
<img src = "https://static.igem.org/mediawiki/2018/0/0a/T--RDFZ-China--OD600_Reference_Point.png" alt = "OD600 Reference Point" style = "width: 30%"><br>
+
<font size = "1">Table 1. OD600 Reference Point.</font>
+
</div>
+
  
<div class="inlabdiv">
+
                            <h4>Invert the signal by sRNA</h4>
                                <p>Particle Standard Curve</p>
+
                            <p>We performed the thermal regulation characterization by co-transform our sensor plasmid (TlpA36-pTlpA-sRNA) and reporter plasmid(pTac-RiboJ-J61101-mNeonGreen). Then, they were incubated in 37°C and 30°C, for 20 hours. First, we performed a qualitative assay, by comparing the brightness of the broth.</p>
<img src = "https://static.igem.org/mediawiki/2018/7/76/T--RDFZ-China--Fluorescein_Standard_Curve.png" alt = "Fluorescein Standard Curve" style = "width: 50%"><br>
+
                            <img src="https://static.igem.org/mediawiki/parts/thumb/d/d1/T--RDFZ-China--sRNAall.png/1200px-T--RDFZ-China--sRNAall.png" width="100%">
<font size = "1">Figure 1. Particle Standard Curve.</font>
+
                            <b class=" text-comment">The result showed no significanlty reduce in eexpression, it may be casued by the shortness of our seed region which is for inhibition</b>
</div>
+
                        </div>
<div class="inlabdiv">
+
                        <div class="topic-title" id="section4">
                                <p>Fluorescein Standard Curve</p>
+
                            <h3>Density Regulator</h3>
<img src = "https://static.igem.org/mediawiki/2018/b/b9/T--RDFZ-China--Particle_Standard_Curve.png" alt = "Particle Standard Curve" style = "width: 50%"><br>
+
                            <h4>-can it work</h4>
<font size = "1">Figure 2. Fluorescein Standard Curve.</font>
+
                            <p>In order to demonstrate the density-regulated sensor is well controlled by the concentration of signal molecules (acyl-homoserine lactone, or AHLs) produced, we characterized the quorum sensing system (Lux) with purchased AHL molecules. Different concentrations of AHL were used to induce the transcription of sfGFP, attempting to identify the threshold concentration that turns on the transcription downstream pLux.</p>
</div>
+
                            <p>AHL stocks in the concentration of 10<sup>-3</sup> M to 10<sup>-14</sup> M was prepared by serial dilutions. Then the AHL stocks were added into M9 media culture thousand-fold in volume to obtain M9 with AHL of concentrations ranging from 10<subp>-6</subp> M to 10<sup>-14</sup> M. IPTG was added into M9 to induce the expression of LuxR. </p>
<h2>Raw Plate Reader Measurements</h2>
+
                            <img src="https://static.igem.org/mediawiki/2018/thumb/4/4d/T--RDFZ-China--PRV.jpg/800px-T--RDFZ-China--PRV.jpg" width="100%">
<div class="inlabdiv">
+
                            <p>We first did a rough qualitative experiment to make sure this device is functional.</p>
<p><b>Fluorescence Raw</b></p>
+
                            <p>From this figure we can see the device is functional.</p>
<img src = "https://static.igem.org/mediawiki/2018/7/74/T--RDFZ-China--Fluorescence_Raw_0_hour.png" alt = "Fluorescence at 0h" style = "width: 50%"><br>
+
                            <h4>-quantitatively</h4>
<font size = "1">Table 2. Raw Plate Reader Measurements of Fluorescence Raw at 0 hour.</font>
+
                            <img src="https://static.igem.org/mediawiki/2018/2/28/T--RDFZ-China--Lux-characterization.png" width="100%">
</div>
+
                            <p>The fluorescent intensity increased dramatically at the concentration of 10<subp>-8</subp> M, indicating the threshold concentration of AHL for Lux system is around 10<sup>-8</sup> M. At least 10<sup>-7</sup> M to 10<sup>-8</sup> M of AHL is required to activate the expression under the regulation of pLux.</p>
<div class = "inlabdiv">
+
                            <h4>-and reverse the signal</h4>
<img src = "https://static.igem.org/mediawiki/2018/0/0c/T--RDFZ-China--Fluorescence_Raw_6_hours.png" alt = "Fluorescence at 6h" style = "width: 50%"><br>
+
                            <p>As mentioned before, we need to convert the signal to a negative response, which we accomplished by adding a PhlF repressor, combining to form part K2572016. PhlF binds to an operator in the pPhlF region to repress the expression of downstream suicide sequences (ccdB/GBSV1/colicin E2). When temperature and cell density are high, regulator PhlF (and sRNA) is produced to repress the expression of suicide genes. As temperature drops and community density decreases, simulating that engineered strains escape from the fermentation condition, PhlF is repressed and consequently turns on the expression of cytotoxic sequences.</p>
<font size = "1">Table 3. Raw Plate Reader Measurements of Fluorescence Raw at 6 hours.</font>
+
                            <img src="https://static.igem.org/mediawiki/2018/2/2b/T--RDFZ-China--Lux%2BPhlF_characterization.png" width="100%">
</div>
+
                            <p>Also a model was built to predict the function of this device. </p>
<div class = "inlabdiv">
+
                        </div>
<p><b>Abs<sub>600</sub> Raw</b></p>
+
                        <div class="topic-title" id="section5">
<img src = "https://static.igem.org/mediawiki/2018/c/ce/T--RDFZ-China--Abs600_Raw_0_hour.png" alt = "Abs600 at 0h" style = "width: 50%"><br>
+
                            <h3>Integrase</h3>
<font size = "1">Table 4. Raw Plate Reader Measurements of Abs600 Raw at 0 hour.</font>
+
                            <p>The second device we build is for therapeutic bacteria. The device can carry out noninvasive tracing through ultrasound imaging of the gas vesicle(Shapiro et al.), release the drug (from SHSBNU 2017) controlled by a thermosensitive regulator at nidus by ultrasound tissue heating, and heat to a higher temperature to release nuclease and kill the bacteria after it finishes its mission. </p>
</div>
+
                            <h4>-can it work</h4>
<div class = "inlabdiv">
+
                            <p>Quantitative Characterization of integrase was not as expected . We gain access to the integrase Bxb1 from 2017 Peking University iGEM team, who constructed a time-sequential logic system with the use of integrase (Peking iGEM2017). The integrase Bxb1 is regulated by the upstream pBAD operon, which activates in the presence of arabinose. </p>
<img src = "https://static.igem.org/mediawiki/2018/8/89/T--RDFZ-China--Abs600_Raw_6_hours.png" alt = "Abs600 at 6h" style = "width: 50%"><br>
+
                            <p>Theoretically, presence of arabinose will turn on PBAD thus initiates the production of Bxb1. Bxb1 flips the promoter upstream of GFP and starts the transcription of GFP. Conversely, without arabinose induction, no green fluorescence should be observed in bacteria colonies. We assume this was due to the leakage of BAD operator. </p>
<font size = "1">Table 5. Raw Plate Reader Measurements of Abs600 Raw at 6 hours.</font>
+
                            <img src="https://static.igem.org/mediawiki/2018/7/71/T--RDFZ-China--Ara.jpg" width="100%">
</div>
+
                            <b class="text-comment">From the fig, there are differences between the one with bxb1 plasmid and the ones without, they glows as expected with their combination. However, as the expression should increase with higher mole of arabinose, the experimental results showed that the expression was decreased.<br>The plasmids co-transformed were extracted out for sequencing, so we can not assess it right away.</b>
<div class = "inlabdiv">
+
                        </div>
                                <p><b>CFU counts</b></p>
+
                        <div class="topic-title" id="section6">
<table style = "width: 70%; height: 200px;">
+
                            <h3>Therapeutic Bacteria</h3>
<tr>
+
                            <h4>-TlpA39-Vio</h4>
<th>Device</th>
+
                            <p>We constructed the pTlpA-VioABDE-TlpA39, and cultured it under different temperature. </p>
<th>Dilution Factor</th>
+
                            <img src="https://static.igem.org/mediawiki/parts/thumb/7/7d/T--RDFZ-China--VioChara.jpeg/1200px-T--RDFZ-China--VioChara.jpeg" width="100%">
<th>CFU Replicate 1</th>
+
                            <b class="text-comment">The fig shows that there was leakage of PVA, which was the molecule produced by VioABDE.</b>
<th>CFU Replicate 2</th>
+
<th>CFU Replicate 3</th>
+
</tr>
+
<tr>
+
<td rowspan="3">Positive Control 1</td>
+
<td>8*10<sup>4</sup></td>
+
<td>69</td>
+
<td>22</td>
+
<td>191</td>
+
</tr>
+
<tr>
+
<td>8*10<sup>5</sup></td>
+
<td>5</td>
+
<td>2</td>
+
<td>5</td>
+
</tr>
+
<tr>
+
<td>8*10<sup>6</sup></td>
+
<td>1</td>
+
<td>0</td>
+
<td>0</td>
+
</tr>
+
<tr>
+
<td rowspan="3">Positive Control 2</td>
+
<td>8*10<sup>4</sup></td>
+
<td>1</td>
+
<td>15</td>
+
<td>65</td>
+
</tr>
+
<tr>
+
<td>8*10<sup>5</sup></td>
+
<td>1</td>
+
<td>1</td>
+
<td>5</td>
+
</tr>
+
<tr>
+
<td>8*10<sup>6</sup></td>
+
<td>0</td>
+
<td>0</td>
+
<td>1</td>
+
</tr>
+
<tr>
+
<td rowspan="3">Negative Control 1</td>
+
<td>8*10<sup>4</sup></td>
+
<td>98</td>
+
<td>164</td>
+
<td>85</td>
+
</tr>
+
<tr>
+
<td>8*10<sup>5</sup></td>
+
<td>85</td>
+
<td>29</td>
+
<td>48</td>
+
</tr>
+
<tr>
+
<td>8*10<sup>6</sup></td>
+
<td>19</td>
+
<td>63</td>
+
<td>23</td>
+
</tr>
+
<tr>
+
<td rowspan="3">Negative Control 2</td>
+
<td>8*10<sup>4</sup></td>
+
<td>190</td>
+
<td>226</td>
+
<td>274</td>
+
</tr>
+
<tr>
+
<td>8*10<sup>5</sup></td>
+
<td>52</td>
+
<td>54</td>
+
<td>49</td>
+
</tr>
+
<tr>
+
<td>8*10<sup>6</sup></td>
+
<td>78</td>
+
<td>20</td>
+
<td>24</td>
+
</tr>
+
</table>
+
<font size = "2">Table 6. Colony Forming Unit Counts.</font>
+
      </div>
+
</div>
+
  
<div>
+
                        </div>
<h1>Evaluation</h1>
+
                        <div class="topic-title" id="section7">
<p>The control LB measures in Table 4 and Table 5 are a little different, since we changed the LB control after dilution: two different bottle of LB with Chl were measured. The CFU counts in same dilution factor show great variation <b>(Table 6)</b>. High variation may result from the difference of experimenters' spreading methods or fluctuations in the starting sample <em>(starting samples were diluted to OD<sub>600</sub>=0.1 approxiamately)</em>.</p>
+
                            <h3>Capacity Monitor</h3>
</div>
+
                            <p>We constructed bacteria with either GFP or VioABDE, and with both of them to monitor the capacity of gene expression. The three bacteria strains were cultured for 12 hours with green fluorescence and OD constantly monitored. </p>
+
                            <img src="https://static.igem.org/mediawiki/2018/2/20/T--RDFZ-China--CM%2BVio.png" width="100%">
<div>
+
                            <b class="text-comment">From the fig, by comparing the fluorescence of GFP-containing E. coli, the fluorescence intensity rose faster and higher for bacteria without VioABDE expression than E. coli with VioABDE inserted and expressed. It signifies that VioABDE expression consumed notable resources in the host cell and caused expression burden in the cell. The fluorescence of VioABDE shows that VioABDE does not emit green fluorescence thus not significantly influencing the results obtained.</b>
<h1>Our Thoughts</h1>
+
                        </div>
<p><em>Yishen Shen:</em><br>Although it's not my first time to participate in an experiment, I still learned a lot from the InterLab.  With so many steps in protocols out there, it can be overwhelming to get started right away. I learned that I should copy down all protocols down on notebook beforehand; it's much easier to follow a protocol that I have written and analyzed by myself.  Also, it's handy to obtain all the necessary reagents in advance and make sure they are all in good conditions. I used to run out for reagent in the middle of an experiment and that makes it hectic and messy. Furthermore, I get to know that preparing a timeline is the key. Dividing a day into various blocks keeps me busy and efficient. The three-day experience in InterLab teaches me a lot, though it's mostly repetitive, I got to acquire new knowledge every day and that makes it memorable.</p>
+
                        <br>
<p><em>Jianxiang Zhang:</em><br>We feel like that the protocol can sometimes be ambiguous. For instance, the protocol says to "check the OD<sub>600</sub> and make sure it is 0.1 (minus the blank measurement)", it is kind of confusing about how to interpret the content inside the parentheses. Overall, the InterLab study is helpful for providing new measuring methods to our later part characterization study.</p>
+
</div>
+
+
<div>
+
<h1>Acknowledgements</h1>
+
<p><em>Thanks to Molecular Biology Laboratory in Tsinghua University, we could follow the protocols without issues regarding apparatus and reagents. Also, we'd like to appreciate our advisor and anyone who helped us in Tsinghua and Peking University for providing suggestions and guidance during InterLab studies.</em></p>
+
</div>
+
</section>
+
</main>
+
  
 +
                    </div>
 +
                    <!--  <div class="reference">
 +
                        <div class="topic-title" id="section9">
 +
                            <h3>References</h3>
 +
                        </div>
  
<footer id="footer">
+
                    </div> -->
<div>
+
<ul>
+
<li><img src="https://static.igem.org/mediawiki/2018/0/00/T--RDFZ-China--footer1.png"  class="footerimage1"/></li>
+
<li><img src="https://static.igem.org/mediawiki/2018/d/d8/T--RDFZ-China--footer2.png"  class="footerimage2"/></li>
+
<li><img src="https://static.igem.org/mediawiki/2018/5/52/T--RDFZ-China--footer3.jpeg" class="footerimage3"/></li>
+
  </ul>
+
</div>
+
</footer>-->
+
+
+
 
</body>
 
</body>
  
  
  
 +
<script>
 +
function scrollEvent(){
 +
  var sidebar = document.getElementById("sidebar");
 +
    if(!sidebar) return;
 +
    var show = "none";
 +
    if(document.documentElement.scrollTop > 300) {
 +
        if (document.documentElement.scrollTop < document.documentElement.offsetHeight - document.documentElement.clientHeight - 300) {
 +
            show = "block";
 +
        }
 +
    }
 +
    sidebar.style.display=show;
 +
}
 +
</script>
 +
<body style="margin: 0 0 0 0; padding: 0 0 0 0">
  
 +
    <img src="https://static.igem.org/mediawiki/2018/e/e4/T--RDFZ-China--footerimg.png" alt="footer" style="width:1263px;position:relative;margin-top:-7px;margin-bottom:-23px;background-color:#4F5953">
 +
</body>
 +
 +
</p>
 +
<!--
 +
NewPP limit report
 +
CPU time usage: 0.007 seconds
 +
Real time usage: 0.008 seconds
 +
Preprocessor visited node count: 14/1000000
 +
Preprocessor generated node count: 64/1000000
 +
Post‐expand include size: 82/2097152 bytes
 +
Template argument size: 0/2097152 bytes
 +
Highest expansion depth: 2/40
 +
Expensive parser function count: 0/100
 +
-->
 +
<!-- Saved in parser cache with key 2018_igem_org:pcache:idhash:4855-0!*!*!*!*!*!* and timestamp 20181018004608 and revision id 471437
 +
-->
 +
</div>
 +
<div class="visualClear"></div>
 +
            </div>
 +
    </div>
 +
 +
        </div>
 +
    </div>
 
</html>
 
</html>
 +
{{RDFZ-China/footer}}

Latest revision as of 03:35, 18 October 2018

pdcomic

Overall

✔Our lethal genes are functional, the DNase can degrade genome.

✔A serie of thermal regulators work as we expected, the switch can either work when we turn it from on to off and off to on, also it can convert the positive regulation to negative regulation through an additional repressor: sRNA

✔Density Regulator work as expected, they can convert the positive regulation to negative regulation through an additional repressor: PhlF

✔Integrase can be used as initiator for the device

✔Drug’s release can be thermal regulated

Lethal Gene

-clearness

ccdB colony was picked from the plate and transfer to the bacterium tube adding 10^3M and 10^2 M of IPTG to M9 medium including Cm antibiotic, tubes are cultured overnight, 37 degree Celsius and 200 rpm.

Fig.1 Differences between induced and uninduced ccdB broth.

Visible difference can be seen between non-induced and the induced ccdB, so we can qualitatively conclude the ccdB works as expected.

Since miniColicin was hard to construct, we changed our order several times and obtained a plasmid with missing RBS and an extra integration mutation behind the start codon, so we perform the characterization exam quite roughly.

Fig.2 Rough characterization of miniColicin’s lethality in DWP.

But still, the ccdB broth has left in the well for 2 days long, and miniColicin had stayed in for 1 day, the well with IPTG added showed visible clearness, which also indicates it is functional as a lethal gene.

-cfu

We carried out the cell forming unit exam for BBa_K2572019, by adding 100ul uninduced broth to the petri dish with or without IPTG.

Fig3 a) Plates with broth dilution factor of 5, plates do contain 1E-3M IPTG. With colony forming unit 546, 585, 622
Fig3 b) Plates with broth dilution factor of 5, plates do not contain IPTG. With colony forming unit 1448, 2661, 1778.

There is about 70% reduction of induced colony formed compare to the non-induced ones, so we can say this device is functional properly. We assumed that if the induction started inside the tube, the cfu will drop dramatically.

-DNA cleavage

Fig.4 The DNA cleavage image from genscript.

The problem with Nucleases are that it might leak during synthesis or subclone construction, so our plasmid came very very late. The assay was carried out by genescript technicians during our subclone preparation. In the graph, DNA is quite completely degraded, which means our part worked as expected.

Thermal Regulator

-can it work

First, we characterize the Thermal Sensitive Regulators, to see if they work. We simply put them into 37 degree Celsius shaker and 42 degree Celsius shaker, and see if they glow as we expected.

K2572000 is TlpA39, which was selected out with the same method as TlpA36, we thought that 39 degree might be a good temperature for human, which was not too high to hurt people, also not too low to mixed up with others. K2572001 is Tcl42, quite similar with TlpA protein and its originated from bacteriophage, which with regulation system cl repressor.

However, we found that Tcl38 is not working as we expected, and after sequencing, we were quite sure that the reporter gene was lost. So, in the following characterization, Tcl38 was used as a negative control.

-as we expected

Then we performed the characterization under different temperature. Petri dishes were placed into incubators with different temperatures and grew for 24 hours.

We can see that at 35 degree Celsius, TlpA36 starts to derepress. At 37 degree Celsius, TlpA39 starts to derepress. At 39.5 degree Celsius, Tcl42 starts to express. Leakage was observed, transcription of pTlpA was initiated below the expected temperature. ETH Zurich iGEM2017 improved this by simply increase the expression of TlpA protein, since they assumed that the leakage was caused by lack of repression.

We used plate reader to characterize this set of Thermal Regulators, they were incubicated under different temperature and transformed to plate reader after 18 hours.

This fig. shows the expression of thermal regulators under 30 33 36 39 42 45 degree Celsius,we can see the leakage is low, unlike what we have seen on the petri dishes.

We verified that Thermal Regulators can turn from on to off. Most of the user was using turn on, but seldom people try to turn it off. We cultivated TlpA36 from high 37 degree Celsius to 30 degree Celsius, and measure it on plate reader

This fig indicated that the expression stop as soon as it is being transformed from 37 degree to 30 degree, we concluded that the remaining fluorescent was from the undegraded GFP.

Invert the signal by sRNA

We performed the thermal regulation characterization by co-transform our sensor plasmid (TlpA36-pTlpA-sRNA) and reporter plasmid(pTac-RiboJ-J61101-mNeonGreen). Then, they were incubated in 37°C and 30°C, for 20 hours. First, we performed a qualitative assay, by comparing the brightness of the broth.

The result showed no significanlty reduce in eexpression, it may be casued by the shortness of our seed region which is for inhibition

Density Regulator

-can it work

In order to demonstrate the density-regulated sensor is well controlled by the concentration of signal molecules (acyl-homoserine lactone, or AHLs) produced, we characterized the quorum sensing system (Lux) with purchased AHL molecules. Different concentrations of AHL were used to induce the transcription of sfGFP, attempting to identify the threshold concentration that turns on the transcription downstream pLux.

AHL stocks in the concentration of 10-3 M to 10-14 M was prepared by serial dilutions. Then the AHL stocks were added into M9 media culture thousand-fold in volume to obtain M9 with AHL of concentrations ranging from 10-6 M to 10-14 M. IPTG was added into M9 to induce the expression of LuxR.

We first did a rough qualitative experiment to make sure this device is functional.

From this figure we can see the device is functional.

-quantitatively

The fluorescent intensity increased dramatically at the concentration of 10-8 M, indicating the threshold concentration of AHL for Lux system is around 10-8 M. At least 10-7 M to 10-8 M of AHL is required to activate the expression under the regulation of pLux.

-and reverse the signal

As mentioned before, we need to convert the signal to a negative response, which we accomplished by adding a PhlF repressor, combining to form part K2572016. PhlF binds to an operator in the pPhlF region to repress the expression of downstream suicide sequences (ccdB/GBSV1/colicin E2). When temperature and cell density are high, regulator PhlF (and sRNA) is produced to repress the expression of suicide genes. As temperature drops and community density decreases, simulating that engineered strains escape from the fermentation condition, PhlF is repressed and consequently turns on the expression of cytotoxic sequences.

Also a model was built to predict the function of this device.

Integrase

The second device we build is for therapeutic bacteria. The device can carry out noninvasive tracing through ultrasound imaging of the gas vesicle(Shapiro et al.), release the drug (from SHSBNU 2017) controlled by a thermosensitive regulator at nidus by ultrasound tissue heating, and heat to a higher temperature to release nuclease and kill the bacteria after it finishes its mission.

-can it work

Quantitative Characterization of integrase was not as expected . We gain access to the integrase Bxb1 from 2017 Peking University iGEM team, who constructed a time-sequential logic system with the use of integrase (Peking iGEM2017). The integrase Bxb1 is regulated by the upstream pBAD operon, which activates in the presence of arabinose.

Theoretically, presence of arabinose will turn on PBAD thus initiates the production of Bxb1. Bxb1 flips the promoter upstream of GFP and starts the transcription of GFP. Conversely, without arabinose induction, no green fluorescence should be observed in bacteria colonies. We assume this was due to the leakage of BAD operator.

From the fig, there are differences between the one with bxb1 plasmid and the ones without, they glows as expected with their combination. However, as the expression should increase with higher mole of arabinose, the experimental results showed that the expression was decreased.
The plasmids co-transformed were extracted out for sequencing, so we can not assess it right away.

Therapeutic Bacteria

-TlpA39-Vio

We constructed the pTlpA-VioABDE-TlpA39, and cultured it under different temperature.

The fig shows that there was leakage of PVA, which was the molecule produced by VioABDE.

Capacity Monitor

We constructed bacteria with either GFP or VioABDE, and with both of them to monitor the capacity of gene expression. The three bacteria strains were cultured for 12 hours with green fluorescence and OD constantly monitored.

From the fig, by comparing the fluorescence of GFP-containing E. coli, the fluorescence intensity rose faster and higher for bacteria without VioABDE expression than E. coli with VioABDE inserted and expressed. It signifies that VioABDE expression consumed notable resources in the host cell and caused expression burden in the cell. The fluorescence of VioABDE shows that VioABDE does not emit green fluorescence thus not significantly influencing the results obtained.

footer