Difference between revisions of "Team:Lambert GA/Measurement"

(Prototype team page)
Line 1: Line 1:
{{Lambert_GA}}
 
 
<html>
 
<html>
 +
<head>
 +
<style>
 +
 +
#sideMenu { display:none; }
  
<div class="column full_size judges-will-not-evaluate">
+
a:hover {
<h3>★  ALERT! </h3>
+
text-decoration: none;
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
}
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
<div class="clear"></div>
+
  
 +
#mainContainer{
 +
    background-color: white;
 +
    width: 100%;
 +
}
 +
#main{
 +
    width: 100%;
 +
margin: auto;
 +
    padding: 0px;
 +
    background-color: white;
 +
}
  
 +
body { background-color: white; margin: auto; padding: 0px; width: 100%;}
  
 +
a.drplink {
 +
color:white;
 +
}
 +
a.drplink:hover {
 +
color:dimgray;
 +
}
  
  
 +
div {
 +
color: gray;
 +
}
  
<div class="column full_size">
+
#content {
<h1>Measurement</h1>
+
margin: 0px auto;
 +
background-color: white;
 +
width: 100%;
 +
padding: 0px;
 +
}
  
<p>There are a lot of exciting parts in the Registry, but many parts have still not been characterized. Synthetic Biology needs great measurement approaches for characterizing new parts, and efficient new methods for characterizing many parts at once. If you've done something exciting in the area of Measurement, describe it here!</p>
+
 
 +
.logo_2017 {display:none;}
 +
 
 +
 
 +
.column full_size {width: 100%;
 +
height: 700px;
 +
position: center; }
 +
 
 +
 
 +
p {
 +
margin: auto;
 +
width: 75%;
 +
color: gray;
 +
}
 +
 
 +
#firstHeading {
 +
font-size: 16px;
 +
color: #9D0EC8;}
 +
 
 +
a {
 +
opacity: 1.0;
 +
}
 +
 
 +
a:visited {
 +
color: #D49AE6;
 +
}
 +
 
 +
a.HeaderLinks {
 +
height: 50px;
 +
position: center;
 +
border: none;
 +
color: #D49AE6;
 +
text-align: center;
 +
text-decoration: none;
 +
font-size: 16px;
 +
}
 +
 
 +
 
 +
#top_title {
 +
background-color: white;
 +
}
 +
 
 +
 
 +
#MainTitle {
 +
padding-top: 50px;
 +
padding-bottom: 7px;
 +
font-size: 45px;
 +
color: dimgray; }
 +
 
 +
 
 +
.firstHeading{
 +
    display: none;
 +
}
 +
 
 +
 
 +
body{
 +
font-size:15px;
 +
}
 +
 
 +
 
 +
header h1{
 +
text-align:center;
 +
color: dimgray;
 +
}
 +
 
 +
h2{
 +
color: #D49AE6;
 +
}
 +
 
 +
 
 +
#headerLinks {
 +
position: fixed;
 +
text-decoration: none;
 +
color: #b8975e;
 +
width: 100%;
 +
height: 50px;
 +
line-height: 50px;
 +
background-color: white;
 +
margin: auto;
 +
text-align:center;
 +
opacity: 0.7;
 +
}
 +
 
 +
 
 +
.header{
 +
width: 100%;
 +
padding: 0;
 +
margin: 0 auto;
 +
top: 0px;
 +
background-color: rgba(255,255,255,0.0);
 +
}
 +
 
 +
 
 +
#text{
 +
width: 900px;
 +
    padding: 0px;
 +
display: block;
 +
margin: 0px auto;
 +
}
 +
 
 +
#space{
 +
height:50px;
 +
}
 +
 
 +
 
 +
#sponsors-bottom{
 +
width: 100%;
 +
margin: 0px auto;
 +
text-align: center;
 +
display: block;
 +
}
 +
 
 +
 
 +
#sponsors-bottom a{
 +
margin: auto;
 +
width: 50%
 +
display: inline-block;
 +
}
 +
 
 +
 
 +
#space2{
 +
height:100px;
 +
}
 +
 
 +
 
 +
img.transparent {
 +
    opacity: 0.4;
 +
    filter: alpha(opacity=40); /* For IE8 and earlier */
 +
transition: opacity 0.5s ease-in-out;
 +
}
 +
 
 +
 
 +
img.transparent:hover {
 +
    opacity: 1.0;
 +
    filter: alpha(opacity=100); /* For IE8 and earlier */
 +
}
 +
 
 +
 
 +
.img-right{
 +
width: 50%;
 +
float: right;
 +
}
 +
 
 +
 
 +
.img-left{
 +
width: 50%;
 +
float: left;
 +
}
 +
 
 +
 
 +
.display-block{
 +
width: 100%;
 +
margin: 0 auto;
 +
}
 +
 
 +
 
 +
.display-block img{
 +
display: block;
 +
}
 +
 
 +
#globalWrapper{
 +
background-color: white;
 +
padding: 0px;
 +
 
 +
 
 +
}
 +
 
 +
 
 +
/* Dropdown Button */
 +
.dropbtn {
 +
  margin: auto;
 +
  position: left; 
 +
  height: 100%;
 +
  width: 100%;
 +
  background-color: white;
 +
  color: #D49AE6;
 +
  padding: 14px;
 +
  font-size: 20px;
 +
  text-align: left;
 +
  border: none;
 +
  cursor: pointer;
 +
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
 +
}
 +
 
 +
/* The container <div> - needed to position the dropdown content */
 +
.dropdown {
 +
    position: relative;
 +
    display: inline-block;
 +
}
 +
 
 +
/* Dropdown Content (Hidden by Default) */
 +
.dropdown-content {
 +
    display: none;
 +
    opacity: 0.0;
 +
    position: absolute;
 +
    background-color: #D49AE6;
 +
    min-width: 200px;
 +
    text-align: left;
 +
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
 +
    transition: opacity 0.5s ease-in-out;
 +
}
 +
 
 +
/* Links inside the dropdown */
 +
.dropdown-content a {
 +
    color: white;
 +
    opacity: 0.0;
 +
    padding: 0px 10px;
 +
    font-size: 20px;
 +
    text-decoration: none;
 +
    display: block;
 +
    transition: opacity 0.5s ease-in-out;
 +
}
 +
 
 +
/* Change color of dropdown links on hover */
 +
.dropdown-content a:hover {background-color: #D49AE6}
 +
 
 +
/* Show the dropdown menu on hover */
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
    opacity: 1.0;
 +
}
 +
 
 +
.dropdown:hover .dropdown-content a {
 +
  opacity: 1.0;
 +
}
 +
 
 +
/* Change the background color of the dropdown button when the dropdown content is shown*/
 +
.dropbtn:hover {
 +
    background-color: #D49AE6;
 +
    color: white;
 +
}
 +
 
 +
#mainbanner{
 +
text-align: center;
 +
}
 +
 
 +
#mainbanner{
 +
    display: block;
 +
    margin: auto;;
 +
}
 +
#logo{
 +
height: 50px;
 +
opacity:0.4;
 +
}
 +
</style>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</head>
 +
 
 +
<body>
 +
 
 +
 
 +
 
 +
<header>
 +
<div id="headerLinks">
 +
<a href="https://2017.igem.org/Team:Lambert_GA" class="dropbtn">Home</a><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Team" class="dropbtn">Team</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Team">Team</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Collaborations">Collaborations</a>
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown">
 +
  <a href="https://2017.igem.org/Team:Lambert_GA/Description" class="dropbtn">Project</a>
 +
    <div class="dropdown-content" style="transition: display 0.5s ease-in-out;">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Description">Description</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Design">Design</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Experiments">Experiments</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Notebook">Notebook</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/InterLab">InterLab</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Contribution">Contribution</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Results">Results</a><a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Improve">Improve</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Attributions">Attributions</a>
 +
     
 +
     
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Parts" class="dropbtn">Parts</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;"
 +
href="https://2017.igem.org/Team:Lambert_GA/Parts">Parts</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;"
 +
href="https://2017.igem.org/Team:Lambert_GA/Basic_Part">Basic Parts</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Composite Part">Composite Parts</a>
 +
    <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Part Collection">Part_Collection</a></div>
 +
  </li><!--
 +
--><!--
 +
--><a  href="https://2017.igem.org/Team:Lambert_GA/Safety"class="dropbtn">Safety</a><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Human_Practices" class="dropbtn">Human Practices</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Human_Practices">Human Practices</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Silver">Silver HP</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/HP/Gold_Integrated">Integrated and Gold</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Integrated_Practices">Integrated Practices</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Engagement">Public Engagement</a>
 +
    </div>
 +
  </li><!--
 +
--><li class="dropdown" >
 +
      <a href="https://2017.igem.org/Team:Lambert_GA/Hardware" class="dropbtn">Awards</a>
 +
      <div class="dropdown-content">
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Applied_Design">Applied Design</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Entrepreneurship">Entrepreneurship</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Hardware">Hardware</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Measurement">Measurement</a>
 +
      <a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Model">Model</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Plant">Plant</a>
 +
<a class="drplink" style="transition: color 0.5s ease-in-out;" href="https://2017.igem.org/Team:Lambert_GA/Software">Software</a>
 +
    </div>
 +
  </li>
 +
<a  href="https://igem.org/2017_Judging_Form?team=Lambert_GA"class="dropbtn">JUDGING FORM</a>
 
</div>
 
</div>
<div class="clear"></div>
 
  
<div class="column half_size">
+
</header>
<h3>Best Innovation in Measurement Special Prize</h3>
+
 
<p>If you've done excellent work in measurement, you should consider nominating your team for this special prize. Designing great measurement approaches for characterizing new parts or developing and implementing an efficient new method for characterizing thousands of parts are good examples.
+
 
 +
<div class="column full_size" style="width:75%; margin:auto;" >
 +
 
 +
 
 +
<script type="text/javascript"></script>
 +
 
 +
<br>
 +
 
 +
<center> <h1 id="MainTitle"><b> Measurement </b></h1><img src="https://static.igem.org/mediawiki/2017/2/26/T--LambertGA--purpleline.jpg" style="width:18%; margin:auto;"> </center> <br>
 +
 
 +
<center><h3 style="color: #D49AE6;">Function</h3></center>
 +
<p style="width: 100%; margin: auto; font-size: 16px;">The ChromQ Light Chamber is a 3D-printed imaging measurement system used to quantify results of nutrient deficiency. For our current project, it is also used to quickly and inexpensively measure relative protein degradation through quantification of the color in chromoprotein expression.  
 +
</p></center>
 +
<br>
 +
<center><h3 style="color: #D49AE6;">Relative Color Quantification</h3></center>
 +
<p style="width: 100%; margin: auto; font-size: 16px;">Relative strength of the degradation of tsPurple cells (control, tsPurple DAS, and tsPurple LAA) can be measured by using a smartphone camera lens or any simple photography device (along with the color-controls for consistency).  
 
<br><br>
 
<br><br>
To compete for the <a href="https://2017.igem.org/Judging/Awards">Best Innovation in Measurement prize</a>, please describe your work on this page and also fill out the description on the <a href="https://2017.igem.org/Judging/Judging_Form">judging form</a>.
+
<p style="width: 100%; margin: auto; font-size: 16px;"> Here are the steps for color quantification:<br>
 +
1. Place specimen* in box next to a control palette. Using a viewing opening at the top, adjust chamber to center specimen.<br>  
 +
2. Using a smartphone camera, take a picture of the specimen, including the control palette. Be sure to focus the image so that all shades of the control palette can be visualized accurately.<br>
 +
3. Upload picture onto the website www.colorcodepicker.com. <br>
 +
4. Select color pixels of the target colonies. <br>
 +
5. The website will give an RGB value. Darker colors correspond to weaker relative degradation strength, while lighter colors correspond to stronger relative degradation strength. The RGB values of the results make up a spectrum that determines level of protein expression compared to intensity of color or RGB value. </p> <br>
 +
</p>
 +
<br>
 +
<p style="width: 100%; margin: auto; font-size: 16px;"> *Specimen Preparation Protocol
 +
<br>
 +
1. If liquid culture, spin down pellet in centrifuge at 2450 x g for 10 minutes, decant excess liquid, and pipet approximately 5µL of pellet onto a square of parafilm. <br>
 +
2. If grown on agar plates, obtain a sterilized or disposable inoculation loop, take a couple of colonies or enough bacteria to form a clump approximately 3-5mm in diameter, and place onto a square of parafilm. </p>
 
<br><br>
 
<br><br>
You must also delete the message box on the top of this page to be eligible for this prize.
+
<i>GFP Degradation Proof of Concept </i>
 +
<br><br>
 +
<center><img src="https://static.igem.org/mediawiki/2017/1/19/T--LambertGA--gfp1.png" style="width:70%; margin:auto;"> </center>
 +
<br>
 +
<center><font color="D49AE6"><i> The green gradient was generated from the RGB Color Gradient Maker created by PerBang and serves to show the range of GFP intensity in relation to its degradation level </i></font></center>
 +
<br>
 +
<center><img src="https://static.igem.org/mediawiki/2017/d/dc/T--LambertGA--gfp2.png" style="width:40%; margin:auto;"> </center>
 +
<br>
 +
<center><font color="D49AE6"><i> Variation of color intensity and fluorescence in GFP degradation over the course of 60 minutes expressed in the vacuoles of protoplasts from Arabidopsis cells </i></font></center>
 +
<br>
 +
<center><img src="https://static.igem.org/mediawiki/2017/b/b4/T--LambertGA--graphbw.jpg" style="width:40%; margin:auto;"> </center>
 +
<br>
 +
<center><font color="D49AE6"><i> Quantification of GFP degradation in relation to the relative intensity of vacuolar fluorescence - this is the model we aim to sophisticate in the future </i></font></center>
 +
<br>
 +
<br>
 +
<p style="width: 100%; margin: auto; font-size: 16px;">Previous research has analyzed GFP fluorescence levels as it has been degraded. This degradation can be matched to RGB levels in the chart above to create a measure for quantifying GFP degradation with the ChromQ Light Chamber. This process can be similarly be applied to using RGB values to analyze degradation levels of chromoproteins. </p>
  
</p>
 
 
<br>
 
<br>
 +
<center><h3 style="color: #D49AE6;">Laboratory Controls</h3></center>
 +
<p style="width: 100%; margin: auto; font-size: 16px;">The two controls used for imaging will be the natural color of cells and solid black. The natural color of bacterial (E.coli) cells is not simply white, but is more of a creamy-white color. Degradation at the cream-white color is 0% degradation, while solid black is 100% degradation. A third control, ideally a shade of purple with 50% degradation, will be established.
 +
<br><br>
 +
Additionally, a color-control palette will be used for consistent imaging. As we realize that smartphone cameras tend to adjust color intensity, saturation, and brightness on its own in response to the colors present, the color-controls must always be present during imaging to balance the camera’s automatic adjustments.
 +
</p>
 +
<br>
 +
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2017/f/f9/T--LambertGA--purplegradient.png" style="width:24%; margin:auto;">
 +
<img src="https://static.igem.org/mediawiki/2017/1/13/T--LambertGA--purplescale.png" style="width:30%; margin:auto;">
 +
</center> <br><br>
 +
<p style="width: 100%; margin: auto; font-size: 16px;"> As seen in the right image above, the color-control palette is composed of filters from Roscolux, which not only provide the RGB values as a color standard but also the wavelengths of the colors for further data analysis if desired. The yellow- and tan-toned filters on the top-left are designed to match the colors of cells that express no chromoproteins, or those that have completely undergone protein degradation. The darkest filters on the bottom-right will serve as a standard for cells expressing chromoproteins but have little or no degradation of protein. With additional experimentation, specific degradation percentages may be matched to the color and create a degradation spectrum based on color, much like the purple gradient depicted in the table on the left. </p>
 +
<br><br>
 +
 +
<center> <h2>  References </h2> </center>
 +
<p>Dhakar, L. (n.d.). Image Color Picker (Z. A., Ed.). Retrieved October 10, 2017, from
 +
http://www.colorcodepicker.com/
 +
<br><br>
 +
Purple color codes. (n.d.). Retrieved October 10, 2017, from
 +
http://www.rapidtables.com/web/color/purple-color.htm
 +
<br><br>
 +
RGB Color Gradient Maker. (n.d.). Retrieved October 10, 2017, from http://www.perbang.dk/rgbgradient/
 +
<br><br>
 +
Tamura, K., Shimada, T., Ono, E., Tanaka, Y., Nagatani, A., Higashi, S., . . . Hara-Nishimura, I. (2003,
 +
September). Why green fluorescent fusion proteins have not been observed in the vacuoles of
 +
higher plants. The Plant Journal, 35(4), 545-555. doi:10.1046/j.1365-313X.2003.01822.x
 +
</p>
 +
 +
</p>
 +
 +
<div class="button_click"  onClick=" parent.location= 'https://2017.igem.org/Special:Upload '">
 +
 +
<!--<h2>2015 Lambert iGEM</h2>-->
 +
                <div id="officialLogo">
 +
 +
                </div>
 +
            </footer>
 +
<div id="space2">
 
</div>
 
</div>
<div class="column half_size">
+
<div id="sponsors-bottom">
  
<h5>Inspiration</h5>
+
<a href="http://www.forsyth.k12.ga.us/lhs"><img src="https://static.igem.org/mediawiki/2017/9/9e/T--LambertGA--longhorn_iGEM_logo.png" class="transparent" style="height:100px;padding:20px;"></a>
<p>You can look at what other teams did to get some inspiration! <br />
+
Here are a few examples:</p>
+
<ul>
+
<li><a href="https://2016.igem.org/Team:Stanford-Brown">2016 Stanford-Brown</a></li>
+
<li><a href="https://2016.igem.org/Team:Genspace">2016 Genspace</a></li>
+
<li><a href="https://2015.igem.org/Team:William_and_Mary">2015 William and Mary</a></li>
+
<li><a href="https://2014.igem.org/Team:Aachen">2014 Aachen  </a></li>
+
</ul>
+
  
 
</div>
 
</div>
<div class="clear"></div>
+
 
 +
 
 
</html>
 
</html>

Revision as of 03:19, 25 June 2017


Measurement


Function

The ChromQ Light Chamber is a 3D-printed imaging measurement system used to quantify results of nutrient deficiency. For our current project, it is also used to quickly and inexpensively measure relative protein degradation through quantification of the color in chromoprotein expression.


Relative Color Quantification

Relative strength of the degradation of tsPurple cells (control, tsPurple DAS, and tsPurple LAA) can be measured by using a smartphone camera lens or any simple photography device (along with the color-controls for consistency).

Here are the steps for color quantification:
1. Place specimen* in box next to a control palette. Using a viewing opening at the top, adjust chamber to center specimen.
2. Using a smartphone camera, take a picture of the specimen, including the control palette. Be sure to focus the image so that all shades of the control palette can be visualized accurately.
3. Upload picture onto the website www.colorcodepicker.com.
4. Select color pixels of the target colonies.
5. The website will give an RGB value. Darker colors correspond to weaker relative degradation strength, while lighter colors correspond to stronger relative degradation strength. The RGB values of the results make up a spectrum that determines level of protein expression compared to intensity of color or RGB value.



*Specimen Preparation Protocol
1. If liquid culture, spin down pellet in centrifuge at 2450 x g for 10 minutes, decant excess liquid, and pipet approximately 5µL of pellet onto a square of parafilm.
2. If grown on agar plates, obtain a sterilized or disposable inoculation loop, take a couple of colonies or enough bacteria to form a clump approximately 3-5mm in diameter, and place onto a square of parafilm.



GFP Degradation Proof of Concept


The green gradient was generated from the RGB Color Gradient Maker created by PerBang and serves to show the range of GFP intensity in relation to its degradation level


Variation of color intensity and fluorescence in GFP degradation over the course of 60 minutes expressed in the vacuoles of protoplasts from Arabidopsis cells


Quantification of GFP degradation in relation to the relative intensity of vacuolar fluorescence - this is the model we aim to sophisticate in the future


Previous research has analyzed GFP fluorescence levels as it has been degraded. This degradation can be matched to RGB levels in the chart above to create a measure for quantifying GFP degradation with the ChromQ Light Chamber. This process can be similarly be applied to using RGB values to analyze degradation levels of chromoproteins.


Laboratory Controls

The two controls used for imaging will be the natural color of cells and solid black. The natural color of bacterial (E.coli) cells is not simply white, but is more of a creamy-white color. Degradation at the cream-white color is 0% degradation, while solid black is 100% degradation. A third control, ideally a shade of purple with 50% degradation, will be established.

Additionally, a color-control palette will be used for consistent imaging. As we realize that smartphone cameras tend to adjust color intensity, saturation, and brightness on its own in response to the colors present, the color-controls must always be present during imaging to balance the camera’s automatic adjustments.




As seen in the right image above, the color-control palette is composed of filters from Roscolux, which not only provide the RGB values as a color standard but also the wavelengths of the colors for further data analysis if desired. The yellow- and tan-toned filters on the top-left are designed to match the colors of cells that express no chromoproteins, or those that have completely undergone protein degradation. The darkest filters on the bottom-right will serve as a standard for cells expressing chromoproteins but have little or no degradation of protein. With additional experimentation, specific degradation percentages may be matched to the color and create a degradation spectrum based on color, much like the purple gradient depicted in the table on the left.



References

Dhakar, L. (n.d.). Image Color Picker (Z. A., Ed.). Retrieved October 10, 2017, from http://www.colorcodepicker.com/

Purple color codes. (n.d.). Retrieved October 10, 2017, from http://www.rapidtables.com/web/color/purple-color.htm

RGB Color Gradient Maker. (n.d.). Retrieved October 10, 2017, from http://www.perbang.dk/rgbgradient/

Tamura, K., Shimada, T., Ono, E., Tanaka, Y., Nagatani, A., Higashi, S., . . . Hara-Nishimura, I. (2003, September). Why green fluorescent fusion proteins have not been observed in the vacuoles of higher plants. The Plant Journal, 35(4), 545-555. doi:10.1046/j.1365-313X.2003.01822.x