Team:Hong Kong HKUST/characterization/mls1

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> </script> <script type="text/javascript"> $(document).ready(function(){ $("ul.first...")
 
Line 3: Line 3:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
</script>
-
 
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function(){
$(document).ready(function(){
Line 10: Line 9:
});
});
});
});
-
</script>
+
</script>
 +
<script>
 +
$(document).ready(function(){
 +
// hide #back-top first
 +
$("#back-top").hide();
 +
 +
// fade in #back-top
 +
$(function () {
 +
$(window).scroll(function () {
 +
if ($(this).scrollTop() > 100) {
 +
$('#back-top').fadeIn();
 +
} else {
 +
$('#back-top').fadeOut();
 +
}
 +
});
 +
 +
// scroll body to 0px on click
 +
$('#back-top a').click(function () {
 +
$('body,html').animate({
 +
scrollTop: 0
 +
}, 800);
 +
return false;
 +
});
 +
});
 +
 +
});
 +
</script> 
<script>
<script>
-
  $(document).ready(function()
+
$(document).ready(function()
   {
   {
   $('#menubar').mouseover(function(){
   $('#menubar').mouseover(function(){
Line 30: Line 55:
</script>
</script>
<style type="text/css">
<style type="text/css">
-
body{background-color:#494042;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;height:100%;}
+
body{background-color:#d5cfbf;width:100%;margin-bottom:20px;min-width:600px;max-width:2000px;font: x-small sans-serif;}
#menubar  
#menubar  
{background-color:#EEECEC;opacity:0.8;top:-4px;width:360px;height:23px;position:absolute;top:-20px;}
{background-color:#EEECEC;opacity:0.8;top:-4px;width:360px;height:23px;position:absolute;top:-20px;}
Line 44: Line 69:
{visibility:hidden;}
{visibility:hidden;}
#globalWrapper
#globalWrapper
-
{position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;}
+
{position: relative;font-size:127%;width:100%;margin:0;padding:0;padding-bottom:10px;background-color:#494042;height:2550px;}
#content
#content
-
{width: 1000px;border:none;background-color:#494042;padding:0px;margin-top:0px;line-height: 1.5em;color: black;}
+
{width: 995px;border:none;background-color:#ffffff;height:2500px;padding:0px;margin-top:0px;line-height: 1.5em;color: black;}
#top-section
#top-section
{height:2px;border:none;background-color:#494042;}
{height:2px;border:none;background-color:#494042;}
#catlinks
#catlinks
-
{border-color:#494042;background-color:#494042;}
+
{display:none;}
#footer-box
#footer-box
{display:none}
{display:none}
#kepala
#kepala
-
{position:absolute;top:15px;background-color:#F0A5BE;height:121px;width:100%;}
+
{position:absolute;top:15px;background-color:#F0A5BE;}
-
#copyright
+
#cover
-
{position:absolute;left:325px;top:630px;}
+
{position:absolute;top:0px;height:168px;width:100%;background:#494042;z-index:-1;}
 +
body, div, dl, dt, dd, ul, ol, li, h1, h4, h6, pre, form, fieldset, p, blockquote, th, td {
 +
margin: 0;
 +
padding: 0;
 +
font-size: 14px;
 +
}
 +
* {
 +
-webkit-box-sizing: border-box;
 +
-moz-box-sizing: border-box;
 +
box-sizing: border-box;
 +
}
 +
div.menu
 +
{
 +
width:100%;
 +
}
 +
.row {
 +
width: 940px;
 +
max-width: 100%;
 +
min-width: 768px;
 +
margin: 0 auto;
 +
 
 +
}
 +
.row:after {
 +
clear: both;
 +
}
 +
.row:before, .row:after {
 +
content: "";
 +
display: table;
 +
}
.menu ul,li
.menu ul,li
{
{
Line 67: Line 120:
{
{
float:left;
float:left;
-
width:16.66%;
+
width:16.667%;
}
}
ul.first>li>a:link,ul.first>li>a:visited
ul.first>li>a:link,ul.first>li>a:visited
Line 114: Line 167:
top:141px;
top:141px;
width:100%;
width:100%;
 +
z-index:1;
 +
}
 +
#back-top {
 +
position: fixed;
 +
top: 10%;
 +
right: 2%;
 +
}
 +
#back-top a {
 +
width: 108px;
 +
display: block;
 +
text-align: center;
 +
font: 11px/100% Arial, Helvetica, sans-serif;
 +
text-transform: uppercase;
 +
text-decoration: none;
 +
color: #bbb;
 +
/* background color transition */
 +
-webkit-transition: 1s;
 +
-moz-transition: 1s;
 +
transition: 1s;
 +
}
 +
#back-top a:hover {
 +
color: #ffffff;
 +
}
 +
 +
#back-top span {
 +
width: 65px;
 +
height: 60px;
 +
display: block;
 +
margin-bottom: 7px;
 +
background: #ddd url(up-arrow.png) no-repeat center center;
 +
/* rounded corners */
 +
-webkit-border-radius: 15px;
 +
-moz-border-radius: 15px;
 +
border-radius: 15px;
 +
/* background color transition */
 +
-webkit-transition: 1s;
 +
-moz-transition: 1s;
 +
transition: 1s;
 +
}
 +
#back-top a:hover span {
 +
background-color: #777;margin-top:10px;
 +
}
 +
 +
ul.side-nav, ul.side-nav1 {
 +
display: block;
 +
list-style: none;
 +
margin: 0;
 +
padding: 17px 0;font-family:"Trebuchet MS", Helvetica, sans-serif;
 +
}
 +
ul.side-nav h6 {
 +
margin: 47px 0px 0px;
 +
}
 +
ul.side-nav1 h6 {
 +
margin: 0px 0px 0px;
 +
}
 +
ul.side-nav li.divider, ul.side-nav1 li.divider {
 +
border-top: 1px solid #ddd;
 +
}
 +
 +
.two, .row .two {
 +
width: 16.66667%;
 +
top:160px;
}
}
ul, ol {
ul, ol {
-
line-height: 1.6;
 
font-size: 14px;
font-size: 14px;
 +
line-height: 1.6;
}
}
-
#slide{width:96%;height:auto;background-color:#Ffffff;margin-top:80px;border:2px solid;
+
[class*="column"] + [class*="column"]:last-child {
-
border-radius:15px;padding-right:10px;margin-left:15px;}
+
float: right;
-
.center
+
-
{
+
-
margin:auto;
+
-
width:70%;
+
-
background-color:#b0e0e6;
+
}
}
-
h3,h1,#yo{margin-left:10px;font-family:"Trebuchet MS", Helvetica, sans-serif;}
+
.ten, .row .ten {
-
h3.title{font-size:32px;}
+
width: 83.33333%;
-
#hey{font-size:28px;margin-left:10px;font-family:"Trebuchet MS", Helvetica, sans-serif;}
+
top:192px;
-
div.hr {
+
-
background: #000  no-repeat scroll center;
+
-
width:100%;
+
-
height:2px;
+
-
margin-left:5px;
+
}
}
-
div.hr hr {
+
.column, .columns {
-
display: none;
+
float: left;
 +
min-height: 1px;
 +
padding: 0 15px;
 +
position: relative;
}
}
 +
.twelve, .row .twelve {
 +
width: 100%;
 +
}
 +
h1, h2, h4, h5, h6 {
 +
font-family:"Trebuchet MS", Helvetica, sans-serif;
 +
font-weight: normal;
 +
color: #000;
 +
border-bottom: none;
 +
 +
 +
h3{font-size:18px;font-family:"Trebuchet MS", Helvetica, sans-serif;}
 +
h5{margin-left:15px;}
 +
 +
}
 +
div.team-bios-container div.row {
 +
padding: 0px 0px 10px;
 +
border-bottom: 1px solid #ddd;
 +
}
 +
.row .row {
 +
width: auto;
 +
max-width: none;
 +
min-width: 0;
 +
margin: 0 -15px;
 +
}
 +
media="screen, projection"
 +
#bodyContent h1, #bodyContent h2 {
 +
margin-bottom: .6em;
 +
}
 +
h1.centered, h2.centered, h3.centered, h4.centered, h5.centered, h6.centered {
 +
text-align: center;
 +
}
 +
h2 {
 +
font-size: 37px;
 +
}
 +
.nine, .row .nine {
 +
width: 100%;font-family:"Trebuchet MS", Helvetica, sans-serif;
 +
}
 +
[class*="column"] + [class*="column"]:last-child {
 +
float: right;
 +
}
 +
.three, .row .three {
 +
width: 25%;
 +
}
 +
#construct{margin-left:30px;}
 +
ul li ul, ul li ol {
 +
margin-left: 20px;
 +
margin-bottom: 0;}
 +
#msk1{margin-left:20px;}
 +
#msk2{margin-left:55px;}
 +
#msk3{margin-left:35px;}
 +
#msk4{margin-left:70px;}
</style>
</style>
-
</head>
 
-
<body>
 
-
<a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;"></div></center></a>
 
 +
<body>
 +
<p id="back-top" style="display:none;">
 +
<a href="#top"><span><img src="http://515alive.com/theme/img/up-arrow.png" style="width:90%;"><br><br>BACK TO TOP</span></a>
 +
</p>
 +
<a href=https://2013.igem.org/Team:Hong_Kong_HKUST><center><div id="kepala" style="height:121px;width:100%;"><img src="https://static.igem.org/mediawiki/igem.org/c/c7/BANNER1_%281%29.png" style="height:121px;width:100%;align:middle;"></div></center></a>
 +
<div id="cover"></div>
<div class="menu">
<div class="menu">
<ul class="first">
<ul class="first">
Line 202: Line 364:
</div>
</div>
-
<br><br><br><div id="slide"><center><h3 class="title">Characterizations</h3></center><br>  
+
      <div class="row">
 +
<div class="two columns"><br>
 +
<ul class="side-nav">
 +
<li>
 +
<h6>Mitochondrial Leader Sequence</h6>
 +
</li>
 +
<li class="divider"></li>
 +
<li>
 +
<a href=#introduction>Introduction</a>
 +
</li>
 +
<li>
 +
<a href=#result>Result</a>
 +
</li>
 +
<li>
 +
<a href=#conclusion>Conclusion</a>
 +
</li>
 +
<li>
 +
<a href=#reference>Reference</a>
 +
</li>
 +
 
 +
 
-
<h1>Mitochondrial Leader Sequence in RFC10 standard (BBa_K1119000)</h1>
 
-
                 
 
-
                       
 
-
<h3>Introduction</h3>
 
-
<p id="yo">In our characterization, the CDS of MLS was assembled in frame with that of GFP reporter using Freiburg’s RFC25 format(BBa_K648013). The translation unit was driven by CMV promoter (BBa_K1119006) and terminated by hGH polyA signal (BBa_K404108).
 
-
The MLS-GFP generator (BBa_K1119009) was then transfected into HEK293FT cells. Mitochondria were stained after transfection and co-localization was determined by area of signal that overlapped.
 
-
To provide a positive control, CDS of EGFP from pEGFP-N1 (Clontech) was inserted downstream and in frame with the CDS of the MLS in the commercial plasmid pCMV/myc/mito, (Invitrogen, Carlsbard, CA). A negative control was made by GFP generator that does not contains the CDS of MLS (BBa_K1119008).
 
-
The detailed protocol of our characterization can be found in HKUST iGEM 2013 Wiki.</p>
 
-
<br>
 
-
<h3>Result</h3><center><img src="https://static.igem.org/mediawiki/parts/b/b9/Mlschar_1.jpg" ></center>
+
</ul>
-
<br><p id="yo"><b>Figure 1. MLS directs GFP into mitochondria.</b> When MLS is added to the N terminus of GFP, the GFP was directed to the mitochondria in the cells, giving patches of GFP signal that overlapped with the signals from MitoTracker®. When MLS is not added to the GFP, the GFP signal can be seen scattered all around in the cell. Scale bar = 10 microns</p>
+
-
<br><br><br>
+
-
<center><img src="https://static.igem.org/mediawiki/parts/8/80/Scatterplots_mlsquantification.jpg" style="width:700px;height:268px;"></center>
+
-
<br><p id="yo"><b>Figure 2. Scatter plots of fluorescence intensities of green (y axis) and red (x axis) from images shown in Figure 1</b>. It showed that the BioBrick MLS-GFP and commercial GFP construct had linear relationship of green intensities and red intensities while the GFP generator had no relationship. Pearson's correlation coefficient (rp) and Spearman correlation coefficient (rs) were determined using the Pearson-Spearman correlation colocalization plugin (French et al., 2008) for ImageJ with a threshold of 0 and listed for each image.</p>
+
-
<br><br><br>
+
<ul class="side-nav1">
-
<center><img src="https://static.igem.org/mediawiki/parts/c/c2/Barchart_mlsquantification.jpg" ></center>
+
<li>
-
<br><p id="yo"><b>Figure 3. Mean Pearson correlation coefficient(rp) and mean Spearman correlation coefficient(rs) were shown in bar chart.</b> Using ImageJ software and plugins, the Pearson correlation coefficient and Spearman correlation coefficient were generated. For every batch of transfected cells, four samples were used for quantification. Experimental BioBrick MLS-GFP and commercial MLS-GFP: Coefficients were close to 1, good colocalization ; GFP: Coefficients were close to 0, poor colocalization. Error bars show standard deviation.</p>
+
<h6>Characterization</h6>
-
<br><br><br>
+
</li>
-
+
<li class="divider"></li>
-
<a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization/mls"><img src="http://w1ggroup.com/devere/img/more_off.png" style="width:13%;height:45px;padding-right:20px;float:right;"></a><br><br><br>
+
<li>
-
<div class="hr"><hr /></div><br>
+
<a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization/mls">Mitochondrial Leader Sequence</a>
 +
</li>
 +
<li>
 +
<a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization/cmv">CMV Promoter</a>
 +
</li>
 +
<li>
 +
<a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization/ef1a">EF1-alpha Promoter</a>
 +
</li>
 +
 +
</ul>
 +
</div>
-
<h1>Mitochondrial Leader Sequence in RFC25 standard (BBa_K1119001)</h1>
+
<div class="ten columns team-bios-container">
-
                 
+
<div class="row" id="ugd-members">
-
                       
+
<div class="twelve columns">
 +
<h2 class="centered">Mitochondrial Leader Sequence</h2>
 +
</div>
 +
</div>
 +
 +
<div class="row">
 +
<div class="nine columns"><p id="introduction"></p>
<h3>Introduction</h3>
<h3>Introduction</h3>
-
<p id="yo">Mitochondrial Leader Sequence (MLS) helps direct protein to the mitochondria when this peptide sequence is in front of the N-terminus of the protein of interest. MLS will be removed upon the peptide’s translocation into the mitochondria, but four additional amino acid residues (Ile-His-Ser-Leu) will be left at the N-terminus of the protein. Under the RFC25 standard, two additional amino residue linker (Ala-Gly) will be left between the MLS remnant and N-terminus of the protein of interest. The CDS of MLS was cloned out from pCMV/myc/mito (Invitrogen, Carlsbard, CA) using PCR. </p>
+
<p>Mitochondrial Leader Sequence (MLS) helps direct protein to the mitochondria when this peptide sequence is in front of the N-terminus of the protein of interest. MLS will be removed upon the peptide’s translocation into the mitochondria, but four additional amino acid residues (Ile-His-Ser-Leu) will be left at the N-terminus of the protein. The CDS of MLS was cloned out from pCMV/myc/mito (Invitrogen, Carlsbard, CA) using PCR.  
-
<p id="yo">This part is in RFC25 standard to facilitate fusing with other CDS. MLS in RFC10 standard (BBa_K1119000)is submitted as alternative. but cannot be fused directly to other CDS due to limitations in RFC10. Users who obtained the part in RFC10 standard can obtain the part by PCR and fuse to other domains using Splicing by Overlapping PCR.</p>
+
 
-
<p id="yo">In our characterization, the CDS of MLS was assembled in frame with that of GFP reporter using Freiburg’s RFC25 format(BBa_K648013). The translation unit was driven by CMV promoter (BBa_K1119006) and terminated by hGH polyA signal (BBa_K404108).
+
This part is in RFC10 standard but cannot be fused directly to other CDS due to limitations in RFC10. Users who obtained this part can extract the part by PCR and fuse to other domains using Splicing by Overlapping PCR. MLS in RFC25 standard (BBa_K1119001) is also submitted to facilitate fusing with other CDS. </p>
 +
<br>
 +
<p>In our characterization, the CDS of MLS was assembled in frame with that of GFP reporter using Freiburg’s RFC25 format(BBa_K648013). The translation unit was driven by CMV promoter (BBa_K1119006) and terminated by hGH polyA signal (BBa_K404108).
The MLS-GFP generator (BBa_K1119009) was then transfected into HEK293FT cells. Mitochondria were stained after transfection and co-localization was determined by area of signal that overlapped.
The MLS-GFP generator (BBa_K1119009) was then transfected into HEK293FT cells. Mitochondria were stained after transfection and co-localization was determined by area of signal that overlapped.
-
To provide a positive control, CDS of EGFP from pEGFP-N1 (Clontech) was inserted downstream and in frame with the CDS of the MLS in the commercial plasmid pCMV/myc/mito, (Invitrogen, Carlsbard, CA). A negative control was made by GFP generator that does not contains the CDS of MLS (BBa_K1119008).  
+
To provide a positive control, CDS of EGFP from pEGFP-N1 (Clontech) was inserted downstream and in frame with the CDS of the MLS in the commercial plasmid pCMV/myc/mito, (Invitrogen, Carlsbard, CA). A negative control was made by GFP generator that does not contains the CDS of MLS (BBa_K1119008).
The detailed protocol of our characterization can be found in HKUST iGEM 2013 Wiki.</p>
The detailed protocol of our characterization can be found in HKUST iGEM 2013 Wiki.</p>
<br>
<br>
 +
</div>
-
<h3>Result</h3><center><img src="https://static.igem.org/mediawiki/parts/thumb/b/b9/Mlschar_1.jpg/600px-Mlschar_1.jpg" ></center>
+
</div>
-
<br><p id="yo"><b>Figure 1. MLS directs GFP into mitochondria</b>. When MLS is added to the N terminus of GFP, the GFP was directed to the mitochondria in the cells, giving patches of GFP signal that overlapped with the signals from MitoTracker®. When MLS is not added to the GFP, the GFP signal can be seen scattered all around in the cell. Scale bar = 10 microns</p>
+
<div class="row">
-
<br><br><br>
+
-
<center><img src="https://static.igem.org/mediawiki/parts/thumb/8/80/Scatterplots_mlsquantification.jpg/600px-Scatterplots_mlsquantification.jpg" style="width:700px;height:268px;"></center>
+
-
<br><p id="yo"><b>Figure 2. Scatter plots of fluorescence intensities of green (y axis) and red (x axis) from images shown in Figure 1</b>. It showed that the BioBrick MLS-GFP and commercial GFP construct had linear relationship of green intensities and red intensities while the GFP generator had no relationship. Pearson's correlation coefficient (rp) and Spearman correlation coefficient (rs) were determined using the Pearson-Spearman correlation colocalization plugin (French et al., 2008) for ImageJ with a threshold of 0 and listed for each image.</p>
+
-
 
+
-
<br><br><br>
+
-
<center><img src="https://static.igem.org/mediawiki/parts/c/c2/Barchart_mlsquantification.jpg" ></center>
+
-
<br><p id="yo"><b>Figure 3. Mean Pearson correlation coefficient(rp) and mean Spearman correlation coefficient(rs) were shown in bar chart.</b> Using ImageJ software and plugins, the Pearson correlation coefficient and Spearman correlation coefficient were generated. For every batch of transfected cells, four samples were used for quantification. Experimental BioBrick MLS-GFP and commercial MLS-GFP: Coefficients were close to 1, good colocalization ; GFP: Coefficients were close to 0, poor colocalization. Error bars show standard deviation.</p>
+
-
+
-
<a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization/mls"><img src="http://w1ggroup.com/devere/img/more_off.png" style="width:13%;height:45px;padding-right:20px;float:right;"></a><br><br><br>
+
-
<div class="hr"><hr /></div><br>
+
-
 
+
-
 
+
-
 
+
-
<h1>CMV Promoter (BBa_K1119006)</h1>
+
-
<h3>Introduction</h3>
+
-
<p id="yo">In our characterization, CMV promoter was assembled with GFP reporter (BBa_K648013) and hGH polyA terminator (BBa_K404108).
+
-
The pCMV-GFP was then transfected into HEK293FT cells and in vivo green fluorescence signal was observed under confocal microscope.
+
-
The positive control was pEGFP-N1 (Clontech) that contains CMV promoter and EGFP reporter. A negative control was made by GFP generator (BBa_K648013) that does not contain the CMV promoter.
+
-
The detailed protocol of our characterization can be found in HKUST iGEM 2013 Wiki.</p><br>
+
-
<div class="row">
+
<div class="nine columns"><p id="result"></p>
<div class="nine columns"><p id="result"></p>
-
<h3>Result</h3><br><center><img src="https://static.igem.org/mediawiki/parts/thumb/c/c6/Final_CMV_annotated_no_ABC.jpg/600px-Final_CMV_annotated_no_ABC.jpg" ></center>
+
<h3>Result</h3><img src="https://static.igem.org/mediawiki/parts/b/b9/Mlschar_1.jpg" >
-
<br><p id="yo"><b>Figure 1. CMV promoter drives expression of GFP</b>. HEK cells transfected with pCMV-GFP gave GFP signals. HEK cells transfected with the commercial pEGFP-N1 showed similar results, while the same construct without any promoter did not give any GFP signals. Scale bar = 10 microns</p>
+
<br><p><b>Figure 1. MLS directs GFP into mitochondria.</b> When MLS is added to the N terminus of GFP, the GFP was directed to the mitochondria in the cells, giving patches of GFP signal that overlapped with the signals from MitoTracker®. When MLS is not added to the GFP, the GFP signal can be seen scattered all around in the cell. Scale bar = 10 microns</p>
-
 
+
<br><br><br>
<br><br><br>
-
 
+
<img src="https://static.igem.org/mediawiki/parts/8/80/Scatterplots_mlsquantification.jpg" style="width:700px;height:268px;">
 +
<br><p><b>Figure 2. Scatter plots of fluorescence intensities of green (y axis) and red (x axis) from images shown in Figure 1</b>. It showed that the BioBrick MLS-GFP and commercial GFP construct had linear relationship of green intensities and red intensities while the GFP generator had no relationship. Pearson's correlation coefficient (rp) and Spearman correlation coefficient (rs) were determined using the Pearson-Spearman correlation colocalization plugin (French et al., 2008) for ImageJ with a threshold of 0 and listed for each image.</p>
 +
<br><br><br>
 +
<img src="https://static.igem.org/mediawiki/parts/c/c2/Barchart_mlsquantification.jpg" >
 +
<br><p><b>Figure 3. Mean Pearson correlation coefficient(rp) and mean Spearman correlation coefficient(rs) were shown in bar chart.</b> Using ImageJ software and plugins, the Pearson correlation coefficient and Spearman correlation coefficient were generated. For every batch of transfected cells, four samples were used for quantification. Experimental BioBrick MLS-GFP and commercial MLS-GFP: Coefficients were close to 1, good colocalization ; GFP: Coefficients were close to 0, poor colocalization. Error bars show standard deviation.</p>
</div>
</div>
</div>
</div>
 +
<div class="row">
 +
<div class="nine columns"><p id="conclusion"></p>
-
<a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization/cmv"><img src="http://w1ggroup.com/devere/img/more_off.png" style="width:13%;height:45px;padding-right:20px;float:right;"></a><br><br><br>
+
<h3>Conclusion</h3>
-
<div class="hr"><hr /></div>
+
-
<br>
+
-
 
-
<h1>EF1-alpha Promoter (BBa_K1119004)</h1>
 
-
<h3>Introduction</h3>
 
-
<p id="yo">The constitutive Human Elongation Factor-1alpha (EF-1alpha) Promoter regulates gene expression in mammalian cells. While only CMV is widely used for a constitutive mammalian promoter in iGEM, here we introduce EF-1alpha Promoter that is known to be a consistent strong promoter in many cell types. The origin of this part is Homo sapiens chromosome 6 genomic contig, GRCh37. p13.</p>
 
-
<br>
 
-
<p id="yo">In our characterization, the coding sequence of EF-1alpha Promoter was assembled with GFP reporter (BBa_BBa_K648013) and hGH polyA terminator (BBa_K404108) using Freiburg’s RFC25 format. The EF-1alpha promoter-GFP was then transfected into HEK293FT cells and in vivo green fluorescence signal was observed under fluorescence microscope. The positive control was iDUET101a plasmid (Addgene plasmid 17629) that contains EF-1alpha promoter and EGFP reporter. A negative control was made by GFP generator that does not contain the EF-1alpha promoter. EF-1alpha promoter efficiency was compared with that of CMV promoter by transfecting GFP reporter driven by CMV promoter (BBa_K1119006) and terminated by hGH polyA signal (BBa_K404108).
 
-
The detailed protocol of our characterization can be found in HKUST iGEM 2013 Wiki.</p>
 
-
<br>
 
-
<h3>Result</h3><center><img src="https://static.igem.org/mediawiki/parts/a/ab/Final_Final_EF1A_compiled.jpg"style="padding-left:5px;width:85%;padding-top:5px;" ></center>
+
</div>
-
<br><p id="yo"><b>Figure 1: No GFP signal of EF-1alpha promoter was observed</b>. While cells transfected with iDUET and pCMV-GFP showed GFP signal, those transfected with EF-1alpha promoter-GFP did not gave GFP signals. Our negative control, GFP without promoter did not gave any GFP signals. Scale bar = 10 microns</p>
+
</div>
-
<br>
+
-
 
+
-
<h3>Conclusion</h3>
+
-
<p id="yo">The sequence of EF-1alpha promoter cloned from iDUET101a contains full sequence of functional promoter region labeled in pBudCE4.1 (Invitrogen). We believe that EF-1alpha triggers transcription of GFP but fails to translate the GFP coding sequence due to short 5’ untranslated region. Additional junk sequences should be added before the first start codon to elongate 5’ untranslated region for successful translation.</p>
+
-
+
-
 
+
<div class="row">
<div class="row">
<div class="nine columns"><p id="reference"></p>
<div class="nine columns"><p id="reference"></p>
<h3>Reference</h3>
<h3>Reference</h3>
-
<p id="yo">Qin, Jane Yuxia, Li Zhang, et al. "Systematic Comparison of Constitutive Promoters and the Doxycycline-Inducible Promoter." PLoS ONE. 5.5 (2010) <http://www.plosone.org/article/info:doi/10.1371/journal.pone.0010611>.</p>
+
 
</div>
</div>
</div>
</div>
-
 
+
-
<a href="https://2013.igem.org/Team:Hong_Kong_HKUST/characterization/ef1a"><img src="http://w1ggroup.com/devere/img/more_off.png" style="width:13%;height:45px;padding-right:20px;float:right;"></a>
+
-
<br><br><br>
+
-
<div class="hr"><hr /></div>
+
-
<br>
+
-
 
+
-
</div>
+
-
 
+
-
 
+
</body>
</body>
</html>
</html>

Latest revision as of 16:21, 27 September 2013

Mitochondrial Leader Sequence

Introduction

Mitochondrial Leader Sequence (MLS) helps direct protein to the mitochondria when this peptide sequence is in front of the N-terminus of the protein of interest. MLS will be removed upon the peptide’s translocation into the mitochondria, but four additional amino acid residues (Ile-His-Ser-Leu) will be left at the N-terminus of the protein. The CDS of MLS was cloned out from pCMV/myc/mito (Invitrogen, Carlsbard, CA) using PCR. This part is in RFC10 standard but cannot be fused directly to other CDS due to limitations in RFC10. Users who obtained this part can extract the part by PCR and fuse to other domains using Splicing by Overlapping PCR. MLS in RFC25 standard (BBa_K1119001) is also submitted to facilitate fusing with other CDS.


In our characterization, the CDS of MLS was assembled in frame with that of GFP reporter using Freiburg’s RFC25 format(BBa_K648013). The translation unit was driven by CMV promoter (BBa_K1119006) and terminated by hGH polyA signal (BBa_K404108). The MLS-GFP generator (BBa_K1119009) was then transfected into HEK293FT cells. Mitochondria were stained after transfection and co-localization was determined by area of signal that overlapped. To provide a positive control, CDS of EGFP from pEGFP-N1 (Clontech) was inserted downstream and in frame with the CDS of the MLS in the commercial plasmid pCMV/myc/mito, (Invitrogen, Carlsbard, CA). A negative control was made by GFP generator that does not contains the CDS of MLS (BBa_K1119008). The detailed protocol of our characterization can be found in HKUST iGEM 2013 Wiki.


Result


Figure 1. MLS directs GFP into mitochondria. When MLS is added to the N terminus of GFP, the GFP was directed to the mitochondria in the cells, giving patches of GFP signal that overlapped with the signals from MitoTracker®. When MLS is not added to the GFP, the GFP signal can be seen scattered all around in the cell. Scale bar = 10 microns





Figure 2. Scatter plots of fluorescence intensities of green (y axis) and red (x axis) from images shown in Figure 1. It showed that the BioBrick MLS-GFP and commercial GFP construct had linear relationship of green intensities and red intensities while the GFP generator had no relationship. Pearson's correlation coefficient (rp) and Spearman correlation coefficient (rs) were determined using the Pearson-Spearman correlation colocalization plugin (French et al., 2008) for ImageJ with a threshold of 0 and listed for each image.





Figure 3. Mean Pearson correlation coefficient(rp) and mean Spearman correlation coefficient(rs) were shown in bar chart. Using ImageJ software and plugins, the Pearson correlation coefficient and Spearman correlation coefficient were generated. For every batch of transfected cells, four samples were used for quantification. Experimental BioBrick MLS-GFP and commercial MLS-GFP: Coefficients were close to 1, good colocalization ; GFP: Coefficients were close to 0, poor colocalization. Error bars show standard deviation.

Conclusion

Reference