Team:XMU-China/Project PSystem

From 2014.igem.org

(Difference between revisions)
 
(42 intermediate revisions not shown)
Line 6: Line 6:
Remove this if you use the .htaccess -->
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-
 
+
ann
<title>side_bar</title>
<title>side_bar</title>
<meta name="description" content="">
<meta name="description" content="">
Line 255: Line 255:
padding-left: 30px;
padding-left: 30px;
padding-right: 30px;
padding-right: 30px;
 +
line-height:2;
position:relative;
position:relative;
top:190px;
top:190px;
Line 335: Line 336:
var sidebar_sub_hover_display = side_bar_hover_target.children(".sidebar_sub").css("display");
var sidebar_sub_hover_display = side_bar_hover_target.children(".sidebar_sub").css("display");
if(sidebar_sub_hover_display = "none"){
if(sidebar_sub_hover_display = "none"){
-
side_bar_hover_target.animate({width:"275px"},200);
+
side_bar_hover_target.stop().animate({width:"275px"},200);
-
side_bar_hover_target.children(".sidebar_sub").slideDown("normal");
+
};
};
$(".sidebar_main").mouseleave(function(){
$(".sidebar_main").mouseleave(function(){
Line 342: Line 342:
var sidebar_sub_hoveroff_display = side_bar_hoveroff_target.children(".sidebar_sub").css("display");
var sidebar_sub_hoveroff_display = side_bar_hoveroff_target.children(".sidebar_sub").css("display");
if(sidebar_sub_hover_display = "block"){
if(sidebar_sub_hover_display = "block"){
-
side_bar_hover_target.children(".sidebar_sub").slideUp(100);
+
side_bar_hover_target.stop().animate({width:"150px"},100);
-
side_bar_hover_target.animate({width:"150px"},100);
+
};
};
});
});
Line 350: Line 349:
$(".navbar_main").mouseenter(function(){
$(".navbar_main").mouseenter(function(){
var nav_bar_hover_target = $(this);
var nav_bar_hover_target = $(this);
-
nav_bar_hover_target.children(".navbar_sub").slideDown();
+
nav_bar_hover_target.children(".navbar_sub").stop().slideDown();
$(".navbar_main").mouseleave(function(){
$(".navbar_main").mouseleave(function(){
var nav_bar_hoveroff_target = $(this);
var nav_bar_hoveroff_target = $(this);
-
nav_bar_hoveroff_target.children(".navbar_sub").slideUp();
+
nav_bar_hoveroff_target.children(".navbar_sub").stop().slideUp();
});
});
});
});
Line 361: Line 360:
<body style="font-family:Arial;color:#8ccFFF">
<body style="font-family:Arial;color:#8ccFFF">
<div id="background" style="position:fixed;z-index:-1;width:100%;height:100%;top:0px;left:0px;">
<div id="background" style="position:fixed;z-index:-1;width:100%;height:100%;top:0px;left:0px;">
-
<img src="https://static.igem.org/mediawiki/2014/d/d1/XMU-Project-background.jpg" width="100%" height="100%"/>
+
<img src="https://static.igem.org/mediawiki/2014/f/f8/Wiki%E8%83%8C%E6%99%AFzwei.png" width="100%" height="100%"/>
</div>
</div>
<div id="warp_navbar_main">
<div id="warp_navbar_main">
<div id="warp_navbar">
<div id="warp_navbar">
<div id="nav_bar_frame" >
<div id="nav_bar_frame" >
-
<img class="navbar_frame" id="navbar_frame_left" src="https://static.igem.org/mediawiki/2014/c/c9/Xmu_navbar_left.png" />
+
<img class="navbar_frame" id="navbar_frame_left" src="https://static.igem.org/mediawiki/2014/c/cf/Xmu_navbar_left04.png" />
-
<img class="navbar_frame" id="navbar_frame_right" src="https://static.igem.org/mediawiki/2014/b/b5/Xmu_navbar_right.png" />
+
<img class="navbar_frame" id="navbar_frame_right" src="https://static.igem.org/mediawiki/2014/8/88/Xmu_navbar_right02.png" />
</div>
</div>
<div id="nav_bar">
<div id="nav_bar">
<ul id="nav_bar_main">
<ul id="nav_bar_main">
<li id="navbar_main_01" class="navbar_main">
<li id="navbar_main_01" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_01"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/Project_Background"><span class="nav_bar" id="nav_bar_01"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_01">Project</a>
+
<a href="https://2014.igem.org/Team:XMU-China/Project_Background" class="nav_bar_full" id="nav_bar_full_01">Project</a>
<ul class="navbar_sub">
<ul class="navbar_sub">
<img class="navbar_sub_x" id="navbar_sub_x_01" src="https://static.igem.org/mediawiki/2014/4/4e/Xmu_navbar_sub_01.png" />
<img class="navbar_sub_x" id="navbar_sub_x_01" src="https://static.igem.org/mediawiki/2014/4/4e/Xmu_navbar_sub_01.png" />
Line 386: Line 385:
</li>
</li>
<li id="navbar_main_02" class="navbar_main">
<li id="navbar_main_02" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_02"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/Notebook_Protocol"><span class="nav_bar" id="nav_bar_02"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_02">Notebook</a>
+
<a href="https://2014.igem.org/Team:XMU-China/Notebook_Protocol" class="nav_bar_full" id="nav_bar_full_02">Notebook</a>
<ul class="navbar_sub">
<ul class="navbar_sub">
<img class="navbar_sub_x" id="navbar_sub_x_02" src="https://static.igem.org/mediawiki/2014/e/e0/Xmu_navbar_sub_02.png" />
<img class="navbar_sub_x" id="navbar_sub_x_02" src="https://static.igem.org/mediawiki/2014/e/e0/Xmu_navbar_sub_02.png" />
Line 396: Line 395:
</li>
</li>
<li id="navbar_main_03" class="navbar_main">
<li id="navbar_main_03" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_03"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/Judging_Parts"><span class="nav_bar" id="nav_bar_03"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_03">Judging</a>
+
<a href="https://2014.igem.org/Team:XMU-China/Judging_Parts" class="nav_bar_full" id="nav_bar_full_03">Judging</a>
<ul class="navbar_sub">
<ul class="navbar_sub">
<img class="navbar_sub_x" id="navbar_sub_x_03" src="https://static.igem.org/mediawiki/2014/7/7a/Xmu_navbar_sub_03.png" />
<img class="navbar_sub_x" id="navbar_sub_x_03" src="https://static.igem.org/mediawiki/2014/7/7a/Xmu_navbar_sub_03.png" />
Line 405: Line 404:
</li>
</li>
<li id="navbar_main_04" class="navbar_main">
<li id="navbar_main_04" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_04"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/Team_Members"><span class="nav_bar" id="nav_bar_04"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_04">Team</a>
+
<a href="https://2014.igem.org/Team:XMU-China/Team_Members" class="nav_bar_full" id="nav_bar_full_04">Team</a>
<ul class="navbar_sub">
<ul class="navbar_sub">
<img class="navbar_sub_x" id="navbar_sub_x_04" src="https://static.igem.org/mediawiki/2014/1/1f/Xmu_navbar_sub_04.png" />
<img class="navbar_sub_x" id="navbar_sub_x_04" src="https://static.igem.org/mediawiki/2014/1/1f/Xmu_navbar_sub_04.png" />
Line 414: Line 413:
</li>
</li>
<li id="navbar_main_05" class="navbar_main">
<li id="navbar_main_05" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_05"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/PP_Overview"><span class="nav_bar" id="nav_bar_05"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_05">P&amp;P</a>
+
<a href="https://2014.igem.org/Team:XMU-China/PP_Overview" class="nav_bar_full" id="nav_bar_full_05">P&amp;P</a>
<ul class="navbar_sub">
<ul class="navbar_sub">
<img class="navbar_sub_x" id="navbar_sub_x_05" src="https://static.igem.org/mediawiki/2014/d/de/Xmu_navbar_sub_05.png" />
<img class="navbar_sub_x" id="navbar_sub_x_05" src="https://static.igem.org/mediawiki/2014/d/de/Xmu_navbar_sub_05.png" />
Line 427: Line 426:
</li>
</li>
<li id="navbar_main_06" class="navbar_main">
<li id="navbar_main_06" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_06"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/Safety"><span class="nav_bar" id="nav_bar_06"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_06">Safety</a>
+
<a href="https://2014.igem.org/Team:XMU-China/Safety" class="nav_bar_full" id="nav_bar_full_06">Safety</a>
</li>
</li>
</ul>
</ul>
Line 466: Line 465:
<img id="Project_Psystem_title" class="Project_title" src="https://static.igem.org/mediawiki/2014/4/48/Xmu_project_P_system_zwei.png"/>
<img id="Project_Psystem_title" class="Project_title" src="https://static.igem.org/mediawiki/2014/4/48/Xmu_project_P_system_zwei.png"/>
<div id="Project_Psystem_wd">
<div id="Project_Psystem_wd">
-
<h2 style="text-align: justify; line-height: 130%; padding-top: 16px; padding-bottom: 4px; font-size: 21px; styleName: Normal; outlineLvl: 1;">
+
 
-
     <span style="font-family: Arial,sans-serif;text-align:center">A reasonable explanation of misfolding GFP under QS oscillation</span>
+
<br />
-
</h2>
+
<p style="text-align: center; line-height: 150%; font-size: 24px;">
 +
     <span style="font-size: 27px; font-weight: 700;">A REASONABLE EXPLANATION OF MISFOLDING GFP UNDER QS OSCILLATION</span>
 +
</p>
 +
<hr width="100%" size="2">
 +
<br/>
<p style="text-align: justify; font-family: Arial,sans-serif; styleName: Normal;">
<p style="text-align: justify; font-family: Arial,sans-serif; styleName: Normal;">
-
     <span style="font-family: Arial,sans-serif;">In</span><span style="font-family: Arial,sans-serif;"> the project </span><span style="font-family: Arial,sans-serif;">of</span><span style="font-family: Arial,sans-serif;"> iGEM</span><span style="font-family: Arial,sans-serif;">13 XMU-China, they</span><span style="font-family: Arial,sans-serif;"> can’t get expected oscillation. H</span><span style="font-family: Arial,sans-serif;">owever</span><span style="font-family: Arial,sans-serif;">,</span><span style="font-family: Arial,sans-serif;"> </span><span style="font-family: Arial,sans-serif;">this year</span><span style="font-family: Arial,sans-serif;"> </span><span style="font-family: Arial,sans-serif;">iGEM14 XMU-China</span><span style="font-family: Arial,sans-serif;"> further </span><span style="font-family: Arial,sans-serif;">investigate the reason of abnormal oscillation. We further review</span><span style="font-family: Arial,sans-serif;"> SDS-PAGE analysis to confirm </span><span style="font-family: Arial,sans-serif;">the circuit </span><span style="font-family: Arial,sans-serif;">at</span><span style="font-family: Arial,sans-serif;"> protein leve</span><span style="font-family: Arial,sans-serif;">l. The SDS-PAGE data is shown in </span><span style="font-family: Arial,sans-serif; font-weight: 700;">Figure 1</span><span style="font-family: Arial,sans-serif;">.</span><span style="font-family: Arial,sans-serif;"> Based on that, we make a reasonable assumption that the unexpected behavior of the LuxR Promoter lead</span><span style="font-family: Arial,sans-serif;">s</span><span style="font-family: Arial,sans-serif;"> to the misfolding proteins </span><span style="font-family: Arial,sans-serif;">hence the</span><span style="font-family: Arial,sans-serif;"> abnormal oscillation.</span>
+
     <span style="font-family: Arial,sans-serif;">In</span><span style="font-family: Arial,sans-serif;"> the project </span><a href="https://2013.igem.org/Team:XMU-China" target="_blank">iGEM13_XMU-China</a>, they<span style="font-family: Arial,sans-serif;"> couldn't get expected oscillation. However</span><span style="font-family: Arial,sans-serif;">,</span><span style="font-family: Arial,sans-serif;"> </span><span style="font-family: Arial,sans-serif;">this year</span> <a href="https://2014.igem.org/Team:XMU-China" target="_blank">iGEM14_XMU-China</a><span style="font-family: Arial,sans-serif;"> further </span><span style="font-family: Arial,sans-serif;">investigated the reason of abnormal oscillation. We further reviewed</span><span style="font-family: Arial,sans-serif;"> SDS-PAGE analysis to confirm </span><span style="font-family: Arial,sans-serif;">the circuit </span><span style="font-family: Arial,sans-serif;">at</span><span style="font-family: Arial,sans-serif;"> protein leve</span><span style="font-family: Arial,sans-serif;">l. The SDS-PAGE data is shown in </span><span style="font-family: Arial,sans-serif; font-weight: 700;">Figure 1</span><span style="font-family: Arial,sans-serif;">.</span><span style="font-family: Arial,sans-serif;"> Based on that, we made a reasonable assumption that the unexpected behavior of the LuxR promoter lead</span><span style="font-family: Arial,sans-serif;">s</span><span style="font-family: Arial,sans-serif;"> to the misfolding proteins Hence result in the abnormal oscillation result in the abnormal oscillation.</span>
</p>
</p>
<p style="text-align: justify; font-family: Arial,sans-serif; styleName: Normal;">
<p style="text-align: justify; font-family: Arial,sans-serif; styleName: Normal;">
Line 486: Line 489:
         <tr style="height: 21px;">
         <tr style="height: 21px;">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 588px; vertical-align: top;">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 588px; vertical-align: top;">
-
                 <p style="font-family:Times New Roman;">
+
                 <p style="font-family:Times New Roman;line-height:1.2;">
-
                     <span style="font-family: Times New Roman; font-weight: 700;">Figure 1. </span>SDS-PAGE analysis of E.coli K strain (<span style="font-family: Times New Roman; font-style: italic;">DH5α</span>). </span><span style="font-family: Times New Roman; font-weight: 700;">(a)</span> Lane 1-2: supernatant and pellet of original </span><span style="font-family: Times New Roman; font-style: italic;">DH5α</span>; Lane 3-4: supernatant and pellet of strain with single plasmid A1 (BBa_K1036003); Lane 5-6: supernatant and pellet of strain with both plasmids A1</span> </span>(BBa_K1036003) and B</span> (BBa_K1036000)</span>. The red arrows indicate the </span><span style="font-family: Times New Roman; font-weight: 700;">misfolding</span> GFP-LVA protein (27.6 kDa) in the precipitation. </span><span style="font-family: Times New Roman; font-weight: 700;">(b)</span> Lane 1-2: supernatant and pellet of original </span><span style="font-family: Times New Roman; font-style: italic;">BL21</span>; Lane 3-4: supernatant and pellet of strain with single plasmid A1</span> (BBa_K1036003)</span>; Lane 5-6: supernatant and pellet of strain with both plasmids A1</span> (BBa_K1036003) </span>and B</span> (BBa_K1036000)</span>. The blue arrows indicate LuxR (27.5 kDa), GFP-LVA (27.6 kDa) and AiiA-LVA (28.7 kDa) in the supernatant. The orange arrows indicate LuxI-LVA (22.4 kDa) in the supernatant. (The marker of b was not in right position, however, the proteins were confirmed by MALDI-TOF-TOF .)</span>
+
                     <span style="font-family: Times New Roman; font-weight: 700;">Figure 1. </span>SDS-PAGE analysis of <em>E. coli</em> K strain (<span style="font-family: Times New Roman;">DH5α</span>). </span><span style="font-family: Times New Roman; font-weight: 700;">(a)</span> Lane 1-2: supernatant and pellet of original </span><span style="font-family: Times New Roman; font-style: ">DH5α</span>; Lane 3-4: supernatant and pellet of strain with single plasmid A1 (<span>BBa_K1036003</span>); Lane 5-6: supernatant and pellet of strain with both plasmids A1</span> </span>(<span>BBa_K1036003</span>) and B</span> (<span>BBa_K1036000</span>)</span>. The red arrows indicate the </span><span style="font-family: Times New Roman; font-weight: 700;">misfolding</span> GFP-LVA protein (27.6 kDa) in the precipitation. </span><span style="font-family: Times New Roman; font-weight: 700;">(b)</span> Lane 1-2: supernatant and pellet of original </span><span style="font-family: Times New Roman; font-style: italic;">BL21</span>; Lane 3-4: supernatant and pellet of strain with single plasmid A1</span> (<span>BBa_K1036003</span>)</span>; Lane 5-6: supernatant and pellet of strain with both plasmids A1</span> (<span>BBa_K1036003</span>) </span>and B</span> (<span>BBa_K1036000</span>)</span>. The blue arrows indicate LuxR (27.5 kDa), GFP-LVA (27.6 kDa) and AiiA-LVA (28.7 kDa) in the supernatant. The orange arrows indicate LuxI-LVA (22.4 kDa) in the supernatant. (The marker of b was not in right position, however, the proteins were confirmed by MALDI-TOF-TOF .)</span>
                 </p>
                 </p>
             </td>
             </td>
Line 500: Line 503:
</p>
</p>
<p>
<p>
-
     As the SDS-PAGE shows, a large amount of GFP-LVA and LuxI-LVA appear in pellet where misfolding proteins often exist. Both proteins directly affect the oscillation result. And it is critical to find out the reason for misfolding proteins. iGEM14 XMU-China make the following assumption:
+
     As the SDS-PAGE shows, a large amount of GFP-LVA and LuxI-LVA appear in pellet where misfolding proteins often exist. Both proteins directly affect the oscillation result. And it is critical to find out the reason for misfolding proteins. <a href="https://2014.igem.org/Team:XMU-China" target="_blank">iGEM14_XMU-China</a> made the following assumption:
</p>
</p>
<p style="font-family: Arial,sans-serif;">
<p style="font-family: Arial,sans-serif;">
Line 506: Line 509:
</p>
</p>
<p>
<p>
-
     The 2012 published paper<sup>[1]</sup> reveals an unexpected behavior of Lux pR (BBa_R0062). In the absence of autoinducer 3OC6 (AHL), LuxR binds to Plux (Lux pR) and activates backwards transcription (<strong>Figure 2</strong>).
+
     The research<sup>[1]</sup> reveals an unexpected behavior of Lux pR (<span>BBa_R0062</span>). In the absence of autoinducer 3OC6 (AHL), LuxR binds to plux (Lux pR) and activates backwards transcription (<strong>Figure 2</strong>).
</p>
</p>
<p style="font-family: Arial,sans-serif;">
<p style="font-family: Arial,sans-serif;">
Line 522: Line 525:
         <tr style="height: 62px;">
         <tr style="height: 62px;">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 567px; vertical-align: top;">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 567px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman;">
+
                 <p style="font-family: Times New Roman;line-height:1.2;">
-
                     <span style="font-weight: 700;">Figure 2. Relative RFP fluorescence for a control construct designed to measure backwards transcription from Lux pR. Addition of LuxR and 3OC6 90 (AHL) as indicated. Error bars in all panels are one standard deviation.</span>
+
                     <span style="font-weight: 700;"><b>Figure 2.</b> Relative RFP fluorescence for a control construct designed to measure backwards transcription from Lux pR. Addition of LuxR and 3OC6 90 (AHL) as indicated. Error bars in all panels are one standard deviation.</span>
                 </p>
                 </p>
             </td>
             </td>
Line 539: Line 542:
</p>
</p>
<p>
<p>
-
     From the original design by Jeff Hasty, Lux pR and Lux pL are set in opposite directions (<strong>Figure 3A</strong>). In the absence of AHL, LuxR could activate backward transcription of Lux pR <strong>leading to more expression of LuxR</strong> which is critical to meet the oscillation conditions. However, present literature don’t consider the backwards transcription which have effect on quorum sensing oscillation.
+
     From the original design by Jeff Hasty, Lux pR and Lux pL were set in opposite directions (<strong>Figure 3A</strong>). In the absence of AHL, LuxR could activate backwards transcription of Lux pR leading to more expression of LuxR which was critical to meet the oscillation conditions. However, present literature did’t consider the backwards transcription which had effect on quorum sensing oscillation.
</p>
</p>
<p style="font-family: Arial,sans-serif; font-weight: 700;">
<p style="font-family: Arial,sans-serif; font-weight: 700;">
Line 559: Line 562:
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 553px; vertical-align: top;">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 553px; vertical-align: top;">
                 <p style="text-align: justify; text-indent: -24px; font-family: Arial,sans-serif; font-weight: 700; margin-left: 24px; styleName: Normal;">
                 <p style="text-align: justify; text-indent: -24px; font-family: Arial,sans-serif; font-weight: 700; margin-left: 24px; styleName: Normal;">
-
                     <span style="font-weight: 700;">B.</span><span style="font-weight: 700;"> </span><span style="font-family: Arial,sans-serif; font-weight: 400;">iGEM13 XMU-China Design</span>
+
                     <span style="font-weight: 700;">B.</span><span style="font-weight: 700;"> </span><span style="font-family: Arial,sans-serif; font-weight: 400;"><a href="https://2013.igem.org/Team:XMU-China" target="_blank">iGEM13_XMU-China</a> Design</span>
                 </p>
                 </p>
                 <p style="font-family: Arial,sans-serif; font-weight: 700;">
                 <p style="font-family: Arial,sans-serif; font-weight: 700;">
Line 568: Line 571:
         <tr>
         <tr>
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 553px; vertical-align: top;">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 553px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman; font-weight: 400;">
+
                 <p style="font-family: Times New Roman; font-weight: 400;line-height:1.2;">
-
                     <span style="font-weight: 700;">Figure 3A.</span>Top row is the original design by Jeff Hasty.<span style="font-weight: 700;">B.</span> Bottom row is the simplified design which sets lux pL and lux pR in the same direction.
+
                     <span style="font-weight: 700;">Figure 3A.</span>Top row is the original design by Jeff Hasty.<span style="font-weight: 700;">B.</span> Bottom row is the simplified design which sets Lux pL and Lux pR in the same direction.
                 </p>
                 </p>
             </td>
             </td>
Line 582: Line 585:
</p>
</p>
<p style="font-family: Arial,sans-serif; font-weight: 700;">
<p style="font-family: Arial,sans-serif; font-weight: 700;">
-
     <span style="font-family: Arial,sans-serif; font-weight: 400;">In the simplif</span><span style="font-family: Arial,sans-serif; font-weight: 400;">ied</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> design (</span><span style="font-family: Arial,sans-serif; font-weight: 700;">Figure 3B</span><span style="font-family: Arial,sans-serif; font-weight: 400;">), when LuxR activates the backward transcription, RNA polymerase will be blocked by the terminators B0015. So that this simplification doesn’t perform as same as original design. Actually, the reverse terminated efficiency of B0015 is 0.295(CC)[2] which may lead to leakage transcription. However, the correct sequence of GFP-LAA can’t be transcribed during the backwards transcription, even if the minus-strand of GFP-LAA could be transcribed, the sequence of the RNA is not in the right direction of GFP-LAA, hence incorrect amino acid sequences may be translated, resulting in misfolding GFP just as the SDS-PAGE shows (</span><span style="font-family: Arial,sans-serif; font-weight: 700;">Figure 1</span><span style="font-family: Arial,sans-serif; font-weight: 400;">). </span>
+
     <span style="font-family: Arial,sans-serif; font-weight: 400;">In the simplif</span><span style="font-family: Arial,sans-serif; font-weight: 400;">ied</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> design (</span><span style="font-family: Arial,sans-serif; font-weight: 700;">Figure 3B</span><span style="font-family: Arial,sans-serif; font-weight: 400;">), when LuxR activates the backwards transcription, RNA polymerase will be blocked by the terminators B0015. So this simplification will not  perform as same as original design. Actually, the reverse terminated efficiency of B0015 is 0.295(CC)<sup>[2]</sup> which may lead to leakage transcription. However, the correct sequence of GFP-LAA couldn’t be transcribed during the backwards transcription, even if the minus-strand of GFP-LAA could be transcribed, the sequence of the RNA is not in the right direction of GFP-LAA, hence incorrect amino acid sequences might be translated, resulting in misfolding GFP just as what the SDS-PAGE shows (</span><span style="font-family: Arial,sans-serif; font-weight: 700;">Figure 1</span><span style="font-family: Arial,sans-serif; font-weight: 400;">). </span>
</p>
</p>
<p style="font-family: Arial,sans-serif; font-weight: 700;">
<p style="font-family: Arial,sans-serif; font-weight: 700;">
Line 588: Line 591:
</p>
</p>
<p style="font-family: Arial,sans-serif; font-weight: 700;">
<p style="font-family: Arial,sans-serif; font-weight: 700;">
-
     <span style="font-family: Arial,sans-serif; font-weight: 400;">Because of the </span><span style="font-family: Arial,sans-serif; font-weight: 400;">imperfect simplified</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> design doesn’t follow the original function completely, the abnormal oscillation is justifiable. </span><span style="font-family: Arial,sans-serif; font-weight: 400;">M</span><span style="font-family: Arial,sans-serif; font-weight: 400;">isfolding protein is a</span><span style="font-family: Arial,sans-serif; font-weight: 400;">n</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> evidence to support our assumption.</span>
+
     <span style="font-family: Arial,sans-serif; font-weight: 400;">Because of the </span><span style="font-family: Arial,sans-serif; font-weight: 400;">imperfect simplified</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> design didn’t follow the original function completely, the abnormal oscillation was justifiable. </span><span style="font-family: Arial,sans-serif; font-weight: 400;">M</span><span style="font-family: Arial,sans-serif; font-weight: 400;">isfolding protein were</span><span style="font-family: Arial,sans-serif; font-weight: 400;">n</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> evidence to support our assumption.</span>
</p>
</p>
<p style="font-family: Arial,sans-serif; font-weight: 700;">
<p style="font-family: Arial,sans-serif; font-weight: 700;">
Line 594: Line 597:
</p>
</p>
<p style="font-family: Arial,sans-serif; font-weight: 700;">
<p style="font-family: Arial,sans-serif; font-weight: 700;">
-
     <span style="font-family: Arial,sans-serif; font-weight: 400;">iGEM14 XMU-China involved sequence comparison to investigate the difference between the original and </span><span style="font-family: Arial,sans-serif; font-weight: 400;">the registry parts.</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> We find that</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> the original Lux pR has 20bp overlapping sequence with origin</span><span style="font-family: Arial,sans-serif; font-weight: 400;">al Lux p</span><span style="font-family: Arial,sans-serif; font-weight: 400;">R</span><span style="font-family: Arial,sans-serif; font-weight: 400;">. </span><span style="font-family: Arial,sans-serif; font-weight: 400;">There is </span><span style="font-family: Arial,sans-serif; font-weight: 400;">a r</span><span style="font-family: Arial,sans-serif; font-weight: 400;">estriction e</span><span style="font-family: Arial,sans-serif; font-weight: 400;">nzyme cutting site (EcoR I)</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> at the 56bp of original Lux pR</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> (</span><span style="font-family: Arial,sans-serif; font-weight: 700;">Figure 4</span><span style="font-family: Arial,sans-serif; font-weight: 400;">)</span><span style="font-family: Arial,sans-serif; font-weight: 400;">.</span>
+
     <span style="font-family: Arial,sans-serif; font-weight: 400;"><a href="https://2014.igem.org/Team:XMU-China" target="_blank">iGEM14_XMU-China</a> involved sequence comparison to investigate the difference between the original and </span><span style="font-family: Arial,sans-serif; font-weight: 400;">the registry parts.</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> We found that</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> the original Lux pR had 20bp overlapping sequence with original</span><span style="font-family: Arial,sans-serif; font-weight: 400;">al Lux p</span><span style="font-family: Arial,sans-serif; font-weight: 400;">R</span><span style="font-family: Arial,sans-serif; font-weight: 400;">. </span><span style="font-family: Arial,sans-serif; font-weight: 400;">There was </span><span style="font-family: Arial,sans-serif; font-weight: 400;">a r</span><span style="font-family: Arial,sans-serif; font-weight: 400;">estriction e</span><span style="font-family: Arial,sans-serif; font-weight: 400;">nzyme cutting site (EcoR I)</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> at the 56bp of original Lux pR</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> (</span><span style="font-family: Arial,sans-serif; font-weight: 700;">Figure 4</span><span style="font-family: Arial,sans-serif; font-weight: 400;">)</span><span style="font-family: Arial,sans-serif; font-weight: 400;">.</span>
</p>
</p>
<p style="font-family: Arial,sans-serif; font-weight: 700;">
<p style="font-family: Arial,sans-serif; font-weight: 700;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<table style="border: currentColor; border-image: none; margin-left: 0px; border-collapse: collapse; styleName: Normal Table; border-insideH: 1px none #000000; border-insideV: 1px none #000000; cellpadding: 0px 7px 0px 7px;">
+
<table style="border: currentColor; border-image: none; margin-right: auto; margin-left: auto; border-collapse: collapse; styleName: Normal Table; border-insideH: 1px none #000000; border-insideV: 1px none #000000; cellpadding: 0px 7px 0px 7px;">
     <tbody>
     <tbody>
         <tr class="firstRow">
         <tr class="firstRow">
Line 610: Line 613:
         <tr>
         <tr>
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 245px; vertical-align: top;">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 245px; vertical-align: top;">
-
                 <p style="font-family: Arial,sans-serif; font-weight: 700;">
+
                 <p style="font-family: Times New Roman; font-weight: 700;line-height:1.2;">
-
                     <span style="font-family: Arial,sans-serif; font-weight: 700;">Figure 4</span><span style="font-family: Arial,sans-serif; font-weight: 700;">.</span><span style="font-family: Arial,sans-serif; font-weight: 400;"> Schematic of original </span><span style="font-family: Arial,sans-serif; font-weight: 400;">QS promoter</span><span style="font-family: Arial,sans-serif; font-weight: 400;">.</span>
+
                     <span style="font-weight: 700;">Figure 4. </span><span style="font-weight: 400;"> Schematic of original </span><span style="font-weight: 400;">QS promoter</span><span style="font-weight: 400;">.</span>
                 </p>
                 </p>
             </td>
             </td>
Line 624: Line 627:
</p>
</p>
<p style="font-family: Arial,sans-serif;">
<p style="font-family: Arial,sans-serif;">
-
         <span style="font-family: Arial,sans-serif; font-weight: 400;">Parts registry truncate the original Lux pR at 56bp to get the 55bp Lux pR (BBa_R0062). On the contrary, Lux pL (BBa_R0063) is longer the original Lux pL, and at the end of BBa_R0063 is initial part of 41bp LuxR (BBa_C0062). Thus new problems arise—is the modification of original QS promoter reasonable? Does the modification result in the unexpected backward transcription?</span>
+
         <span style="font-family: Arial,sans-serif; font-weight: 400;">Parts registry truncated the original Lux pR at 56bp to get the 55bp Lux pR (BBa_R0062). On the contrary, Lux pL (BBa_R0063) is longer than the original Lux pL, and at the end of BBa_R0063 is initial part of 41bp LuxR (BBa_C0062). Thus new problems arised—was the modification of original QS promoter reasonable? Did the modification result in the unexpected backwards transcription?</span>
</p>
</p>
<p style="font-family: Arial,sans-serif;">
<p style="font-family: Arial,sans-serif;">
Line 630: Line 633:
</p>
</p>
<p style="font-family: Arial,sans-serif; font-weight: 700;">
<p style="font-family: Arial,sans-serif; font-weight: 700;">
-
     <span style="font-family: Arial,sans-serif; font-weight: 400;">Quorum sensing system is so widely used in the synthetic biology, we think it’s remarkable to make it clear. We highlight the abnormal phenomenon of QS oscillation which may be caused by imperfect simplification for the very first time. We hope that more efforts could be made to figure out the interaction between QS oscillation parts.[3]</span>
+
     <span style="font-family: Arial,sans-serif; font-weight: 400;">Quorum sensing system is so widely used in the synthetic biology, we thought it’s remarkable to make it clear. We highlighted the abnormal phenomenon of QS oscillation which might be caused by imperfect simplification for the very first time. We hope that more efforts could be made to figure out the interaction between QS oscillation parts.<sup>[3]</sup></span>
</p>
</p>
<p style="font-family: Arial,sans-serif; font-weight: 700;">
<p style="font-family: Arial,sans-serif; font-weight: 700;">
Line 639: Line 642:
</p>
</p>
<p>
<p>
-
     <span style="font-size:14px">1. Eckdahl T, Sawyer E M, Barta C, et al. Bacterial logic devices reveal unexpected behavior of frameshift suppressor tRNAs[J]. Interdisciplinary Bio Central, 2012, 4(1): 10.</span>
+
     <span style="font-size:14px"><a href="http://www.ibc7.org/article/journal_v.php?sid=287" target="_self">1. Eckdahl T, Sawyer E M, Barta C, et al. Bacterial logic devices reveal unexpected behavior of frameshift suppressor tRNAs[J]. Interdisciplinary Bio Central, 2012, 4(1): 10.</a></span>
</p>
</p>
<p>
<p>
-
     <span style="font-size:14px"><a href="http://www.ibc7.org/article/journal_v.php?sid=287" target="_self">http://www.ibc7.org/article/journal_v.php?sid=287</a></span>
+
     <span style="font-size:14px"> <a href="http://parts.igem.org/Part:BBa_B0015" target="_self">2. http://parts.igem.org/Part:BBa_B0015</a></span>
</p>
</p>
<p>
<p>
-
     <span style="font-size:14px">2. <a href="http://parts.igem.org/Part:BBa_B0015" target="_self">http://parts.igem.org/Part:BBa_B0015</a></span>
+
     <span style="font-size:14px"><a href="http://www.nature.com/nature/journal/v463/n7279/full/nature08753.html" target="_self">3. Danino T, Mondragón-Palomino O, Tsimring L, et al.A synchronized quorum of genetic clocks[J]. Nature, 2010, 463(7279): 326-330.</a></span>
</p>
</p>
-
<p>
+
<p style="font-size:50px">
-
    <span style="font-size:14px">3. Danino T, Mondragón-Palomino O, Tsimring L, et al.A synchronized quorum of genetic clocks[J]. Nature, 2010, 463(7279): 326-330.</span>
+
    &nbsp;
-
</p>
+
-
<p>
+
-
    <span style="font-size:14px"><a href="http://www.nature.com/nature/journal/v463/n7279/full/nature08753.html" target="_self">http://www.nature.com/nature/journal/v463/n7279/full/nature08753.html</a></span>
+
-
</p>
+
-
<p>
+
-
    <br/>
+
</p>
</p>
</div>
</div>
</div>
</div>
-
<!--回到顶页的小图标-->
+
<!--侧边栏自动显示和隐藏的功能-->
-
<div id="gototop" style="width:60px; top:450px; right:25px; cursor:pointer; position:absolute;">
+
<script type="text/javascript">
-
      <img src="https://static.igem.org/mediawiki/2014/5/50/XMU-go_to_top.png" />
+
-
</div>
+
-
+
-
<!--小图标翻转特效-->
+
-
<style type="text/css">
+
-
  #gototop {
+
-
    transition: all 0.2s linear;
+
-
    -ms-transition: all 0.2s linear;
+
-
-moz-transition: all 0.2s linear; /* Firefox 4 */
+
-
        -webkit-transition: all 0.2s linear; /* Safari and Chrome */
+
-
        -o-transition: all 0.2s linear; /* Opera */
+
-
  }
+
-
  #gototop:hover {
+
-
    transform:scaleX(-1);
+
-
    -ms-transform:scaleX(-1);
+
-
        -moz-transform:scaleX(-1); /* Firefox 4 */
+
-
        -webkit-transform:scaleX(-1); /* Safari and Chrome */
+
-
        -o-transform:scaleX(-1); /* Opera */
+
-
  }
+
-
</style>
+
-
+
-
<!--小图标自动显示和隐藏的功能-->
+
-
<script type="text/javascript">
+
    $(document).ready(function() {
    $(document).ready(function() {
   
   
-
    $("#gototop").hide();
+
    $("#side_bar").hide();
$(window).scroll(function(){
$(window).scroll(function(){
-
if ($(window).scrollTop()>500) {$("#gototop").fadeIn();}
+
if ($(window).scrollTop()>300) {$("#side_bar").fadeIn();}
-
else {$("#gototop").fadeOut();}
+
else {$("#side_bar").fadeOut();}
});
});
-
    $("#gototop").click(function(){
+
 
-
  $('body,html').animate({scrollTop:0},500);
+
-
});  
+
  });
  });
-
</script>
+
</script>
-
<!--侧边栏自动显示和隐藏的功能-->
+
<script type="text/javascript" src="https://2014.igem.org/wiki/index.php?title=Team:XMU-China/main_js&action=raw&amp;ctype=text/javascript"></script>
<script type="text/javascript" src="https://2014.igem.org/wiki/index.php?title=Team:XMU-China/main_js&action=raw&amp;ctype=text/javascript"></script>
</body>
</body>
</html>
</html>
 +
{{:Team:XMU-China/UFO}}
 +
{{:Team:XMU-China/footer}}

Latest revision as of 03:26, 18 October 2014

ann side_bar


A REASONABLE EXPLANATION OF MISFOLDING GFP UNDER QS OSCILLATION



In the project iGEM13_XMU-China, they couldn't get expected oscillation. However, this year iGEM14_XMU-China further investigated the reason of abnormal oscillation. We further reviewed SDS-PAGE analysis to confirm the circuit at protein level. The SDS-PAGE data is shown in Figure 1. Based on that, we made a reasonable assumption that the unexpected behavior of the LuxR promoter leads to the misfolding proteins Hence result in the abnormal oscillation result in the abnormal oscillation.

 

Figure 1. SDS-PAGE analysis of E. coli K strain (DH5α). (a) Lane 1-2: supernatant and pellet of original DH5α; Lane 3-4: supernatant and pellet of strain with single plasmid A1 (BBa_K1036003); Lane 5-6: supernatant and pellet of strain with both plasmids A1 (BBa_K1036003) and B (BBa_K1036000). The red arrows indicate the misfolding GFP-LVA protein (27.6 kDa) in the precipitation. (b) Lane 1-2: supernatant and pellet of original BL21; Lane 3-4: supernatant and pellet of strain with single plasmid A1 (BBa_K1036003); Lane 5-6: supernatant and pellet of strain with both plasmids A1 (BBa_K1036003) and B (BBa_K1036000). The blue arrows indicate LuxR (27.5 kDa), GFP-LVA (27.6 kDa) and AiiA-LVA (28.7 kDa) in the supernatant. The orange arrows indicate LuxI-LVA (22.4 kDa) in the supernatant. (The marker of b was not in right position, however, the proteins were confirmed by MALDI-TOF-TOF .)

 

As the SDS-PAGE shows, a large amount of GFP-LVA and LuxI-LVA appear in pellet where misfolding proteins often exist. Both proteins directly affect the oscillation result. And it is critical to find out the reason for misfolding proteins. iGEM14_XMU-China made the following assumption:

   

The research[1] reveals an unexpected behavior of Lux pR (BBa_R0062). In the absence of autoinducer 3OC6 (AHL), LuxR binds to plux (Lux pR) and activates backwards transcription (Figure 2).

 

Figure 2. Relative RFP fluorescence for a control construct designed to measure backwards transcription from Lux pR. Addition of LuxR and 3OC6 90 (AHL) as indicated. Error bars in all panels are one standard deviation.

 

The imperfect simplification of setting lux pL and Lux pR in the same direction: 

From the original design by Jeff Hasty, Lux pR and Lux pL were set in opposite directions (Figure 3A). In the absence of AHL, LuxR could activate backwards transcription of Lux pR leading to more expression of LuxR which was critical to meet the oscillation conditions. However, present literature did’t consider the backwards transcription which had effect on quorum sensing oscillation.

 

A. Original Design

B. iGEM13_XMU-China Design

Figure 3A.Top row is the original design by Jeff Hasty.B. Bottom row is the simplified design which sets Lux pL and Lux pR in the same direction.

 

In the simplified design (Figure 3B), when LuxR activates the backwards transcription, RNA polymerase will be blocked by the terminators B0015. So this simplification will not perform as same as original design. Actually, the reverse terminated efficiency of B0015 is 0.295(CC)[2] which may lead to leakage transcription. However, the correct sequence of GFP-LAA couldn’t be transcribed during the backwards transcription, even if the minus-strand of GFP-LAA could be transcribed, the sequence of the RNA is not in the right direction of GFP-LAA, hence incorrect amino acid sequences might be translated, resulting in misfolding GFP just as what the SDS-PAGE shows (Figure 1).

 

Because of the imperfect simplified design didn’t follow the original function completely, the abnormal oscillation was justifiable. Misfolding protein weren evidence to support our assumption.

 

iGEM14_XMU-China involved sequence comparison to investigate the difference between the original and the registry parts. We found that the original Lux pR had 20bp overlapping sequence with originalal Lux pR. There was a restriction enzyme cutting site (EcoR I) at the 56bp of original Lux pR (Figure 4).

 

Figure 4. Schematic of original QS promoter.

 

Parts registry truncated the original Lux pR at 56bp to get the 55bp Lux pR (BBa_R0062). On the contrary, Lux pL (BBa_R0063) is longer than the original Lux pL, and at the end of BBa_R0063 is initial part of 41bp LuxR (BBa_C0062). Thus new problems arised—was the modification of original QS promoter reasonable? Did the modification result in the unexpected backwards transcription?

 

Quorum sensing system is so widely used in the synthetic biology, we thought it’s remarkable to make it clear. We highlighted the abnormal phenomenon of QS oscillation which might be caused by imperfect simplification for the very first time. We hope that more efforts could be made to figure out the interaction between QS oscillation parts.[3]

 

References

1. Eckdahl T, Sawyer E M, Barta C, et al. Bacterial logic devices reveal unexpected behavior of frameshift suppressor tRNAs[J]. Interdisciplinary Bio Central, 2012, 4(1): 10.

2. http://parts.igem.org/Part:BBa_B0015

3. Danino T, Mondragón-Palomino O, Tsimring L, et al.A synchronized quorum of genetic clocks[J]. Nature, 2010, 463(7279): 326-330.