Difference between revisions of "Team:UrbanTundra Edmonton/Parts"

Line 1: Line 1:
 +
{{NAIT_Edmonton/CSS6}}
 
<html>
 
<html>
<!-- ####################################################### -->
 
<!-- #  This html was produced by the igemwiki generator  # -->
 
<!-- #  https://github.com/igemuoftATG/generator-igemwiki  # -->
 
<!-- ####################################################### -->
 
  
<!-- repo for this wiki:  -->
+
<head>
  
</html>
 
<html>
 
<!-- bower:css -->
 
<link rel="stylesheet" href="bower_components\bootstrap\dist\css\bootstrap.css" type="text/css" />
 
<link rel="stylesheet" href="bower_components\flexboxgrid\dist\flexboxgrid.css" type="text/css" />
 
<link rel="stylesheet" href="bower_components\font-awesome\css\font-awesome.min.css" type="text/css" />
 
<link rel="stylesheet" href="bower_components\highlightjs\styles\github.css" type="text/css" />
 
<!-- endbower -->
 
<link rel="stylesheet" href="styles/animate.css" type="text/css" />
 
<link rel="stylesheet" href="styles/bootstrap.css" type="text/css" />
 
<link rel="stylesheet" href="styles/bootstrap.css.map" type="text/css" />
 
<link rel="stylesheet" href="styles/flexslider.css" type="text/css" />
 
<link rel="stylesheet" href="styles/icomoon.css" type="text/css" />
 
<link rel="stylesheet" href="styles/index.html" type="text/css" />
 
<link rel="stylesheet" href="styles/owl.carousel.min.css" type="text/css" />
 
<link rel="stylesheet" href="styles/owl.theme.default.min.css" type="text/css" />
 
<link rel="stylesheet" href="styles/style.css" type="text/css" />
 
<link rel="stylesheet" href="styles/style.css.map" type="text/css" />
 
<link rel="stylesheet" href="styles/styles.css" type="text/css" />
 
<link rel="stylesheet" href="styles/_DS_Store" type="text/css" />
 
 
  
<body></body>
+
<title>Team NAIT 2015</title>
  
 +
<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://2015.igem.org/Team:NAIT_Edmonton/Results/PrefixTree.js?action=raw&amp;ctype=text/javascript"></script>
  
</html>
 
  
<html>
+
<!-----------https://static.igem.org/mediawiki/2015/d/d8/El_Capitan_.ttf------------------->
  
<div id="navigation">
+
 
<ul>
+
<script type="text/javascript">
<li><a href="index.html"><span>home</span></a></li>
+
$(document).ready(function() {
</li>
+
// grab the initial top offset of the navigation
<li><a href="#"><span>team</span></a>
+
  var stickyNavTop = $('.nav').offset().top;
<ul>
+
 
<li><a href="team.html"><span>team</span></a></li>
+
  // our function that decides weather the navigation bar should have "fixed" css position or not.
</li>
+
  var stickyNav = function(){
<li><a href="collaborations.html"><span>collaborations</span></a></li>
+
    var scrollTop = $(window).scrollTop(); // our current vertical position from the top
</li>
+
       
</ul>
+
    // if we've scrolled more than the navigation, change its position to fixed to stick to top,
<li><a href="#"><span>project</span></a>
+
    // otherwise change it back to relative
<ul>
+
    if (scrollTop > stickyNavTop) {
<li><a href="description.html"><span>description</span></a></li>
+
        $('.nav').addClass('sticky');
</li>
+
    } else {
<li><a href="design.html"><span>design</span></a></li>
+
        $('.nav').removeClass('sticky');
</li>
+
    }
<li><a href="experiments.html"><span>experiments</span></a></li>
+
};
</li>
+
 
<li><a href="proof.html"><span>proof</span></a></li>
+
stickyNav();
</li>
+
// and run it again every time you scroll
<li><a href="demonstrate.html"><span>demonstrate</span></a></li>
+
$(window).scroll(function() {
</li>
+
stickyNav();
<li><a href="results.html"><span>results</span></a></li>
+
});
</li>
+
});
<li><a href="notebook.html"><span>notebook</span></a></li>
+
</script>
</li>
+
 
</ul>
+
<script type="text/javascript" src="https://2015.igem.org/Team:NAIT_Edmonton/StickyMenu?action=raw&amp;ctype=text/javascript"></script>
<li class="active"><a href="#"><span>parts</span></a>
+
 
<ul>
+
 
<li class="active"><a href="parts.html"><span>parts</span></a></li>
+
</head>
</li>
+
 
<li><a href="basic_part.html"><span>basic_part</span></a></li>
+
<body>
</li>
+
 
<li><a href="composite_part.html"><span>composite_part</span></a></li>
+
<div class="header">
</li>
+
<div class="header_c">
<li><a href="part_collection.html"><span>part_collection</span></a></li>
+
<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>  
</li>
+
</ul>
+
<li><a href="safety.html"><span>safety</span></a></li>
+
</li>
+
<li><a href="attributions.html"><span>attributions</span></a></li>
+
</li>
+
<li><a href="#"><span>human_practices</span></a>
+
<ul>
+
<li><a href="human_practices.html"><span>human_practices</span></a></li>
+
</li>
+
<li><a href="silver.html"><span>silver</span></a></li>
+
</li>
+
<li><a href="gold.html"><span>gold</span></a></li>
+
</li>
+
<li><a href="integrated_practices.html"><span>integrated_practices</span></a></li>
+
</li>
+
<li><a href="engagement.html"><span>engagement</span></a></li>
+
</li>
+
</ul>
+
<li><a href="#"><span>awards</span></a>
+
<ul>
+
<li><a href="entrepreneurship.html"><span>entrepreneurship</span></a></li>
+
</li>
+
<li><a href="hardware.html"><span>hardware</span></a></li>
+
</li>
+
<li><a href="software.html"><span>software</span></a></li>
+
</li>
+
<li><a href="measurement.html"><span>measurement</span></a></li>
+
</li>
+
<li><a href="model.html"><span>model</span></a></li>
+
</li>
+
</ul>
+
</ul>
+
 
</div>
 
</div>
<div class="content">
+
</div>
<div class="content" id="content-main"><div class="row"><div class="col col-lg-8 col-md-12"><div class="content-main"><p>Each team will make new parts during iGEM and will submit them to the Registry of Standard Biological Parts. The iGEM software provides an easy way to present the parts your team has created. The <code>&lt;groupparts&gt;</code> tag (see below) will generate a table with all of the parts that your team adds to your team sandbox.</p>
+
 
<p>Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without needing to refer to the primary literature. Registry users in future years should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for users who wish to know more.</p>
+
 
<h5 id="note">Note</h5>
+
 
<p>Note that parts must be documented on the <a href="http://parts.igem.org/Main_Page">Registry</a>. This page serves to <em>showcase</em> the parts you have made. Future teams and other users and are much more likely to find parts by looking in the Registry than by looking at your team wiki.</p>
+
<div class="nav">
<h5 id="adding-parts-to-the-registry">Adding parts to the registry</h5>
+
 
<p>You can add parts to the Registry at our <a href="http://parts.igem.org/Add_a_Part_to_the_Registry">Add a Part to the Registry</a> link.</p>
+
<div tabindex="0" class="onclick-menu">
<p>We encourage teams to start completing documentation for their parts on the Registry as soon as you have it available. The sooner you put up your parts, the better you will remember all the details about your parts. Remember, you don&#39;t need to send us the DNA sample before you create an entry for a part on the Registry. (However, you <strong>do</strong> need to send us the DNA sample before the Jamboree. If you don&#39;t send us a DNA sample of a part, that part will not be eligible for awards and medal criteria.)</p>
+
    <ul class="onclick-menu-content" style="list-style:none;">
<h5 id="what-information-do-i-need-to-start-putting-my-parts-on-the-registry-">What information do I need to start putting my parts on the Registry?</h5>
+
        <li><a href="https://2015.igem.org/Team:NAIT_Edmonton">home</a></li>
<p>The information needed to initially create a part on the Registry is:</p>
+
        <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Team">team</a></li>
<ul>
+
        <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Project">project</a></li>
<li>Part Name</li>
+
        <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Human">human practices</a></li>
<li>Part type</li>
+
        <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Notebook">notebook</a></li>
<li>Creator</li>
+
    </ul>
<li>Sequence</li>
+
</div>
<li>Short Description (60 characters on what the DNA does)</li>
+
 
<li>Long Description (Longer description of what the DNA does)</li>
+
 
<li>Design considerations</li>
+
<div class="navigation">
</ul>
+
<p>We encourage you to put up <em>much more</em> information as you gather it over the summer. If you have images, plots, characterization data and other information, please also put it up on the part page.</p>
+
<h5 id="inspiration">Inspiration</h5>
+
<p>We have a created a <a href="http://parts.igem.org/Well_Documented_Parts">collection of well documented parts</a> that can help you get started.</p>
+
<p>You can also take a look at how other teams have documented their parts in their wiki:</p>
+
 
<ul>
 
<ul>
<li><a href="https://2014.igem.org/Team:MIT/Parts">2014 MIT</a></li>
+
 
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts">2014 Heidelberg</a></li>
+
 
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
                <li><a href="https://2015.igem.org/Team:NAIT_Edmonton"><img
</ul>
+
                src="https://static.igem.org/mediawiki/2015/a/a9/NAIT_home.png" width="25px"></a></li>
<h5 id="part-table">Part Table</h5>
+
 
</div></div><div id="tableofcontents" class="tableofcontents affix sidebar col-lg-4 hidden-xs hidden-sm hidden-md visible-lg-3"><ul class="nav">
+
                <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Team">team</a>
<li><a href="#adding-parts-to-the-registry">Adding parts to the registry</a></li>
+
                    <ul>
<li><a href="#what-information-do-i-need-to-start-putting-my-parts-on-the-registry-">What information do I need to start putting my parts on the Registry?</a></li>
+
                      <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Bios">bios</a></li>
<li><a href="#inspiration">Inspiration</a></li>
+
                      <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Attributions">attributions</a></li>
<li><a href="#part-table">Part Table</a></li>
+
                      <li><a href="https://igem.org/Team.cgi?id=1787">official team profile</a>
</ul>
+
                    </ul>
</div></div></div>
+
                </li>
 +
 
 +
                <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Project">project</a>
 +
                    <ul>
 +
                    <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Desc">description</a></li>
 +
                      <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Protocols">experiment and protocols</a></li>
 +
                      <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Results">parts and results</a></li>
 +
                      <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Modeling">modeling</a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
                <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Human">human practices</a>
 +
                <ul>
 +
                    <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Outreach">community outreach</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>
 +
                     
 +
                    </ul>
 +
                </li>
 +
 
 +
                <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Notebook">notebook</a>
 +
                <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/Achievements">achievements</a></li>
 +
                      <li><a href="https://2015.igem.org/Team:NAIT_Edmonton/Logbook">log book</a></li>
 +
                </ul>
 +
                </li>
 +
 
 +
            </ul>
 +
 
 
</div>
 
</div>
</html>
+
 
<html>
+
</div>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full"></script>
+
 
<!-- bower:js -->
+
 
<script src="bower_components\jquery\dist\jquery.js"></script>
+
 
<script src="bower_components\bootstrap\dist\js\bootstrap.js"></script>
+
</style>
<script src="bower_components\highlightjs\highlight.pack.js"></script>
+
 
<!-- endbower -->
+
<div id="wrap">
<script src="js/bootstrap.min.js"></script>
+
 
<script src="js/bundle.js"></script>
+
 
<script src="js/google_map.js"></script>
+
 
<script src="js/index.html"></script>
+
<style type="text/css">
<script src="js/jquery.easing.1.3.js"></script>
+
 
<script src="js/jquery.flexslider-min.js"></script>
+
.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;}
<script src="js/jquery.min.js"></script>
+
 
<script src="js/jquery.waypoints.min.js"></script>
+
 
<script src="js/main.js"></script>
+
</style>
<script src="js/maps"></script>
+
 
<script src="js/modernizr-2.6.2.min.js"></script>
+
<center><div class="top_slogan">Parts and Results</div></center>
<script src="js/owl.carousel.min.js"></script>
+
 
<script src="js/respond.min.js"></script>
+
<div class="main_content">
<script src="js/_DS_Store"></script>
+
 
+
<center>
 +
<h2> Check out the new parts we made for the registry:</h2>
 +
 
 +
<a href="http://parts.igem.org/Part:BBa_K1787001">BBa_K1787001 - MBL</a> <br>
 +
<a href="http://parts.igem.org/Part:BBa_K1787000">Bba_K1787000 - Cys-Thr</a>
 +
 
 +
</center>
 +
 
 +
<br><br>
 +
 
 +
<center><h1>Data Analysis</h1></center><br>
 +
 
 +
 
 +
<center><img src="https://static.igem.org/mediawiki/2015/6/61/NAIT_p5.png" width="500px"></center> <br>
 +
 
 +
<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>
 +
 
 +
<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>
 +
 
 +
<center><img src="https://static.igem.org/mediawiki/2015/e/e7/NAIT_p3.png" width="500px"></center><br>
 +
 
 +
<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>
 +
 
 +
 
 +
<center><img src="https://static.igem.org/mediawiki/2015/4/43/NAIT_p4.png" width="500px"></center><br>
 +
 
 +
 
 +
<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>
 +
 
 +
<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>
 +
 
 +
<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>
 +
 
 +
 
 +
 
 +
<center><img src="https://static.igem.org/mediawiki/2015/9/97/NAIT_p6.png" width="500px"></center><br>
 +
 
 +
<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.
 +
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>
 +
 
 +
 
 +
<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 shards of grey. </p><br>
 +
 
 +
 
 +
<div class="clear"></div>  
 +
 
 +
 
 +
</div>
 +
 
 +
 
 +
 
 +
</div>
 +
 
 +
  <div class="clear"></div>
 +
 
 +
 
 +
 
 +
<div class="footer">
 +
        <div class="footer_content">
 +
            <div class="footer_left">
 +
                        <ul class="footer_menu">
 +
                    <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="footer_right">
 +
                <ul class="social_icons">
 +
                <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="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>
 +
            </div>
 +
          <div class="clear"></div>
 +
          </div>
 +
        </div>
 +
 
 +
 
 +
 
 +
</body>
 +
 
 
</html>
 
</html>

Revision as of 01:00, 14 September 2016

Template:NAIT Edmonton/CSS6 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 shards of grey.