Difference between revisions of "Team:TokyoTech/InterLab"

 
(One intermediate revision by one other user not shown)
Line 260: Line 260:
  
 
     <p style="font-size: 16px; text-indent:1em">  
 
     <p style="font-size: 16px; text-indent:1em">  
     <a href=https://2015.igem.org/Team:Tokyo_Tech/Experiment/Interlab>2015 Tokyo_Tech InterLab</a>
+
     <a href=https://2015.igem.org/Team:Tokyo_Tech/Experiment/Interlab>2015 Tokyo_Tech InterLab</a>, accessed Augst 8, 2017
 
     </p><br>
 
     </p><br>
  
Line 272: Line 272:
  
 
<!-- End page content -->
 
<!-- End page content -->
 +
</div>
 +
 +
<div class="w3-container" id="contact" style="margin-top:20px">
 +
<p id="pageTop" style="text-align:right"><a href="#wrap"><img src="https://static.igem.org/mediawiki/2017/0/0d/T--TokyoTech--page_top_2.png" style="width:200px"></a></p>
 
</div>
 
</div>
  
 
<!-- W3.CSS Container -->
 
<!-- W3.CSS Container -->
<div class="w3-light-grey w3-container w3-padding-32" style="margin-top:75px;padding-right:58px"><p class="w3-right">Hajime Fujita:  <a href="96haji.me" title="W3.CSS" target="_blank" class="w3-hover-opacity">All Rights Reserved</a></p><br></div>
+
<div class="w3-light-grey w3-container w3-padding-32" style="margin-top:75px;padding-right:58px"><p class="w3-right"><a href="http://96haji.me/" title="W3.CSS" target="_blank" class="w3-hover-opacity">Hajime Fujita with W3.CSS: All Rights Reserved</a></p></div>
  
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 
<script>
 
<script>
 
// Script to open and close sidebar
 
// Script to open and close sidebar
Line 288: Line 293:
 
     document.getElementById("myOverlay").style.display = "none";
 
     document.getElementById("myOverlay").style.display = "none";
 
}
 
}
 
+
</script>
 +
<script>
 
// Modal Image Gallery
 
// Modal Image Gallery
 
function onClick(element) {
 
function onClick(element) {
Line 296: Line 302:
 
   captionText.innerHTML = element.alt;
 
   captionText.innerHTML = element.alt;
 
}
 
}
 +
$(function() {
 +
  var h = $(window).height();
 +
 +
  $('#wrap').css('display','none');
 +
  $('#loader-bg ,#loader').height(h).css('display','block');
 +
});
 +
 +
$(window).load(function () { //全ての読み込みが完了したら実行
 +
  $('#loader-bg').delay(900).fadeOut(800);
 +
  $('#loader').delay(600).fadeOut(300);
 +
  $('#wrap').css('display', 'block');
 +
});
 +
</script>
 +
<script>
 +
//■page topボタン
 +
$(function(){
 +
var topBtn=$('#pageTop');
 +
topBtn.hide();
 +
 +
//◇ボタンの表示設定
 +
$(window).scroll(function(){
 +
  if($(this).scrollTop()>80){
 +
    //---- 画面を80pxスクロールしたら、ボタンを表示する
 +
    topBtn.fadeIn();
 +
  }else{
 +
    //---- 画面が80pxより上なら、ボタンを表示しない
 +
    topBtn.fadeOut();
 +
  }
 +
});
 +
 +
// ◇ボタンをクリックしたら、スクロールして上に戻る
 +
topBtn.click(function(){
 +
  $('body,html').animate({
 +
  scrollTop: 0},500);
 +
  return false;
 +
});
 +
 +
});
 
</script>
 
</script>
  
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 00:17, 2 November 2017

<!DOCTYPE html> Coli Sapiens

iGEM Tokyo Tech

InterLab


Introduction


In iGEM 2017, the InterLab Study is one of the bronze medal criteria. We measured the GFP expression level of the six designated devices, positive control and negative control using the plate reader. It was the second time for our team to join this InterLab Study (The first time in iGEM 2015).



Summary


Our purpose was to investigate the RBS intensity and promoter intensity effects on gene expression by obtaining the fluorescence data of samples and comparing them. We prepared Device1〜Device6, Positive Control and Negative Control as shown below.


Fig. 1 Designated devices

Results


1. We obtained LUDOX correction values.


Fig. 2 LUDOX correct value

2. We obtained the two Fluorescein Standard Curve (normal and log scale).


Fig. 3 Fluorescein Standard Curve
Fig. 4 Fluorescein Standard Curve (log scale)

3. We obtained the graph bellow. The RFU of GFP / Turbidity was in the following order, Device1>Device4>Device2>Positive Control>Device5>Device3>Device6>Negative Control.


Fig. 5 Fluorescein (using AVERGE)
Fig. 6 Fluorescein (using GEOMEAN)

Discussion


Judging from the results, the gene expression is controlled by the intensity of promoter and the intensity of RBS. The promoter intensity of is supposed to be in the following order, J23101>J23106>J23117. The RBS intensity of I13504 is supposed to be higher than that of BCD2.E0040. Moreover, it is considered that the GFP expression level is dependent on individual to some extent.



Materials and Methods



Reference


2015 Tokyo_Tech InterLab, accessed Augst 8, 2017