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

 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{NAIT_Edmonton/CSS3}}
+
{{NAIT_Edmonton/CSS6}}
 
<html>
 
<html>
  
Line 44: Line 44:
  
  
<script type="text/javascript">
 
$(document).ready(function() {
 
// grab the initial top offset of the navigation
 
  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>
 
  
  
Line 77: Line 50:
 
<body>
 
<body>
  
<div class="header">
+
<div class="header">
<center><a href="https://2015.igem.org/Team:NAIT_Edmonton"><img style="margin-top:10px;" src="https://static.igem.org/mediawiki/2015/c/c2/NAIT_Sample_Logo.png" height="75px"></a></center>  
+
<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>
  
  
 
<div class="nav">
 
<div class="nav">
 +
 +
 +
<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">
 
<div class="navigation">
 
<ul>
 
<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>
 +
 
                 <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>
Line 108: 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>
Line 132: Line 122:
 
<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;}
margin: 0;
+
 
}
+
#flowchart {
html, body {
+
    width: 580px;
height: 100%;
+
    text-align: center;
}
+
    font-family: Arial, Helvetica sans-serif;
.wrapper {
+
    font-size: 1.0em;
min-height: 100%;
+
    margin: auto;
margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
+
}
+
footer, .push {
+
height: 25px; /* '.push' must be the same height as 'footer' */
+
 
}
 
}
  
.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;}
+
.line1 {
 +
    width: 1px;
 +
    height: 20px;
 +
    background-color: #000;
 +
    margin: 0 auto;
 +
}
 +
.clear {
 +
    clear:both;
 +
 +
 
 +
}
  
 
/*----- Accordion -----*/
 
/*----- Accordion -----*/
Line 153: Line 149:
 
-moz-box-sizing:border-box;  
 
-moz-box-sizing:border-box;  
 
box-sizing:border-box;
 
box-sizing:border-box;
 +
 
}
 
}
  
 
.accordion {
 
.accordion {
 
overflow:hidden;
 
overflow:hidden;
box-shadow:0px 1px 3px rgba(0,0,0,0.25);
 
border-radius:3px;
 
 
background:#FFFFFF;
 
background:#FFFFFF;
 
}
 
}
Line 165: Line 160:
 
.accordion-section-title {
 
.accordion-section-title {
 
width:100%;
 
width:100%;
padding:15px;
 
 
display:inline-block;
 
display:inline-block;
border-bottom:1px solid #8BC5EB;
 
background:#0D4D8C;
 
 
transition:all linear 0.15s;
 
transition:all linear 0.15s;
 +
        padding:15px;
 +
        margin-right:auto;
 +
        margin-left:auto;
 +
border-bottom:8px solid #ffffff;
 +
  
 
/* Type */
 
/* Type */
font-size:1.200em;
+
font-size:1.8000em;
 
color:#fff;
 
color:#fff;
 
         text-align:center;
 
         text-align:center;
 
         font-weight: 600;
 
         font-weight: 600;
         font-family:Arial, Helvetica, sans-serif;
+
         font-family:'Source Sans Pro', sans-serif;
 
}
 
}
  
 
.accordion-section-title.active, .accordion-section-title:hover {
 
.accordion-section-title.active, .accordion-section-title:hover {
 
background:#9BD1EE;
 
background:#9BD1EE;
 +
  
 
/* Type */
 
/* Type */
Line 198: Line 196:
 
         font-size:18px;
 
         font-size:18px;
 
}
 
}
 +
 +
.protocol {background-color:#6087c2; width:390px;margin:0 auto;    -webkit-border-radius: 5px;
 +
-moz-border-radius:5px; -ms-border-radius:5px; -0-border-radius:5px;
 +
border-radius: 5px;padding:15px;}
 +
.protocol:hover {background-color:#56aacc; width:390px;margin:0 auto;    -webkit-border-radius: 5px;
 +
-moz-border-radius:5px; -ms-border-radius:5px; -0-border-radius:5px;
 +
border-radius: 5px;padding:15px;}
  
 
</style>
 
</style>
  
<center><div class="top_slogan">The Project</div></center>
+
<center><div class="top_slogan">Development and Characterization of Protein Motifs to Generate Colours upon Interaction with Silver Staining Reagents</div></center>
  
  
<h2>SDS-PAGE is a very popular technique used to separate proteins based on their size. Embedded proteins, invisible to the naked eye, are then visualized by staining. Among the various staining techniques, silver staining is easy to perform and highly sensitive. However, the outcome is a series of monochromatic protein bands. Previously, we observed that some proteins inherently produce different hues post-staining. We hypothesized that specific amino acid configurations yield coloured bands after reacting with silver staining reagents. To test our hypothesis, we created numerous amino acid motifs to elucidate the sequences that would generate specific colours following silver staining. Our findings will let us generate a molecular weight marker with the innate capacity of providing users colour-coded bands post-staining without the use of impregnating dyes. Our technology will also pave the way for new types of colorimetric assays using synthetic proteins.</h2> <br>
+
<h2><b>Abstract: </b>SDS-PAGE is a very popular technique used to separate proteins based on their size. Embedded proteins, invisible to the naked eye, are then visualized by staining. Among the various staining techniques, silver staining is easy to perform and highly sensitive. However, the outcome is a series of monochromatic protein bands. Previously, we observed that some proteins inherently produce different hues post-staining. We hypothesized that specific amino acid configurations yield coloured bands after reacting with silver staining reagents. To test our hypothesis, we created numerous amino acid motifs to elucidate the sequences that would generate specific colours following silver staining. Our findings will let us generate a molecular weight marker with the innate capacity of providing users colour-coded bands post-staining without the use of impregnating dyes. Our technology will also pave the way for new types of colorimetric assays using synthetic proteins</h2> <br>
  
 
<div class="accordion">
 
<div class="accordion">
 
<div class="accordion-section">
 
<div class="accordion-section">
<a class="accordion-section-title" href="#accordion-1">Background</a>
+
<a class="accordion-section-title" href="#accordion-1" style="background-color:#f96040">Background</a>
 
<div id="accordion-1" class="accordion-section-content">
 
<div id="accordion-1" class="accordion-section-content">
 
The structural and functional study of the proteins expressed by a genome is  
 
The structural and functional study of the proteins expressed by a genome is  
Line 232: Line 237:
 
<br>
 
<br>
  
<center><img src="http://upload.wikimedia.org/wikipedia/commons/4/46/SDS-PAGE_Electrophoresis.png" width="750px"></center>
+
<center><img src="https://static.igem.org/mediawiki/2015/b/bb/NAIT_SDSPAGE.png" width="750px"></center>
 +
<p style="font-size:10px">Source: http://upload.wikimedia.org/wikipedia/commons/4/46/SDS-PAGE_Electrophoresis.png</p>
  
 
<br>
 
<br>
Line 256: Line 262:
 
<br>
 
<br>
  
<center><img src="http://www.bio-rad.com/webroot/web/images/lsr/products/electrophoresis/product_overlay_content/global/lsr_biosafe_coomasie_gel.jpg"></center>
+
<center><img src="https://static.igem.org/mediawiki/2015/b/b0/Lsr_biosafe_coomasie_gel.jpg"></center>
 +
<p><font size="1px">[1] Bio-rad.com, 'Coomassie Stains', 2015. [Online]. Available: http://www.bio-rad.com/webroot/web/images/lsr/products/electrophoresis/product_overlay_content/global/lsr_biosafe_coomasie_gel.jpg. [Accessed: 14- Jun- 2015].</font></p>
  
 
</div><!--end .accordion-section-content-->
 
</div><!--end .accordion-section-content-->
Line 262: Line 269:
  
 
<div class="accordion-section">
 
<div class="accordion-section">
<a class="accordion-section-title" href="#accordion-2">The Problem</a>
+
<a class="accordion-section-title" href="#accordion-2" style="background-color:#FBB252">The Problem</a>
 
<div id="accordion-2" class="accordion-section-content">
 
<div id="accordion-2" class="accordion-section-content">
<p>Difficulties with silver staining arise when the molecular weight markers are re-
+
<p>However, there are limitations to using the silver staining technique. The primary issue with the technique is that the users lose the ability to use the color coded molecular weight marker as a reference post-staining. To combat this issue, researchers poke holes into the polyacrylamide gel so that they can retain their molecular weight ladder reference points. However, by doing this we ruin the integrity of the gel making the staining process much more likely to damage or destroy the fragile gel. </p>
  
colored golden-brown in the staining process. Markers offer evenly distributed proteins
+
<br>
  
that show bands of equal intensity and known size. Researchers can compare these
+
<center><img src="https://static.igem.org/mediawiki/2015/a/a9/NAIT_SilverStain.jpeg" width="750px">
 +
<p style="font-size:10px">Source:http://labs.mmg.pitt.edu/gjoerup/silver_stain.jpg</p>
 +
</center><br>
  
bands with their sample and identify the protein they are looking for based on its size. A
+
<p>Researchers who have used the technique in the past have also expressed concerns on the time it takes to develop the gel and stain; the possibility of “over-staining” the gel, and the generation of false positives due to the sensitivity of the technique. (An example would be the solutions reacting with particles in the air to provide an unneeded background on the gel) </p>
 
+
subset of these markers has color-coded standard proteins to facilitate the identification
+
 
+
of each band. Post-silver staining, the users lose the ability to use the color code as a
+
 
+
reference.</p>
+
 
+
<br>
+
 
+
<center><img src="http://labs.mmg.pitt.edu/gjoerup/silver_stain.jpg" width="750px"></center>
+
  
 
</div><!--end .accordion-section-content-->
 
</div><!--end .accordion-section-content-->
Line 286: Line 285:
  
 
<div class="accordion-section">
 
<div class="accordion-section">
<a class="accordion-section-title" href="#accordion-3">Our Goal</a>
+
<a class="accordion-section-title" href="#accordion-3" style="background-color: #f7e133">Our Goal and Solution</a>
 
<div id="accordion-3" class="accordion-section-content">
 
<div id="accordion-3" class="accordion-section-content">
<p>Our goal is to develop a marker that, when interacting with the reagents used in
+
<p>Our goal is to develop a marker that, when interacting with the reagents used in the staining protocol, will stain in colour and in specific positions. This technology will aid in the identification of the protein(s) of interest post-staining. In order to do so, we will investigate how specific amino acids react with silver staining reagents. After determining specific motifs, we aim to create novel proteins that contain an excess of that motif, particular amino acid and/or chemical modifications that will generate a specific color after treating it with silver staining reagents. To obtain such proteins, we will introduce novel nucleotide sequences into a plasmid by in vitro transcription translation. <i>E. coli</i> cells with expression vectors will then be transformed with the new plasmids.</p> <br>
  
the staining protocol, will develop colour bands in specific positions so as to help in the  
+
                                        <p>By testing different techniques to develop and stain the gels we hope to see if the expressed concerns are still an issue, namely time taken to develop the gels and stain them effectively. To investigate this we will use BioRad’s recommended protocol, our protocol developed in-house, and a technique documented in <i>Electrophoresis.</i></p>
 
+
identification of the protein(s) of interest post-staining. In order to do so, investigation of
+
 
+
how specific amino acids react with silver staining reagents is underway by our team.
+
 
+
This will have as an outcome the creation of novel proteins that contain an excess of a
+
 
+
particular amino acid and/or chemical modifications that will generate a specific colour
+
 
+
after treating it with silver staining reagents. To obtain such proteins, the introduction of
+
 
+
novel nucleotide sequences into a plasmid would be done first by in vitro transcription
+
 
+
translation and later by transforming E. coli cells with expression vectors.</p>
+
 
+
</div><!--end .accordion-section-content-->
+
</div><!--end .accordion-section-->
+
 
+
<div class="accordion-section">
+
<a class="accordion-section-title" href="#accordion-4">Our Solution</a>
+
<div id="accordion-4" class="accordion-section-content">
+
<p>Design novel protein sequences that will stain in colour.</p>
+
  
 
</div><!--end .accordion-section-content-->
 
</div><!--end .accordion-section-content-->
Line 318: Line 295:
  
 
<div class="accordion-section">
 
<div class="accordion-section">
<a class="accordion-section-title" href="#accordion-5">Why Does this Matter?</a>
+
<a class="accordion-section-title" href="#accordion-5" style="background-color:#afcf64">Why Does this Matter?</a>
 
<div id="accordion-5" class="accordion-section-content">
 
<div id="accordion-5" class="accordion-section-content">
 
<p>With the current technique used today, researchers poke holes into the PA gel so that they can retain their molecular weight ladder reference points. Not only does this take time to do, but it also ruins the integrity of the gel making the staining process much more likely to damage the fragile gel.</p>
 
<p>With the current technique used today, researchers poke holes into the PA gel so that they can retain their molecular weight ladder reference points. Not only does this take time to do, but it also ruins the integrity of the gel making the staining process much more likely to damage the fragile gel.</p>
Line 361: Line 338:
 
           </div>
 
           </div>
 
         </div>
 
         </div>
 
<style type="text/css">
 
 
#footer {z-index:15;}
 
.footer {padding:20px 0 40px 0; margin: 0px 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>
 
 
  
  

Latest revision as of 02:32, 19 September 2015

Team NAIT 2015

Development and Characterization of Protein Motifs to Generate Colours upon Interaction with Silver Staining Reagents

Abstract: SDS-PAGE is a very popular technique used to separate proteins based on their size. Embedded proteins, invisible to the naked eye, are then visualized by staining. Among the various staining techniques, silver staining is easy to perform and highly sensitive. However, the outcome is a series of monochromatic protein bands. Previously, we observed that some proteins inherently produce different hues post-staining. We hypothesized that specific amino acid configurations yield coloured bands after reacting with silver staining reagents. To test our hypothesis, we created numerous amino acid motifs to elucidate the sequences that would generate specific colours following silver staining. Our findings will let us generate a molecular weight marker with the innate capacity of providing users colour-coded bands post-staining without the use of impregnating dyes. Our technology will also pave the way for new types of colorimetric assays using synthetic proteins


Background
The structural and functional study of the proteins expressed by a genome is called proteomics. This relatively novel science uses different methodologies in order to separate and identify specific proteins of interest. Among these techniques, SDS-PAGE plays an essential role due to its high sensitivity, low sample volume requirement, and high popularity. Negatively charged proteins migrate towards the positive electrode according to their size and charge. Smaller proteins migrate further in a given amount of time. As proteins are separated in this manner, users load molecular weight standards to estimate the size (in kDa) of the proteins present in their sample. Once the proteins of a single sample have been isolated and are embedded in the polyacrylamide (PA) gel matrix, staining procedures are used to visualize them.


Source: http://upload.wikimedia.org/wikipedia/commons/4/46/SDS-PAGE_Electrophoresis.png


Organic dyes, such as Coomassie blue, can be used for this purpose; nevertheless, their low sensitivity and a detection range that goes from 1 to 50 ng can be a challenge for detecting low abundance proteins (Jin, Huang, Yoo, & Choi, 2006). A higher sensitivity can be achieved by fluorescent staining techniques (from 0.1 to 10 ng.); however, UV instruments are necessary in order to read the data (Jin et al., 2006). The most sensitive method up to date is radiolabeling, but the requirement of hazardous isotopes and their complex management makes it a complicated procedure (Jin et al., 2006). Silver staining is a method that offers great sensitivity and an easy to handle protocol, thus making it one of the most commonly used staining methods.


[1] Bio-rad.com, 'Coomassie Stains', 2015. [Online]. Available: http://www.bio-rad.com/webroot/web/images/lsr/products/electrophoresis/product_overlay_content/global/lsr_biosafe_coomasie_gel.jpg. [Accessed: 14- Jun- 2015].

The Problem

However, there are limitations to using the silver staining technique. The primary issue with the technique is that the users lose the ability to use the color coded molecular weight marker as a reference post-staining. To combat this issue, researchers poke holes into the polyacrylamide gel so that they can retain their molecular weight ladder reference points. However, by doing this we ruin the integrity of the gel making the staining process much more likely to damage or destroy the fragile gel.


Source:http://labs.mmg.pitt.edu/gjoerup/silver_stain.jpg


Researchers who have used the technique in the past have also expressed concerns on the time it takes to develop the gel and stain; the possibility of “over-staining” the gel, and the generation of false positives due to the sensitivity of the technique. (An example would be the solutions reacting with particles in the air to provide an unneeded background on the gel)

Our Goal and Solution

Our goal is to develop a marker that, when interacting with the reagents used in the staining protocol, will stain in colour and in specific positions. This technology will aid in the identification of the protein(s) of interest post-staining. In order to do so, we will investigate how specific amino acids react with silver staining reagents. After determining specific motifs, we aim to create novel proteins that contain an excess of that motif, particular amino acid and/or chemical modifications that will generate a specific color after treating it with silver staining reagents. To obtain such proteins, we will introduce novel nucleotide sequences into a plasmid by in vitro transcription translation. E. coli cells with expression vectors will then be transformed with the new plasmids.


By testing different techniques to develop and stain the gels we hope to see if the expressed concerns are still an issue, namely time taken to develop the gels and stain them effectively. To investigate this we will use BioRad’s recommended protocol, our protocol developed in-house, and a technique documented in Electrophoresis.

Why Does this Matter?

With the current technique used today, researchers poke holes into the PA gel so that they can retain their molecular weight ladder reference points. Not only does this take time to do, but it also ruins the integrity of the gel making the staining process much more likely to damage the fragile gel.