(Prototype team page) |
|||
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 name="Keywords" content="关键词,关键词"> | ||
+ | <meta name="Description" content="描述"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <link href="https://2016.igem.org/Team:OUC-China/css/bootstrap-min?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/ouc_wiki?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/affix?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/hp?action=raw&ctype=text/css"> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/jquery?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/bootstrap?action=raw&ctype=text/javascript"></script> | ||
+ | <title>Proof</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; | ||
+ | } | ||
+ | /* disable IGEM's style */ | ||
+ | /*#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 { | ||
+ | border-bottom: none; | ||
+ | padding-top: 0; | ||
+ | padding-bottom: 0; | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | #bodyContent p { | ||
+ | font-size: 100%; | ||
+ | line-height: 1em; | ||
+ | } | ||
+ | #bodyContent li { | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | #bodyContent a { | ||
+ | font-size: 100%; | ||
+ | }*/ | ||
+ | h3{margin-top:0;} | ||
+ | h1{border:0;} | ||
+ | .img_banner{margin-top:-5px;} | ||
+ | .oucBanner{height:240px;background:url('https://static.igem.org/mediawiki/2016/e/ee/T--OUC-China--banner.fw.png');margin-top:-20px;} | ||
+ | .oucNav{margin-top:16px;background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);border:0;} | ||
+ | .oucBrand{width:200px;height:50px;background:url(https://static.igem.org/mediawiki/2016/f/fc/T--OUC-China--nav-logo-1.fw.png);} | ||
+ | ul[class=dropdown-menu]{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);} | ||
+ | </style> | ||
+ | <script type="text/javascript"> | ||
− | + | $(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,f5,f6,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; | ||
+ | f5 = $("#float05").offset().top; | ||
+ | f6 = $("#float06").offset().top; | ||
− | |||
− | + | ||
− | < | + | |
− | + | if(sTop<=f2-100){ | |
− | + | blackTop.fadeOut(300).css('display','none') | |
− | + | } | |
− | + | else{ | |
+ | blackTop.fadeIn(300).css('display','block') | ||
+ | } | ||
+ | |||
− | + | ||
− | + | } | |
− | + | }) | |
− | + | </script> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
+ | </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">切换导航</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand oucBrand" href="#"></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><a href="https://2016.igem.org/Team:OUC-China/Project">Project</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Model">Model</a></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="#">Basic part</a></li> | ||
+ | <li><a href="#">Composite parts</a></li> | ||
+ | <li><a href="#">Part collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Team">Team</a></li> | ||
+ | <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Notebook<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> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Human_Practices">Human Practices</a></li> | ||
+ | <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Others<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Collaborations">Collaborations</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="nav nav-tabs nav-stacked" data-spy="affix" data-offset-top="225" data-offset-bottom="150" id="myNav"> | ||
+ | <li class="active"><a href="#float01">Overview</a></li> | ||
+ | <li><a href="#float02">1. Preliminary experiments</a></li> | ||
+ | <li><a href="#float03">2. Native stem loops</a></li> | ||
+ | <li><a href="#float04">3. Native VS Designed stem-loops</a></li> | ||
+ | <li><a href="#float05">4. The precise correlation</a></li> | ||
+ | <li><a href="#float06">5. Further verification</a></li> | ||
+ | <a id="BtnTop"> | ||
+ | <font style=" height:10px; display:block;"></font> | ||
+ | <span>Btn Top</span> | ||
+ | </a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col-md-9 hpMain"> | ||
+ | <br id="float01"> | ||
+ | <br /> | ||
+ | <h3>Overview</h3> | ||
+ | <p>To explore this novel regulation method, we have several steps to go:<br>1. Employed preliminary experiment to test if the differential expression is caused by stem loop. <br>2. Predicted the protection effect using the native stem loops.<br>3. Tested the difference between the native and the designed stem loops.<br>4. Validated the primary relationship of free energy and quantitative expression using designed stem loops with gradient free energy.<br>5. Further we tested our result in the tri-fluorescent reporter system.</p> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <br id="float02"> | ||
+ | <hr> | ||
+ | <h3>1. Preliminary experiments</h3> | ||
+ | <h4>1.1 Stem loops and Terminators</h4> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <p>To achieve differentiated expression between up and down stream genes within a polycistron, we need to find out the mechanism that causes the difference. Is it caused by stem-loops? How does it realize? Is it caused by protecting the upstream gene,or by decreasing the downstream one just like terminators?</p> | ||
+ | <p><i>Escherichia coli</i> rho-independent transcription terminators are characterized by an RNA structure with a GC-rich stem-loop followed by a series of uridine residues, which is exactly similar to our designed stem loops. However, it is supposed that our designed stem loops work through interfering in the degrading process by resisting to the exoribonuclease instead of terminating the downstream gene. Thus, we constructed circuits to test if the expression of the downstream gene was reduced owing to the stem loops. We inserted a stem loop between two reporters contrast to the control one without stem loops in the intergenic region. Then we measured the reporting proteins both on the mRNA and the protein level. The result are as follows:</p> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <p>Figure 3: The figure shows the fluorescent of downstream mCherry in the circuit with or without stem-loop, and there’s no significant difference between them(P=0.01). Error bars indicate s.d. of mean of all sequences.</p> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <h4>1.2 Gene sequence</h4> | ||
+ | <p>We aimed to develop this regulation method into a toolkit that can be applied to other polycistrons, not only the dual-fluorescent system. So we had to make sure that the dual-fluorescent reporter system we constructed didn’t influence our result. In other words, it was the stem-loop itself that generate this kind difference. So we swapped the location of GFP and mCherry and constructed the following circuit to test it.</p> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <br id="float03"> | ||
+ | <hr> | ||
+ | <h3>2. Native stem loops</h3> | ||
+ | <p>It is reported that there are several native stem loops that may have effects on its flanking genes, either at the 3’ termini or the 5’ termini[1]. Ergo, we use two native stem loops from <i>R. capsulatus</i> and <i>E.coli[2]</i> 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.</p> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <p>Figure 7: The protein fluorescence of upstream GFP to downstream mCherry of different circuits, background subtraction has been normalized with control group.Ratio = {[RFPterm/GFPterm]/[(RFPcontrol/GFPcontrol)mean][3]</p> | ||
+ | <br id="float03"> | ||
+ | <hr> | ||
+ | <h3>3. Native VS Designed stem-loops</h3> | ||
+ | <p> By using the native stem loop, we have confirmed that in <i>E.coli</i>, the stem loop at the 3’termini can indeed influence the quantitative expression of its upstream gene. Next we aimed to design nonnative stem loops to verify the precise correlation between the △G and the quantitative expression. But only if this mechanism is determined by △G can we design the stem-loops quantitatively. Thus we need to explore whether the protecting efficiency of the stem loops is determined by its Gibbs free energy or by other factors such as certain specific sequence.</p> | ||
+ | <p>Then we designed 3 stem loops that have the same free energy as a native one (△G=-38.7kcal/mol)[4] but with different base sequence and measured their relative expression of the up and down stream genes on protein and mRNA level.</p> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <br id="float04"> | ||
+ | <hr> | ||
+ | <h3>4. The precise correlation</h3> | ||
+ | <p>We designed a series of <a href="">stem loops</a> of gradient free energy to explore the relationship between free energy and quantitative expression. And measured the relative expression of the up and down stream genes on both mRNA and protein level. The result are as follows:</p> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <br id="float05"> | ||
+ | <hr> | ||
+ | <h3>5. Further verification</h3> | ||
+ | <p>After we got the relationship between free energy and quantitative expression, we wanted to test our result in the tri-fluorescent reporter system.and we constructed the tri-fluorescent reporter system as follows:</p> | ||
+ | <img src="" width="" height="" alt="" /> | ||
+ | <p>The result are as follows:</p> | ||
+ | <p>[1] Carrier, T. A., & Keasling, J. D. (1997). Engineering mRNA stability in E. coli by the addition of synthetic hairpins using a 5′ cassette system.Biotechnology and bioengineering, 55(3), 577-580.<br>[2] Smolke, C. D., & Keasling, J. D. (2002). Effect of gene location, mRNA secondary structures, and RNase sites on expression of two genes in an engineered operon. Biotechnol Bioeng, 80(7), 762-776. doi: 10.1002/bit.10434<br>[3] Nojima, Takahiko, et al. "Controlling the expression ratio of two proteins by inserting a terminator between the two genes." Nucleic Acids Symposium Series. Vol. 50. No. 1. Oxford University Press, 2006.<br>[4] Nilsson, P., & Uhtin, B. E. (1991). Differential decay of a polycistronic Escherichia coli transcript is initiated by RNaseE‐dependent endonucleolytic processing. Molecular microbiology, 5(7), 1791-1799.</p> | ||
+ | <br /><br /> | ||
+ | <br /> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="oucBanner"> | ||
+ | <h3 class="text-center" style="margin-top:20px;">Cistrons Concerto</h3> | ||
+ | </div> | ||
+ | <div class="row oucInformation" style="text-align:left"> | ||
+ | <div class="col-md-1"></div> | ||
+ | <div class="col-md-5"> | ||
+ | <b>About:</b> | ||
+ | <p style="margin-top:20px;">Thanks to:<img src="https://static.igem.org/mediawiki/2016/5/57/T--OUC-China--foot1.jpg" style="margin-left:10px;" alt="Qingdao Institute of Bioenergy and Bioprocess Technology,Chinese Academy of Sciences"><img src="https://static.igem.org/mediawiki/2016/f/f0/T--OUC-China--foot2.jpg" style="margin-left:10px;" alt="Biolabs"></p> | ||
+ | <p style="margin-top:20px;">Designed and built by @ Jasmine Chen and @ Zexin Jiao</p> | ||
+ | <p style="margin-top:20px;">Code licensed under Apache License v4.0</p> | ||
+ | </div> | ||
+ | <div class="col-md-1"></div> | ||
+ | <div class="col-md-5"> | ||
+ | <b>Contact us:</b> | ||
+ | <p style="margin-top:20px;">E-mail: oucigem@163.com</p> | ||
+ | <p>Follow us on Facebook@ iGEM OUC<img src="https://static.igem.org/mediawiki/2016/9/94/T--OUC-China--foot3.png" style="margin-left:20px;" alt="Facebook"></p> | ||
+ | <p>Find us on Google Map</p> | ||
+ | <p>We are OUC-iGEM<img src="https://static.igem.org/mediawiki/2016/5/58/T--OUC-China--foot4.png" style="margin-left:10px;" alt="logo-one"><img src="https://static.igem.org/mediawiki/2016/9/9b/T--OUC-China--foot5.png" style="margin-left:10px;" alt="logo-two"></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="" class="oucBottom"> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 03:01, 15 October 2016
Overview
To explore this novel regulation method, we have several steps to go:
1. Employed preliminary experiment to test if the differential expression is caused by stem loop.
2. Predicted the protection effect using the native stem loops.
3. Tested the difference between the native and the designed stem loops.
4. Validated the primary relationship of free energy and quantitative expression using designed stem loops with gradient free energy.
5. Further we tested our result in the tri-fluorescent reporter system.
1. Preliminary experiments
1.1 Stem loops and Terminators
To achieve differentiated expression between up and down stream genes within a polycistron, we need to find out the mechanism that causes the difference. Is it caused by stem-loops? How does it realize? Is it caused by protecting the upstream gene,or by decreasing the downstream one just like terminators?
Escherichia coli rho-independent transcription terminators are characterized by an RNA structure with a GC-rich stem-loop followed by a series of uridine residues, which is exactly similar to our designed stem loops. However, it is supposed that our designed stem loops work through interfering in the degrading process by resisting to the exoribonuclease instead of terminating the downstream gene. Thus, we constructed circuits to test if the expression of the downstream gene was reduced owing to the stem loops. We inserted a stem loop between two reporters contrast to the control one without stem loops in the intergenic region. Then we measured the reporting proteins both on the mRNA and the protein level. The result are as follows:
Figure 3: The figure shows the fluorescent of downstream mCherry in the circuit with or without stem-loop, and there’s no significant difference between them(P=0.01). Error bars indicate s.d. of mean of all sequences.
1.2 Gene sequence
We aimed to develop this regulation method into a toolkit that can be applied to other polycistrons, not only the dual-fluorescent system. So we had to make sure that the dual-fluorescent reporter system we constructed didn’t influence our result. In other words, it was the stem-loop itself that generate this kind difference. So we swapped the location of GFP and mCherry and constructed the following circuit to test it.
2. Native stem loops
It is reported that there are several native stem loops that may have effects on its flanking genes, either at the 3’ termini or the 5’ termini[1]. Ergo, we use two native stem loops from R. capsulatus and E.coli[2] 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.
Figure 7: The protein fluorescence of upstream GFP to downstream mCherry of different circuits, background subtraction has been normalized with control group.Ratio = {[RFPterm/GFPterm]/[(RFPcontrol/GFPcontrol)mean][3]
3. Native VS Designed stem-loops
By using the native stem loop, we have confirmed that in E.coli, the stem loop at the 3’termini can indeed influence the quantitative expression of its upstream gene. Next we aimed to design nonnative stem loops to verify the precise correlation between the △G and the quantitative expression. But only if this mechanism is determined by △G can we design the stem-loops quantitatively. Thus we need to explore whether the protecting efficiency of the stem loops is determined by its Gibbs free energy or by other factors such as certain specific sequence.
Then we designed 3 stem loops that have the same free energy as a native one (△G=-38.7kcal/mol)[4] but with different base sequence and measured their relative expression of the up and down stream genes on protein and mRNA level.
4. The precise correlation
We designed a series of stem loops of gradient free energy to explore the relationship between free energy and quantitative expression. And measured the relative expression of the up and down stream genes on both mRNA and protein level. The result are as follows:
5. Further verification
After we got the relationship between free energy and quantitative expression, we wanted to test our result in the tri-fluorescent reporter system.and we constructed the tri-fluorescent reporter system as follows:
The result are as follows:
[1] Carrier, T. A., & Keasling, J. D. (1997). Engineering mRNA stability in E. coli by the addition of synthetic hairpins using a 5′ cassette system.Biotechnology and bioengineering, 55(3), 577-580.
[2] Smolke, C. D., & Keasling, J. D. (2002). Effect of gene location, mRNA secondary structures, and RNase sites on expression of two genes in an engineered operon. Biotechnol Bioeng, 80(7), 762-776. doi: 10.1002/bit.10434
[3] Nojima, Takahiko, et al. "Controlling the expression ratio of two proteins by inserting a terminator between the two genes." Nucleic Acids Symposium Series. Vol. 50. No. 1. Oxford University Press, 2006.
[4] Nilsson, P., & Uhtin, B. E. (1991). Differential decay of a polycistronic Escherichia coli transcript is initiated by RNaseE‐dependent endonucleolytic processing. Molecular microbiology, 5(7), 1791-1799.
Cistrons Concerto
Thanks to:
Designed and built by @ Jasmine Chen and @ Zexin Jiao
Code licensed under Apache License v4.0
E-mail: oucigem@163.com
Follow us on Facebook@ iGEM OUC
Find us on Google Map
We are OUC-iGEM