Difference between revisions of "Team:OUC-China/Results"

(Prototype team page)
 
 
(12 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{OUC-China}}
 
{{OUC-China}}
 
<html>
 
<html>
 +
<head>
 +
  <meta charset="UTF-8">
 +
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
 +
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
  <link href="https://2016.igem.org/Team:OUC-China/css/bootstrap-min?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
  <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/ouc_wiki?action=raw&amp;ctype=text/css">
 +
  <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/affix?action=raw&amp;ctype=text/css">
 +
  <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/jquery?action=raw&amp;ctype=text/javascript"></script>
 +
  <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/bootstrap?action=raw&amp;ctype=text/javascript"></script>
 +
  <title>Results</title>
 +
<style type="text/css">
 +
        .banner-top{
 +
            margin-left: 12%;
 +
        }
 +
       
 +
        @media (min-width: 992px){
 +
            .work-content .col-md-4{
 +
                  width:25%;
 +
                  margin-right: 8%;
 +
            }
 +
           
 +
        }
 +
#contentSub, #contentcontainer, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .h3, .printfooter, .firstHeading, .visualClear {display: none;} /*-- hides default wiki settings --*/
  
 +
#globalWrapper, #content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
  
<div class="column full_size" >
+
    .oucBanner{background:url('https://static.igem.org/mediawiki/2016/e/ee/T--OUC-China--banner.fw.png');}
 +
.oucNav{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);}
 +
ul[class=dropdown-menu]{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);}
  
<p>Here you can describe the results of your project and your future plans. </p>
 
  
<h5>What should this page contain?</h5>
+
</style>
<ul>
+
<script type="text/javascript">
<li> Clearly and objectively describe the results of your work.</li>
+
<li> Future plans for the project </li>
+
<li> Considerations for replicating the experiments </li>
+
</ul>
+
  
</div>
+
  $(function(){
 +
  var AllHet = $(window).height();
 +
  var mainHet= $("#myNav").height();
 +
  var fixedTop = (AllHet - mainHet)/2
 +
//  $('div.floatCtro').css({top:fixedTop+'px'});
 +
  $('#myNav li').click(function(){
 +
var ind = $('#myNav li').index(this)+1;
 +
var topVal = $('#float0'+ind).offset().top;
 +
$('body,html').animate({scrollTop:topVal},1000)
 +
})
 +
$('#BtnTop').click(function(){
 +
$('body,html').animate({scrollTop:0},1000)
 +
})
 +
  $(window).scroll(scrolls)
 +
  scrolls()
 +
  function scrolls(){
 +
  var f1,f2,f3,f4,bck;
 +
  var fixRight = $('#myNav li');
 +
  var blackTop = $('#BtnTop')
 +
  var sTop = $(window).scrollTop();
 +
  fl = $("#float01").offset().top;
 +
  f2 = $("#float02").offset().top;
 +
  f3 = $("#float03").offset().top;
 +
  f4 = $("#float04").offset().top;
  
<div class="column half_size" >
+
 
 +
  if(sTop<=f2-100){
 +
  blackTop.fadeOut(300).css('display','none')
 +
  }
 +
  else{
 +
  blackTop.fadeIn(300).css('display','block')
 +
  }
 +
  if(sTop>=fl){
 +
  fixRight.eq(0).addClass('active').siblings().removeClass('active');
 +
  }
 +
  if(sTop>=f2-100){
 +
  fixRight.eq(1).addClass('active').siblings().removeClass('active');
 +
  }
 +
  if(sTop>=f3-100){
 +
  fixRight.eq(2).addClass('active').siblings().removeClass('active');
 +
  }
 +
  if(sTop>=f4-100){
 +
  fixRight.eq(3).addClass('active').siblings().removeClass('active');
 +
  }  
  
 
+
<h5> Project Achievements </h5>
+
    }
 
+
  })
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
</script>
 
+
<ul>
+
<li>A list of linked bullet points of the successful results during your project</li>
+
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
</ul>
+
 
+
</div>
+
 
+
 
+
<div class="column half_size" >
+
 
+
<h5>Inspiration</h5>
+
<p>See how other teams presented their results.</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
</ul>
+
 
+
</div>
+
  
  
 +
</head>
 +
<body data-spy="scroll" data-target="#myScrollspy">
 +
<div class="container">
 +
<nav class="oucNav navbar navbar-default navbar-fixed-top" role="navigation">
 +
<div class="container">
 +
<div class="navbar-header">
 +
  <button type="button" class="navbar-toggle" data-toggle="collapse"
 +
  data-target="#example-navbar-collapse">
 +
  <span class="sr-only">Turn</span>
 +
  <span class="icon-bar"></span>
 +
  <span class="icon-bar"></span>
 +
  <span class="icon-bar"></span>
 +
  </button>
 +
  <a class="navbar-brand oucBrand" href="#"><img src="https://static.igem.org/mediawiki/2016/f/fc/T--OUC-China--nav-logo-1.fw.png" alt="Brand"></a>
 +
</div>
 +
<div class="collapse navbar-collapse" id="example-navbar-collapse">
 +
  <ul class="nav navbar-nav" id="oucNav">
 +
<li><a href="https://2016.igem.org/Team:OUC-China">Home</a></li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Description">Description</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Design">Design</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Proof">Proof of concept </a></li>
 +
<li class="active"><a href="https://2016.igem.org/Team:OUC-China/Results">Results</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Parts<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Parts">Parts</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Basic_Part">Basic part</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Composite_Part">Composite parts</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Part_Collection">Part collection</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practice<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Human_Practices">Overview</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Communicating">Communicating & improving</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Investigating">Investigating & promoting</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Potential_application">Potential application</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Team<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Team">Team</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Collaborations">Collaborations</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Modeling<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Model">Model</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Software">Software</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Attributions">Attributions</a></li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Safety<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Notebook">Notebook</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Protocol">Protocol</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Safety">Safety</a></li>
 +
</ul>
 +
</li>
 +
  </ul>
 +
</div>
 +
</div>
 +
</nav>
 +
<div class="clearfix"></div>
 +
<div class="img_banner"><img src="https://static.igem.org/mediawiki/2016/5/5f/T--OUC-China--project-banner.jpg" class="img-responsive" alt="project-banner"></div>
 +
<div class="row">
 +
<div class="col-md-3" id="myScrollspy">
 +
<ul class="" data-spy="affix" data-offset-top="225" data-offset-bottom="150" id="myNav">
 +
<li class="active"><a href="#float01"><span style="font-family:'Lucida Calligraphy';font-size:22px;">T</span>est previous stem-loops</a></li>
 +
<li><a href="#float02"><span style="font-family:'Lucida Calligraphy';font-size:22px;">M</span>easure a series of designed stem-loops</a></li>
 +
<li><a href="#float03"><span style="font-family:'Lucida Calligraphy';font-size:22px;">C</span>onstruct a wonderful toolkit</a></li>
 +
<li><a href="#float04"><span style="font-family:'Lucida Calligraphy';font-size:22px;">F</span>urther exploration of free energy</a></li>
 +
<a id="BtnTop">
 +
<img src="https://static.igem.org/mediawiki/2016/d/d2/T--OUC-China--btt.png" alt="Back to top">
 +
</a>
 +
</ul>
 +
</div>
 +
<div class="col-md-9 hpMain">
 +
<br id="float01">
 +
<br>
 +
<h3 class="text-center">TEST PREVIOUS STEM-LOOPS</h3>
 +
<br>
 +
<p>It is reported that there are several native stem-loops that have effects on its flanking genes, either at the 3’ end or the 5’ end[1]. Ergo, we use two native stem-loops from <i>R. capsulatus</i> and <i>E.coli</i>[2] and a previously experimented stem-loops with different free energy to preliminary verify that stem-loops in the intergenic region can regulate the relative expression of two reporter genes within polycistrons. We measured them on both transcriptional and translational level.</p>
 +
<p>The result see as follows:</p>
 +
<div class="row">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/5/5e/T--OUC-China--result1.png" class="img-responsive" alt="Folding -25.6">
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p style="font-size:16px;">Figure.1  Both relative expression on RNA and protein level with stem-loop of -25.6 kcal/mol (measured by Mfold) are significantly higher than those of control group without stem-loop, which means stem-loops can coordinate the expression within cistrons. The vertical coordinate is the ratio of upstream gene gfp to downstream gene mcherry. Error bars indicate s.d. of mean of experiments in triplicate.</p>
 +
<p>After the function and sequences of stem-loops confirmed, we standardized and submitted them to iGEM part registry with detailed description.</p>
 +
<p><a href="https://2016.igem.org/Team:OUC-China/Part_Collection">Click here</a> to see more.</p>
 +
<p>Results suggested that stem-loops at 3’ end functioned well in regulation. Hence we tested another two native stem-loops in the following.</p>
 +
<div class="row">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/7/73/T--OUC-China--pr-3-4.jpg" class="img-responsive" alt="stem-loops-123">
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p style="font-size:16px;" class="text-center">Figure.2 Structures of three previous stem-loops</p>
 +
<div class="clearfix"></div>
 +
<div class="row">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/9/95/T--OUC-China--result3.jpg" class="img-responsive" alt="toolkit">
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p style="font-size:16px;">Figure.3 Stem-loops with lower folding free energy lead to stronger protection of upstream gene, which results in higher ratio of GFP to mCherry both in transcriptional and translational level. Error bars indicate s.d. of mean of experiments in triplicate</p>
 +
<br id="float02">
 +
<hr>
 +
<h3 class="text-center">MEASURE A SERIES OF DESIGNED STEM-LOOPS</h3>
 +
<br>
 +
<p>In addition to the confirmation of previous stem-loops, we also devoted to exploring new stem-loops designed by ourselves. It is difficult to estimate the relationship between structure and energy, thus we weighed several software and finally chose Mfold, a commonly acknowledged one. Employing the same rules, we designed several stem-loops (Figure.4) with various free folding energy and tested them (Figure.5). As shows, these parts tune the ratio of the upstream and downstream genes as well.</p>
 +
<div class="row">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/d/d5/T--OUC-China--pr-3-6.jpg" class="img-responsive" alt="1">
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p style="font-size:16px;" class="text-center">Figure.4 Structure of three stem-loops designed by ourselves</p>
 +
<div class="clearfix"></div>
 +
<div class="row">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/e/e9/T--OUC-China--result5.png" class="img-responsive" alt="2">
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p style="font-size:16px;">Figure.5 Both relative expression on RNA and protein level of designed stem-loops of -30.1, -34.4,38.8,44.9kcal/mol (measured by Mfold) compare to the control group without stem-loop. The vertical coordinates is the ratio of upstream gfp to downstream mCherry. Error bars indicate s.d. of mean of experiments in triplicate.</p>
 +
<br id="float03">
 +
<hr>
 +
<h3 class="text-center">CONSTRUCT A WONDERFUL TOOLKIT</h3>
 +
<br>
 +
<p>Collecting those validated previous stem-loops and our designed ones, we got a set of stem-loops to form a toolkit. We measured them both in transcriptional and translational level. We have submitted these parts to iGEM parts registry with detailed characterization. With the demands of bigger library and more detailed data, we are working on more stem-loops to expand our toolkit library.</p>
 +
<div class="row">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/3/30/T--OUC-China--proof-444.png" class="img-responsive" alt="1">
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p style="font-size:16px;" class="text-center">Figure.6 Structure of three stem-loops designed by ourselves</p>
 +
<br id="float04">
 +
<hr>
 +
<h3 class="text-center">FURTHER EXPLORATION OF FREE ENERGY</h3>
 +
<br>
 +
<p>We measured them both on transcriptional and translational level. We have submitted these parts to iGEM parts registry with detailed characterization. And with the demands of bigger library and more detailed data, we are working on more stem-loops to expand our toolkit library. Below is the relative expression on two levels of different stem-loops in our toolkit.</p>
 +
<div class="row">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/7/79/T--OUC-China--proof-555.png" class="img-responsive" alt="1">
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p style="font-size:16px;" class="text-center">Figure.7 RNA varying with folding free energy of stem-loops</p>
 +
<div class="clearfix"></div>
 +
<div class="row">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/b/b7/T--OUC-China--result7.png" class="img-responsive" alt="2">
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p style="font-size:16px;" class="text-center">Figure.8 Protein expression varying with folding free energy of stem-loop</p>
 +
<p>There may be certain relationship between the relative expression and free energy, so we did more to explore the relationship, see details at <a href="https://2016.igem.org/Team:OUC-China/Model">model</a>.</p>
 +
</div>
 +
</div>
 +
<div class="oucBanner">
 +
        <h3 class="text-center">Cistrons Concerto</h3>
 +
</div>
 +
<div class="row oucInformation">
 +
<div class="col-md-1"></div>
 +
<div class="col-md-5">
 +
<h3>Thanks</h3>
 +
<p>1.Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences</p>
 +
<p>2.NEW ENGLAND Biolabs</p>
 +
<p>3.GenScript</p>
 +
</div>
 +
<div class="col-md-5 Contact">
 +
<h3>Contact us:</h3>
 +
<p><b>E-mail</b>: oucigem@163.com</p>
 +
<p><b>Designed and built</b> by @ Jasmine Chen and @ Zexin Jiao</p>
 +
<p>We are OUC-iGEM
 +
<img src="https://static.igem.org/mediawiki/2016/5/58/T--OUC-China--foot4.png" width="70" height="70" alt="logo-one">
 +
<img src="https://static.igem.org/mediawiki/2016/9/9b/T--OUC-China--foot5.png" width="70" height="70" alt="logo-two">
 +
</p>
 +
</div>
 +
</div>
 +
<div class="oucBottom">
 +
</div>
 +
</div>
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 03:47, 23 November 2016

Results

project-banner


TEST PREVIOUS STEM-LOOPS


It is reported that there are several native stem-loops that have effects on its flanking genes, either at the 3’ end or the 5’ end[1]. Ergo, we use two native stem-loops from R. capsulatus and E.coli[2] and a previously experimented stem-loops with different free energy to preliminary verify that stem-loops in the intergenic region can regulate the relative expression of two reporter genes within polycistrons. We measured them on both transcriptional and translational level.

The result see as follows:

Folding -25.6

Figure.1 Both relative expression on RNA and protein level with stem-loop of -25.6 kcal/mol (measured by Mfold) are significantly higher than those of control group without stem-loop, which means stem-loops can coordinate the expression within cistrons. The vertical coordinate is the ratio of upstream gene gfp to downstream gene mcherry. Error bars indicate s.d. of mean of experiments in triplicate.

After the function and sequences of stem-loops confirmed, we standardized and submitted them to iGEM part registry with detailed description.

Click here to see more.

Results suggested that stem-loops at 3’ end functioned well in regulation. Hence we tested another two native stem-loops in the following.

stem-loops-123

Figure.2 Structures of three previous stem-loops

toolkit

Figure.3 Stem-loops with lower folding free energy lead to stronger protection of upstream gene, which results in higher ratio of GFP to mCherry both in transcriptional and translational level. Error bars indicate s.d. of mean of experiments in triplicate



MEASURE A SERIES OF DESIGNED STEM-LOOPS


In addition to the confirmation of previous stem-loops, we also devoted to exploring new stem-loops designed by ourselves. It is difficult to estimate the relationship between structure and energy, thus we weighed several software and finally chose Mfold, a commonly acknowledged one. Employing the same rules, we designed several stem-loops (Figure.4) with various free folding energy and tested them (Figure.5). As shows, these parts tune the ratio of the upstream and downstream genes as well.

1

Figure.4 Structure of three stem-loops designed by ourselves

2

Figure.5 Both relative expression on RNA and protein level of designed stem-loops of -30.1, -34.4,38.8,44.9kcal/mol (measured by Mfold) compare to the control group without stem-loop. The vertical coordinates is the ratio of upstream gfp to downstream mCherry. Error bars indicate s.d. of mean of experiments in triplicate.



CONSTRUCT A WONDERFUL TOOLKIT


Collecting those validated previous stem-loops and our designed ones, we got a set of stem-loops to form a toolkit. We measured them both in transcriptional and translational level. We have submitted these parts to iGEM parts registry with detailed characterization. With the demands of bigger library and more detailed data, we are working on more stem-loops to expand our toolkit library.

1

Figure.6 Structure of three stem-loops designed by ourselves



FURTHER EXPLORATION OF FREE ENERGY


We measured them both on transcriptional and translational level. We have submitted these parts to iGEM parts registry with detailed characterization. And with the demands of bigger library and more detailed data, we are working on more stem-loops to expand our toolkit library. Below is the relative expression on two levels of different stem-loops in our toolkit.

1

Figure.7 RNA varying with folding free energy of stem-loops

2

Figure.8 Protein expression varying with folding free energy of stem-loop

There may be certain relationship between the relative expression and free energy, so we did more to explore the relationship, see details at model.

Cistrons Concerto

Thanks

1.Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences

2.NEW ENGLAND Biolabs

3.GenScript

Contact us:

E-mail: oucigem@163.com

Designed and built by @ Jasmine Chen and @ Zexin Jiao

We are OUC-iGEM logo-one logo-two