Difference between revisions of "Team:NUDT CHINA/Results"

(Prototype team page)
 
m
 
Line 1: Line 1:
{{NUDT_CHINA}}
 
 
<html>
 
<html>
 +
<head>
 +
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 +
<!--Javascript-->
 +
<!--jQuery-->
 +
        <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.js"></script>
 +
        <script type="text/javascript" src="jquery-1.11.3.js"></script>
 +
<!--MENU-->
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$('#menu li a').hover( 
 +
function() {$(this).animate({'paddingLeft': '1.2em', 'paddingRight': '1.2em'}, 'fast');},
 +
function() {$(this).animate({'paddingLeft': '0.5em', 'paddingRight': '0.5em'}, 'fast');}
 +
);
 +
});
 +
</script>
 +
<!--NAVIGATION-->
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$('#navigation li a').hover( 
 +
function() {$(this).animate({'paddingLeft': '1.2em', 'paddingRight': '1.2em'}, 'fast');}, 
 +
function() {$(this).animate({'paddingLeft': '0.5em', 'paddingRight': '0.5em'}, 'fast');}
 +
);
 +
});
 +
$(function(){
 +
$("a").click(function(){
 +
$("html,body").animate({ scrollTop:$($(this).attr("href")).offset().top + "px"},1000);}
 +
);
 +
});
 +
</script>
 +
<!--iGEM_LOGO-->
 +
<script type="text/javascript">
 +
$(document).ready(function() {
 +
$("#iGEM_LOGO").mouseover(
 +
function(){$(this).animate({'width': '140px', 'height': '140px'},"fast");
 +
});
 +
$("#iGEM_LOGO").mouseout(
 +
function(){$(this).animate({'width': '137px', 'height': '137px'},"fast");
 +
});
 +
});
 +
  </script>
 +
<!--css-->
 +
<!--RESET-->
 +
<style type="text/css">
 +
.clearStyle {
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
font-size: 100%;
 +
font: inherit;
 +
vertical-align: baseline;
 +
}
 +
body {
 +
background-color: #f3f3f3;
 +
background-image: url(https://static.igem.org/mediawiki/2015/8/8a/Team_NUDT_CHINA_Soft_wallpaper.png);
 +
background-position: 0px 0px;
 +
height: 100%;
 +
width: auto;
 +
}
 +
</style>
 +
<!-- myMainContainer-->
 +
<style type="text/css">
 +
#myMainContainer { 
 +
background-color: #f3f3f3;
 +
background-image: url(https://static.igem.org/mediawiki/2015/8/8a/Team_NUDT_CHINA_Soft_wallpaper.png);
 +
background-position: 0px 0px;
 +
width: auto;
 +
overflow:hidden;
 +
float:center;
 +
margin-left:0px;
 +
margin-right:0px;
 +
margin-bottom: 10px;
 +
}
 +
</style>
 +
<!--BANNER CONTAINER-->
 +
<style type="text/css">
 +
#bannerContainer {
 +
margin-left:180px;
 +
margin-right:180px;
 +
width: auto;
 +
}
 +
</style>
 +
<!--MENU-->
 +
<style type="text/css">
 +
#menu
 +
{
 +
    position: fixed;
 +
    top: 30px;
 +
left: 0px;
 +
}
 +
#menu img
 +
{
 +
margin-left: 30px;
 +
margin-bottom: 0px
 +
}
 +
#menu ul
 +
{
 +
list-style-type:none;
 +
padding: 0;
 +
border: 0;
  
<h2> Project Results</h2>
+
}
 +
#menu li
 +
{
 +
list-style-type:none;
 +
position: relative;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 15px;
 +
}
 +
#menu a
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 4px 0px 0px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
color: #888887;
 +
border-radius: 0 .4em .4em 0;
 +
outline: none;
 +
cursor: pointer;
 +
}
 +
#menu a.b
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 1px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
outline: none;
 +
cursor: pointer;
 +
background-color: #888887;
 +
color: #ffffff;
 +
border-radius: 0 1em 1em 0;
 +
font-size: 13px;
 +
}
 +
#menu a:hover
 +
{
 +
background-color: #ffffff;
 +
color:#d82545;
 +
}
 +
#menu a.b:hover
 +
{
 +
background-color: #888887;
 +
color:#f9d24b;
 +
}
 +
#menu span
 +
{
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
}
 +
</style>
 +
<!--NAVIGATION-->
 +
<style type="text/css">
 +
#navigation
 +
{
 +
    position: fixed;
 +
    top: 170px;
 +
right: 0px;
 +
text-align: right;
 +
}
 +
#navigation img
 +
{
 +
margin-right: 30px;
 +
margin-top: 0px;
 +
margin-bottom: 30px;
 +
}
 +
#navigation ul
 +
{
 +
list-style-type:none;
 +
border: 0;
 +
}
 +
#navigation li
 +
{
 +
list-style-type:none;
 +
position: relative;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 15px;
 +
}
 +
#navigation a
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 4px 0px 0px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
color: #888887;
 +
border-radius: .4em 0em 0em .4em;
 +
outline: none;
 +
cursor: pointer;
 +
}
 +
#navigation a.b
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 1px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
outline: none;
 +
cursor: pointer;
 +
background-color: #888887;
 +
color: #ffffff;
 +
border-radius: 1em 0em 0em 1em;
 +
font-size: 13px;
 +
}
 +
#navigation a.t
 +
{
 +
position: relative;
 +
display: inline-block;
 +
margin: 1px 0px;
 +
    padding: 0.3em .5em 0.3em;
 +
    text-decoration: none;
 +
background-color: #ffffff;
 +
outline: none;
 +
cursor: pointer;
 +
background-color: #d82545;
 +
color: #ffffff;
 +
border-radius: 1em 0em 0em 1em;
 +
font-size: 20px;
 +
}
 +
#navigation a:hover
 +
{
 +
background-color: #ffffff;
 +
color:#d82545;
 +
}
 +
#navigation a.b:hover
 +
{
 +
background-color: #888887;
 +
color:#f9d24b;
 +
}
 +
#navigation a.t:hover
 +
{
 +
background-color: #6b1877;
 +
color:#ffffff;
 +
}
 +
#navigation span
 +
{
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
}
 +
</style>
 +
<!--IGEM LOGO-->
 +
<style type="text/css">
 +
#logoContainer {
 +
position: fixed;
 +
top: 30px;
 +
right: 30px;
 +
}
 +
</style>
 +
<!--NUDT_Container-->
 +
<style type="text/css">
 +
#NUDT_Container
 +
{
 +
clear: both;
 +
width: auto;
 +
margin: 30px 180px;
 +
padding: 0px 0px 30px 0px;
 +
font-family: 'verdana',sans-serif;
 +
background: #fff;
 +
box-shadow: 0 3px 8px rgba(0,0,0,.1);
 +
position: relative;
 +
}
 +
#NUDT_Container table{
 +
position: center;
 +
border: 10px;
 +
}
 +
#NUDT_Container td{
 +
text-align: center;
 +
}
 +
#NUDT_Container ul
 +
{
 +
list-style-position:inside;
 +
padding: 10px 50px;
 +
border: 0;
  
<p>Here you can describe the results of your project and your future plans. </p>
+
}
 +
#NUDT_Container li
 +
{
 +
padding: 0;
 +
border: 0;
 +
}
  
<h5>What should this page contain?</h5>
+
#NUDT_Container p{
<ul>
+
text-decoration: none;
<li> Clearly and objectively describe the results of your work.</li>
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
<li> Future plans for the project </li>
+
color: #888887;
<li> Considerations for replicating the experiments </li>
+
position: relative;
</ul>
+
padding: 10px 50px;
 +
font-size: 16px;
 +
}
 +
#NUDT_Container a {
 +
position: relative;
 +
    text-decoration:none;
 +
    color:#d82545;
 +
}
  
 +
#NUDT_Container a:hover
 +
{
 +
text-decoration:underline;
 +
}
 +
#NUDT_Container h1, h2, h3, h4, h5{
 +
color: #444;
 +
margin: 20px 0px;
 +
padding:4px 8px;
 +
letter-spacing: -1px;
 +
position: relative;
 +
}
 +
#NUDT_Container h1 {
 +
font:bold 28px/12px 'verdana',sans-serif;
 +
border-left: 10px solid #444;
 +
line-height:28px;
 +
}
 +
#NUDT_Container h2 {
 +
font:bold 20px/6px 'verdana',sans-serif;
 +
border-left: 30px solid #444;
 +
line-height:20px;
 +
}
 +
#NUDT_Container h3 {
 +
font:bold 16px/4px 'verdana',sans-serif;
 +
padding-left: 50px;
 +
line-height:16px;
 +
}
 +
/*CASE*/
 +
#NUDT_Container ca {
 +
position: relative;
 +
display: inline-block;
 +
margin: 10px 100px;
 +
    padding: 10px 20px;
 +
    text-decoration: none;
 +
background-color: #bcbcbc;
 +
color: #000000;
 +
border-radius: 8px 8px;
 +
outline: none;
 +
cursor: pointer;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 16px;
 +
}
 +
#NUDT_Container team {
 +
position: relative;
 +
display: inline-block;
 +
width: auto;
 +
height: auto;
 +
margin: 10px 50px;
 +
    padding: 20px 20px;
 +
    text-decoration: none;
 +
color: #000000;
 +
border-radius: 8px 8px;
 +
outline: none;
 +
cursor: pointer;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
font-size: 16px;
 +
}
  
 +
</style>
 +
<!--DIA_Container-->
 +
<style type="text/css">
 +
#NUDT_Dia_Container
 +
{
 +
width: auto;
 +
margin: 0px 100px;
 +
}
 +
</style>
 +
<!--BLANK_Container-->
 +
<style type="text/css">
 +
.BLANK_Container
 +
{
 +
width: auto;
 +
}
 +
</style>
 +
<!--TEAM-->
 +
<style type="text/css">
 +
.team_Container
 +
{
 +
margin: 20px 10px;
 +
padding: 20px 10px;
 +
width: auto;
 +
}
 +
</style>
 +
<!--NUDT_Footer-->
 +
<style type="text/css">
 +
#NUDT_Footer
 +
{
 +
clear: both;
 +
width: auto;
 +
padding: 30px 0px;
 +
font-family: 'verdana',sans-serif;
 +
position: relative;
 +
}
 +
#NUDT_Footer p{
 +
text-decoration: none;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
color: #000000;
 +
position: relative;
 +
padding: 10px 50px;
 +
font-size: 16px;
 +
}
 +
</style>
 +
<!--Common-->
 +
<div id = "myMainContainer">
 +
<div id = "menu">
 +
<img src="https://static.igem.org/mediawiki/2015/9/99/Menu.png"/>
 +
<li><a id = "HOME" href="https://2015.igem.org/Team:NUDT_CHINA"><span>HOME</span></a></li>
 +
<li><a id = "TEAM" href="https://2015.igem.org/Team:NUDT_CHINA/Team"><span>TEAM</span></a></li>
 +
 +
<li><a id = "PROJECT" href = "#"><span>PROJECT</span></a></li>
 +
<li><a id = "Description" href = "https://2015.igem.org/Team:NUDT_CHINA/Description" class = "b"><span>Description</span></a></li>
 +
<li><a id = "Experiments" href = "https://2015.igem.org/Team:NUDT_CHINA/Experiments" class = "b"><span>Experiments &amp; Protocols</span></a></li>
 +
<li><a id = "Results" href="https://2015.igem.org/Team:NUDT_CHINA/Results"  class = "b"><span>Results</span></a></li>
 +
<li><a id = "Design" href="https://2015.igem.org/Team:NUDT_CHINA/Design" class = "b"><span>Design</span></a></li>
 +
 +
<li><a id = "PARTS" href = "#"><span>PARTS</span></a></li>
 +
<li><a id = "Team" href = "https://2015.igem.org/Team:NUDT_CHINA/Parts" class = "b"><span>Team Parts</span></a></li>
 +
<li><a id = "Basic" href = "https://2015.igem.org/Team:NUDT_CHINA/Basic_Part" class = "b"><span>Basic Parts</span></a></li>
 +
<li><a id = "Composite" href="https://2015.igem.org/Team:NUDT_CHINA/Composite_Part"  class = "b"><span>Composite Parts</span></a></li>
 +
<li><a id = "Composite" href="https://2015.igem.org/Team:NUDT_CHINA/Part_Collection"  class = "b"><span>Part Collection</span></a></li>
  
  
 +
<li><a id = "NOTEBOOK" href="https://2015.igem.org/Team:NUDT_CHINA/Notebook"><span>NOTEBOOK</span></a></li> 
 +
<li><a id = "ATTRIBUTIONS" href="https://2015.igem.org/Team:NUDT_CHINA/Attributions"><span>ATTRIBUTIONS</span></a></li> 
 +
<li><a id = "COLLABORATIONS" href="https://2015.igem.org/Team:NUDT_CHINA/Collaborations"><span>COLLABORATIONS</span></a></li>
 +
<li><a id = "HUMAN" href="https://2015.igem.org/Team:NUDT_CHINA/Practices"><span>HUMAN PRACTICES</span></a></li> 
 +
<li><a id = "SAFETY" href="https://2015.igem.org/Team:NUDT_CHINA/Safety"><span>SAFETY</span></a></li>
 +
<li><a id = "MODELING" href="https://2015.igem.org/Team:NUDT_CHINA/Modeling"><span>MODELING</span></a></li> 
 +
    </div>
 +
    <div id = "logoContainer">
 +
    <a href="https://igem.org/Main_Page"><img  id = "iGEM_LOGO" src="https://static.igem.org/mediawiki/2015/e/ec/TEAM_NUDT_CHINA_iGEM_Logo.png" style="width: 130px; height:135px"/></a>
 +
    </div>
 +
<link href="https://2015.igem.org/Team:NEFU_China/cleariGEM?action=raw&ctype=text/css" rel="stylesheet" /> </head>
 +
</html>
 +
<html>
 +
<!--Main Container-->
 +
<div id = "NUDT_Container" class = "clearStyle">
 +
<!--subCommon-->
 +
<div>
 +
<img src="https://static.igem.org/mediawiki/2015/0/06/Team_NUDT_CHINA_banner.jpg" style = "width: 100%; height: auto"/>
 +
</div>
 +
<h1>RESULTS</h1>
 +
<table>
 +
<tr>
 +
<p style = "font-size: 12px; text-align: left; padding: 0px 50px 0px 100px;">TIPS1: The left <B style = "color: #d82545">MENU :)</B> links to other NUDT_CHINA website.</p>
 +
<p style = "font-size: 12px; text-align: left; padding: 0px 50px 0px 100px;">TIPS2: The right <B style = "color: #d82545">NAVIGATE :)</B> posites on content in this page. (Valid when <B style = "color: #d82545">UNFOLDED</B>)</p>
 +
<p style = "font-size: 12px; text-align: left; padding: 0px 50px 0px 100px;">TIPS3: Click <B style = "color: #d82545">SUBTITLE</B> to <B style = "color: #d82545">FOLD/UNFOLD</B> related content. </p>
 +
</tr>
 +
<tr><button id = "slideAll" style = "margin: 0px 50px 0px 100px;"> CLICK TO FOLD/UNFOLD ALL</button>
 +
</tr>
 +
</table>
  
<h4> Project Achievements </h4>
+
<script type="text/javascript">
 
+
$(document).ready(function(){
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
$("#slideAll").click(function(){
 
+
$(".BLANK_Container").slideToggle(300);
<ul>
+
});
<li>A list of linked bullet points of the successful results during your project</li>
+
});
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
</script>
</ul>
+
<!--Collaboration with NJU_CHINA-->
 
+
<h2 id = "pos1">I.Evaluation of the binding ability of TALE-GFP1/2 to the DNA scaffold.<B style = "color: #d82545">(CLICK)</B></h2>
 +
<div class = "BLANK_Container" id = "slide1">
 +
<p>To evaluate whether TALE-GFP1/2 fusion protein can effectively target the binding motifs on plasmid DNA scaffold, the ChIP-PCR analysis was conducted. For this experiment, the plasmids of pSB1C3-Plac-RBS-TALE1-GFP1-Ter-Scaffold1, pSB1C3-Plac-RBS-TALE2-GFP2-Ter-Scaffold2 and pSB1C3-Plac-RBS-TALE3-GFP2-Ter-Scaffold1 were constructed, interpret into <i>E.coli</i> BL21 (DE3), and subsequently induced by IPTG. Bacterial lysis samples were cross-linked in 1% formaldehyde without ultrasonic treatment due to the small size of binding plasmid, and immunoprecipitated with anti-GFP polyclonal antibody. Because the binding motifs of TALEs are containing highly repeated sequences, and their flanking sequences are also homologous to the other parts of the harboring plasmid, the primers used for ChIP-PCR were forward P1 and reverse P2 for GFP1 amplification, and forward P3 and reverse P4 for GFP2 amplification, respectively (Fig. 1A). To optimize the culture temperature upon IPTG induction, TALE1-GFP1-Scaffold1 system was used as representative for the ChIP-PCR assay. The results showed that all the 20 oC, 25 oC and 30 oC culture temperature were suitable for TALE-GFP expression and binding to corresponding scaffold. Among them, we chose 25 oC culture temperature for the subsequent experiments (Fig. 1B). As shown in Fig 1C, a 471 bp and a 251 bp of DNA fragments were amplified from the precipitates of TALE1-GFP1-Scaffold1 and TALE2-GFP2-Scaffold2/TALE3-GFP2-Scaffold1 respectively using anti-GFP antibody. However, the negative control immunoprecipitations using no antibody (beads only) or normal rabbit IgG showed no amplification signal. The amplified fragment was confirmed by sequencing. These results indicate that TALE-GFP1/2 can specifically binds to the corresponding plasmid DNA binding motifs <i>in vivo</i>.</p>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2015/d/de/NUDT_CHINA-Result1.png" style="width: 90%; height:auto">
 +
</center>
 +
<p>Figure 1. ChIP-PCR assay of TALE-GFP binding to the scaffold in <i>E.coli</i>. (A) A schematic showing the primers and the plasmid regions tested in ChIP assays. P1/P2 was designed for TALE1-GFP1 ChIP assay, and P3/P4 was used for TALE2-GFP2 and TALE3-GFP2 ChIP assay. (B) Exploration of the optimal temperature of <i>E.coli</i> culture for ChIP-PCR assay. (C) Determination of the binding abilities of TALE1-GFP1, TALE2-GFP2 and TALE3-GFP2 to corresponding DNA scaffolds. Input indicates an aliquot of total DNA. Antibodies used for immunoprecipitation are indicated above the lanes.</p>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$("#pos1").click(function(){
 +
$("#slide1").slideToggle(300);
 +
});
 +
});
 +
</script>
 +
</div>
  
 +
<h2 id = "pos2">II.Split GFP assay to determine the effectiveness of the TALE-DNA scaffold system.<B style = "color: #d82545">(CLICK)</B></h2>
 +
<div class = "BLANK_Container" id = "slide2">
 +
<p>The effect of TALE-DNA scaffold system on <i>in vivo</i> compartmentation was examined by the split GFP assay. The TALE1-GFP1/TALE3-GFP2-Scaffold1, TALE1-GFP1/TALE2-GFP2-Scaffold2, TALE1-GFP1/TALE2-GFP2-Scaffold3 (designed as shown in Fig. 2A), TALE1-GFP1/TALE3-GFP2 (no scaffold1 control) and TALE1-GFP1/TALE2-GFP2 (no scaffold2/3 control) plasmids transfected <i>E.coli</i> BL21 (DE3) were cultured and IPTG induced overnight. The groups without IPTG supplement were set as uninduced controls. Subsequently, bacterial samples were harvested and the fluorescence intensity (abbreviated as FI, Ex: 488 nm; Em: 538 nm) were determined by the Fluoroskan Ascent FL (Thermo Scientific). As shown in Fig. 2B, the value of FI/OD600 in TALE1-GFP1/TALE3-GFP2-Scaffold1 group was significantly higher than that of no scaffold1 control. In parallel, the data of FI/OD600 in TALE1-GFP1/TALE2-GFP2-Scaffold2 and TALE1-GFP1/TALE2-GFP2-Scaffold3 groups was significantly higher than that of no scaffold2/3 control. Notably, according to the RT-PCR analysis, the increase of the green fluorescence in scaffold system was not owing to the expression variation of split GFP (Fig. 2C). These findings suggest that TALE-DNA scaffold system might be an efficient device for the compartmentation and ordering of different proteins fused with TALE proteins.</p>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2015/5/5f/NUDT_CHINA-Result2.png" style="width: 90%; height:auto">
 +
</center>
 +
<p>Figure 2. Evaluation of the TALE-DNA scaffold system by split GFP assay. (A) Schematic representations of the integration manner of split GFP to TALE-DNA scaffold system and their hypothetical binding patterns to DNA motifs. (B) The green fluorescence (Ex: 488 nm; Em: 538 nm) of split GFP was detected after overnight culture of <i>E.coli</i> with or without IPTG induction. Relative fluorescence intensity was calculated with normalization of OD600 value. The relative fluorescence intensity of TALE1-GFP1/TALE3-GFP2 control group was set arbitrarily at 1.0, and the levels of other groups were adjusted correspondingly. This experiment was run in three parallel reactions, and the data represent results obtained from at least three independent experiments. **p &lt; 0.01. (C) RT-PCR analysis for determination of GFP1 and GFP2 expression in different TALE-GFP-scaffold groups. The cDNA sequence of 16S rRNA was amplified as standard.</p>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$("#pos2").click(function(){
 +
$("#slide2").slideToggle(300);
 +
});
 +
});
 +
</script>
 +
</div>
  
<h4>Inspiration</h4>
+
<h2 id = "pos3">III.The function of TALE-DNA scaffold system on IAA production<B style = "color: #d82545">(CLICK)</B></h2>
<p>See how other teams presented their results.</p>
+
<div class = "BLANK_Container" id = "slide3">
<ul>
+
<p>To investigate the function of TALE-DNA scaffold system in heterologous metabolic pathway, we use a prototype of IAA synthetic pathway by fusing the IAAM and IAAH enzymes to two different TALEs (TALE1 and TALE2, Fig. 3A and 3B). The TALE1-IAAM/TALE2-IAAH-Scaffold2 and TALE1-IAAM/TALE2-IAAH-Scaffold3 plasmids were transfected to <i>E.coli</i> BL21 (DE3), cultured and then IPTG induced overnight. The TALE1-IAAM/TALE2-IAAH transfected group was used as no scaffold control. By sandwich ELISA analysis, both of the scaffold harboring groups showed significantly higher production of IAA than the no scaffold control group (>3.2 fold of TALE1-IAAM/TALE2-IAAH-Scaffold2 and >2.5 fold of TALE1-IAAM/TALE2-IAAH-Scaffold3, p &lt; 0.01, Fig. 3C). Notably, RT-PCR analysis showed that the increase of IAA production in scaffold system was not owing to the expression variation of IAAM and IAAH (Fig. 3D).  According to these results, it could be demonstrated that the TALE-DNA scaffold system can effectively increase the IAA production through an IAAM-IAAH metabolic pathway. Thus, TALE-DNA scaffold system might be an efficient accelerator to promote the rate of heterologous metabolic pathway in prokaryotic chassis.</p>
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
<center>
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
<img src="https://static.igem.org/mediawiki/2015/3/3e/NUDT_CHINA-Result3.png" style="width: 90%; height:auto">
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
</center>
</ul>
+
<p>Figure 3. Increase of IAA production by incorporating the IAAM and IAAH into TALE-DNA scaffold system. (A) The IAA production pathway converts L-Trp into IAA through IAAM and IAAH. (B) Schematic representations of the integration manner of IAAM and IAAH to TALE-DNA scaffold system and their hypothetical binding patterns to DNA motifs. (C) The production of IAA was determined by sandwich ELISA after overnight culture of <i>E.coli</i> with IPTG induction. After TMB coloring and reaction termination, the color was measured spectrophotometrically at a wavelength of 450 nm. The concentration of IAA in the samples is then determined by comparing their OD450 to the standard curves. The relative IAA concentration of TALE1-IAAM/TALE2-IAAH no scaffold control group was set arbitrarily at 1.0, and the levels of other groups were adjusted correspondingly. All of the data represent results obtained from at least three independent experiments. **p &lt; 0.01. (D) RT-PCR analysis for determination of IAAM and IAAH expression in different TALE-IAA-scaffold groups. The cDNA sequence of 16S rRNA was amplified as standard.</p>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$("#pos3").click(function(){
 +
$("#slide3").slideToggle(300);
 +
});
 +
});
 +
</script>
 +
</div>
  
</div>
+
</div>
 +
<!--Navigation-->
 +
<div id = "navigation">
 +
<img src="https://static.igem.org/mediawiki/2015/5/58/TEAM_NUDT_CHINA_iGEM.png"/>
 +
<li><a href="#myMainContainer" class = "t"><span>TOP/TIP</span></a></li>
 +
<li><a href="#pos1"><span>I.</span></a></li>
 +
<li><a href="#pos2"><span>II.</span></a></li>
 +
<li><a href="#pos3"><span>III.</span></a></li>
 +
<img src="https://static.igem.org/mediawiki/2015/9/93/Team_NUDT_CHINA_Navigate.png"/>
 +
    </div>
 +
<div id = "NUDT_Footer">
 +
<center>
 +
<p>Copyright © 2015 NUDT_CHINA | Powered by Nianhao Xie</p>
 +
</center>
 +
</div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 01:37, 19 September 2015

RESULTS

TIPS1: The left MENU :) links to other NUDT_CHINA website.

TIPS2: The right NAVIGATE :) posites on content in this page. (Valid when UNFOLDED)

TIPS3: Click SUBTITLE to FOLD/UNFOLD related content.

I.Evaluation of the binding ability of TALE-GFP1/2 to the DNA scaffold.(CLICK)

To evaluate whether TALE-GFP1/2 fusion protein can effectively target the binding motifs on plasmid DNA scaffold, the ChIP-PCR analysis was conducted. For this experiment, the plasmids of pSB1C3-Plac-RBS-TALE1-GFP1-Ter-Scaffold1, pSB1C3-Plac-RBS-TALE2-GFP2-Ter-Scaffold2 and pSB1C3-Plac-RBS-TALE3-GFP2-Ter-Scaffold1 were constructed, interpret into E.coli BL21 (DE3), and subsequently induced by IPTG. Bacterial lysis samples were cross-linked in 1% formaldehyde without ultrasonic treatment due to the small size of binding plasmid, and immunoprecipitated with anti-GFP polyclonal antibody. Because the binding motifs of TALEs are containing highly repeated sequences, and their flanking sequences are also homologous to the other parts of the harboring plasmid, the primers used for ChIP-PCR were forward P1 and reverse P2 for GFP1 amplification, and forward P3 and reverse P4 for GFP2 amplification, respectively (Fig. 1A). To optimize the culture temperature upon IPTG induction, TALE1-GFP1-Scaffold1 system was used as representative for the ChIP-PCR assay. The results showed that all the 20 oC, 25 oC and 30 oC culture temperature were suitable for TALE-GFP expression and binding to corresponding scaffold. Among them, we chose 25 oC culture temperature for the subsequent experiments (Fig. 1B). As shown in Fig 1C, a 471 bp and a 251 bp of DNA fragments were amplified from the precipitates of TALE1-GFP1-Scaffold1 and TALE2-GFP2-Scaffold2/TALE3-GFP2-Scaffold1 respectively using anti-GFP antibody. However, the negative control immunoprecipitations using no antibody (beads only) or normal rabbit IgG showed no amplification signal. The amplified fragment was confirmed by sequencing. These results indicate that TALE-GFP1/2 can specifically binds to the corresponding plasmid DNA binding motifs in vivo.

Figure 1. ChIP-PCR assay of TALE-GFP binding to the scaffold in E.coli. (A) A schematic showing the primers and the plasmid regions tested in ChIP assays. P1/P2 was designed for TALE1-GFP1 ChIP assay, and P3/P4 was used for TALE2-GFP2 and TALE3-GFP2 ChIP assay. (B) Exploration of the optimal temperature of E.coli culture for ChIP-PCR assay. (C) Determination of the binding abilities of TALE1-GFP1, TALE2-GFP2 and TALE3-GFP2 to corresponding DNA scaffolds. Input indicates an aliquot of total DNA. Antibodies used for immunoprecipitation are indicated above the lanes.

II.Split GFP assay to determine the effectiveness of the TALE-DNA scaffold system.(CLICK)

The effect of TALE-DNA scaffold system on in vivo compartmentation was examined by the split GFP assay. The TALE1-GFP1/TALE3-GFP2-Scaffold1, TALE1-GFP1/TALE2-GFP2-Scaffold2, TALE1-GFP1/TALE2-GFP2-Scaffold3 (designed as shown in Fig. 2A), TALE1-GFP1/TALE3-GFP2 (no scaffold1 control) and TALE1-GFP1/TALE2-GFP2 (no scaffold2/3 control) plasmids transfected E.coli BL21 (DE3) were cultured and IPTG induced overnight. The groups without IPTG supplement were set as uninduced controls. Subsequently, bacterial samples were harvested and the fluorescence intensity (abbreviated as FI, Ex: 488 nm; Em: 538 nm) were determined by the Fluoroskan Ascent FL (Thermo Scientific). As shown in Fig. 2B, the value of FI/OD600 in TALE1-GFP1/TALE3-GFP2-Scaffold1 group was significantly higher than that of no scaffold1 control. In parallel, the data of FI/OD600 in TALE1-GFP1/TALE2-GFP2-Scaffold2 and TALE1-GFP1/TALE2-GFP2-Scaffold3 groups was significantly higher than that of no scaffold2/3 control. Notably, according to the RT-PCR analysis, the increase of the green fluorescence in scaffold system was not owing to the expression variation of split GFP (Fig. 2C). These findings suggest that TALE-DNA scaffold system might be an efficient device for the compartmentation and ordering of different proteins fused with TALE proteins.

Figure 2. Evaluation of the TALE-DNA scaffold system by split GFP assay. (A) Schematic representations of the integration manner of split GFP to TALE-DNA scaffold system and their hypothetical binding patterns to DNA motifs. (B) The green fluorescence (Ex: 488 nm; Em: 538 nm) of split GFP was detected after overnight culture of E.coli with or without IPTG induction. Relative fluorescence intensity was calculated with normalization of OD600 value. The relative fluorescence intensity of TALE1-GFP1/TALE3-GFP2 control group was set arbitrarily at 1.0, and the levels of other groups were adjusted correspondingly. This experiment was run in three parallel reactions, and the data represent results obtained from at least three independent experiments. **p < 0.01. (C) RT-PCR analysis for determination of GFP1 and GFP2 expression in different TALE-GFP-scaffold groups. The cDNA sequence of 16S rRNA was amplified as standard.

III.The function of TALE-DNA scaffold system on IAA production(CLICK)

To investigate the function of TALE-DNA scaffold system in heterologous metabolic pathway, we use a prototype of IAA synthetic pathway by fusing the IAAM and IAAH enzymes to two different TALEs (TALE1 and TALE2, Fig. 3A and 3B). The TALE1-IAAM/TALE2-IAAH-Scaffold2 and TALE1-IAAM/TALE2-IAAH-Scaffold3 plasmids were transfected to E.coli BL21 (DE3), cultured and then IPTG induced overnight. The TALE1-IAAM/TALE2-IAAH transfected group was used as no scaffold control. By sandwich ELISA analysis, both of the scaffold harboring groups showed significantly higher production of IAA than the no scaffold control group (>3.2 fold of TALE1-IAAM/TALE2-IAAH-Scaffold2 and >2.5 fold of TALE1-IAAM/TALE2-IAAH-Scaffold3, p < 0.01, Fig. 3C). Notably, RT-PCR analysis showed that the increase of IAA production in scaffold system was not owing to the expression variation of IAAM and IAAH (Fig. 3D). According to these results, it could be demonstrated that the TALE-DNA scaffold system can effectively increase the IAA production through an IAAM-IAAH metabolic pathway. Thus, TALE-DNA scaffold system might be an efficient accelerator to promote the rate of heterologous metabolic pathway in prokaryotic chassis.

Figure 3. Increase of IAA production by incorporating the IAAM and IAAH into TALE-DNA scaffold system. (A) The IAA production pathway converts L-Trp into IAA through IAAM and IAAH. (B) Schematic representations of the integration manner of IAAM and IAAH to TALE-DNA scaffold system and their hypothetical binding patterns to DNA motifs. (C) The production of IAA was determined by sandwich ELISA after overnight culture of E.coli with IPTG induction. After TMB coloring and reaction termination, the color was measured spectrophotometrically at a wavelength of 450 nm. The concentration of IAA in the samples is then determined by comparing their OD450 to the standard curves. The relative IAA concentration of TALE1-IAAM/TALE2-IAAH no scaffold control group was set arbitrarily at 1.0, and the levels of other groups were adjusted correspondingly. All of the data represent results obtained from at least three independent experiments. **p < 0.01. (D) RT-PCR analysis for determination of IAAM and IAAH expression in different TALE-IAA-scaffold groups. The cDNA sequence of 16S rRNA was amplified as standard.