Difference between revisions of "Team:NAIT Edmonton/Results"

 
(48 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{NAIT_Edmonton/CSS2}}
+
{{NAIT_Edmonton/CSS6}}
 
+
 
<html>
 
<html>
  
 
<head>
 
<head>
  
 +
 +
<title>Team NAIT 2015</title>
  
 
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
 
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
 
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
 
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://2015.igem.org/index.php?title=
+
<script type="text/javascript" src="https://2015.igem.org/Team:NAIT_Edmonton/Results/PrefixTree.js?action=raw&amp;ctype=text/javascript"></script>
Template:NAIT_Edmonton/js/jquery.flexslider"></script>
+
  
<script type="text/javascript" charset="utf-8">
 
  
var $ = jQuery.noConflict();
+
<!-----------https://static.igem.org/mediawiki/2015/d/d8/El_Capitan_.ttf------------------->
  $(window).load(function() {
+
 
    $('.flexslider').flexslider({
+
 
          animation: "slide"
+
<script type="text/javascript">
    });
+
$(document).ready(function() {
  });
+
// grab the initial top offset of the navigation
</script>
+
  var stickyNavTop = $('.nav').offset().top;
 +
 
 +
  // our function that decides weather the navigation bar should have "fixed" css position or not.
 +
  var stickyNav = function(){
 +
    var scrollTop = $(window).scrollTop(); // our current vertical position from the top
 +
       
 +
    // if we've scrolled more than the navigation, change its position to fixed to stick to top,
 +
    // otherwise change it back to relative
 +
    if (scrollTop > stickyNavTop) {  
 +
        $('.nav').addClass('sticky');
 +
    } else {
 +
        $('.nav').removeClass('sticky');
 +
    }
 +
};
 +
 
 +
stickyNav();
 +
// and run it again every time you scroll
 +
$(window).scroll(function() {
 +
stickyNav();
 +
});
 +
});
 +
</script>
 +
 
 +
<script type="text/javascript" src="https://2015.igem.org/Team:NAIT_Edmonton/StickyMenu?action=raw&amp;ctype=text/javascript"></script>
 +
 
  
 
</head>
 
</head>
Line 25: Line 48:
 
<body>
 
<body>
  
 +
<div class="header">
 +
<div class="header_c">
 +
<a href="https://2015.igem.org/Team:NAIT_Edmonton"><img style="margin-top:15px;" src="https://static.igem.org/mediawiki/2015/2/2f/NAIT_Imagine.png" height="95px"></a>
 +
</div>
 +
</div>
  
  
  
<div id="header">
+
<div class="nav">
<div class="header">
+
 
 +
<div tabindex="0" class="onclick-menu">
 +
    <ul class="onclick-menu-content" style="list-style:none;">
 +
        <li><a href="https://2015.igem.org/Team:NAIT_Edmonton">home</a></li>
 +
        <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Team">team</a></li>
 +
        <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Project">project</a></li>
 +
        <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Human">human practices</a></li>
 +
        <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Notebook">notebook</a></li>
 +
    </ul>
 +
</div>
 +
 
 +
 
 +
<div class="navigation">
 +
<ul>
 +
 
 +
 
 +
                <li><a href="https://2015.igem.org/Team:NAIT_Edmonton"><img
 +
                src="https://static.igem.org/mediawiki/2015/a/a9/NAIT_home.png" width="25px"></a></li>
  
    <div class="logo"><a href="https://2015.igem.org/Team:NAIT_Edmonton">
 
            <img style="padding-left:6px" src="https://static.igem.org/mediawiki/2015/c/c7/NAIT_IGEM_Separated.png" height="185px"></a>
 
    </div>
 
    <div class="header_left">
 
        <ul>
 
               
 
 
                 <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Team">team</a>
 
                 <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Team">team</a>
 
                     <ul>
 
                     <ul>
 
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Bios">bios</a></li>
 
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Bios">bios</a></li>
 
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Attributions">attributions</a></li>
 
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Attributions">attributions</a></li>
                       <li><a href="https://igem.org/Team.cgi">official team profile</a>
+
                       <li><a href="https://igem.org/Team.cgi?id=1787">official team profile</a>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
 +
 
                 <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Project">project</a>
 
                 <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Project">project</a>
 
                     <ul>
 
                     <ul>
Line 52: Line 92:
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
            </ul>
+
 
    </div>
+
    <div class="header_right">
+
        <ul>
+
 
                 <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Human">human practices</a>
 
                 <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Human">human practices</a>
 
                 <ul>
 
                 <ul>
Line 61: Line 98:
 
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Practices">policy and practices</a></li>
 
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Practices">policy and practices</a></li>
 
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Collaborations">collaborations</a></li>
 
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Collaborations">collaborations</a></li>
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Entrepreneurship">entrepreneurship</a></li>
+
                        
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
 +
 
                 <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Notebook">notebook</a>
 
                 <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Notebook">notebook</a>
 
                 <ul>
 
                 <ul>
 
                     <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Safety">lab safety</a></li>
 
                     <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Safety">lab safety</a></li>
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Measurement">measurement</a></li>
+
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Achievements">achievements</a></li>
 
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Logbook">log book</a></li>
 
                       <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Logbook">log book</a></li>
 
                 </ul>
 
                 </ul>
 
                 </li>
 
                 </li>
        </ul>
 
</div>
 
</div>
 
  
<div id="wrap">
+
            </ul>
  
<style type="text/css">
+
</div>
  
.header_mobile {
+
</div>
    display:none;
+
    position: absolute;
+
    background-color:transparent;
+
    width:65px;
+
    top: 90px;
+
    left:50px;
+
    height:65px;
+
    z-index:999;
+
    position:fixed;}
+
  
.header_mobile ul {list-style:none; position:absolute;float:right;margin:0;padding-right:125px}
 
.header_mobile ul * {margin:0; padding:0;}
 
.header_mobile a {display:block;color:#159CD8;text-decoration:none;padding:15px 50px}
 
.header_mobile li {position:relative;float:left; padding:5px 5px 5px 5px}
 
.header_mobile li a {font-family:'Source Sans Pro', sans-serif;color:#ffffff;font-size:20px;}
 
.header_mobile li.current-menu-item {background:#5AB3E3}
 
.header_mobile ul ul{display:none; position:absolute; top:77%; left:30%; background:#0D4D8C; padding:0 0px 0 0}
 
.header_mobile ul ul li:hover{background:#159CD8}
 
.header_mobile ul ul li{float:none; width:120px}
 
.header_mobile ul ul a {line-height:100%; padding:0 20px 0 0; font-size:15px }
 
.header_mobile ul ul ul {top:0; left:200%}
 
.header_mobile ul li.selected a{color:#8BC5EB}
 
.header_mobile ul li:hover > ul{display:block;}
 
  
  
@media screen and (max-width:1000px){
+
</style>
 +
 
 +
<div id="wrap">
  
.header_left{display:none;}
 
.header_right{display:none;}
 
.header_mobile{display:block;}
 
  
}
 
  
</style>
 
 
<style type="text/css">
 
<style type="text/css">
  
 
.top_slogan {text-align:center; font-family: 'Source Sans Pro', sans-serif; color:#0D4D8C; font-size:30px; padding: 40px 0px 40px 0px; font-style:strong; line-height:40px;}
 
.top_slogan {text-align:center; font-family: 'Source Sans Pro', sans-serif; color:#0D4D8C; font-size:30px; padding: 40px 0px 40px 0px; font-style:strong; line-height:40px;}
 +
  
 
</style>
 
</style>
  
<center><div class="top_slogan">Under Construction!</div></center>
+
<center><div class="top_slogan">Parts and Results</div></center>
  
 
  <div class="main_content">
 
  <div class="main_content">
 +
 
<center>
 
<center>
<h2> Please check back as we are continually updating our Team Wiki </h2>
+
<h2> Check out the new parts we made for the registry:</h2>
  
<style type="text/css">
+
<a style="color:blue" href="http://parts.igem.org/Part:BBa_K1787001">BBa_K1787001 - MBL</a> <br>
.tg  {border-collapse:collapse;border-spacing:0;color:none}
+
<a style="color:blue" href="http://parts.igem.org/Part:BBa_K1787000">Bba_K1787000 - Cys-Thr</a>
.tg td{width:280px; border-style:none;border-width:0px;overflow:hidden;word-break:normal;text-align:center;}
+
.tg th{width:280px; padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;text-align:center}
+
  
 +
</center>
  
 +
<br><br>
  
</style>
+
<center><h1>Data Analysis</h1></center><br>
  
<table class="tg">
 
  <tr>
 
    <th class="tg-031e"><h2>Our Team</h2></th>
 
    <th class="tg-031e"><h2>iGEM 2015</h2></th>
 
    <th class="tg-031e"><h2>Contact Us!</h2></th>
 
  </tr>
 
  <tr>
 
  
<style type="text/css">
+
<center><img src="https://static.igem.org/mediawiki/2015/6/61/NAIT_p5.png" width="500px"></center> <br>
  
.roundimg{width:180px;height:150px;display:block;border-radius:90px;-moz-border-radius:90px;-webkit-border-radius:90px;-khtml-border-radius:90px;margin:auto;background-color:#8BC5EB;text-align:center; padding:30px 0 0 0;}
+
<p>The sequences that were ordered had a design flaw on them. The restriction sites were not on the correct place and were incompatible with pSB1C3. In order to fix them, we decided to create primers that would insert a point mutation in the restriction sites and, at the same time, add the correct iGEM prefix and suffix to the sequences.</p><br>
.roundimg img{ margin:auto; display:block;}
+
h2.centered_title{ text-align:center;}
+
p.centered_text{ padding:10px 20px;}
+
.roundimg2{width:180px;height:150px;display:block;border-radius:90px;-moz-border-radius:90px;-webkit-border-radius:90px;-khtml-border-radius:90px;margin:auto;background:none;text-align:center; padding:30px 0 0 0;}
+
  
</style>
+
<p><img src="https://static.igem.org/mediawiki/2015/1/17/NAIT_p2.png" width="400px">A gradient PCR was conducted in order to determine the best annealing temperature (Ta) for the primers. It was observed that Ta=61ºC was optimum. A new PCR comprising all our sequences was done and, after using a PCR Purification kit, an agarose gel showed that out of 23 sequences, we were able to purify 18 (see Figure 2). Nonetheless, one of the sequences contained an illegal restriction site within itself and it was discarded.</p><br>
  
 +
<p>The sequences, now containing an iGEM compatible prefix and suffix, needed a vector and a host organism so as to be expressed. T7 expression systems can produce a high copy of a Protein of Interest (POI), provided that the DNA sequence that encodes for the polypeptide is next to a T7 promoter. With regards to the vector, it was noted that BioBrick K1321338 (BBa_ K1321338), found on the iGEM 2015 Kit Plate #5, contained a T7 promoter and a Ribosome Binding Site. And pertaining the host organism, BL21 (DE3), a T7 E.coli expression strain was chosen as the system to synthesize our POIs</p><br>
  
    <td class="tg-031e"><div class="roundimg"><a href="https://2015.igem.org/Team:NAIT_Edmonton/Bios" title="Team Bios"><img src="https://static.igem.org/mediawiki/2015/7/73/NAIT_Icon_clients.png" alt="" title="" /></a></div></td>
+
<center><img src="https://static.igem.org/mediawiki/2015/e/e7/NAIT_p3.png" width="500px"></center><br>
    <td class="tg-031e"> <div class="roundimg"><a href="https://2015.igem.org" title=""><img src="https://static.igem.org/mediawiki/2015/0/05/NAIT_Icon_services.png" alt="" title="iGEM Official Site 2015" /></a></div></td>
+
    <td class="tg-031e"><div class="roundimg"><a href="https://2015.igem.org/Team:NAIT_Edmonton/ContactUs" title=""><img src="https://static.igem.org/mediawiki/2015/2/29/NAIT_Icon_contact.png" alt="" title="Contact Us" /></a></div></td>
+
  </tr>
+
  <tr>
+
    <td class="tg-031e"><p class="centered_text">
+
"Alone we can do so little, <strong>together we can do so much</strong>" - Helen Keller
+
        </p>
+
        </td>
+
    <td class="tg-031e"><p class="centered_text">
+
Learn about the exciting opportunities the iGEM foundation has to offer!
+
        </p>
+
        </td>
+
    <td class="tg-031e">        <p class="centered_text">
+
Please contact us if you want more information about our project or have any other questions or concerns.
+
        </p>
+
        </td>
+
  </tr>
+
  <tr>
+
    <td class="tg-031e"><a href="https://2015.igem.org/Team:NAIT_Edmonton/Bios" class="more">read more</a></td>
+
    <td class="tg-031e"><a href="https://2015.igem.org" class="more">read more</a></td>
+
    <td class="tg-031e"><a href="https://2015.igem.org/Team:NAIT_Edmonton/ContactUs" class="more">read more</a></td>
+
  </tr>
+
  
 +
<p>After transforming cells with BBa_K1321338, obtaining the plasmid (i.e., pSB1C3 with the BioBrick. Note: pSB1C3 contains a chloramphenicol resistant gene) via a MiniPrep Kit, and confirming its presence by running a sample in an agarose gel, a digestion with SpeI and PstI, and subsequent dephosphorylation was conducted so as to linearize the plasmid and prepare it for ligation to the sequences. Simultaneously, the sequences were digested with XbaI and PstI (see Figure 3).</p>
  
</table>
 
     
 
 
 
  
</center>
+
<center><img src="https://static.igem.org/mediawiki/2015/4/43/NAIT_p4.png" width="500px"></center><br>
  
  </div>
 
  </div>
 
  
  <div class="clear"></div>  
+
<p>Ligation was performed using T4 DNA Ligase; subsequently, E. coli BL21 (DE3) was transformed with the ligation products and plated in LB + chloramphenicol agar. 34 plates (two per sequence of interest) were left 24 hours at 37ºC to ensure optimum growth of transformed cells. Grown colonies were accounted for and numbered (see Figure 4).</p><br>
 
+
  
<div class="header_mobile">
+
<p>pSB1C3 Forward and Reverse Primers were used to confirm that the colonies actually contained the sequence. A gradient PCR showed that the optimum Ta was 57ºC, so a colony PCR was made following such parameter and an agarose gel was done to verify outcome of the PCR.</p><br>
  <ul>
+
 
        <li><a href="">menu</a>
+
<p>Data showed that, out of three hundred and two colonies, only five contained an insert (see Figure 5). Other colonies contained the plasmid without an insertion. This was concluded because the Forward and Reverse Primers amplify a fragment 339 bp long. The divergent colonies amplified longer fragments and, out of those six, only two had the size that was expected. These were sequences ‘Cys-Thr’ and ‘MLAB’ (see Figure 6, this figure only shows significant gels).</p><br>
          <ul>
+
 
              <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Team">team</a>
+
 
              <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Project">project</a>
+
 
              <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Human">human practices</a>
+
<center><img src="https://static.igem.org/mediawiki/2015/9/97/NAIT_p6.png" width="500px"></center><br>
              <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Notebook">notebook</a>
+
 
          </ul>
+
<p>These five positive colonies were cultured in 200mL of LB media with chloramphenicol and induced with IPTG to increase protein expression. The cells were pelleted and proteins were isolated using a NiNTA Kit.  
        </li>  
+
The samples were ran in a SDS-PAGE (see Figure 6). Only the sample containing the protein encoded by sequence ‘Cys-Thr’ showed bands. Additionally, the bands were ~19kDa in size, the expected size for this particular protein.
           
+
</p><br>
  </ul>
+
 
</div>
+
 
 +
<p>Preliminary data shows that this engineered protein is able to show a different colouration after silver staining (see Figure 8)</p><br>
 +
 
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2015/1/11/NAIT_p7.png" width="600px"></center> <br>
 +
 
 +
<center>
 +
 
 +
<img src="https://static.igem.org/mediawiki/2015/8/8f/NAIT_p8.png" width="600px"></center><br>
 +
 
 +
<p>This preliminary data supports our original hypothesis that certain amino acid configurations within a protein alter band colouration post-silver staining.  We are currently looking into new combinations of amino acid motifs in the hopes of generating the colours blue, red, green, purple, orange, and shades of grey. </p><br>
 +
 
 +
 
 +
<div class="clear"></div>  
 +
 
 
    
 
    
 
</div>
 
</div>
  
        <div class="footer">
+
 
 +
 
 +
</div>
 +
 
 +
  <div class="clear"></div>
 +
 
 +
 
 +
 
 +
<div class="footer">
 
         <div class="footer_content">
 
         <div class="footer_content">
 
             <div class="footer_left">
 
             <div class="footer_left">
Line 223: Line 220:
 
                 <li><a href="http://www.facebook.com/pages/IGEM-2015-NAIT-Edmonton/884025281659292"><img src="https://static.igem.org/mediawiki/2015/a/a3/NAIT_Icon_facebook.png" alt="" title="" /></a></li>
 
                 <li><a href="http://www.facebook.com/pages/IGEM-2015-NAIT-Edmonton/884025281659292"><img src="https://static.igem.org/mediawiki/2015/a/a3/NAIT_Icon_facebook.png" alt="" title="" /></a></li>
 
                 <li><a href="http://www.twitter.com/TeamNAIT2015"><img src="https://static.igem.org/mediawiki/2015/6/64/NAIT_Icon_twitter.png" alt="" title="" /></a></li>
 
                 <li><a href="http://www.twitter.com/TeamNAIT2015"><img src="https://static.igem.org/mediawiki/2015/6/64/NAIT_Icon_twitter.png" alt="" title="" /></a></li>
 +
                <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/ContactUs"><img src="https://static.igem.org/mediawiki/2015/2/29/NAIT_Icon_contact.png" width="20px" alt="" title="" /></a></li>
 
                 </ul>
 
                 </ul>
 
             </div>
 
             </div>
 
           <div class="clear"></div>
 
           <div class="clear"></div>
 +
          </div>
 +
        </div>
  
</div>
 
  
<style type="text/css">
 
 
#footer {z-index:15;}
 
.footer {position: relative; padding:20px 0 40px 0; margin: -25px 0 0 0; clear:both; width:100%; background-color:#0D4D8C; height:25px;}
 
.footer_content {margin:auto;width:100%;}
 
.footer_left { float:left; padding:0 0 0 10%;}
 
.footer_right{ float:right; padding:0 10% 0 0;}
 
ul.social_icons { margin:0px; padding:0px; list-style:none;}
 
ul.social_icons li{ float:left;}
 
ul.social_icons li a{width:30px;height:30px;display:block;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;-khtml-border-radius:15px;float:left;margin:0px 0 0px 5px;background-color:#ADD3F0;text-align:center;}
 
ul.social_icons li a#top{width:30px;height:30px;display:block;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;-khtml-border-radius:15px;float:left;margin:0px 0 0px 5px;background-color:#ADD3F0;text-align:center;}
 
ul.social_icons li a:hover{ background-color:#5AB3E3;}
 
ul.social_icons li a img{ width:60%; display:block; margin:5px auto;}
 
 
ul.footer_menu{ padding:10px 0 0 0; margin:0px; list-style:none;}
 
ul.footer_menu li{ float:left; padding:0 15px 0 0;}
 
ul.footer_menu li a{ background:url(https://static.igem.org/mediawiki/2015/1/17/NAIT_Bullet.png) no-repeat left; padding:0 0 0 12px;}
 
 
 
</style>
 
  
 
</body>
 
</body>
 
  
 
</html>
 
</html>

Latest revision as of 00:34, 9 October 2015

Team NAIT 2015

Parts and Results

Check out the new parts we made for the registry:

BBa_K1787001 - MBL
Bba_K1787000 - Cys-Thr


Data Analysis



The sequences that were ordered had a design flaw on them. The restriction sites were not on the correct place and were incompatible with pSB1C3. In order to fix them, we decided to create primers that would insert a point mutation in the restriction sites and, at the same time, add the correct iGEM prefix and suffix to the sequences.


A gradient PCR was conducted in order to determine the best annealing temperature (Ta) for the primers. It was observed that Ta=61ºC was optimum. A new PCR comprising all our sequences was done and, after using a PCR Purification kit, an agarose gel showed that out of 23 sequences, we were able to purify 18 (see Figure 2). Nonetheless, one of the sequences contained an illegal restriction site within itself and it was discarded.


The sequences, now containing an iGEM compatible prefix and suffix, needed a vector and a host organism so as to be expressed. T7 expression systems can produce a high copy of a Protein of Interest (POI), provided that the DNA sequence that encodes for the polypeptide is next to a T7 promoter. With regards to the vector, it was noted that BioBrick K1321338 (BBa_ K1321338), found on the iGEM 2015 Kit Plate #5, contained a T7 promoter and a Ribosome Binding Site. And pertaining the host organism, BL21 (DE3), a T7 E.coli expression strain was chosen as the system to synthesize our POIs



After transforming cells with BBa_K1321338, obtaining the plasmid (i.e., pSB1C3 with the BioBrick. Note: pSB1C3 contains a chloramphenicol resistant gene) via a MiniPrep Kit, and confirming its presence by running a sample in an agarose gel, a digestion with SpeI and PstI, and subsequent dephosphorylation was conducted so as to linearize the plasmid and prepare it for ligation to the sequences. Simultaneously, the sequences were digested with XbaI and PstI (see Figure 3).


Ligation was performed using T4 DNA Ligase; subsequently, E. coli BL21 (DE3) was transformed with the ligation products and plated in LB + chloramphenicol agar. 34 plates (two per sequence of interest) were left 24 hours at 37ºC to ensure optimum growth of transformed cells. Grown colonies were accounted for and numbered (see Figure 4).


pSB1C3 Forward and Reverse Primers were used to confirm that the colonies actually contained the sequence. A gradient PCR showed that the optimum Ta was 57ºC, so a colony PCR was made following such parameter and an agarose gel was done to verify outcome of the PCR.


Data showed that, out of three hundred and two colonies, only five contained an insert (see Figure 5). Other colonies contained the plasmid without an insertion. This was concluded because the Forward and Reverse Primers amplify a fragment 339 bp long. The divergent colonies amplified longer fragments and, out of those six, only two had the size that was expected. These were sequences ‘Cys-Thr’ and ‘MLAB’ (see Figure 6, this figure only shows significant gels).



These five positive colonies were cultured in 200mL of LB media with chloramphenicol and induced with IPTG to increase protein expression. The cells were pelleted and proteins were isolated using a NiNTA Kit. The samples were ran in a SDS-PAGE (see Figure 6). Only the sample containing the protein encoded by sequence ‘Cys-Thr’ showed bands. Additionally, the bands were ~19kDa in size, the expected size for this particular protein.


Preliminary data shows that this engineered protein is able to show a different colouration after silver staining (see Figure 8)




This preliminary data supports our original hypothesis that certain amino acid configurations within a protein alter band colouration post-silver staining. We are currently looking into new combinations of amino acid motifs in the hopes of generating the colours blue, red, green, purple, orange, and shades of grey.