Team:XMU-China/Project PSystem

From 2014.igem.org

(Difference between revisions)
 
(66 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 57: Line 57:
}
}
#nav_bar_full_01{left: 70px;top:47px;}
#nav_bar_full_01{left: 70px;top:47px;}
-
#nav_bar_full_02{left: 200px;top:47px;}
+
#nav_bar_full_02{left: 210px;top:47px;letter-spacing:-2px}
#nav_bar_full_03{left: 360px;top:47px;}
#nav_bar_full_03{left: 360px;top:47px;}
#nav_bar_full_04{left: 525px;top:47px;}
#nav_bar_full_04{left: 525px;top:47px;}
#nav_bar_full_05{left: 685px;top:47px;}
#nav_bar_full_05{left: 685px;top:47px;}
#nav_bar_full_06{left: 820px;top:47px;}
#nav_bar_full_06{left: 820px;top:47px;}
-
#nav_bar a{text-decoration:none;color:#000;}
+
#nav_bar a{text-decoration:none;color:#fff;}
#nav_bar a:hover{text-decoration:none;color:#f00;}
#nav_bar a:hover{text-decoration:none;color:#f00;}
.nav_bar {
.nav_bar {
Line 206: Line 206:
margin-top:70px;
margin-top:70px;
}
}
-
#side_bar ul{list-style: none;border-color:#135996;border-width:2px}
+
#side_bar ul{list-style: none;border-color:#135996;border-width:5px}
#side_bar a{
#side_bar a{
text-decoration:none;
text-decoration:none;
Line 217: Line 217:
.sidebar_main{
.sidebar_main{
position:relative;
position:relative;
-
width:155px;
+
width:150px;
background-image:url("https://static.igem.org/mediawiki/2014/1/1c/XMU-Backgroundnav.png");
background-image:url("https://static.igem.org/mediawiki/2014/1/1c/XMU-Backgroundnav.png");
text-align:center;
text-align:center;
Line 250: Line 250:
#Project_Psystem{position:relative;top:230px;width:1000px;margin-left:-500px;left:50%;}
#Project_Psystem{position:relative;top:230px;width:1000px;margin-left:-500px;left:50%;}
#Project_Psystem_wd{
#Project_Psystem_wd{
 +
background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;/*FF*/
 +
filter:Alpha(opacity=40); background:#000000;/*IE*/
box-shadow: 6px 2px 20px #aaaaaa;
box-shadow: 6px 2px 20px #aaaaaa;
padding-left: 30px;
padding-left: 30px;
padding-right: 30px;
padding-right: 30px;
-
font-family:Arial;
+
line-height:2;
position:relative;
position:relative;
top:190px;
top:190px;
Line 334: 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 341: 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 349: 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 358: Line 358:
</script>
</script>
</head>
</head>
-
 
+
<body style="font-family:Arial;color:#8ccFFF">
-
<body>
+
<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/f/f8/Wiki%E8%83%8C%E6%99%AFzwei.png" width="100%" height="100%"/>
 +
</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 383: 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 393: 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 402: 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 411: 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 424: 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 463: 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-family: 宋体; font-size: 21px; styleName: Normal; outlineLvl: 1;">
+
 
-
     <span style="font-family: Times New Roman;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;">
-
<p style="text-align: justify; font-family: Times New Roman; styleName: Normal;">
+
     <span style="font-size: 27px; font-weight: 700;">A REASONABLE EXPLANATION OF MISFOLDING GFP UNDER QS OSCILLATION</span>
-
     <span style="font-family: Times New Roman;">In</span><span style="font-family: Times New Roman;"> the project </span><span style="font-family: Times New Roman;">of</span><span style="font-family: Times New Roman;"> iGEM</span><span style="font-family: Times New Roman;">13 XMU-China, they</span><span style="font-family: Times New Roman;"> can’t get expected oscillation. H</span><span style="font-family: Times New Roman;">owever</span><span style="font-family: Times New Roman;">,</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">this year</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">iGEM14 XMU-China</span><span style="font-family: Times New Roman;"> further </span><span style="font-family: Times New Roman;">investigate the reason of abnormal oscillation. We further review</span><span style="font-family: Times New Roman;"> SDS-PAGE analysis to confirm </span><span style="font-family: Times New Roman;">the circuit </span><span style="font-family: Times New Roman;">at</span><span style="font-family: Times New Roman;"> protein leve</span><span style="font-family: Times New Roman;">l. The SDS-PAGE data is shown in </span><span style="font-family: Times New Roman; font-weight: 700;">Figure 1</span><span style="font-family: Times New Roman;">.</span><span style="font-family: Times New Roman;"> Based on that, we make a reasonable assumption that the unexpected behavior of the LuxR Promoter lead</span><span style="font-family: Times New Roman;">s</span><span style="font-family: Times New Roman;"> to the misfolding proteins </span><span style="font-family: Times New Roman;">hence the</span><span style="font-family: Times New Roman;"> abnormal oscillation.</span>
+
</p>
 +
<hr width="100%" size="2">
 +
<br/>
 +
<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><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: Times New Roman; styleName: Normal;">
+
<p style="text-align: justify; font-family: Arial,sans-serif; styleName: Normal;">
     &nbsp;
     &nbsp;
</p>
</p>
Line 476: Line 482:
         <tr class="firstRow" style="height: 413px;">
         <tr class="firstRow" style="height: 413px;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 588px; vertical-align: top;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 588px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman;">
+
                 <p style="font-family: Arial,sans-serif;">
-
                     <img width="612" height="408" style="font-family: Times New Roman;" src="https://static.igem.org/mediawiki/2014/2/22/Xmu_project_p_system01.png"/>
+
                     <img width="612" height="408" style="background-color:white;font-family: Arial,sans-serif;" src="https://static.igem.org/mediawiki/2014/2/22/Xmu_project_p_system01.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 483: 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><span style="font-family: Times New Roman; font-weight: 700;">.</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">SDS-PAGE analysis of E.</span><span style="font-family: Times New Roman;">coli K strain (</span><span style="font-family: Times New Roman; font-style: italic;">DH5α</span><span style="font-family: Times New Roman;">). </span><span style="font-family: Times New Roman; font-weight: 700;">(a)</span><span style="font-family: Times New Roman;"> Lane 1-2: supernatant and pellet of original </span><span style="font-family: Times New Roman; font-style: italic;">DH5α</span><span style="font-family: Times New Roman;">; 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 style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">(BBa_K1036003) and B</span><span style="font-family: Times New Roman;"> (BBa_K1036000)</span><span style="font-family: Times New Roman;">. The red arrows indicate the </span><span style="font-family: Times New Roman; font-weight: 700;">misfolding</span><span style="font-family: Times New Roman;"> GFP-LVA protein (27.6 kDa) in the precipitation. </span><span style="font-family: Times New Roman; font-weight: 700;">(b)</span><span style="font-family: Times New Roman;"> Lane 1-2: supernatant and pellet of original </span><span style="font-family: Times New Roman; font-style: italic;">BL21</span><span style="font-family: Times New Roman;">; Lane 3-4: supernatant and pellet of strain with single plasmid A1</span><span style="font-family: Times New Roman;"> (BBa_K1036003)</span><span style="font-family: Times New Roman;">; Lane 5-6: supernatant and pellet of strain with both plasmids A1</span><span style="font-family: Times New Roman;"> (BBa_K1036003) </span><span style="font-family: Times New Roman;">and B</span><span style="font-family: Times New Roman;"> (BBa_K1036000)</span><span style="font-family: Times New Roman;">. 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 493: Line 499:
     </tbody>
     </tbody>
</table>
</table>
-
<p style="font-family: Times New Roman;">
+
<p style="font-family: Arial,sans-serif;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
-
     <span style="font-family: Times New Roman;">As the SDS-PAGE show</span><span style="font-family: Times New Roman;">s</span><span style="font-family: Times New Roman;">, a large amount of </span><span style="font-family: Times New Roman;">GFP-LVA and LuxI-LVA </span><span style="font-family: Times New Roman;">appear</span><span style="font-family: Times New Roman;"> in pellet where misfolding proteins often exist. Both protein</span><span style="font-family: Times New Roman;">s</span><span style="font-family: Times New Roman;"> directl</span><span style="font-family: Times New Roman;">y </span><span style="font-family: Times New Roman;">a</span><span style="font-family: Times New Roman;">ffect the oscillation result. </span><span style="font-family: Times New Roman;">And it is critical to find out the reason for misfolding proteins</span><span style="font-family: Times New Roman;">. iGEM14 XMU-China make the following assumption:</span>
+
     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: Times New Roman;">
+
<p style="font-family: Arial,sans-serif;">
-
     <span style="font-family: Times New Roman;"> &nbsp; &nbsp;</span>
+
     <span style="font-family: Arial,sans-serif;"> &nbsp; &nbsp;</span>
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
-
     <span style="font-family: Times New Roman;">The 2012 published paper</span><span style="font-family: Times New Roman; valign: sup;">[1]</span><span style="font-family: Times New Roman;"> reveals an unexpected behavior of </span><span style="font-family: Times New Roman;">L</span><span style="font-family: Times New Roman;">ux pR</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">(BBa_R0062).</span><span style="font-family: Times New Roman;"> In the absence of autoinducer 3OC6 (AHL), LuxR binds to Plux</span><span style="font-family: Times New Roman;"> (Lux pR)</span><span style="font-family: Times New Roman;"> and activates backwards transcription (</span><span style="font-family: Times New Roman; font-weight: 700;">Figure 2</span><span style="font-family: Times New Roman;">).</span>
+
     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: Times New Roman;">
+
<p style="font-family: Arial,sans-serif;">
     &nbsp;
     &nbsp;
</p>
</p>
Line 512: Line 518:
         <tr class="firstRow" style="height: 420px;">
         <tr class="firstRow" style="height: 420px;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 567px; vertical-align: top;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 567px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman;">
+
                 <p style="font-family: Arial,sans-serif;">
-
                     <img width="540" height="409" style="font-family: Times New Roman;" src="https://static.igem.org/mediawiki/2014/c/c5/Xmu_project_p_system02.png"/>
+
                     <img width="540" height="409" style="font-family: Arial,sans-serif;background-color:white;" src="https://static.igem.org/mediawiki/2014/c/c5/Xmu_project_p_system02.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 519: 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-family: Times New Roman; font-weight: 700;">Figure</span><span style="font-family: Times New Roman; font-weight: 700;"> 2</span><span style="font-family: Times New Roman; font-weight: 700;">.</span><span style="font-family: Times New Roman;"> Relative RFP fluorescence for a control construct designed to measure backwards transcription from </span><span style="font-family: Times New Roman;">Lux pR</span><span style="font-family: Times New Roman;">. Addition of LuxR and 3OC6</span><span style="font-family: Times New Roman;">90 (AHL)</span><span style="font-family: Times New Roman;"> 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 529: Line 535:
     </tbody>
     </tbody>
</table>
</table>
-
<p style="font-family: Times New Roman;">
+
<p style="font-family: Arial,sans-serif;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p>
-
     <span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">The imperfect simplification</span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;"> of setting </span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">lux pL</span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;"> and </span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">L</span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">ux pR</span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;"> in the same direction</span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">:</span>
+
     <strong>The imperfect simplification of setting lux pL and Lux pR in the same direction:&nbsp;</strong>
</p>
</p>
-
<p style="text-align: justify; font-family: Times New Roman; font-weight: 700; styleName: Normal;">
+
<p>
-
     <span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">From the original design by</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">Jeff</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">H</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">asty</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">, Lux pR and Lux pL are </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">set</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> in opposite directions</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> (</span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">Figure 3</span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">A</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">)</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">.</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">In the absence of AHL</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">, LuxR could activate backward transcription of Lux pR</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> </span><span style="font-family: Times New Roman;">leading to more expression of LuxR which is</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> critical to meet the oscillation conditions. However, present literature don’t consider </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">the backwards transcription which </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">have effect</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> on </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">q</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">uorum sensing oscillation.</span>
+
     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: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-family: Arial,sans-serif; font-weight: 700;">
     &nbsp;
     &nbsp;
</p>
</p>
Line 545: Line 551:
         <tr class="firstRow">
         <tr class="firstRow">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 553px; vertical-align: top;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 553px; vertical-align: top;">
-
                 <p style="text-align: justify; text-indent: -24px; font-family: Times New Roman; 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;">A.</span><span style="font-weight: 700;"> </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">Original </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">D</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">esign</span>
+
                     <span style="font-weight: 700;">A.</span><span style="font-weight: 700;"> </span><span style="font-family: Arial,sans-serif; font-weight: 400;">Original </span><span style="font-family: Arial,sans-serif; font-weight: 400;">D</span><span style="font-family: Arial,sans-serif; font-weight: 400;">esign</span>
                 </p>
                 </p>
-
                 <p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
                 <p style="font-family: Arial,sans-serif; font-weight: 700;">
-
                     <img width="535" height="283" style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;" src="https://static.igem.org/mediawiki/2014/3/30/Xmu_project_p_system03.png"/>
+
                     <img width="535" height="283" style="font-family: Arial,sans-serif; font-weight: 400;background-color:white;" src="https://static.igem.org/mediawiki/2014/3/30/Xmu_project_p_system03.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 555: Line 561:
         <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="text-align: justify; text-indent: -24px; font-family: Times New Roman; 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: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">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: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
                 <p style="font-family: Arial,sans-serif; font-weight: 700;">
-
                     <img width="543" height="250" style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;" src="https://static.igem.org/mediawiki/2014/3/35/Xmu_project_p_system04.png"/>
+
                     <img width="543" height="250" style="font-family: Arial,sans-serif; font-weight: 400;background-color:white;" src="https://static.igem.org/mediawiki/2014/3/35/Xmu_project_p_system04.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 565: 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: 700; styleName: Default Paragraph Font;">
+
                 <p style="font-family: Times New Roman; font-weight: 400;line-height:1.2;">
-
                     <span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">Figure 3</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> </span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">A.</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">Top row is the original design by</span><span style="font-size: 14px;"> </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">Jeff Hasty</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">.</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> </span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">B.</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">Bottom row is the simplif</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">ied</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> design which sets lux pL and lux pR in the same direction.</span>
+
                     <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 575: Line 581:
     </tbody>
     </tbody>
</table>
</table>
-
<p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-family: Arial,sans-serif; font-weight: 700;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-family: Arial,sans-serif; font-weight: 700;">
-
     <span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">In the simplif</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">ied</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> design (</span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">Figure 3B</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">), when LuxR activates the backward transcription, RNA polymerase will be blocked by the terminators B0015. So that thi</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">s simplif</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">ication</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">doesn’t </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">perform as same as</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> original design. Actually, the</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> reverse </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">terminated </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">efficiency </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">of B0015 is 0.295</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">(CC)</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font; valign: sup;">[2]</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> which may lead to leakage transcription. </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">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 </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">in </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">the right </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">direction of GFP-LAA, </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">hence incorrect amino acid sequences may be translated, resulting in misfolding GFP just as the SDS-PAGE shows (</span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">Figure 1</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">). </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: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-family: Arial,sans-serif; font-weight: 700;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-family: Arial,sans-serif; font-weight: 700;">
-
     <span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">Because of the </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">imperfect simplified</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> design doesn’t follow the original function completely, the abnormal oscillation is justifiable. </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">M</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">isfolding protein is a</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">n</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> 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: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-family: Arial,sans-serif; font-weight: 700;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-family: Arial,sans-serif; font-weight: 700;">
-
     <span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">iGEM14 XMU-China involved sequence comparison to investigate the difference between the original and </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">the registry parts.</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> We find that</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> the original Lux pR has 20bp overlapping sequence with origin</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">al Lux p</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">R</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">. </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">There is </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">a r</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">estriction e</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">nzyme cutting site (EcoR I)</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> at the 56bp of original Lux pR</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> (</span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">Figure 4</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">)</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">.</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: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<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">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 245px; vertical-align: top;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 245px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
                 <p style="font-family: Arial,sans-serif; font-weight: 700;">
-
                     <img width="225" height="255" style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;" src="https://static.igem.org/mediawiki/2014/0/00/Xmu_project_p_system05.png"/>
+
                     <img width="225" height="255" style="font-family: Arial,sans-serif; font-weight: 400;background-color: white;" src="https://static.igem.org/mediawiki/2014/0/00/Xmu_project_p_system05.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 607: 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: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
                 <p style="font-family: Times New Roman; font-weight: 700;line-height:1.2;">
-
                     <span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">Figure 4</span><span style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">.</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> Schematic of original </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">QS promoter</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">.</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 617: Line 623:
     </tbody>
     </tbody>
</table>
</table>
-
<p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-family: Arial,sans-serif; font-weight: 700;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p style="font-family: Arial,sans-serif;">
-
    <span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">Parts registry truncate the original Lux pR at 56bp to get the </span><span style="font-family: Times New Roman;">55bp Lux pR</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">(BBa_R0062). </span><span style="font-family: Times New Roman;">On the contrary, Lux pL</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">(BBa_R0063) is longer the original Lux pL, and at the end of BBa_R0063 is </span><span style="font-family: Times New Roman;">initial part of </span><span style="font-family: Times New Roman;">41bp </span><span style="font-family: Times New Roman;">LuxR (BBa_C0062). </span><span style="font-family: Times New Roman;">Thus new problems</span><span style="font-family: Times New Roman;"> arise</span><span style="font-family: Times New Roman;">—</span><span style="font-family: Times New Roman;">i</span><span style="font-family: Times New Roman;">s the modification of original </span><span style="font-family: Times New Roman;">QS</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">promoter </span><span style="font-family: Times New Roman;">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: Times New Roman;">
+
<p style="font-family: Arial,sans-serif;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-family: Arial,sans-serif; font-weight: 700;">
-
     <span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">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</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> be caused by imperfect simplification</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> for the very first time. </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">We hope</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> that more </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">effort</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">s</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">could</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> be </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">made</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;"> to figure out the interaction between </span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">QS oscillation parts.</span><span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font; valign: sup;">[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: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-family: Arial,sans-serif; font-weight: 700;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman; font-size: 21px; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-family: Arial,sans-serif; font-size: 21px; font-weight: 700;">
-
     <span style="font-family: Times New Roman; font-size: 21px; font-weight: 700; styleName: Default Paragraph Font;">R</span><span style="font-family: Times New Roman; font-size: 21px; font-weight: 700; styleName: Default Paragraph Font;">eference</span><span style="font-family: Times New Roman; font-size: 21px; font-weight: 700; styleName: Default Paragraph Font;">s</span>
+
     <span style="font-family: Arial,sans-serif; font-size: 21px; font-weight: 700;">References</span>
</p>
</p>
-
<p style="text-align: justify; styleName: Normal;">
+
<p>
-
     <span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">1. </span><span style="background: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Arial; font-size: 13px;">Eckdahl T, Sawyer E M, Barta C, et al. </span><span style="background: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Arial; font-size: 13px;">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 style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p>
-
    <span style="color: rgb(0, 0, 255); text-decoration: underline; styleName: Default Paragraph Font;">http://www.ibc7.org/article/journal_v.php?sid=287</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 style="text-align: justify; font-weight: 700; styleName: Normal;">
+
<p>
-
     <span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">2. </span><span style="color: rgb(0, 0, 255); text-decoration: underline; styleName: Default Paragraph Font;">http://parts.igem.org/Part:BBa_B0015</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 style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
<p style="font-size:50px">
-
    <span style="font-family: Times New Roman; font-weight: 400; styleName: Default Paragraph Font;">3. </span><span style="background: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Arial; font-size: 13px;">Danino T, Mondragón-Palomino O, Tsimring L, et al. </span><span style="background: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Arial; font-size: 13px;">A synchronized quorum of genetic clocks[J]. </span><span style="background: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Arial; font-size: 13px;">Nature, 2010, 463(7279): 326-330.</span>
+
    &nbsp;
-
</p>
+
-
<p style="font-family: Times New Roman;">
+
-
    <span style="color: rgb(0, 0, 255); text-decoration: underline; styleName: Default Paragraph Font;">http://www.nature.com/nature/journal/v463/n7279/full/nature08753.html</span>
+
-
</p>
+
-
<p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
-
    &nbsp;
+
-
</p>
+
-
<p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
-
    &nbsp;
+
</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.