Difference between revisions of "Team:Bielefeld-CeBiTec/Results/HeavyMetals"

 
(45 intermediate revisions by 4 users not shown)
Line 8: Line 8:
  
 
$(document).ready(function(){
 
$(document).ready(function(){
     $("#showarsenic").click(function(){
+
     $("#showarsenic, #arsenicnav").click(function(){
 
     $("#arsenic").slideToggle("slow");
 
     $("#arsenic").slideToggle("slow");
 
     $("#nickel").hide();
 
     $("#nickel").hide();
Line 23: Line 23:
 
     });
 
     });
 
      
 
      
     $("#showchromium").click(function(){
+
     $("#showchromium, #chromiumnav").click(function(){
 
     $("#chromium").slideToggle("slow");
 
     $("#chromium").slideToggle("slow");
 
     $("#nickel").hide();
 
     $("#nickel").hide();
Line 53: Line 53:
 
     });
 
     });
 
      
 
      
     $("#showmercury").click(function(){
+
     $("#showmercury, #mercurynav").click(function(){
 
     $("#mercury").slideToggle("slow");
 
     $("#mercury").slideToggle("slow");
 
     $("#arsenic").hide();
 
     $("#arsenic").hide();
Line 68: Line 68:
 
     });
 
     });
 
      
 
      
     $("#shownickel").click(function(){
+
     $("#shownickel, #nickelnav").click(function(){
 
     $("#nickel").slideToggle("slow");
 
     $("#nickel").slideToggle("slow");
 
     $("#arsenic").hide();
 
     $("#arsenic").hide();
Line 83: Line 83:
 
     });
 
     });
 
      
 
      
     $("#showlead").click(function(){
+
     $("#showlead, #leadnav").click(function(){
 
     $("#lead").slideToggle("slow");
 
     $("#lead").slideToggle("slow");
 
     $("#arsenic").hide();
 
     $("#arsenic").hide();
Line 103: Line 103:
  
 
<nav id="pagenav" class="navbar navbar-fixed-bottom"><ul class="nav nav-tabs" role="tablist" style="margin-left: 0px">
 
<nav id="pagenav" class="navbar navbar-fixed-bottom"><ul class="nav nav-tabs" role="tablist" style="margin-left: 0px">
<li><a href="#Teststrip">Test Strip – Navigation</a></li>
+
<li><a href="#arsenic" id="arsenicnav">Arsenic</a></li>
 +
<li><a href="#chromium" id="chromiumnav">Chromium</a></li>
 +
<li><a href="#copper" id="coppernav">Copper</a></li>
 +
<li><a href="#lead" id="leadnav">Lead</a></li>
 +
<li><a href="#mercury" id="mercurynav">Mercury</a></li>
 +
<li><a href="#nickel" id="nickelnav">Nickel</a></li>
  
 
</ul>
 
</ul>
 
</nav>
 
</nav>
  
<body data-spy="scroll" data-target="#navbar-example2" data-offset="20">
+
<body data-spy="scroll" data-target="#pagenav" data-offset="200">
 
<div class="container">
 
<div class="container">
 
<div class="row">
 
<div class="row">
Line 116: Line 121:
 
<div class="jumbotron-text">
 
<div class="jumbotron-text">
 
<h1 style="margin-bottom: 0px">Heavy Metals</h1>
 
<h1 style="margin-bottom: 0px">Heavy Metals</h1>
<p>To make a long story short.</p>
+
<p>Results</p>
 
</div>
 
</div>
 
</div>
 
</div>
  
 
<figure style="width: 600px; float: right; margin-left: 20px">
 
<figure style="width: 600px; float: right; margin-left: 20px">
<a href="https://static.igem.org/mediawiki/2015/7/7d/Bielefeld-CeBiTec_heavy_metal_influence_growth.jpeg" data-lightbox="heavymetals" data-title="Influence of heavy metals on the growth of <i>E.coli KRX</i>. The tested concentrations were
+
<a href="https://static.igem.org/mediawiki/2015/7/7d/Bielefeld-CeBiTec_heavy_metal_influence_growth.jpeg" data-lightbox="heavymetals" data-title="Figure 1: Influence of heavy metals on the growth of <i>E.coli</i> KRX. The tested concentrations were
 
20 µg/L lead, 60 µg/L mercury, 60 µg/L chromium, 80 µg/L nickel, 40 mg/L copper, which represent ten times the WHO guideline. The influence of arsenic was not tested as <i>E. coli</i> is known to be resistant to arsenic."><img src="https://static.igem.org/mediawiki/2015/7/7d/Bielefeld-CeBiTec_heavy_metal_influence_growth.jpeg" alt="Adjusting the detection limit"></a>
 
20 µg/L lead, 60 µg/L mercury, 60 µg/L chromium, 80 µg/L nickel, 40 mg/L copper, which represent ten times the WHO guideline. The influence of arsenic was not tested as <i>E. coli</i> is known to be resistant to arsenic."><img src="https://static.igem.org/mediawiki/2015/7/7d/Bielefeld-CeBiTec_heavy_metal_influence_growth.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Influence of heavy metals on the growth of <i>E.coli KRX</i>. The tested concentrations were
+
<figcaption>Figure 1: Influence of heavy metals on the growth of <i>E.coli</i> KRX. The tested concentrations were
 
20 µg/L lead, 60 µg/L mercury, 60 µg/L chromium, 80 µg/L nickel, 40 mg/L copper, which represent ten times the WHO guideline. The influence of arsenic was not tested as <i>E. coli</i> is known to be resistant to arsenic.
 
20 µg/L lead, 60 µg/L mercury, 60 µg/L chromium, 80 µg/L nickel, 40 mg/L copper, which represent ten times the WHO guideline. The influence of arsenic was not tested as <i>E. coli</i> is known to be resistant to arsenic.
 
</figcaption>
 
</figcaption>
Line 140: Line 145:
  
 
<div id="Teststrip">
 
<div id="Teststrip">
<p>Click on the test strip for the results of our biosensor tests in <i>E. coli</i> and in our CFPS:</p>
+
<p><b>Click on the test strip for the results of our biosensor tests in <i>E. coli</i> and in our CFPS:</b></p>
 
</div>
 
</div>
 
<div style="position: relative">
 
<div style="position: relative">
Line 172: Line 177:
 
      
 
      
 
</div>
 
</div>
 +
    </div>
 +
    </div>
  
 
<div id="arsenic" style="display: none">
 
<div id="arsenic" style="display: none">
 
<h1>Arsenic</h1>
 
<h1>Arsenic</h1>
 
<figure style="width: 400px; float: right; margin-left: 20px">
 
<figure style="width: 400px; float: right; margin-left: 20px">
<a href="https://static.igem.org/mediawiki/2015/d/d0/Bielefeld-CeBiTec_arsenic_geneticapproach_invivo.png" data-lightbox="heavymetals" data-title="Genetic build-up of the arsenic biosensor we used for <i>in vivo</i> characterization. Both the repressor (arsR) and the reporter (mRFP1) are under the control of the same promoter, which is controlled by ArsR."><img src="https://static.igem.org/mediawiki/2015/d/d0/Bielefeld-CeBiTec_arsenic_geneticapproach_invivo.png" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/d/d0/Bielefeld-CeBiTec_arsenic_geneticapproach_invivo.png" data-lightbox="heavymetals" data-title="Figure 2: Genetic build-up of the arsenic biosensor we used for <i>in vivo</i> characterization. Both the repressor (arsR) and the reporter (mRFP1) are under the control of the same promoter, which is controlled by ArsR."><img src="https://static.igem.org/mediawiki/2015/d/d0/Bielefeld-CeBiTec_arsenic_geneticapproach_invivo.png" alt="Adjusting the detection limit"></a>
<figcaption>Genetic build-up of the arsenic biosensor we used for <i>in vivo</i> characterization. Both the repressor (arsR) and the reporter (mRFP1) are under the control of the same promoter, which is controlled by ArsR.</figcaption>
+
<figcaption>Figure 2: Genetic build-up of the arsenic biosensor we used for <i>in vivo</i> characterization. Both the repressor (arsR) and the reporter (mRFP1) are under the control of the same promoter, which is controlled by ArsR.</figcaption>
 
</figure>
 
</figure>
 
<p>We choose to work with the chromosomal arsenic operon of <i>E. coli</i>, which was used by the team from Edinburgh in 2006. This operon encodes an efflux pump which confers resistance against arsenic. The expression is controlled by the repressor ArsR, which negatively autoregulates its own expression. As<sup>III</sup> can bind to three cysteine residues in ArsR. The resulting conformational change deactivates the repressor (<a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Results/HeavyMetals#Chen2014">Chen, Rosen 2014</a>).</p>
 
<p>We choose to work with the chromosomal arsenic operon of <i>E. coli</i>, which was used by the team from Edinburgh in 2006. This operon encodes an efflux pump which confers resistance against arsenic. The expression is controlled by the repressor ArsR, which negatively autoregulates its own expression. As<sup>III</sup> can bind to three cysteine residues in ArsR. The resulting conformational change deactivates the repressor (<a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Results/HeavyMetals#Chen2014">Chen, Rosen 2014</a>).</p>
<p>By placing a reporter gene downstream of <i>arsR</i>, an arsenic biosensor can be constructed. In this case, both the repressor and the reporter are under the control of the same promoter. In this respect, the arsenic sensor is different from the other heavy metal biosensors we worked with, as their repressors or activators are expressed constitutively. However, the genetic build-up of the arsenic sensor is well-established. Consequently, we decided to keep this deviating design.</p>
+
<p>By placing a reporter gene downstream of <i>arsR</i>, an arsenic biosensor can be constructed. In this case, both the repressor and the reporter are under the control of the same promoter (Figure 2). In this respect, the arsenic sensor is different from the other heavy metal biosensors we worked with, as their repressors or activators are expressed constitutively. However, the genetic build-up of the arsenic sensor is well-established. Consequently, we decided to keep this deviating design.</p>
<div id="coppernav"><p>Copper</p></div>
+
  
 
<h2><i>in vivo</i></h2>
 
<h2><i>in vivo</i></h2>
<p>We tested an arsenic sensor with mRFP1 as reporter gene <i>in vivo</i> to confirm that the sensor is functional and test whether it is possible to detect the safety limit as defined by the WHO. We observed a reaction approximately five hours after addition of arsenic. The safety limit of 10 µg/L could clearly be distinguished from the negative control and the fluorescence signal increased up to a concentration of 500 µg/L. The signal in the presence of 1000 µg/L was slightly lower than in the presence of 500 µg/L.</p>
+
<p>We tested an arsenic sensor with mRFP1 as reporter gene <i>in vivo</i> to confirm that the sensor is functional. Furthermore, we examined whether it is possible to detect the safety limit as defined by the WHO. The results are shown in figure 3. We observed a reaction approximately five hours after addition of arsenic. The safety limit of 10 µg/L could clearly be distinguished from the negative control and the fluorescence signal increased up to a concentration of 500 µg/L. The signal in the presence of 1000 µg/L was slightly lower than in the presence of 500 µg/L.</p>
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/9/9d/Bielefeld_CeBiTec_arsenic_invivo_large.png" data-lightbox="heavymetals" data-title="Time course of the induction of an arsenic biosensor with RFP for different arsenic concentrations <i>in vivo</i>. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/6/63/Bielefeld_CeBiTec_arsenic_invivo_small.png" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/9/9d/Bielefeld_CeBiTec_arsenic_invivo_large.png" data-lightbox="heavymetals" data-title="Figure 3: Time course of the induction of an arsenic biosensor with RFP for different arsenic concentrations <i>in vivo</i>. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/6/63/Bielefeld_CeBiTec_arsenic_invivo_small.png" alt="Adjusting the detection limit"></a>
<figcaption>Time course of the induction of an arsenic biosensor with RFP for different arsenic concentrations in vivo. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 3: Time course of the induction of an arsenic biosensor with RFP for different arsenic concentrations in vivo. Error bars represent the standard deviation of three biological replicates.</figcaption>
 
</figure>
 
</figure>
  
 
<h2><i>in vitro</i></h2>
 
<h2><i>in vitro</i></h2>
 
<figure style="width: 400px; float: right; margin-left: 20px">
 
<figure style="width: 400px; float: right; margin-left: 20px">
<a href="https://static.igem.org/mediawiki/2015/8/86/Bielefeld-CeBiTec_arsenic_geneticapproach_invitro.png" data-lightbox="heavymetals" data-title="Genetic structure of BBa_K1758300, which was used for characterization of the arsenic sensor <i>in vitro</i>. The arsenic operator was placed downstream of the T7 promoter in order to control the expression of sfGFP in the presence of the arsenic repressor, ArsR"><img src="https://static.igem.org/mediawiki/2015/8/86/Bielefeld-CeBiTec_arsenic_geneticapproach_invitro.png" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/8/86/Bielefeld-CeBiTec_arsenic_geneticapproach_invitro.png" data-lightbox="heavymetals" data-title="Figure 4: Genetic structure of BBa_K1758300, which was used for characterization of the arsenic sensor <i>in vitro</i>. The arsenic operator was placed downstream of the T7 promoter in order to control the expression of sfGFP in the presence of the arsenic repressor, ArsR"><img src="https://static.igem.org/mediawiki/2015/8/86/Bielefeld-CeBiTec_arsenic_geneticapproach_invitro.png" alt="Adjusting the detection limit"></a>
<figcaption>Genetic structure of <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1758300" taget=_blank">BBa_K1758300</a>, which was used for characterization of the arsenic sensor <i>in vitro</i>. The arsenic operator was placed downstream of the T7 promoter in order to control the expression of sfGFP in the presence of the arsenic repressor, ArsR.</figcaption>
+
<figcaption>Figure 4: Genetic structure of <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1758300" taget="_blank">BBa_K1758300</a>, which was used for characterization of the arsenic sensor <i>in vitro</i>. The arsenic operator was placed downstream of the T7 promoter in order to control the expression of sfGFP in the presence of the arsenic repressor, ArsR.</figcaption>
 
</figure>
 
</figure>
<p><i>E. coli</i> is resistant to arsenic because it posseses an efflux pump. The cell extract is not protected by such mechanisms, therefore we tested the effect of arsenic on the synthesis of sfGFP. We observed no significant effect for the relevant safety limits of 10 µg/L and 50 µg/L.</i></p>
+
<p><i>E. coli</i> is resistant to arsenic because it possesses an efflux pump. The cell extract is not protected by such mechanisms, therefore we tested the effect of arsenic on the synthesis of sfGFP. We observed no significant effect for the relevant safety limits of 10 µg/L and 50 µg/L.</i></p>
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/5/51/Bielefeld_CeBiTec_arsenic_influence.png" data-lightbox="heavymetals" data-title="Induction of arsenic sensor <i>in vitro</i>. For this experiment, a cell extract which already containes the arsenic repressor was used. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/5/51/Bielefeld_CeBiTec_arsenic_influence.png" alt="Influence of arsenic on CFPS"></a>
+
<a href="https://static.igem.org/mediawiki/2015/5/51/Bielefeld_CeBiTec_arsenic_influence.png" data-lightbox="heavymetals" data-title="Figure 5: Influence of arsenic on cell-free protein synthesis. We measured the expression of sfGFP (BBa_K1758102) in the presence of the two internationally relevant safety limits of arsenic. The relative fluorescence was normalized to the fluorescence of a reference sample (culture supernatant of cells expressing sfGFP). Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/5/51/Bielefeld_CeBiTec_arsenic_influence.png" alt="Influence of arsenic on CFPS"></a>
<figcaption>Influence of arsenic on cell-free protein synthesis.</figcaption>
+
<figcaption>Figure 5: Influence of arsenic on cell-free protein synthesis. We measured the expression of sfGFP (<a href="http://parts.igem.org/Part:BBa_K1758102" target="_blank">BBa_K1758102</a>) in the presence of the two internationally relevant safety limits of arsenic. The relative fluorescence was normalized to the fluorescence of a reference sample (culture supernatant of cells expressing sfGFP). Error bars represent the standard deviation of three biological replicates.</figcaption>
 
</figure>
 
</figure>
<p>In order to test the arsenic sensor in our cell-free protein synthesis, we cloned a device that contains the arsenic operator between the T7 promoter and sfGFP with our optimized untranslated region (UTR). We tested this device in a cell extract that had been generated from cells expressing the arsenic repressor. We observed an induction when adding arsenic up to a concentration of 1.87 mg/L. As high arsenic concentrations inhibit the performance of the CFPS, we normalized the results for this effect. In the final application, this task is performed by our app.</p>
+
<p>In order to test the arsenic sensor in our cell-free protein synthesis, we cloned a device containing sfGFP under control of the T7 promoter and the arsenic operator combined with our optimized untranslated region (UTR). We tested this device in a cell extract that had been generated from cells expressing the arsenic repressor. As our <a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Modeling/Application">modeling</a> had shown us, this approach is superior to co-expressing the repressor in the reaction. We observed an induction when adding arsenic up to a concentration of 1.87 mg/L. As high arsenic concentrations inhibit the performance of the CFPS, we normalized the results to this effect. In the final application, this task is performed by our app.</p>
 +
 
 +
 
 +
<div class="row" style="margin-bottom: 20px">
 +
<div class="col-md-6">
 +
<figure style="width: 600px">
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/1/19/Bielefeld_CeBiTec_arsenic_corrected_large.png" data-lightbox="heavymetals" data-title="Induction of arsenic sensor <i>in vitro</i>. For this experiment, a cell extract which already containes the arsenic repressor was used. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/1/14/Bielefeld_CeBiTec_arsenic_corrected_small.png" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/8/84/Bielefeld-CeBiTec_arsenic_invitro_uncorrected.png" data-lightbox="heavymetals" data-title="Figure 6: Induction of arsenic sensor <i>in vitro</i>. For this experiment, a cell extract that already contained the arsenic repressor was used. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/8/84/Bielefeld-CeBiTec_arsenic_invitro_uncorrected.png" alt="Adjusting the detection limit"></a>
<figcaption>Induction of arsenic sensor in vitro. For this experiment, a cell extract which already containes the arsenic repressor was used. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 6: Induction of arsenic sensor in vitro. For this experiment, a cell extract that already contained the arsenic repressor was used in combination with <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1758300">BBa_K1758300</a>. Error bars represent the standard deviation of three biological replicates.</figcaption>
 
</figure>
 
</figure>
 +
</div>
 +
<div class="col-md-6">
 +
<a href="https://static.igem.org/mediawiki/2015/0/03/Bielefeld-CeBiTec_arsenic_invitro_corrected.png" data-lightbox="heavymetals" data-title="Figure 7: Induction of arsenic sensor <i>in vitro</i>. For this experiment, a cell extract that already contained the arsenic repressor was used. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/0/03/Bielefeld-CeBiTec_arsenic_invitro_corrected.png" alt="Adjusting the detection limit"></a>
 +
    <figcaption>Figure 7: Normalized induction of arsenic sensor <i>in vitro</i>. For this experiment, a cell extract that already contained the arsenic repressor was used in combination with <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1758300">BBa_K1758300</a>. The data were normalized to account for the negative effect of arsenic on cell extract performance. Error bars represent the standard deviation of three biological replicates.</figcaption>
 +
</figure>
 +
</div>
 +
</div>
 +
<div class="row">
 +
<div class="col-md-12">
 
     <p>Compared to the <i>in vivo</i> results, the response to arsenic was relatively small and we measured a high background signal. We assume that this is due to the different construct we used <i>in vitro</i>. This construct had been optimized for our CFPS by exchanging the natural promoter for the T7 promoter and exchanging mRFP1 for our optimized sfGFP. However, we assume that the repression in the presence of ArsR was not effective enough to observe a clear induction. The reason is most likely that the distance between the T7 promoter and the arsenic operator was too large. The distance was a result of our cloning strategy and would likely be suitable for <i>E. coli</i> promoters. However, the T7 promoter requires the operator to be very close for an efficient repression (<a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Results/HeavyMetals#Karig2012">Karig et al. 2012</a>). </p>
 
     <p>Compared to the <i>in vivo</i> results, the response to arsenic was relatively small and we measured a high background signal. We assume that this is due to the different construct we used <i>in vitro</i>. This construct had been optimized for our CFPS by exchanging the natural promoter for the T7 promoter and exchanging mRFP1 for our optimized sfGFP. However, we assume that the repression in the presence of ArsR was not effective enough to observe a clear induction. The reason is most likely that the distance between the T7 promoter and the arsenic operator was too large. The distance was a result of our cloning strategy and would likely be suitable for <i>E. coli</i> promoters. However, the T7 promoter requires the operator to be very close for an efficient repression (<a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Results/HeavyMetals#Karig2012">Karig et al. 2012</a>). </p>
 
     <p>In addition, we performed an experiment in which the arsenic repressor was not present in the reaction from the beginning, but was encoded on a second plasmid. The plasmid concentrations we used had been predicted by our model. In accordance with the aforementioned results, we observed no clear repression and addition of arsenic showed no effect. This experiment is discussed on the <a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Modeling/Application">Modeling pages</a>.</p>
 
     <p>In addition, we performed an experiment in which the arsenic repressor was not present in the reaction from the beginning, but was encoded on a second plasmid. The plasmid concentrations we used had been predicted by our model. In accordance with the aforementioned results, we observed no clear repression and addition of arsenic showed no effect. This experiment is discussed on the <a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Modeling/Application">Modeling pages</a>.</p>
 
+
    <h2>To summarize</h2>
<h2>To sum it up</h2>
+
 
<p>The arsenic sensor is the most prominent example of heavy metal biosensors. Our results confirm that it is possible to detect the safety limit of 10 µg/L arsenic with a cell-based arsenic senosor. The results of the tests in our CFPS indicate that this approach is suitable for the detection of arsenic as well. However, we believe that the genetic construct requires further optimization.</p>
 
<p>The arsenic sensor is the most prominent example of heavy metal biosensors. Our results confirm that it is possible to detect the safety limit of 10 µg/L arsenic with a cell-based arsenic senosor. The results of the tests in our CFPS indicate that this approach is suitable for the detection of arsenic as well. However, we believe that the genetic construct requires further optimization.</p>
  
Line 215: Line 234:
 
     <p id="Karig2012">Karig, David K.; Iyer, Sukanya; Simpson, Michael L.; Doktycz, Mitchel J. (2012): Expression optimization and synthetic gene networks in cell-free systems. In Nucleic acids research 40 (8), pp. 3763–3774. DOI: 10.1093/nar/gkr1191.</p>
 
     <p id="Karig2012">Karig, David K.; Iyer, Sukanya; Simpson, Michael L.; Doktycz, Mitchel J. (2012): Expression optimization and synthetic gene networks in cell-free systems. In Nucleic acids research 40 (8), pp. 3763–3774. DOI: 10.1093/nar/gkr1191.</p>
 
</div>
 
</div>
 
+
</div>
 +
</div>
  
 
<div id="chromium" style="display: none">
 
<div id="chromium" style="display: none">
 
<h1>Chromium</h1>
 
<h1>Chromium</h1>
  
<p>Chromium is an essential part of the earth´s crust, but most of it is produced trough industrial uses. We built a biosensor for the detection of hexavalent (CrVI), because it is toxic and has cancerogenic effects on the human body. An intoxication of chromium can lead to damages of the nervous system. The World Health Organization recommends a limit of 50µg/L in drinking water.</p>
+
<p>Chromium is an essential part of the earth´s crust (Mitchell D. Cohen et al.), but most of it is produced trough industrial uses (Paustenbach et al. 2003). We built a biosensor for the detection of hexavalent (Cr<sup>VI</sup>), because it is toxic and has cancerogenic effects on the human body. An intoxication of chromium can lead to damages of the nervous system. The World Health Organization recommends a limit of 50 µg/L in drinking water (Guidelines for drinking-water quality 2011, WHO 2003).</p>
  
 
<!--We choose sfGFP as output signal for our sensors, because it’s measured more sensitive than RFP. For the <i>in vivo</i> measurement of our sensor system we cloned a devise that contains the chromium repressor protein ChrB and the chromium operator in front of our optimized UTR and sfGFP.  
 
<!--We choose sfGFP as output signal for our sensors, because it’s measured more sensitive than RFP. For the <i>in vivo</i> measurement of our sensor system we cloned a devise that contains the chromium repressor protein ChrB and the chromium operator in front of our optimized UTR and sfGFP.  
 
The measuring of our devise in the cell extract, which is generated from cells expressing the ChrB, required the T7 prompter. So we had to clone its sequence in front of the specific promoter.   
 
The measuring of our devise in the cell extract, which is generated from cells expressing the ChrB, required the T7 prompter. So we had to clone its sequence in front of the specific promoter.   
  
In vivo we could show that the addition of different concentrations of chromium have different effects to transcription of sfGFP. If the concentration of chromium in the environment of the cells increased the signal of sfGFP is decreasing. The culture without addition of chromium have the highest fluorescence signal, so it’s probably that it’s a very strong promoter. The addition of heavy metal leads to a repression of the transcription and translation of sfGFP.  
+
<i>In vivo</i> we could show that the addition of different concentrations of chromium have different effects to transcription of sfGFP. If the concentration of chromium in the environment of the cells increases the signal of sfGFP is decreasing. The culture without addition of chromium have the highest fluorescence signal, so it’s probably that it’s a very strong promoter. The addition of heavy metal leads to a repression of the transcription and translation of sfGFP.  
 
For this sensor measuered fluorescence signal is clearly lower than for the arsenic sensor, a very good characterized biosensor.
 
For this sensor measuered fluorescence signal is clearly lower than for the arsenic sensor, a very good characterized biosensor.
 
-->
 
-->
Line 231: Line 251:
 
<h2><i>in vivo</i></h2>  
 
<h2><i>in vivo</i></h2>  
  
<p>The chromium sensor (<a href="http://parts.igem.org/Part:BBa_K1758313" target="_blank">BBa_K1758313</a>) was constructed by using the basic construction we showed in <a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Project/HeavyMetals" target="_blank">Our biosensors</a>. We work with the chromate inducible operon of <i>Ochrobactrum tritici</i> 5bvl1 which enables a resistance for chromium VI and superoxide. For our Sensor we used the Cr (VI) dependent repressor chrB which was introduced by team BIT 2013 (<a href="http://parts.igem.org/Part:BBa_K1758313" target="_blank">BBa_K1058007</a>),  and optimized this sequence for the use in <EM> E. coli </EM>. The associated chromium responsive promoter is ChrP (introduced by BIT 2013 (<a href="http://parts.igem.org/Part:BBa_K1758313" target="_blank">BBa_K1058007</a>). For output we used sfGFP and a 5’UTR untranslated region in front of sfGFP to optimize the expression of the reporter protein and increase its fluorescence.</p>
+
<p>The chromium sensor (<a href="http://parts.igem.org/Part:BBa_K1758313" target="_blank">BBa_K1758313</a>) was constructed by using the basic construction we showed in <a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Project/HeavyMetals" target="_blank">Our biosensors</a>. We work with the chromate inducible operon of <i>Ochrobactrum tritici</i> 5bvl1 which enables a resistance for chromium VI and superoxide. For our sensor we used the Cr<sup>VI</sup> dependent repressor <i>chrB</i> which was introduced by team BIT 2013 (<a href="http://parts.igem.org/Part:BBa_K1058007" target="_blank">BBa_K1058007</a>),  and optimized this sequence for the use in <EM> E. coli </EM>. The repressor protein becomes deactivated by the binding of Cr<sup>6+</sup>-ions The associated chromium responsive promoter is <i>chrP</i> (introduced by BIT 2013) (<a href="http://parts.igem.org/Part:BBa_K1058007" target="_blank">BBa_K1058007</a>). For output we used sfGFP and a 5’UTR untranslated region in front of sfGFP to optimize the expression of the reporter protein and increase its fluorescence (see figure 2).</p>
  
  
  
     <p>Our sensor for chromium detection consists of ChrB the repressor and the chromate specific promoter ChrP. The promoter is regulated by the ChrB, which binds Cr-ions. Behind the promoter is a sfGFP for detection of a fluorescence signal.</p>
+
     <p>Our sensor for chromium detection consists of ChrB the repressor and the chromate specific promoter ChrP. The promoter is regulated by ChrB, which binds Cr<sup>6+</sup>-ions. Behind the promoter is a sfGFP for detection of a fluorescence signal.</p>
  
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/9/9d/Bielefeld-CebiTec_in_vivo_Chromium.jpeg" data-lightbox="heavymetals" data-title=" Construct kProm + ChrB+ChrP+UTR-sfGFP consisting of konst.Prom + ChrB  and ChrP-5-UTR-sfGFP  used for<i>in vivo</i> characterization. "><img src="https://static.igem.org/mediawiki/2015/9/9d/Bielefeld-CebiTec_in_vivo_Chromium.jpeg"></a>
+
<a href="https://static.igem.org/mediawiki/2015/9/9d/Bielefeld-CebiTec_in_vivo_Chromium.jpeg" data-lightbox="heavymetals" data-title=" Figure 2: The concept of our <i>in vivo</i> chromium sensor (BBa_K1758313), which consists of the repressor under the control of a constitutive promoter (BBa_K1758310) and the operator and promoter sequence of the chromium inducible promoter. An untranslated region in front of the sfGFP, which is used for detection, enhances its expression (BBa_K1758312). "><img src="https://static.igem.org/mediawiki/2015/9/9d/Bielefeld-CebiTec_in_vivo_Chromium.jpeg"></a>
<figcaption>Construct kProm + ChrB+ChrP+UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758313" target="_blank">BBa_K1758313</a> consisting of konst.Prom + ChrB <a href="http://parts.igem.org/Part:BBa_K1758310" target="_blank">BBa_K1758310</a> and ChrP-5-UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758312" target="_blank">BBa_K1758312</a> used for<i>in vivo</i> characterization.</figcaption>
+
<figcaption>Figure 2: The concept of our <i>in vivo</i> chromium sensor (<a href="http://parts.igem.org/Part:BBa_K1758313" target="_blank">BBa_K1758313</a>), which consists of the repressor under the control of a constitutive promoter (<a href="http://parts.igem.org/Part:BBa_K1758310" target="_blank">BBa_K1758310</a>)and the operator and promoter sequence of the chromium inducible promoter. An untranslated region in front of the sfGFP, which is used for detection, enhances its expression (<a href="http://parts.igem.org/Part:BBa_K1758312" target="_blank">BBa_K1758312</a>)</figcaption>
 
</figure>
 
</figure>
  
<i>In vivo</i> we could show that the addition of different concentrations of chromium have different effects to transcription of sfGFP.</p>
+
<i>In vivo</i> we could show that the addition of different concentrations of chromium has different effects to transcription of sfGFP.</p>
  
 
<div class="row">
 
<div class="row">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 600px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/8/82/Bielefeld-CeBiTec_Biolector_chromium.jpg" data-lightbox="heavymetals" data-title="Time course of the induction of a chromium biosensor with sfGFP for different chromium concentrations <i>in vivo</i>. The data are measured with BioLector and normalized on OD<sub>600</sub>. Error bars represent the standard deviation of two biological replicates. ."><img src="https://static.igem.org/mediawiki/2015/8/82/Bielefeld-CeBiTec_Biolector_chromium.jpg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/8/82/Bielefeld-CeBiTec_Biolector_chromium.jpg" data-lightbox="heavymetals" data-title="Figure 3: Time course of the induction of a chromium biosensor with sfGFP for different chromium concentrations in vivo. The data are measured with BioLector and normalized on OD600. Error bars represent the standard deviation of two biological replicates. "><img src="https://static.igem.org/mediawiki/2015/8/82/Bielefeld-CeBiTec_Biolector_chromium.jpg" alt="Adjusting the detection limit"></a>
<figcaption>Time course of the induction of a chromium biosensor with sfGFP for different chromium concentrations in vivo. The data are measured with BioLector and normalized on OD600. Error bars represent the standard deviation of two biological replicates.</figcaption>
+
<figcaption>Figure 3: Time course of the induction of a chromium biosensor with sfGFP for different chromium concentrations in vivo. The data are measured with BioLector and normalized on OD600. Error bars represent the standard deviation of two biological replicates. </figcaption>
 
</figure>
 
</figure>
 
     </div>
 
     </div>
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/7/73/Bielefeld-CeBiTec_Biolector_chromium_Balkendiagramm.jpg" data-lightbox="heavymetals" data-title="Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/7/73/Bielefeld-CeBiTec_Biolector_chromium_Balkendiagramm.jpg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/7/73/Bielefeld-CeBiTec_Biolector_chromium_Balkendiagramm.jpg" data-lightbox="heavymetals" data-title="Figure 4: Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of two biological replicates. "><img src="https://static.igem.org/mediawiki/2015/7/73/Bielefeld-CeBiTec_Biolector_chromium_Balkendiagramm.jpg" alt="Adjusting the detection limit"></a>
<figcaption>Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 4: Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of two biological replicates. </figcaption>
 
</figure>
 
</figure>
 
         </div>
 
         </div>
 
         </div>
 
         </div>
  
 +
<p>We tested our <i>in vivo</i> chromium sensor with sfGFP as reporter gene, to test the functionality of the system. Moreover we tested different chromium concentrations. The kinetic of our sensors response to different chromium concentrations is shown in figure 3. The first 30 hours show a strong increase in fluorescence. After that the increase in fluorescence is slower. For better visualization the kinetics of figure 3 are represented as bars in figure 4. A fluorescence level difference for 60 min, 150 min and 650 min is represented.</p>
  
  
  
 
+
</br><p>Our data lead to the conclusion that in a cell-based system it is possible to detect chromium. In contrast to our expectations with higher chromium concentrations we got lower fluorescence levels. These observations needed further investigation. Additionally the bar chart showed that the chromium sensor needs a long time to get different fluorescence levels at different chromium concentrations in <i>in vivo </i> experiments. The bar chart showed significant differences between the chromium concentrations after 650 minutes. </p>
</br><p>Our data lead to the conclusion that in a cell based system it is possible to detect chromium.
+
In contrast to our expectations with higher chromium concentrations we got lower fluorescence levels. These observations needed further investigation. </p>
+
  
 
<h2><i>in vitro</i></h2>
 
<h2><i>in vitro</i></h2>
  
<p>For the characterization of the chromium sensor with CFPS we used parts differing from that we used in vivo characterization. For the in vitro characterization we used a cell extract out of cells which contain the Plasmid (<a href="http://parts.igem.org/Part:BBa_K1758310" target="_blank">BBa_K1758310</a>). In addition to that we added Plasmid-DNA of the chromium specific promoter ChrP with 5’UTR-sfGFP under the control of T7-promoter (<a href="http://parts.igem.org/Part:BBa_K1758314" target="_blank">BBa_K1758314</a>)to the cell extract. The T7-promoter is needed to get a better fluorescence expression. </p>     
+
<p>For the characterization of the chromium sensor with CFPS we used parts differing from that we used in vivo characterization. For the in vitro characterization we used a cell extract produced from cells which contain the plasmid (<a href="http://parts.igem.org/Part:BBa_K1758310" target="_blank">BBa_K1758310</a>). The plasmid contains the gene <i>chrB</i> under the control of a constitutive promoter, so that the cell extract is enriched with repressor molecules. In addition to that we added plasmid-DNA of the chromium specific promoter <i>chrP</i> with 5’UTR-sfGFP under the control of T7-promoter (<a href="http://parts.igem.org/Part:BBa_K1758314" target="_blank">BBa_K1758314</a> (figure 6))to the cell extract. The T7-promoter is needed to get a better fluorescence expression. </p>     
  
  
 
<div class="row">
 
<div class="row">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 1000px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 1000px">
   <a href="https://static.igem.org/mediawiki/2015/e/e4/Bielefeld-CeBiTec_in_vitro_ChrB-part.jpeg" data-lightbox="heavymetals" data-title="konst.Prom + ChrB  used for<i>in vitro</i> characterization." https://static.igem.org/mediawiki/2015/e/e4/Bielefeld-CeBiTec_in_vitro_ChrB-part.jpeg" alt="repressor construct used for in vivo characterization."><img src=" https://static.igem.org/mediawiki/2015/e/e4/Bielefeld-CeBiTec_in_vitro_ChrB-part.jpeg" alt="repressor construct used for in vivo characterisation"></a> <figcaption> konst.Prom + ChrB <a href="http://parts.igem.org/Part:BBa_K1758310" target="_blank">BBa_K1758314</a> used for<i>in vitro</i> characterization.
+
   <a href="https://static.igem.org/mediawiki/2015/e/e4/Bielefeld-CeBiTec_in_vitro_ChrB-part.jpeg" data-lightbox="heavymetals" data-title="Figure 5: To produce the cell extract for <i>in vitro</i> characterization a construct (BBa_K1758310 ) with chromium repressor under the control of a constitutive promoter and strong RBS (BBa_K608002)  is needed. "><img src=" https://static.igem.org/mediawiki/2015/e/e4/Bielefeld-CeBiTec_in_vitro_ChrB-part.jpeg" alt="repressor construct used for in vivo characterisation"></a> <figcaption> Figure 5: To produce the cell extract for <i>in vitro</i> characterization a construct (<a href="http://parts.igem.org/Part:BBa_K1758310" target="_blank">BBa_K1758310</a> ) with chromium repressor under the control of a constitutive promoter and strong RBS (BBa_K608002)  is needed.</figcaption>
</figcaption>
+
 
</figure>
 
</figure>
 
     </div>
 
     </div>
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 600px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 600px">
   <a href="https://static.igem.org/mediawiki/2015/1/1f/Bielefeld-CebiTec_in_vitro_T7-chrP-UTR-sfGFP.jpeg" data-lightbox="heavymetals" data-title="T7-chrP-UTR-sfGFP construct used for<i>in vitro</i> characterization." https://static.igem.org/mediawiki/2015/1/1f/Bielefeld-CebiTec_in_vitro_T7-chrP-UTR-sfGFP.jpeg" alt="promoter construct used for in vivo characterization."><img src=" https://static.igem.org/mediawiki/2015/1/1f/Bielefeld-CebiTec_in_vitro_T7-chrP-UTR-sfGFP.jpeg" alt="promoter construct used for in vivo characterisation "></a> <figcaption> T7-chrP-UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758314" target="_blank">BBa_K1758314</a> used for<i>in vitro</i> characterization.</figcaption>
+
   <a href="https://static.igem.org/mediawiki/2015/1/1f/Bielefeld-CebiTec_in_vitro_T7-chrP-UTR-sfGFP.jpeg" data-lightbox="heavymetals" data-title="T7-chrP-UTR-sfGFP construct used for<i>in vitro</i> characterization."><img src=" https://static.igem.org/mediawiki/2015/1/1f/Bielefeld-CebiTec_in_vitro_T7-chrP-UTR-sfGFP.jpeg" alt="promoter construct used for in vivo characterisation "></a> <figcaption> T7-chrP-UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758314" target="_blank">BBa_K1758314</a> used for<i>in vitro</i> characterization.</figcaption>
 
</figure>   
 
</figure>   
 
         </div>
 
         </div>
 
         </div>
 
         </div>
 
 
  
 
    
 
    
Line 289: Line 305:
  
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/9/99/Bielefeld-CeBiTec_Influence_of_chromium_on_the_cell_extract.jpeg" data-lightbox="heavymetals" data-title=" Influence of different chromium concentrations on our crude cell extract. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/9/99/Bielefeld-CeBiTec_Influence_of_chromium_on_the_cell_extract.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/9/99/Bielefeld-CeBiTec_Influence_of_chromium_on_the_cell_extract.jpeg" data-lightbox="heavymetals" data-title=" Figure 7: Influence of different chromium concentrations on our crude cell extract. Error bars represent the standard deviation of three biological replicates. ."><img src="https://static.igem.org/mediawiki/2015/9/99/Bielefeld-CeBiTec_Influence_of_chromium_on_the_cell_extract.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Influence of different chromium concentrations on our crude cell extract. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 7: Influence of different chromium concentrations on our crude cell extract. Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure>
 
</figure>
  
 
+
<p>Chromium’s influence on the cell extract as shown in figure 7 is minimal for low concentrations. Higher chromium concentrations have a measurable impact on the viability of the cell extract, which is visible at concentrations of 120 µg/L and obvious at concentrations of 240 µg/L chromium.</p>
  
  
 
<div class="row">
 
<div class="row">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 520px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 520px">
<a href="https://static.igem.org/mediawiki/2015/f/fb/Bielefeld-CeBiTec_induction_chromium_in_chrB_cell_extract.jpg" data-lightbox="heavymetals" data-title="Chromium specific cell extract made from <i>E. coli</i> cells which already expressed the repressor before cell extract production. Induction with different chromium concentrations. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/f/fb/Bielefeld-CeBiTec_induction_chromium_in_chrB_cell_extract.jpg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/f/fb/Bielefeld-CeBiTec_induction_chromium_in_chrB_cell_extract.jpg" data-lightbox="heavymetals" data-title="Figure 8: Chromium specific cell extract made from <i>E. coli</i> cells which already expressed the repressor before cell extract production. Induction with different chromium concentrations. Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/f/fb/Bielefeld-CeBiTec_induction_chromium_in_chrB_cell_extract.jpg" alt="Adjusting the detection limit"></a>
<figcaption>Chromium specific cell extract made from <i>E. coli</i> cells which already expressed the repressor before cell extract production. Induction with different chromium concentrations. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 8: Chromium specific cell extract made from <i>E. coli</i> cells which already expressed the repressor before cell extract production. Induction with different chromium concentrations. Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure>
 
</figure>
 +
 +
<p>The decrease of fluorescence for higher chromium concentrations in chromium specific cell extract is shown in figure 8. An increase of fluorescence at higher chromium concentrations would have been expected resulting out of the induction of the chromium sensor.
 +
 +
A factor which should be considered is the influence of high chromium concentrations to the cell extract. The test for influence of chromium on the specific cell extract, illustrated in figure 7 showed that the influence of chromium at low concentrations is not significant. But the graphic shows that high concentrations of chromium induce fatal damages to the cell extract. </p>
 +
 +
 
     </div>
 
     </div>
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 520px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 520px">
<a href="https://static.igem.org/mediawiki/2015/1/1e/Bielefeld-CeBiTec_correction_induction_chromium_in_chrB-cell-extract.jpeg" data-lightbox="heavymetals" data-title="Chromium specific cell extract made from <i>E. coli</i> cells which already expressed the repressor before cell extract production. Induction with different chromium concentrations. Error bars represent the standard deviation of three biological replicates.Data are normalised on chromiums influence to the cell extrat."><img src="https://static.igem.org/mediawiki/2015/1/1e/Bielefeld-CeBiTec_correction_induction_chromium_in_chrB-cell-extract.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/1/1e/Bielefeld-CeBiTec_correction_induction_chromium_in_chrB-cell-extract.jpeg" data-lightbox="heavymetals" data-title="Figure 9: Chromium specific cell extract made from <i>E. coli</i> cells which already expressed the repressor before cell extract production. Induction with different chromium concentrations. The data are normalized on chromium’s influence to the cell extract. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/1/1e/Bielefeld-CeBiTec_correction_induction_chromium_in_chrB-cell-extract.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Chromium specific cell extract made from <i>E. coli</i> cells which already expressed the repressor before cell extract production. Induction with different chromium concentrations. Error bars represent the standard deviation of three biological replicates.Data are normalised on chromiums influence to the cell extrat.</figcaption>
+
<figcaption>Figure 9: Chromium specific cell extract made from <i>E. coli</i> cells which already expressed the repressor before cell extract production. Induction with different chromium concentrations. The data are normalized on chromium’s influence to the cell extract. Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure>
 
</figure>
 
         </div>
 
         </div>
Line 310: Line 332:
  
  
 
+
<p>Taking the influence of different chromium concentrations under consideration measured fluorescence can be normalized on chromium’s influence on the cell extract (figure 9). Normalized data suggest, that higher concentrations of chromium induce fluorescence in relevance to chromium’s influence on the cell extract. </p>
  
  
Line 317: Line 339:
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
<figure style="width: 500px">
 
<figure style="width: 500px">
<a href="https://static.igem.org/mediawiki/2015/b/bd/Bielefeld-CeBiTec_induction_chromium_in_chrB_optimized_cell_extract2.jpg" data-lightbox="heavymetals" data-title="Chromium sensor with alternative repressor build by team Dundee 2015, which has only the first 15 codons optimized in chromium specific cell extract under the induction withdifferent chromium concentrations. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/b/bd/Bielefeld-CeBiTec_induction_chromium_in_chrB_optimized_cell_extract2.jpg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/b/bd/Bielefeld-CeBiTec_induction_chromium_in_chrB_optimized_cell_extract2.jpg" data-lightbox="heavymetals" data-title="Figure 10: Chromium sensor with alternative repressor build by team Dundee 2015, which has only the first 15 codons optimized in chromium specific cell extract under the induction with different chromium concentrations. Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/b/bd/Bielefeld-CeBiTec_induction_chromium_in_chrB_optimized_cell_extract2.jpg" alt="Adjusting the detection limit"></a>
<figcaption>Chromium sensor with alternative repressor build by team Dundee 2015, which has only the first 15 codons optimized in chromium specific cell extract under the induction withdifferent chromium concentrations. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 10: Chromium sensor with alternative repressor build by team Dundee 2015, which has only the first 15 codons optimized in chromium specific cell extract under the induction with different chromium concentrations. Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure>
 
</figure>
 
     </div>
 
     </div>
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
<figure style="width: 540px">
 
<figure style="width: 540px">
<a href="https://static.igem.org/mediawiki/2015/f/fe/Bielefeld-CeBiTec_Corr-induction-Cr-in-ChrBopt-CE.jpeg" data-lightbox="heavymetals" data-title="Chromium sensor with alternative repressor build by team Dundee 2015, which has only the first 15 codons optimized in chromium specific cell extract under the induction withdifferent chromium concentrations. Error bars represent the standard deviation of three biological replicates.Data are normalised on chromiums influence to the cell extrat. "><img src="https://static.igem.org/mediawiki/2015/f/fe/Bielefeld-CeBiTec_Corr-induction-Cr-in-ChrBopt-CE.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/f/fe/Bielefeld-CeBiTec_Corr-induction-Cr-in-ChrBopt-CE.jpeg" data-lightbox="heavymetals" data-title="Figure 11: Chromium sensor with alternative repressor build by team Dundee 2015, which has only the first 15 codons optimized in chromium specific cell extract under the induction with different chromium concentrations. Data are normalized on chromium’s influence to the specific cell extract Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/f/fe/Bielefeld-CeBiTec_Corr-induction-Cr-in-ChrBopt-CE.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Chromium sensor with alternative repressor build by team Dundee 2015, which has only the first 15 codons optimized in chromium specific cell extract under the induction withdifferent chromium concentrations. Error bars represent the standard deviation of three biological replicates.Data are normalised on chromiums influence to the cell extrat.</figcaption>
+
<figcaption>Figure 11: Chromium sensor with alternative repressor build by team Dundee 2015, which has only the first 15 codons optimized in chromium specific cell extract under the induction with different chromium concentrations. Data are normalized on chromium’s influence to the specific cell extract Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure>
 
</figure>
 
         </div>
 
         </div>
 
         </div>
 
         </div>
  
 +
<p>In addition to the measurements of our chromium sensor in CFPS we measured our chromium inducible promoter with the repressor of team Dundee (figure 10, 11), which works similar to ours. In contrast to our repressor only first 15 codons of their repressor are codon-optimized. Measurements with their repressor showed tendencies similar to our measured repressor. After normalization induction with higher chromium concentrations showed a detectable fluorescence response for both measured datasets. </p>
  
  
 
+
<h2>To summarize<h2>
<h2>To sum it up<h2>
+
 
<p>Our chromium sensor detects the presence of chromium <i>in vivo</i>, but the outcome differed from our expectations. We would have expected an increase in fluorescence by increasing chromium concentrations. Our <i>in vitro</i> data suggest that these decrease in fluorescence could be explained by chromium’s influence on <i>E. coli</i> which is not reflected in growth but shown by chromium´s influence on the cell extract. Before normalizing the <i>in vitro</i> data the same pattern as <i>in vivo</i> could be observed. After normalization an increase in signal is noticeable. Therefore with optimization our chromium sensor would be compatible to our cell free sensor system.</p>
 
<p>Our chromium sensor detects the presence of chromium <i>in vivo</i>, but the outcome differed from our expectations. We would have expected an increase in fluorescence by increasing chromium concentrations. Our <i>in vitro</i> data suggest that these decrease in fluorescence could be explained by chromium’s influence on <i>E. coli</i> which is not reflected in growth but shown by chromium´s influence on the cell extract. Before normalizing the <i>in vitro</i> data the same pattern as <i>in vivo</i> could be observed. After normalization an increase in signal is noticeable. Therefore with optimization our chromium sensor would be compatible to our cell free sensor system.</p>
 +
   
 +
    <h3>References</h3>
 +
<div class="references">
 +
<p> Guidelines for drinking-water quality (2011). 4th ed. Geneva: World Health Organization, zuletzt geprüft am 20.08.2015.</p>
 +
<p> Mitchell D. Cohen; Biserka Kargacin; Catherine B. Klein; and Max Costa: Mechanisms of Chromium Carcinogenicity and Toxicity, zuletzt geprüft am 19.08.2015.</p>
 +
<p> Paustenbach, Dennis J.; Finley, Brent L.; Mowat, Fionna S.; Kerger, Brent D. (2003): Human health risk and exposure assessment of chromium (VI) in tap water. In: Journal of toxicology and environmental health. Part A 66 (14), S. 1295–1339. DOI: 10.1080/15287390306388.</p>
 +
<p> WHO (2003): Mercury in Drinking-water Background document for development of WHO Guidelines for Drinking-water Quality, checked 15.08.15
 +
</p>
 
</div>
 
</div>
 +
</div>
 +
 +
 +
  
 
<div id="copper" style="display: none">
 
<div id="copper" style="display: none">
 
<h1>Copper</h1>
 
<h1>Copper</h1>
  
<p>There are some possibilities for the contamination of drinking water with copper, for the production of pipes, valves and fittings copper is used. Copper is an essential trace element for humans, animals and plants, but an overdose can lead to anemia, liver and brain damages. Additionally high input of copper is associated with aging diseases as Atherosclerosis and Alzheimer’s disease. These damages can finally cause death. The World Health Organization recommends a limit of 2 mg/L in drinking water. </p>
+
<p>
 +
There are some possibilities for the contamination of drinking water with copper, for the production of pipes, valves and fittings copper is used (Guidelines for Drinking-water Quality, Fourth Edition). Copper is an essential trace element for humans, animals and plants, but an overdose can lead to anemia, liver and brain damages (US EPA ORD NCEA Integrated Risk Information System (IRIS) 2014). Additionally, high input of copper is associated with aging diseases as Atherosclerosis and Alzheimer’s disease (Brewer 2012). These damages can finally cause death. The World Health Organization recommends a limit of 2 mg/L in drinking water (Guidelines for Drinking-water Quality, Fourth Edition).
 +
</p>
  
 
<h2><i>in vivo</i></h2>
 
<h2><i>in vivo</i></h2>
<p>Our sensor for copper detection consists of CueR a MerR like activator and the copper specific promoter CopAP. The promoter is regulated by CueR, which binds Cu2+-ions. We also used a sfGFP behind the promoter for detection trough a fluorescence signal.</p>  
+
<p>Our sensor for copper detection consists of CueR a MerR like activator and the copper specific promoter <i>copAP</i>. The promoter is regulated by CueR, which binds Cu <sup>2+</sup> ions. We also used a <i>sfGFP</i> downstream the promoter for detection through a fluorescence signal.</p>  
  
<p>For our copper sensor we used the native operator of cooper homeostasis from <i> E.coli </i> K12. And constructed a part (BBa_K1758324) which was constructed  using the basic construction showed in <a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Project/HeavyMetals" target="_blank">Our biosensors</a>.This operator includes the promoter (copAP), which is regulated by the repressor CueR. This is an important part for the aerobic copper tolerance.  In BBa_K1758324 we combined the codon optimized CueR (<a href="http://parts.igem.org/Part:BBa_K1758320" target="_blank">BBa_K1758320</a>) under the control of a constitutive promoter with CopAP and sfGFP (<a href="http://parts.igem.org/Part:BBa_K1758321" target="_blank">BBa_K1758321</a>) for measuring output signals. Through the addition of a 5’UTR before the sfGFP we optimized the expression of sfGFP and increased fluorescence. </p>
+
<p>For our copper sensor we used the native operator of cooper homeostasis from <i>E.coli</i> K12. We constructed a part (<a href="http://parts.igem.org/Part:BBa_K1758324" target="_blank">BBa_K1758324</a>) using the basic genetic structur shown in <a href="https://2015.igem.org/Team:Bielefeld-CeBiTec/Project/HeavyMetals" target="_blank">our biosensors</a>.The operator sequence, which includes the promoter (<i>copAP</i>), is regulated by the activator CueR. In BBa_K1758324 we combined a codon optimized version of <i>cueR</i> (<a href="http://parts.igem.org/Part:BBa_K1758320" target="_blank">BBa_K1758320</a>) under the control of a constitutive promoter with <i>sfGFP</i> under the control of the corresponding promoter <i>copAP</i>  (<a href="http://parts.igem.org/Part:BBa_K1758321" target="_blank">BBa_K1758321</a>)(figure 2). Through the addition of a 5’ UTR upstream of the <i>sfGFP</i> we optimized the expression of <i>sfGFP</i> and increased fluorescence. </p>
  
 
        
 
        
 
   <figure style="width: 600px">
 
   <figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/b/b2/Bielefeld-CebiTec_in_vivo_Copper.jpeg" data-lightbox="heavymetals" data-title="Construct  konst.Prom + CueR+CopAP-UTR-sfGFP consisting of konst.Prom + CueR and CopAP-UTR-sfGF used for<i>in vivo</i> characterization. "><img src="https://static.igem.org/mediawiki/2015/b/b2/Bielefeld-CebiTec_in_vivo_Copper.jpeg" alt="genetical approach"></a>
+
<a href="https://static.igem.org/mediawiki/2015/b/b2/Bielefeld-CebiTec_in_vivo_Copper.jpeg" data-lightbox="heavymetals" data-title="Figure 2: The concept of our <i>in vivo</i> copper sensor (BBa_K1758324), which consists of the activator under the control of a constitutive promoter (BBa_K1758320) and the operator and promoter sequence of the copper inducible promoter. An untranslated region in front of the sfGFP, which is used for detection, enhances its expression (BBa_K1758323).   "><img src="https://static.igem.org/mediawiki/2015/b/b2/Bielefeld-CebiTec_in_vivo_Copper.jpeg" alt="genetical approach"></a>
<figcaption>Construct  konst.Prom + CueR+CopAP-UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758324" target="_blank">BBa_K1758324</a> consisting of konst.Prom + CueR <a href="http://parts.igem.org/Part:BBa_K1758320" target="_blank">BBa_K1758324</a> and CopAP-UTR-sfGF <a href="http://parts.igem.org/Part:BBa_K1758323" target="_blank">BBa_K1758323</a> used for<i>in vivo</i> characterization.</figcaption>
+
<figcaption>Figure 2: The concept of our <i>in vivo</i> copper sensor (<a href="http://parts.igem.org/Part:BBa_K1758324" target="_blank">BBa_K1758324</a>), which consists of the activator under the control of a constitutive promoter (<a href="http://parts.igem.org/Part:BBa_K1758320" target="_blank">BBa_K1758320</a>) and the operator and promoter sequence of the copper inducible promoter. An untranslated region in front of the sfGFP, which is used for detection, enhances its expression (<a href="http://parts.igem.org/Part:BBa_K1758323" target="_blank">BBa_K1758323</a>). </figcaption>
 
</figure>       
 
</figure>       
  
Line 356: Line 392:
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/9/90/Bielefeld-CeBiTec_Biolector_copper.jpg" data-lightbox="heavymetals" data-title="Time course of the induction of a copper biosensor with sfGFP for different copper concentrations in vivo. The data are measured with BioLector and normalized on OD600. Error bars represent the standard deviation of two biological replicates."><img src="https://static.igem.org/mediawiki/2015/9/90/Bielefeld-CeBiTec_Biolector_copper.jpg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/9/90/Bielefeld-CeBiTec_Biolector_copper.jpg" data-lightbox="heavymetals" data-title="Figure 3: Time course of the induction of a copper biosensor with sfGFP for different copper concentrations <i>in vivo</i>. The data are measured with BioLector and normalized on OD<sub>600</sub>. Error bars represent the standard deviation of two biological replicates."><img src="https://static.igem.org/mediawiki/2015/9/90/Bielefeld-CeBiTec_Biolector_copper.jpg" alt="Adjusting the detection limit"></a>
<figcaption>Time course of the induction of a copper biosensor with sfGFP for different copper concentrations in vivo. The data are measured with BioLector and normalized on OD600. Error bars represent the standard deviation of two biological replicates.</figcaption>
+
<figcaption>Figure 3: Time course of the induction of a copper biosensor with sfGFP for different copper concentrations <i>in vivo</i>. The data are measured with BioLector and normalized on OD<sub>600</sub>. Error bars represent the standard deviation of two biological replicates.</figcaption>
 
</figure>
 
</figure>
 
     </div>
 
     </div>
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="http://https://static.igem.org/mediawiki/2015/4/4e/Bielefeld-CeBiTec_Biolector_copper_Balkendiagramm.jpeg" data-lightbox="heavymetals" data-title="Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/4/4e/Bielefeld-CeBiTec_Biolector_copper_Balkendiagramm.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="http://https://static.igem.org/mediawiki/2015/4/4e/Bielefeld-CeBiTec_Biolector_copper_Balkendiagramm.jpeg" data-lightbox="heavymetals" data-title="Figure 4: Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. "><img src="https://static.igem.org/mediawiki/2015/4/4e/Bielefeld-CeBiTec_Biolector_copper_Balkendiagramm.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes.</figcaption>
+
<figcaption>Figure 4: Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. </figcaption>
 
</figure>
 
</figure>
 
         </div>
 
         </div>
Line 369: Line 405:
  
  
 +
<p>We tested our <i>in vivo</i> copper sensor with <i>sfGFP</i> as reporter gene, to test the functionality of the system. Moreover, we tested different copper concentrations. The kinetic of our sensors response to different copper concentrations is shown in figure 3. The first ten hours show a strong increase in fluorescence. After that the increase in fluorescence is slower. For better visualization the kinetics of figure 3 are represented as bars in figure 4. A fluorescence level difference for 60 min, 150 min and 650 min is represented.</p>
  
  
 
+
<p><i>In vivo</i> we could show that the adding different concentrations of copper has effects on the transcription levels of <i>sfGFP</i>.</p>
<p><i>In vivo</i> we could show that the adding different concentrations of copper has effects on the transcription levels of sfGFP.</p>
+
  
  
Line 381: Line 417:
 
<h2><i>in vitro</i></h2>
 
<h2><i>in vitro</i></h2>
  
  <p>For the characterization of the copper sensor with CFPS we used parts differing from that we used in vivo characterization. For the in vitro characterization we used a cell extract out of cells which contain the Plasmid (<a href="http://parts.igem.org/Part:BBa_K1758320" target="_blank">BBa_K1758320</a>). In addition to that we added Plasmid-DNA of the copper specific promoter copAP with 5’UTR-sfGFP under the control of T7-promoter (<a href="http://parts.igem.org/Part:BBa_K1758325" target="_blank">BBa_K1758325</a>)to the cell extract. The T7-promoter is needed to get a better fluorescence expression. </p>     
+
  <p>For the characterization of the copper sensor with CFPS we used parts differing from that we used in vivo characterization. For the <i>in vitro</i> characterization we used a cell extract out of cells which contain the plasmid  (<a href="http://parts.igem.org/Part:BBa_K1758320" target="_blank">BBa_K1758320</a>) (figure 5), so that the resulting extract is enriched with the activator CueR. To this extract we added plasmid-DNA of the copper specific promoter <i>copAP</i> with 5’-UTR-<i>sfGFP</i> under the control of T7-promoter (<a href="http://parts.igem.org/Part:BBa_K1758325" target="_blank">BBa_K1758325</a>) to the cell extract. The T7-promoter is needed to get a better fluorescence expression. </p>     
 
      
 
      
 
<div class="row">
 
<div class="row">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 400px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 400px">
   <a href=" https://static.igem.org/mediawiki/2015/0/05/Bielefeld-CeBiTec_in_vitro_CueR-part.jpeg " data-lightbox="heavymetals" data-title=" konst.Prom + CueR used for<i> in vitro</i> characterization. " alt="repressor construct used for in vivo characterization."><img src=" https://static.igem.org/mediawiki/2015/0/05/Bielefeld-CeBiTec_in_vitro_CueR-part.jpeg " alt="repressor construct used for in vitro characterisation"></a> <figcaption> konst.Prom + CueR <a href="http://parts.igem.org/Part:BBa_K1758320" target="_blank">BBa_K1758320</a> used for<i>in vitro</i> characterization.
+
   <a href=" https://static.igem.org/mediawiki/2015/0/05/Bielefeld-CeBiTec_in_vitro_CueR-part.jpeg " data-lightbox="heavymetals" data-title=" Figure 5: To produce the cell extract for <i>in vitro</i> characterization a construct(BBa_K1758320 ) with copper activator under the control of a constitutive promoter and strong RBS (BBa_K608002)  is needed. " alt="repressor construct used for in vivo characterization."><img src=" https://static.igem.org/mediawiki/2015/0/05/Bielefeld-CeBiTec_in_vitro_CueR-part.jpeg " alt="repressor construct used for in vitro characterisation"></a> <figcaption> Figure 5: To produce the cell extract for <i>in vitro</i> characterization a construct (<a href="http://parts.igem.org/Part:BBa_K1758320" target="_blank">BBa_K1758320</a>) with copper activator under the control of a constitutive promoter and strong RBS (BBa_K608002) is needed.  
 
</figcaption>
 
</figcaption>
 
</figure>
 
</figure>
 
     </div>
 
     </div>
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 400px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 400px">
   <a href=" https://static.igem.org/mediawiki/2015/1/15/Bielefeld-CebiTec_in_vitro_T7-copAP-UTR-sfGFP.jpeg " data-lightbox="heavymetals" data-title="T7-copAP-UTR-sfGFP construct used for<i>in vitro</i> characterization." https://static.igem.org/mediawiki/2015/1/15/Bielefeld-CebiTec_in_vitro_T7-copAP-UTR-sfGFP.jpeg " alt="promoter construct used for in vivo characterization."><img src=" https://static.igem.org/mediawiki/2015/1/15/Bielefeld-CebiTec_in_vitro_T7-copAP-UTR-sfGFP.jpeg " alt="promoter construct used for in vivo characterisation "></a> <figcaption> T7-copAP-UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758325" target="_blank">BBa_K1758325</a> used for<i>in vitro</i> characterization. </figcaption>
+
   <a href=" https://static.igem.org/mediawiki/2015/1/15/Bielefeld-CebiTec_in_vitro_T7-copAP-UTR-sfGFP.jpeg " data-lightbox="heavymetals" data-title="Figure 6:T7-copAP-UTR-sfGFP construct used for <i>in vitro</i> characterization."><img src=" https://static.igem.org/mediawiki/2015/1/15/Bielefeld-CebiTec_in_vitro_T7-copAP-UTR-sfGFP.jpeg " alt="promoter construct used for in vivo characterisation "></a> <figcaption>Figure 6: T7-copAP-UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758325" target="_blank">BBa_K1758325</a> used for <i>in vitro</i> characterization. </figcaption>
 
</figure>   
 
</figure>   
 
         </div>
 
         </div>
 
         </div>
 
         </div>
 +
 +
<p>The results presented in figure 7 illustrate the influences of different copper concentrations on the cell extract. </p>
 
   
 
   
  
In the following graphic the influences of different copper concentrations on the cell extact are shown
+
 
 
<!-- Einfluss von Kupfer auf den Zellextrakt, keinen negative Einfluss auf das CFPS so mit kann gezeigt werden dass dieses System relativ stabil gegenüber verschiedenen Kupferkonzentratione ist -->
 
<!-- Einfluss von Kupfer auf den Zellextrakt, keinen negative Einfluss auf das CFPS so mit kann gezeigt werden dass dieses System relativ stabil gegenüber verschiedenen Kupferkonzentratione ist -->
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/3/37/Bielefeld-CeBiTec_Influence_of_copper_on_the_cell_extract.jpeg" data-lightbox="heavymetals" data-title="Influence of different copper concentrations on our crude cell extract. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/3/37/Bielefeld-CeBiTec_Influence_of_copper_on_the_cell_extract.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/3/37/Bielefeld-CeBiTec_Influence_of_copper_on_the_cell_extract.jpeg" data-lightbox="heavymetals" data-title="Figure 7: Influence of different copper concentrations on our crude cell extract. Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/3/37/Bielefeld-CeBiTec_Influence_of_copper_on_the_cell_extract.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Influence of different copper concentrations on our crude cell extract. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 7: Influence of different copper concentrations on our crude cell extract. Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure></br>
 
</figure></br>
<p>As shown above copper has no negatice influence on the functuality of our cell extact. Therefore a ralatively stable system for copper sensing is provided.</p>
 
  
 +
<p>As shown in figure 7 copper has no negative influence on the functionality of our cell extract. Therefore, a relatively stable system for copper sensing is provided.
  
<p>First tests with specific cell extract and different copper concentrations lead to further tests and normilisations.</p>
+
First tests with specific cell extract and different copper concentrations lead to further tests and normalizations, illustrated in figure 8.</p>
 
<!-- Induktion mit Kupfer im Kupfer spezifischen Extrakt -->
 
<!-- Induktion mit Kupfer im Kupfer spezifischen Extrakt -->
  
Line 412: Line 450:
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/4/45/Bielefeld-CeBiTec_induction_copper_in_CueR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter without T7 in front of the operator site with different copper concentrations. Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/4/45/Bielefeld-CeBiTec_induction_copper_in_CueR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/4/45/Bielefeld-CeBiTec_induction_copper_in_CueR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="Figure 8: Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter without T7 upstream of the operator site with different copper concentrations. Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/4/45/Bielefeld-CeBiTec_induction_copper_in_CueR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter without T7 in front of the operator site with different copper concentrations. Error bars represent the standard deviation of three biological replicates.
+
<figcaption>Figure 8: Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter without T7 upstream of the operator site with different copper concentrations. Error bars represent the standard deviation of three biological replicates.  
 
</figure>  
 
</figure>  
 
</div>
 
</div>
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"><figure style="width: 600px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"><figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/4/4c/Bielefeld-CeBiTec_correction_induction_copper_in_cueR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter without T7 in front of the operator site with different copper concentrations. Error bars represent the standard deviation of three biological replicates. Data are normalized on coppers influence to the cell extract."><img src="https://static.igem.org/mediawiki/2015/4/4c/Bielefeld-CeBiTec_correction_induction_copper_in_cueR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/4/4c/Bielefeld-CeBiTec_correction_induction_copper_in_cueR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="Figure 9: Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter without T7 in front of the operator site with different copper concentrations. Error bars represent the standard deviation of three biological replicates. Data are normalized on coppers influence to the cell extract. "><img src="https://static.igem.org/mediawiki/2015/4/4c/Bielefeld-CeBiTec_correction_induction_copper_in_cueR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter without T7 in front of the operator site with different copper concentrations. Error bars represent the standard deviation of three biological replicates. Data are normalized on coppers influence to the cell extract.</figcaption>
+
<figcaption>Figure 9: Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter without T7 in front of the operator site with different copper concentrations. Error bars represent the standard deviation of three biological replicates. Data are normalized on coppers influence to the cell extract.</figcaption>
 
</figure>
 
</figure>
 
</div>
 
</div>
 
</div>
 
</div>
  
<p>In addition to the native promoter, operator device as measured above reporter constructs under the control of T7 promoter were tested.</p>
+
<p>In addition,we measured the operator device under the control of T7 promoter as described before.</p>
  
<p>Fluorescences normalised on coppers influence to the cell extract are shown above.<p/>
+
<p>Fluorescence was normalized to influence of copper on the the cell extract (figure 10 and figure 11).<p/>
  
 
<!--obrige Abbildung durch den errechneten Korrekturfaktor angepasst, da verschiedene Faktoren auf Zellextrakt wirken und so diesen beeinflussen.-->
 
<!--obrige Abbildung durch den errechneten Korrekturfaktor angepasst, da verschiedene Faktoren auf Zellextrakt wirken und so diesen beeinflussen.-->
Line 433: Line 471:
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/c/ce/Bielefeld-CeBiTec_induction_T7-copAP_copper_in_cueR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction with different copper concentrations. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/c/ce/Bielefeld-CeBiTec_induction_T7-copAP_copper_in_cueR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/c/ce/Bielefeld-CeBiTec_induction_T7-copAP_copper_in_cueR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="Figure 10: Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction with different copper concentrations. Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/c/ce/Bielefeld-CeBiTec_induction_T7-copAP_copper_in_cueR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction with different copper concentrations. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 10: Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction with different copper concentrations. Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure>
 
</figure>
 
</div>
 
</div>
 
  <div class="col-md-6 text-center" style="margin-bottom: 50px"><figure style="width: 600px">
 
  <div class="col-md-6 text-center" style="margin-bottom: 50px"><figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/0/01/Bielefeld-CeBiTec_correction_induction_T7-copAP_in_cueR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter with different copper concentrations. Error bars represent the standard deviation of three biological replicates. Data are normalized on coppers influence to the cell extract.."><img src="https://static.igem.org/mediawiki/2015/0/01/Bielefeld-CeBiTec_correction_induction_T7-copAP_in_cueR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/0/01/Bielefeld-CeBiTec_correction_induction_T7-copAP_in_cueR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="Figure 11: Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter with different copper concentrations. Error bars represent the standard deviation of three biological replicates. Data are normalized on coppers influence to the cell extract. "><img src="https://static.igem.org/mediawiki/2015/0/01/Bielefeld-CeBiTec_correction_induction_T7-copAP_in_cueR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter with different copper concentrations. Error bars represent the standard deviation of three biological replicates. Data are normalized on coppers influence to the cell extract.</figcaption>
+
<figcaption>Figure 11: Copper specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of copper inducible promoter with different copper concentrations. Error bars represent the standard deviation of three biological replicates. Data are normalized on coppers influence to the cell extract. </figcaption>
 
</figure>
 
</figure>
 
</div>
 
</div>
Line 445: Line 483:
  
  
<p>Compared to the former fluorecence leves the T7 reporter device showed higher levels therefore a reporter device under the control of T7 promoter is more suitable for our CFPS.</p>
+
<p>Compared to the former fluorescence levels the T7 reporter device showed higher levels. Therefore, a reporter device under the control of T7 promoter is more suitable for our CFPS.</p>
  
  
 
<!-- auch dieses Abbildung wurde mit dem Korrekturfaktor korrigiert-->
 
<!-- auch dieses Abbildung wurde mit dem Korrekturfaktor korrigiert-->
  
<p> After normalising on coppers influcence to the cell extract these differecnces were even more obvious.</p>
+
<p>After normalizing on coppers influence to the cell extract these differences were even more obvious.</p>
  
  
<h2>To sum it up</h2>
+
 
<p>Our copper sensors <i>in vivo</i> data show that detection of different copper concentrations is possible. The fluorescence levels defer clearly between different induction concentrations. As shown above higher copper concentration, higher the fluorescence signal. Therefore the concept of our sensor is functional even if the concentration needed for induction are to high to reach sensitively concerning the WHO guidelines for copper. Our sensor has been tested <i>in vitro</i> as well. For copper we tested our original CopAP construct without a T7 promoter in front of the inducible at first.  After realizing that the sensor shows the right tendencies but the general fluorescence is quite low we created an inducible promoter under the control of a T7 promoter to use in CFPS. Fluorescence levels of this device showed the same tendencies as the one without but were higher fluorescence’s, which helps detecting it.</p>
+
<h2>To summarize</h2>
 +
<p>Our copper sensors <i>in vivo</i> data show that detection of different copper concentrations is possible. The fluorescence levels differ clearly between different induction concentrations. As shown above higher copper concentration, higher the fluorescence signal. Therefore the concept of our sensor is functional even if the concentration needed for induction are to high to reach sensitively concerning the WHO guidelines for copper. Our sensor has been tested <i>in vitro</i> as well. For copper we tested our original CopAP construct without a T7 promoter in front of the inducible at first.  After realizing that the sensor shows the right tendencies but the general fluorescence is quite low we created an inducible promoter under the control of a T7 promoter to use in CFPS. Fluorescence levels of this device showed the same tendencies as the one without but were higher fluorescence’s, which helps detecting it.</p>
 +
   
 +
    <h3>References</h3>
 +
<div class="references"><p id="Guidelines for Drinking-water Quality, Fourth Edition "> Background document for development of WHO Guidelines for Drinking-water Quality, checked on 9/9/2015. Copper excess, zinc deficiency, and cognition loss in Alzheimer's disease - Brewer - 2012 - BioFactors - Wiley Online Library. Available online at http://onlinelibrary.wiley.com/doi/10.1002/biof.1005/abstract, checked on 8/28/2015. </p><p id=" US EPA ORD NCEA Integrated Risk Information System (IRIS) 2014"> US EPA ORD NCEA Integrated Risk Information System (IRIS) (2014): Copper (CASRN 7440-50-8) | IRIS | US EPA. Available online at http://www.epa.gov/iris/subst/0368.htm, updated on 10/31/2014, checked on 9/2/2015.</p></div>
 
</div>
 
</div>
 +
 +
 +
  
  
Line 461: Line 506:
 
<h1>Lead</h1>  
 
<h1>Lead</h1>  
  
Lead is one of the most used metals, because of this lead is found in different parts of the environment. The contamination of drinking water is often based on obstruct pipes. Long time absorption leads to adverse health effects in most organs in the body. The main targets are the nervous system, brain and liver. These damages can finally cause death. The World Health Organization recommends a limit of 10 µg/L in drinking water.
+
Lead is one of the most frequently used metals. Therefore, lead is found in many different parts of the environment (World Health Organization (WHO): Fact sheet number 379, Lead poisoning and health). The contamination of drinking water is often caused by obstructed pipes. Long time absorption leads to adverse health effects in most organs in the body (EPA Health Effects: How Lead Affects the body). The main targets are the nervous system, brain and liver. These damages can finally cause death. The World Health Organization recommends a limit of 10 µg of lead in 1 litre drinking water (WHO: Guidelines for Drinking-water Quality, fourth edition (2015)).
  
<h2><i>in vivo</i></h2></br>
+
<h2><i><i>in vivo</i> characterization </i></h2></br>
<p>In addition to these we constructed a sensor for lead detection. It consists of PbrR, the repressor, and the lead specific promoter PbrA. The promoter is regulated by the RcnR, which binds Pb-ions. As the former sensors this one encloses a sfGFP for detection via fluorescence. </p>
+
<p>In addition to the other heavy metal sensors, we constructed a sensor for lead detection. It consists of the repressor PbrR which binds at the operator box downstream of the <i>pbrAP </i>promoter. The binding of the repressor is reversible in the presence of Pb<sup>2+</sup> Ions. Those ions can weakened the repressors binding and hence, all genes downstream of the <i>pbrAP</i> promoter can be expressed. Like the former sensors this one encloses a sfGFP for detection via fluorescence. So if no lead is present in the media, the repressor binds to the operator box and the <i>pbrAP</i> promoter is blocked meaning that the transcription of <i>sfGFP</i> is prevented. No fluorescence signal is the results. By supplementation of lead, the repressor is separated from the operator box and the genes downstream of the promoter can be expressed.  </p>
  
<p>Our lead sensor consists of parts of the chromosomal lead operon of <EM> Cupriavidusmetallidurans (Ralstoniametallidurans) </EM>. This operon includes the promoter PbrA (<a href="http://parts.igem.org/Part:BBa_K1758332" target="_blank">BBa_K1758332 </a>) , which is regulated by the repressor pbrR. The PbrR belongs to the MerR family, of metal-sensing regulatoryproteins, and is Pb2+-inducible. Our sensor system comprises PbrR (<a href="http://parts.igem.org/Part:BBa_K1758330" target="_blank"> BBa_K1758330 </a>), which is under the control of a constitutive Promoter and PbrA and a 5’ untranslated region, which controls the transcription of a sfGFP and increases the fluorescence. Fluorescence implemented by sfGFP protein is the measured output signal. </p>
+
<p>The <i>pbrAP </i>promoter, the operator box and the PbrR repressor are parts of the chromosomal lead operon of Cupriavidus metallidurans (figure 2). This was cloned and transformed into <i>E.coli </i>KRX. This operon includes now the promoter <i>pbrAP </i>(<a href="http://parts.igem.org/Part:BBa_K1758332" target="_blank">BBa_K1758332</a>), which is regulated by the repressor PbrR. The PbrR belongs to the MerR family, of metal-sensing regulatory proteins, and is Pb<sup>2+</sup>-inducible. Our sensor system comprises <i>pbrR</i> (<a href="http://parts.igem.org/Part:BBa_K1758330" target="_blank">BBa_K1758330</a>), which is under the control of a constitutive Promoter and <i>pbrAP</i> and a 5’ untranslated region, which controls the transcription of a sfGFP and increases the fluorescence. Fluorescence implemented by sfGFP protein is the measured output signal (figure 3 and figure 4).   </p>
  
 
  <figure style="width: 600px">
 
  <figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/a/a3/Bielefeld-CebiTec_in_vivo_Lead.jpeg" data-lightbox="heavymetals" data-title="  "><img src="https://static.igem.org/mediawiki/2015/a/a3/Bielefeld-CebiTec_in_vivo_Lead.jpeg" alt="genetical approach"></a>
+
<a href="https://static.igem.org/mediawiki/2015/a/a3/Bielefeld-CebiTec_in_vivo_Lead.jpeg" data-lightbox="heavymetals" data-title="The concept of our <i>in vivo</i> lead sensor (BBa_K1758332), which consists of the repressor under the control of a constitutive promoter (BBa_K17583230) and the operator and promoter sequence of the lead inducible promoter. An untranslated region in front of the sfGFP, which is used for detection, enhances its expression (BBa_K1758332)."><img src="https://static.igem.org/mediawiki/2015/a/a3/Bielefeld-CebiTec_in_vivo_Lead.jpeg" alt="genetical approach"></a>
<figcaption>Construct  konst.Prom + PbrR+CopAP-UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758334" target="_blank"> BBa_K1758334</a> consisting of konst.Prom + PbrR <a href="http://parts.igem.org/Part:BBa_K1758330" target="_blank"> BBa_K17583230</a> and PbrA-UTR-sfGF <a href="http://parts.igem.org/Part:BBa_K1758333" target="_blank"> BBa_K1758333</a> used for<i>in vivo</i> characterization.</figcaption>
+
<figcaption>Figure 2: The concept of our in vivo lead sensor (<a href="http://parts.igem.org/Part:BBa_K1758332" target="_blank">BBa_K1758332</a>) which consists of the repressor under the control of a constitutive promoter (<a href="http://parts.igem.org/Part:BBa_K1758330" target="_blank">BBa_K17583230</a>) and the operator and promoter sequence of the lead inducible promoter. An untranslated region in front of the sfGFP, which is used for detection, enhances its expression (<a href="http://parts.igem.org/Part:BBa_K1758332" target="_blank">BBa_K1758332</a>).</figcaption>
 
</figure>
 
</figure>
  
 
     <div class="row">
 
     <div class="row">
 
<div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 600px">
 
<div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 600px">
<a href="http://https://static.igem.org/mediawiki/2015/d/d5/Bielefeld-CeBiTec_Biolector_lead.jpg" data-lightbox="heavymetals" data-title="Time course of the induction of a lead biosensor with sfGFP for different lead concentrations in vivo. The data are measured with BioLector and normalized on OD600. Error bars represent the standard deviation of two biological replicates. "><img src="https://static.igem.org/mediawiki/2015/d/d5/Bielefeld-CeBiTec_Biolector_lead.jpg" alt="Adjusting the detection limit"></a>
+
<a href="http://https://static.igem.org/mediawiki/2015/d/d5/Bielefeld-CeBiTec_Biolector_lead.jpg" data-lightbox="heavymetals" data-title="Figure 3: Time course of the induction of a lead biosensor with sfGFP for different lead concentrations <i>in vivo</i>. The data are measured with BioLector and normalized to the OD<sub>600</sub>. Error bars represent the standard deviation of two biological replicates. "><img src="https://static.igem.org/mediawiki/2015/d/d5/Bielefeld-CeBiTec_Biolector_lead.jpg" alt="Adjusting the detection limit"></a>
<figcaption>Time course of the induction of a lead biosensor with sfGFP for different lead concentrations in vivo. The data are measured with BioLector and normalized on OD600. Error bars represent the standard deviation of two biological replicates. </figcaption>
+
<figcaption>Figure 3: Time course of the induction of a lead biosensor with sfGFP for different lead concentrations <i>in vivo</i>. The data are measured with BioLector and normalized to the OD<sub>600</sub>. Error bars represent the standard deviation of two biological replicates. </figcaption>
 
</figure>
 
</figure>
 
</div>
 
</div>
 
<div class="col-md-6 text-center" style="margin-bottom: 50px"><figure style="width: 600px">
 
<div class="col-md-6 text-center" style="margin-bottom: 50px"><figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/a/aa/Bielefeld-CeBiTec_Biolector_lead_Balkendiagramm.jpeg" data-lightbox="heavymetals" data-title="Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/a/aa/Bielefeld-CeBiTec_Biolector_lead_Balkendiagramm.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/a/aa/Bielefeld-CeBiTec_Biolector_lead_Balkendiagramm.jpeg" data-lightbox="heavymetals" data-title="Figure 4: Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of two biological replicates. "><img src="https://static.igem.org/mediawiki/2015/a/aa/Bielefeld-CeBiTec_Biolector_lead_Balkendiagramm.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 4: Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of two biological replicates. </figcaption>
 
</figure>
 
</figure>
 
</div>
 
</div>
 
</div>
 
</div>
  
<p> The results of the lead sensor show in vivo no significant differences between the different concentrations. But you can see that the decreasing concentrations show a decrease in fluorescence. This biosensor showed the right trend. For using this sensor it has to be optimized. We don’t use this sensor in Cell-free-Protein-synthesis, because of the low expression of sfGFP and not enough time at our in vivo tests. In future it should be characterized with CFPS to show if this sensor have potential in this system in spite of the results in vivo.  
+
<p>We tested our lead sensor with sfGFP as reporter gene to verify the functionality of the system. Subsequently, we tested different lead concentrations. The kinetic of our sensors response to different lead concentrations is shown in figure 3. The first 40 hours show a strong increase in fluorescence. After that the increase in fluorescence reaches a plateau. For better visualization the kinetics of figure 3 are represented as bars in figure 4. A fluorescence level difference for 60 min, 150 min and 650 min is represented.</p>
  
  
The differences between inductions with various lead concentrations are really slight therefore this sensor needs further optimization which was not possible in this limited time. But as there is a fluorescence response to lead this sensor has the potential work as expected. In the future a characterization in CFPS systems would be interesting. </p>
+
<p> The results of the lead sensor show no significant differences between the different concentrations (figure 3). This might be due to the <i>pbrAP’s</i> weak promoter strength in <i>E. coli.</i> Further reasons are most likely in the weak repressor binding to its operator.  So, we suggest for the usage of this sensor, it has to be optimized. Moreover we were lacking time for further in vivo characterizations and different experimental setups. Hence, we did not use this sensor in further experiments regarding Cell-free-Protein-synthesis (CFPS). . In the future a characterization in the CFPS systems would be desirable.   </p>
  
<h2>To sum it up</h2>
+
 
 +
<h2>To summarize</h2>
 
<p>Our lead sensor was characterized <i>in vivo</i> only. The differences between inductions with various lead concentrations are really slight therefore this sensor needs further optimization which was not possible in this limited time. But as there is a fluorescence response to lead this sensor has the potential work as expected. In the future a characterization in CFPS systems would be interesting.</p>
 
<p>Our lead sensor was characterized <i>in vivo</i> only. The differences between inductions with various lead concentrations are really slight therefore this sensor needs further optimization which was not possible in this limited time. But as there is a fluorescence response to lead this sensor has the potential work as expected. In the future a characterization in CFPS systems would be interesting.</p>
 +
   
 +
    <h3>References</h3>
 +
<div class="references">
 +
<p id="EPA"> EPA Health Effects: How Lead Affects the body, checked on 2015-09-17. </p>
 +
<p id="WHO Guidelines for Drinking water"> WHO Guidelines for Drinking-water Quality fourth edition, checked on 2015-09-09.  </p>
 +
<p id="WHO"> WHO lead poisoning and health, fact sheet number 379, reviewed August 2015, checked on 2015-09-17.
 +
</p>
 +
</div>
 
</div>
 
</div>
  
Line 498: Line 552:
 
<h1>Mercury</h1>
 
<h1>Mercury</h1>
  
<p>The main sources of mercury exposure are generated through humans. For example mercury contamination can be caused by medical waste (damaged measurement instruments), Fluorescent-lamps, Chlor- Alkali plants and thermal power plants. In the environment, mercury is one of the most toxic elements. Acute effects of a mercury intoxication can range from diseases of the Liver, kidney, gastrointestinal tract, to Neuromuscular and neurological problems. A chronic intoxication of mercury results in kidney changes, changes in the central nervous system and other effects like cancer. The World Health Organization recommends a limit of 6 µg/L in drinking water. </p>
+
<p>The main sources of mercury exposure are generated through humans. For example mercury contamination can be caused by medical waste (damaged measurement instruments), Fluorescent-lamps, Chloralkali plants and thermal power plants. In the environment, mercury is one of the most toxic elements . Acute effects of a mercury intoxication can range from diseases of the liver, kidney, gastrointestinal tract, to neuromuscular and neurological problems. A chronic intoxication of mercury results in kidney changes, changes in the central nervous system and other effects like cancer. The World Health Organization recommends a limit of 6 µg/L in drinking water. </p>
  
 
<h2><i>in vivo</i></h2>
 
<h2><i>in vivo</i></h2>
Line 507: Line 561:
 
Increased fluorescence signal after induction with mercury.-->
 
Increased fluorescence signal after induction with mercury.-->
  
<p>One of the already existing sensors we use for our system is the mercury sensor consisting of MerR the activator and the mercury specific promoter MerT. The promoter is regulated by the MerR, which binds Hg-ions. Similar to the former sensors we added a sfGFP for detection via fluorescence. </p></br>
+
<p>One of the already existing sensors we used for our system is the mercury sensor consisting of MerR the activator and the mercury specific promoter <i>pmerT</i>. The promoter is regulated by the MerR, which binds Hg<sup>2+</sup>-ions. Similar to the former sensors we added a sfGFP for detection via fluorescence. </p></br>
  
<p>For our mercury sensor we use parts of the mercury sensor constructed by iGEM team Peking 2010. The parts of iGEM team Peking 2010 consist of the mercury dependent Mer operon from <EM>shigella flexneri R100</EM> plasmid Tn21. The expression of the Mer operon is depends on the regulation by MerR its activator and promoter MerT. For our sensor we used the codon optimized activator (<a href="http://parts.igem.org/Part:BBa_K1758340" target="_blank">BBa_K1758340</a>), under control of a constitutive promoter, of iGEM Peking 2010 (<a href="http://parts.igem.org/Part:BBa_K346001" target="_blank">BBa_K346001</a>). Additionally to the activator of Peking 2010 we used the specific promoter MerT (<a href="http://parts.igem.org/Part:BBa_K346002" target="_blank">BBa_K346002</a>) from this team. For our sensor we added a 5’UTR behind this promoter to increase the fluorscence of the used reporter protein sfGFP.</p>
+
<p>For our mercury sensor we used parts of the mercury sensor constructed by iGEM team Peking 2010. These parts consist of the mercury dependent <i>mer</i> operon from <i>Shigella flexneri</i> R100 plasmid <i>Tn21</i>. The expression of the genes in the <i>mer</i> operon depends on the regulation by MerR its activator and promoter <i>PmerT</i>. For our sensor we used the codon optimized activator (<a href="http://parts.igem.org/Part:BBa_K1758340" target="_blank">BBa_K1758340</a>), under control of a constitutive promoter,(<a href="http://parts.igem.org/Part:BBa_K346001" target="_blank">BBa_K346001</a>). Additionally to this activator we designed and constructed the specific promoter <i>PmerT</i>(<a href="http://parts.igem.org/Part:BBa_K346002" target="_blank">BBa_K346002</a>)(figure 2). For our sensor we added a 5’-UTR downstreamd of this promoter, which increased the fluorscence of the used reporter protein sfGFP.</p>
  
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/0/0d/Bielefeld-CebiTec_in_vivo_Mercury.jpeg" data-lightbox="heavymetals" data-title=" Construct konst.Prom + MerR+MerT-UTR-sfGFP consisting of konst.Prom + MerR and MerT-UTR-sfGF used for<i>in vivo</i> characterization. "><img src="https://static.igem.org/mediawiki/2015/0/0d/Bielefeld-CebiTec_in_vivo_Mercury.jpeg"></a>
+
<a href="https://static.igem.org/mediawiki/2015/0/0d/Bielefeld-CebiTec_in_vivo_Mercury.jpeg" data-lightbox="heavymetals" data-title=" Figure 2: The concept of our <i>in vivo</i> mercury sensor (BBa_K1758343), which consists of the activator under the control of a constitutive promoter  (BBa_K1758340)and the operator and promoter sequence of the mercury inducible promoter. An untranslated region in front of the sfGFP, which is used for detection, enhances its expression (BBa_K1758342)."><img src="https://static.igem.org/mediawiki/2015/0/0d/Bielefeld-CebiTec_in_vivo_Mercury.jpeg"></a>
<figcaption>Construct konst.Prom + MerR+MerT-UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758344" target="_blank"> BBa_K1758344</a> consisting of konst.Prom + MerR <a href="http://parts.igem.org/Part:BBa_K1758340" target="_blank"> BBa_K1758340</a> and MerT-UTR-sfGF <a href="http://parts.igem.org/Part:BBa_K1758342" target="_blank"> BBa_K1758342</a> used for<i>in vivo</i> characterization.</figcaption>
+
<figcaption>Figure 2: The concept of our <i>in vivo</i> mercury sensor (<a href="http://parts.igem.org/Part:BBa_K1758343" target="_blank"> BBa_K1758343</a>), which consists of the activator under the control of a constitutive promoter  <a href="http://parts.igem.org/Part:BBa_K1758340" target="_blank"> BBa_K1758340</a>)and the operator and promoter sequence of the mercury inducible promoter. An untranslated region in front of the sfGFP, which is used for detection, enhances its expression (<a href="http://parts.igem.org/Part:BBa_K1758342" target="_blank"> BBa_K1758342</a>).</figcaption>
 
</figure>
 
</figure>
  
Line 519: Line 573:
 
<div class="row">
 
<div class="row">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 600px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/6/67/Bielefeld-CeBiTec_mercury_fluorescence_in_vivo.jpeg" data-lightbox="heavymetals" data-title="During cultivation the sfGFP signal in reaction to different mercury concentrations was measured. The induction with mercury happened after 165 minutes. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/6/67/Bielefeld-CeBiTec_mercury_fluorescence_in_vivo.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/6/67/Bielefeld-CeBiTec_mercury_fluorescence_in_vivo.jpeg" data-lightbox="heavymetals" data-title="Figure 3: During cultivation the sfGFP signal in reaction to different mercury concentrations was measured. The induction with mercury happened after 165 minutes. Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/6/67/Bielefeld-CeBiTec_mercury_fluorescence_in_vivo.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>During cultivation the sfGFP signal in reaction to different mercury concentrations was measured. The induction with mercury happened after 165 minutes. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 3: During cultivation the sfGFP signal in reaction to different mercury concentrations was measured. The induction with mercury happened after 165 minutes. Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure>
 
</figure>
 
     </div>
 
     </div>
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/5/52/Bielefeld-CeBiTec_mercury_fluorescence_in_vivo_Balkendiagramm.jpeg" data-lightbox="heavymetals" data-title="Fluorescence levels at two different stages of cultivation. Shown are levels after 120 minutes and 190 minutes. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/5/52/Bielefeld-CeBiTec_mercury_fluorescence_in_vivo_Balkendiagramm.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/5/52/Bielefeld-CeBiTec_mercury_fluorescence_in_vivo_Balkendiagramm.jpeg" data-lightbox="heavymetals" data-title="Figure 4: Fluorescence levels at two different stages of cultivation. Shown are levels after 120 minutes and 190 minutes. Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/5/52/Bielefeld-CeBiTec_mercury_fluorescence_in_vivo_Balkendiagramm.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Fluorescence levels at two different stages of cultivation. Shown are levels after 120 minutes and 190 minutes. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 4: Fluorescence levels at two different stages of cultivation. Shown are levels after 120 minutes and 190 minutes. Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure>
 
</figure>
 
         </div>
 
         </div>
Line 532: Line 586:
  
  
 +
<p>We tested our mercury sensor with sfGFP as reporter gene, to test the functionality of the system. Moreover we tested different concentrations. The kinetic of our sensors response to different mercury concentrations is shown in figure 3. A strong increase in fluorescence levels is notecible after induction with mercury after 120 min. For better visualization the kinetics of figure 3 are represented as bars in figure 4. A fluorescence level difference for 120 min and 190 min is represented.</p>
  
  
  
  
 +
<p><i>In vivo</i> data show a highly significant, well working sensor, which even reacts to concentrations below the threshold of the water guidelines by the WHO (Figure 3 and 4).  <p>
  
<p><i>In vivo</i> data show a highly significant, well working  sensor which even reacts to concentrations which are mentioned as drinking water guidelines by the WHO. <p>
 
  
  
 
+
<p>The mercury detection was measured during the cultivation of <i>E. coli</i> KRX at 37 °C (Figure 3 and 4). The strain contained the plasmid with the activator <i>merR</i>  under the control of a constitutive promoter and the specific promoter with an operator binding site, which reacts to the activator with bound Hg <sup>2+</sup>-ions. The specific promoter is located upstream of the sfGFP CDS. Therefore, the mercury in the medium is detected via formation of sfGFP. <i>In vivo</i>this sensor devise shows a fast answer to occurrence of his heavy metal contrary to the other sensor systems <i>In vivo</i>.</p>
<p>The mercury detection was measured during the cultivation of <i>E. coli</i> KRX at 37 °C. The strain contains the plasmid with the activator MerRunder the control of a constitutive promoter and the specific promoter with operator site which reacts to the activator with bound Hg-ions. The specific promoter is in front of sfGFP for measurment , so the mercury in the medium is detected directly.<i>In vivo</i> this sensor devise shows a fast answer to occurrence of his heavy metal contrary to the other sensor systems <i>in vivo</i>.</p>
+
  
 
<p> Therefore we tested our sensor <i>in vitro</i> to check if an already functioning highly optimized sensor provides required data for guideline detections </p>
 
<p> Therefore we tested our sensor <i>in vitro</i> to check if an already functioning highly optimized sensor provides required data for guideline detections </p>
Line 547: Line 601:
  
 
<h2><i>in vitro</i></h2>
 
<h2><i>in vitro</i></h2>
<p>For the characterization of the mercury sensor with CFPS we used parts differing from that we used in vivo characterization. For the in vitro characterization we used a cell extract out of cells which contain the Plasmid (<a href="http://parts.igem.org/Part:BBa_K1758340" target="_blank"> BBa_K1758340</a>). In addition to that we added Plasmid-DNA of the copper specific promoter merT with 5’UTR-sfGFP under the control of T7-promoter (<a href="http://parts.igem.org/Part:BBa_K1758344" target="_blank"> BBa_K1758344</a>)to the cell extract. The T7-promoter is needed to get a better fluorescence expression. </p>     
+
<p>For the characterization of the mercury sensor with CFPS we used parts differing from that we used in the <i>in vivo</i> characterization. For the <i>in vitro</i> characterization we used a cell extract out of cells, which contained the plasmid (<a href="http://parts.igem.org/Part:BBa_K1758340" target="_blank"> BBa_K1758340</a>)(figure 5). In addition, we added plasmid DNA to the cell extract. This plasmid consisted of the mercury specific promoter <i>pmerT</i> with 5’-UTR-sfGFP. The entire sequence was placed under the control of of T7-promoter (<a href="http://parts.igem.org/Part:BBa_K1758344" target="_blank"> BBa_K1758344</a>)(figure 6). The T7-promoter is needed to get a better fluorescence expression.</p>     
  
 
<div class="row">
 
<div class="row">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 400px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 400px">
   <a href=" https://static.igem.org/mediawiki/2015/3/3c/Bielefeld-CeBiTec_in_vitro_merR-part.jpeg" data-lightbox="heavymetals" data-title=" konst.Prom + MerR used for<i> in vitro</i> characterization. " alt="repressor construct used for in vivo characterization."><img src=" https://static.igem.org/mediawiki/2015/3/3c/Bielefeld-CeBiTec_in_vitro_merR-part.jpeg" alt="repressor construct used for in vitro characterisation"></a> <figcaption> konst.Prom + MerR <a href="http://parts.igem.org/Part:BBa_K175840" target="_blank">BBa_K175840</a> used for<i>in vitro</i> characterization. </figcaption>
+
   <a href=" https://static.igem.org/mediawiki/2015/3/3c/Bielefeld-CeBiTec_in_vitro_merR-part.jpeg" data-lightbox="heavymetals" data-title=" Figure 5: To produce the cell extract for <i>in vitro</i> characterization a construct (BBa_K1758340 ) with chromium repressor under the control of a constitutive promoter and strong RBS. " alt="repressor construct used for in vivo characterization."><img src=" https://static.igem.org/mediawiki/2015/3/3c/Bielefeld-CeBiTec_in_vitro_merR-part.jpeg" alt="repressor construct used for in vitro characterisation"></a> <figcaption>Figure 5: To produce the cell extract for <i>in vitro</i> characterization a construct (<a href="http://parts.igem.org/Part:BBa_K175840" target="_blank">BBa_K175840</a>) with chromium repressor under the control of a constitutive promoter and strong RBS (BBa_K608002) is needed. </figcaption>
 
</figure>
 
</figure>
 
     </div>
 
     </div>
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 400px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"> <figure style="width: 400px">
   <a href=" https://static.igem.org/mediawiki/2015/e/e2/Bielefeld-CebiTec_in_vitro_T7-merT-UTR-sfGFP.jpeg " data-lightbox="heavymetals" data-title="T7-merT-UTR-sfGFP used for<i>in vitro</i> characterization." https://static.igem.org/mediawiki/2015/e/e2/Bielefeld-CebiTec_in_vitro_T7-merT-UTR-sfGFP.jpeg " alt="promoter construct used for in vivo characterization."><img src=" https://static.igem.org/mediawiki/2015/e/e2/Bielefeld-CebiTec_in_vitro_T7-merT-UTR-sfGFP.jpeg" alt="promoter construct used for in vivo characterisation "></a> <figcaption>T7-merT-UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758344" target="_blank"> BBa_K175844</a> used for<i>in vitro</i> characterization.</figcaption>
+
   <a href=" https://static.igem.org/mediawiki/2015/e/e2/Bielefeld-CebiTec_in_vitro_T7-merT-UTR-sfGFP.jpeg " data-lightbox="heavymetals" data-title="T7-PmerT-UTR-sfGFP used for<i>in vitro</i> characterization."><img src=" https://static.igem.org/mediawiki/2015/e/e2/Bielefeld-CebiTec_in_vitro_T7-merT-UTR-sfGFP.jpeg" alt="promoter construct used for in vivo characterisation "></a> <figcaption>T7-<i>PmerT</i>-UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758344" target="_blank"> BBa_K175844</a> used for<i>in vitro</i> characterization.</figcaption>
 
</figure>   
 
</figure>   
 
         </div>
 
         </div>
Line 567: Line 621:
 
      
 
      
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/b/b9/Bielefeld-CeBiTec_Influence_of_mercury_on_the_cell_extract.jpeg" data-lightbox="heavymetals" data-title="TEXT Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/b/b9/Bielefeld-CeBiTec_Influence_of_mercury_on_the_cell_extract.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/b/b9/Bielefeld-CeBiTec_Influence_of_mercury_on_the_cell_extract.jpeg" data-lightbox="heavymetals" data-title="Figure 7: Influence of different mercury concentrations on our crude cell extract. Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/b/b9/Bielefeld-CeBiTec_Influence_of_mercury_on_the_cell_extract.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Influence of different mercury concentrations on our crude cell extract. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 7: Influence of different mercury concentrations on our crude cell extract. Error bars represent the standard deviation of three biological replicates.</figcaption>
 
</figure>
 
</figure>
  
Line 582: Line 636:
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px">  
 
<figure style="width: 600px">
 
<figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/7/7f/Bielefeld-CeBiTec_induction_mercury_in_merR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="TEXT Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/7/7f/Bielefeld-CeBiTec_induction_mercury_in_merR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/7/7f/Bielefeld-CeBiTec_induction_mercury_in_merR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="Figure 8: Mercury specific cell extract made from E. coli cells, which have already expressed the activator before cell extract production. Induction of mercury inducible promoter without T7 in front of the operator site with different mercury concentrations. Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/7/7f/Bielefeld-CeBiTec_induction_mercury_in_merR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Mercury specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of mercury inducible promoter without T7 in front of the operator site with different mercury concentrations. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 8: Mercury specific cell extract made from E. coli cells, which have already expressed the activator before cell extract production. Induction of mercury inducible promoter without T7 in front of the operator site with different mercury concentrations. Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure>
 
</figure>
 
</div>
 
</div>
Line 589: Line 643:
 
<figure style="width: 600px">
 
<figure style="width: 600px">
 
<a href="https://static.igem.org/mediawiki/2015/f/f9/Bielefeld-CeBiTec_correction_induction_mercury_in_merR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="TEXT Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/f/f9/Bielefeld-CeBiTec_correction_induction_mercury_in_merR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
 
<a href="https://static.igem.org/mediawiki/2015/f/f9/Bielefeld-CeBiTec_correction_induction_mercury_in_merR_cell-extract.jpeg" data-lightbox="heavymetals" data-title="TEXT Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/f/f9/Bielefeld-CeBiTec_correction_induction_mercury_in_merR_cell-extract.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Mercury specific cell extract made from <i>E. coli</i> cells which have already expressed the activator before cell extract production. Induction of mercury inducible promoter without T7 in front of the operator site with different mercury concentrations. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 9: Mercury specific cell extract made from <i>E. coli</i> cells, which have already expressed the activator before cell extract production. Induction of mercury inducible promoter without T7 in front of the operator site with different mercury concentrations. Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure>
 
</figure>
 
</div>
 
</div>
 
         </div>
 
         </div>
  
 +
<p><i>In vitro</i> this sensor showed good results. The fluorescence level was high at low concentrations. Additionally, it showed that the expression level at 6 µg/L (Guideline of WHO for Mercury) reached the maximal signal. This result indicated the potential for measurement of concentrations under 6 µg/L.To confirm this hypothesis, it takes more experiments and tests with lower concentrations. Due to the high expression of sfGFP at low concentrations and the same expression level at different concentrations, it is not possible to quantify mercury with CFPS analyses . , Our model predicted this observation. During the measurement we noticed that the heavy metals have negative influences on the cell extract. Because of this fact, we used a correction factor, which resulted from the heavy metals influence on the CFPS system. This already optimized sensor showed the high potential of optimized sensors in CFPS.</p>
  
<h2>To sum it up</h2>
+
 
<p>Our mercury sensor works well <i>in vivo</i> as data show. There is a clearly noticeable increase in fluorescence after induction with mercury. Even the WHO guideline is measurable. This well working sensor was tested in <i>in vitro</i>as well. Taken data suggest, that maximal output is reached at concentrations of 6µg/L, which represent the former mentioned WHO guideline. With optimization a detection of even lower concentrations could be possible <i>in vitro</i>.</p>
+
 
 +
 
 +
<h2>To summarize</h2>
 +
<p>We demonstrated, that our mercury sensor works well <i>in vivo</i> (figure 4). There is a clearly noticeable increase in fluorescence after induction with mercury. Even the threshold concentration, which is given in the WHO guideline, can be measured. This well working sensor was tested in <i>in vitro</i> as well. The presented data suggested, that maximal output is reached at concentrations of 6 µg/ L,which represent the value of the former mentioned WHO guideline. Further optimization could lead to a decreasing <i>in vitro</i> detection threshold.</p>
 
</div>
 
</div>
  
Line 602: Line 660:
 
<h1>Nickel</h1>
 
<h1>Nickel</h1>
  
<p> Naturally Nickel occurrences are quite low. In Germany most drinking water pollutions by nickel happen in the last meters of the plumbing system. The reason for these pollutions are wrong tap ware (kreusche). There may be higher concentrations in drinking-water in special cases of release from natural or industrial nickel deposits. Higher nickel concentrations in water can lead to dermatitis as itching of fingers and other parts of the body through long term skin contact. The World Health Organization recommends a limit of 70 µg/L in drinking water. </p>
+
<p> Naturally nickel occurrences are quite low and rare. In Germany most drinking water pollutions by nickel take place in the last meters of the plumbing system. The reason for these pollutions are wrong tap ware. There may be higher concentrations in drinking-water in special cases of release from natural or industrial nickel deposits. Higher nickel concentrations in water can lead to dermatitis as itching of fingers and other parts of the body through long term skin contact. The World Health Organization (WHO) recommends a limit of 70 µg/L in drinking water. </p>
  
 
<h2><i>in vivo</i></h2>
 
<h2><i>in vivo</i></h2>
  
<p>In addition to these we aimed to construct a sensor for nickel detection. It consists of RcnR the repressor and the nickel specific promoter RcnA. The promoter is regulated by the RcnR, which binds Ni-ions. As the former sensors this one encloses a sfGFP for detection via Fluorescence.</p>
+
<p>We aimed to construct a sensor for nickel detection. It consists of <i>rcnR</i> the repressor and the nickel specific promoter <i>prcnA</i>. The promoter is regulated by the RcnR, which binds Ni<sup>2+</sup>-ions. As the former sensors this one encloses a sfGFP for detection via fluorescence.</p>
  
 
   
 
   
  <p> Our Nickel biosensor consists of parts of the rcn-operon from <i> E. coli </i> which codes for a nickel- and cobalt-efflux system. This system is highly sensitive to nickel. In absence of nickel or cobalt RcnR binds to the operator and inhibits the nickel responsive promoter. With Ni(II)-ions present the repression of the promoter RcnA will be reversed, because the repressor RcnR binds nickel-ions and cannot attach to the DNA. For our biosensor we construct the part (<a href="http://parts.igem.org/Part:BBa_K1758353" target="_blank"> BBa_K1758353 </a>by using the basic construction showed in <Our biosensors >. For this part we used the repressor RcnR under control of a constitutive promoter (<a href="http://parts.igem.org/Part:BBa_K1758350" target="_blank"> BBa_K1758350 </a>) and the nickel specific promoter RcnA with a 5’UTR  in front of sfGFP (<a href="http://parts.igem.org/Part:BBa_K1758352" target="_blank"> BBa_K1758352 </a>) as reporter protein. </p>
+
  <p> Our nickel biosensor consists of parts of the <i>rcn</i>-operon from E. coli, which encodes a nickel- and cobalt-efflux system. This system is highly sensitive to nickel. In absence of nickel or cobalt RcnR binds to the operator and inhibits the nickel responsive promoter. With Ni<sup>2+</sup>-ions present the repression of the promoter <i>prcnA</i> will be reversed, because the repressor RcnR binds Ni<sup>2+</sup>-ions and cannot attach to the DNA. For our biosensor we construct the part <a href="http://parts.igem.org/Part:BBa_K1758353" target="_blank"> BBa_K1758353 </a> by using the basic construction shown in figure 2. For this part we used the repressor RcnR under control of a constitutive promoter (<a href="http://parts.igem.org/Part:BBa_K1758350" target="_blank"> BBa_K1758350 </a>) and the nickel specific promoter PrcnA with a 5’UTR  in front of sfGFP (<a href="http://parts.igem.org/Part:BBa_K1758352" target="_blank"> BBa_K1758352 </a>) as reporter protein. </p>
 
   
 
   
 
  <figure style="width: 600px">
 
  <figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/8/8e/Bielefeld-CebiTec_in_vivo_Nickel.jpeg" data-lightbox="heavymetals" data-title=" Construct  konst.Prom + rcnR+rcnA-UTR-sfGFP consisting of konst.Prom + rcnR and rcnA-UTR-sfGF used for<i>in vivo</i> characterization. "><img src="https://static.igem.org/mediawiki/2015/8/8e/Bielefeld-CebiTec_in_vivo_Nickel.jpeg"></a>
+
<a href="https://static.igem.org/mediawiki/2015/8/8e/Bielefeld-CebiTec_in_vivo_Nickel.jpeg" data-lightbox="heavymetals" data-title=" Figure 2: The concept of our <i>in vivo</i> nickel sensor (BBa_K1758354), which consists of the activator under the control of a constitutive promoter (BBa_K1758350)and the operator and promoter sequence of the nickel inducible promoter. An untranslated region in front of the sfGFP, which is used for detection, enhances its expression (BBa_K1758352) "><img src="https://static.igem.org/mediawiki/2015/8/8e/Bielefeld-CebiTec_in_vivo_Nickel.jpeg"></a>
<figcaption>Construct  konst.Prom + rcnR+rcnA-UTR-sfGFP <a href="http://parts.igem.org/Part:BBa_K1758354" target="_blank"> BBa_K1758354</a> consisting of konst.Prom + rcnR <a href="http://parts.igem.org/Part:BBa_K1758350" target="_blank"> BBa_K1758340</a> and rcnA-UTR-sfGF <a href="http://parts.igem.org/Part:BBa_K1758352" target="_blank"> BBa_K1758352</a> used for<i>in vivo</i> characterization.</figcaption> </figure>
+
<figcaption>Figure 2: The concept of our <i>in vivo</i> nickel sensor (<a href="http://parts.igem.org/Part:BBa_K1758354" target="_blank"> BBa_K1758354</a>), which consists of the activator under the control of a constitutive promoter (<a href="http://parts.igem.org/Part:BBa_K1758350" target="_blank"> BBa_K1758350</a>)and the operator and promoter sequence of the nickel inducible promoter. An untranslated region in front of the sfGFP, which is used for detection, enhances its expression (<a href="http://parts.igem.org/Part:BBa_K1758352" target="_blank"> BBa_K1758352</a>) </figcaption> </figure>
  
 
<div class="row">
 
<div class="row">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"><figure style="width: 600px">
 
     <div class="col-md-6 text-center" style="margin-bottom: 50px"><figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/c/c9/Bielefeld-CeBiTec_Biolector_nickel.jpg" data-lightbox="heavymetals" data-title="Time course of the induction of a lead biosensor with sfGFP for different nickel concentrations in vivo. The data are measured with BioLector and normalized on OD600. Error bars represent the standard deviation of two biological replicates. "><img src="https://static.igem.org/mediawiki/2015/c/c9/Bielefeld-CeBiTec_Biolector_nickel.jpg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/c/c9/Bielefeld-CeBiTec_Biolector_nickel.jpg" data-lightbox="heavymetals" data-title="Figure 3: Time course of the induction of a nickel biosensor with sfGFP for different nickel concentrations in vivo. The data are measured with BioLector and normalized on OD<sub>600</sub>. Error bars represent the standard deviation of two biological replicates. "><img src="https://static.igem.org/mediawiki/2015/c/c9/Bielefeld-CeBiTec_Biolector_nickel.jpg" alt="Adjusting the detection limit"></a>
<figcaption>Time course of the induction of a lead biosensor with sfGFP for different nickel concentrations in vivo. The data are measured with BioLector and normalized on OD600. Error bars represent the standard deviation of two biological replicates. </figcaption>
+
<figcaption>Figure 3: Time course of the induction of a nickel biosensor with sfGFP for different nickel concentrations in vivo. The data are measured with BioLector and normalized on OD<sub>600</sub>. Error bars represent the standard deviation of two biological replicates. </figcaption>
 
</figure>
 
</figure>
 
</div>
 
</div>
 
  <div class="col-md-6 text-center" style="margin-bottom: 50px"><figure style="width: 600px">
 
  <div class="col-md-6 text-center" style="margin-bottom: 50px"><figure style="width: 600px">
<a href="https://static.igem.org/mediawiki/2015/4/41/Bielefeld-CeBiTec_Biolector_nickel_Balkendiagramm.jpeg" data-lightbox="heavymetals" data-title="Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of three biological replicates."><img src="https://static.igem.org/mediawiki/2015/4/41/Bielefeld-CeBiTec_Biolector_nickel_Balkendiagramm.jpeg" alt="Adjusting the detection limit"></a>
+
<a href="https://static.igem.org/mediawiki/2015/4/41/Bielefeld-CeBiTec_Biolector_nickel_Balkendiagramm.jpeg" data-lightbox="heavymetals" data-title="Figure 4: Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of three biological replicates. "><img src="https://static.igem.org/mediawiki/2015/4/41/Bielefeld-CeBiTec_Biolector_nickel_Balkendiagramm.jpeg" alt="Adjusting the detection limit"></a>
<figcaption>Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of three biological replicates.</figcaption>
+
<figcaption>Figure 4: Fluorescence levels at three different stages of cultivation. Shown are levels after 60 minutes, 150 minutes and 650 minutes. Error bars represent the standard deviation of three biological replicates. </figcaption>
 
</figure>
 
</figure>
 
</div>
 
</div>
 
</div>
 
</div>
  
<p> The data for our nickel sensor show a trend that differs for that of the other sensors. There is no indication for a working sensor <i>in vivo </i>. There is a fluorescence signal but it decreases in the first 5 hours. After reaching a minimum the fluorescence increases slowly. Additionally there is no difference in fluorescence as response to various nickel concentration. Nickels influence on the cells could be lead to a fallout which could result in  decrease of fluorescence.
+
<p>We tested our nickel sensor with sfGFP as reporter gene, to test the functionality of the system. Moreover we tested different concentrations. The kinetic of our sensors response to different nickel concentrations is shown in figure 3. The first five hours show a strong decrease in fluorescence. After that there is a slight increase in fluorescence. Starting levels of fluorescence are not reached. For better visualization the kinetics of figure 3 are represented as bars in figure 4. A fluorescence level difference for 60 min, 150 min and 650 min is represented.</p>
With this sensor no production of sfGFp via fluorescence level change could be detected. Therefore this sensor is not suitable for approach. Therefore no <i> in vitro </i> data using CFPS were taken.</p></br>
+
  
<h2>To sum it up</h2>
+
<p> The data for our nickel sensor show a trend that differs for that of the other sensors. There is no indication for a working sensor <i>in vivo</i> (Figure 3 and 4). There is a fluorescence signal, but it decreases in the first five hours. After reaching a minimum the fluorescence increases slowly. Additionally, there is no difference in fluorescence as response to various nickel concentration. Nickel could influence the cells and thereby caused a precipitation, which could result in decrease of fluorescence.
 +
With this sensor no production of sfGFP via fluorescence level change could be detected. Therefore, this sensor is not suitable for our approach. Due to this observation, no <i>in vitro</i> data using CFPS were taken.</p></br>
 +
 
 +
<h2>To summarize</h2>
 
<p>With this sensor no production of sfGFP via fluorescence level change could be detected. Therefore, this sensor is not suitable for our approach. Consequently, no <i>in vitro</i> tests were performed.
 
<p>With this sensor no production of sfGFP via fluorescence level change could be detected. Therefore, this sensor is not suitable for our approach. Consequently, no <i>in vitro</i> tests were performed.
 
To create a working sensor based on this concept further optimization is needed.</p>
 
To create a working sensor based on this concept further optimization is needed.</p>
Line 637: Line 697:
  
  
<div style="background-color: lightgrey; padding: 0px 10px 5px 10px; margin-top: 40px">
+
<div class="conclusion" style="padding: 0px 10px 5px 10px; margin-top: 60px">
<h2>To sum it all up</h2>
+
<h2>To summarize all </h2>
 
<p>We have characterized heavy metal sensors for arsenic, chromium, copper, lead, mercury and nickel. The results for our nickel characterization indicated that the constructed nickel sensor is not suitable for our test strip. The sensors for lead and chromium showed great potential, as they showed responses to chromium or lead, but require further optimization. Copper, our new heavy metal sensor, worked as expected and was able to detect different copper concentrations. The already well-characterized sensors for arsenic and mercury were tested as well. While the arsenic sensor worked well <i>in vivo</i>, it requires some omptimization for the use <i>in vitro</i>. Mercury showed that a fully optimized sensor works very well in our <i>in vitro</i> system and has the potential to detect even lower concentrations than <i>in vivo</i>.</p>
 
<p>We have characterized heavy metal sensors for arsenic, chromium, copper, lead, mercury and nickel. The results for our nickel characterization indicated that the constructed nickel sensor is not suitable for our test strip. The sensors for lead and chromium showed great potential, as they showed responses to chromium or lead, but require further optimization. Copper, our new heavy metal sensor, worked as expected and was able to detect different copper concentrations. The already well-characterized sensors for arsenic and mercury were tested as well. While the arsenic sensor worked well <i>in vivo</i>, it requires some omptimization for the use <i>in vitro</i>. Mercury showed that a fully optimized sensor works very well in our <i>in vitro</i> system and has the potential to detect even lower concentrations than <i>in vivo</i>.</p>
</div>
 
 
</div>
 
</div>
  
  
</div>
+
    
</div>    
+
 
<div class="row footer">
 
<div class="row footer">
 
<div class="col-md-2 col-md-offset-10 text-center">
 
<div class="col-md-2 col-md-offset-10 text-center">

Latest revision as of 11:56, 2 November 2015

iGEM Bielefeld 2015


Heavy Metals

Results

Adjusting the detection limit
Figure 1: Influence of heavy metals on the growth of E.coli KRX. The tested concentrations were 20 µg/L lead, 60 µg/L mercury, 60 µg/L chromium, 80 µg/L nickel, 40 mg/L copper, which represent ten times the WHO guideline. The influence of arsenic was not tested as E. coli is known to be resistant to arsenic.

We tested our heavy metal biosensors in Escherichia coli as well as in our cell-free protein synthesis.

Prior to the in vivo characterization, we tested whether the heavy metals have a negative effect on the growth of E. coli.

As can be seen from the figure, we observed no significant difference between the growth in the presence of heavy metals and the controls. This first experiment showed us that in vivo characterization of these sensors is possible. Most cultivations for in vivo characterization were performed in the BioLector. Due to the accuracy of this device, we could measure our samples in duplicates. Subsequently, all functional biosensors were tested in vitro.

Click on the test strip for the results of our biosensor tests in E. coli and in our CFPS:

teststrip

To summarize all

We have characterized heavy metal sensors for arsenic, chromium, copper, lead, mercury and nickel. The results for our nickel characterization indicated that the constructed nickel sensor is not suitable for our test strip. The sensors for lead and chromium showed great potential, as they showed responses to chromium or lead, but require further optimization. Copper, our new heavy metal sensor, worked as expected and was able to detect different copper concentrations. The already well-characterized sensors for arsenic and mercury were tested as well. While the arsenic sensor worked well in vivo, it requires some omptimization for the use in vitro. Mercury showed that a fully optimized sensor works very well in our in vitro system and has the potential to detect even lower concentrations than in vivo.