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

(Prototype team page)
Line 1: Line 1:
{{Lambert_GA}}
 
 
<html>
 
<html>
 +
<head>
 +
<style>
 +
 +
#sideMenu { display:none; }
  
 +
a:hover {
 +
text-decoration: none;
 +
}
  
<div class="column full_size" >
+
#mainContainer{
 +
    background-color: white;
 +
    width: 100%;
 +
}
 +
#main{
 +
    width: 100%;
 +
margin: auto;
 +
    padding: 0px;
 +
    background-color: white;
 +
}
  
<h1>Results</h1>
+
body { background-color: white; margin: auto; padding: 0px; width: 100%;}
  
<p>Here you can describe the results of your project and your future plans. </p>
+
a.drplink {
 +
color:white;
 +
}
 +
a.drplink:hover {
 +
color:dimgray;
 +
}
  
<h5>What should this page contain?</h5>
 
<ul>
 
<li> Clearly and objectively describe the results of your work.</li>
 
<li> Future plans for the project. </li>
 
<li> Considerations for replicating the experiments. </li>
 
</ul>
 
  
<h5>You should also describe what your results mean: </h5>
+
div {
 +
color: gray;
 +
}
  
<ul>
+
#content {
<li> Interpretation of the results obtained during your project. Don't just show a plot/figure/graph/other, tell us what you think the data means. This is an important part of your project that the judges will look for. </li>
+
margin: 0px auto;
<li> Show data, but remember all measurement and characterization data must be on part pages in the Registry. </li>
+
background-color: white;
<li> Consider including an analysis summary section to discuss what your results mean. Judges like to read what you think your data means, beyond all the data you have acquired during your project. </li>
+
width: 100%;
</ul>
+
padding: 0px;
 +
}
  
 +
 +
.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>
+
</header>
  
<div class="column half_size" >
 
  
 +
<div class="col-md-12 col-sm-10" style="width:75%;margin:auto;">
  
<h5> Project Achievements </h5>
 
  
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
 
  
<ul>
+
<div class="column full_size" style="width:75%; margin:auto;" >
<li>A list of linked bullet points of the successful results during your project</li>
+
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
</ul>
+
  
 +
 +
<script type="text/javascript"></script>
 +
 +
 +
 +
<br>
 +
<center> <h1 id="MainTitle"><b> Results </b></h1> <img src="https://static.igem.org/mediawiki/2017/2/26/T--LambertGA--purpleline.jpg" style="width:18%; margin:auto;"></center>
 +
 +
 +
<center><h3 style="color: #D49AE6;">Inoculations of GFP Constructs (29 tubes)</h3></center>
 +
<p style="width: 100%; margin: auto; font-size: 16px;">
 +
 +
<div>
 +
After making our constructs, we transformed them into Keio Wild cells and inoculated from the successful transformation plates.
 
</div>
 
</div>
 +
<br>
 +
1.In Keio Wild:
 +
<OL TYPE="a">
 +
<LI>pλR LacI GFP Θ (no IPTG, 10µM IPTG, and 100µM IPTG) in 1C3
 +
<LI>pλR LacI GFP DAS (no IPTG, 10µM IPTG, and 100µM IPTG) in 1C3
 +
<LI>pλR LacI GFP LAA (no IPTG, 10µM IPTG, and 100µM IPTG) in 1C3
 +
</OL>
 +
2. Controls
 +
<OL TYPE="a">
 +
<LI>Plain Luria Broth
 +
<LI>Keio Wild cells in plain Luria Broth
 +
</OL>
 +
<br>
 +
Colonies were chosen from the overnight plates and were diluted into 300 µL ultrapure water.  These dilutions were used to inoculate triplicates of 4 milliliter cultures and were grown at 170 rpm for 24 hours in 37C.  Each construct was treated to three different levels of IPTG induction(no IPTG, 10µM IPTG, and 100µM IPTG) to turn on the ClpXP degradation system and subsequently turn off GFP production.  Our initial results were promising.
 +
<br><br>
 +
The constructs of the GFP with three different degradation tags were transformed into Keio Wild Type cells.  Colonies were chosen from the overnight plates and were diluted into 300uL ultrapure water.  These dilutions were used to inoculate triplicates of 4 milliliter cultures and were grown at 170 rpm for 24 hours in 37C.  Each construct was treated to three different levels of IPTG induction to turn on the ClpXP degradation system and subsequently turn off GFP production.  Our initial results were promising. 
 +
<br><br>
 +
The graph (below) shows significant differences between the levels of induction and the resulting degradation of GFP.  Of interest is the drop from 6000 GFP/OD for the GFP with no tag to the 2700 GFP/OD in the GFP LAA construct under 100uM IPTG induction.  Our next step is to complete this experiment in parallel in both Keio ClpX knock out and ClpP knock out strains. 
 +
<br><br>
 +
<center><img src="https://static.igem.org/mediawiki/2017/9/92/T--LambertGA--graphwithlabels.png" style="width:70%; margin:auto;">
 +
<br>
 +
<i><font color="D49AE6">Our preliminary results demonstrated that our “Switch” construct worked. Under IPTG induction the levels of GFP were reduced in the Keio Wild strain.</font></i></center>
 +
<br><br>
 +
<center><img src="https://static.igem.org/mediawiki/2017/0/0c/T--LambertGA--opticaldensities.jpg" style="width:70%; margin:auto;">
 +
<br>
 +
<i><font color="D49AE6">The optimal densities of the Keio Wild cells from the inoculations.</font></i></center>
 +
<br><br>
 +
Pictures:
 +
<br><center>
 +
<img src="https://static.igem.org/mediawiki/2017/e/e8/T--LambertGA--platereaderresults.jpg" style="width:44%; margin:auto;">
 +
<br></center>
 +
<center><font color="D49AE6"><i> Data from the Plate Reader </i></font></center>
 +
<br>
 +
<center><img src="https://static.igem.org/mediawiki/2017/c/c5/T--LambertGA--inoculationtubes.png" style="width:44%; margin:auto;">
 +
<br></center>
 +
<center><font color="D49AE6"><i> All of the GFP constructs as liquid cultures. </i></font></center>
 +
<br>
 +
<center><img src="https://static.igem.org/mediawiki/2017/8/8f/T--LambertGA--dyanmicduo.png" style="width:30%; margin:auto;">
 +
<br></center>
 +
<center><font color="D49AE6"><i> Julia Leveille and Lauren Hong with the liquid cultures before analyzing them on the plate reader at Georgia Tech. </i></font></center>
 +
<br><br>
 +
<center><h3 style="color: #D49AE6;">Troubleshooting for Lack of Proper Tube Labeling</h3></center>
 +
<br>
 +
We plated our constructs in all three cell types(DH10, Keio Wild, and Keio ClpP) on Kanamycin, Tetracycline, Chloramphenicol, and Ampicillin. We were testing to verify what backbones the plasmids were in.  As the image shows, our cells grew in most of the plates resistant to the specific antibiotics.  We are in the process of figuring out how we obtained these results, but we hypothesized that our cells contain constructs with all the vectors with backbones resistant to those antibiotics.
 +
<br><br>
 +
<center><img src="https://static.igem.org/mediawiki/2017/c/c7/T--LambertGA--platestotest.png" style="width:44%; margin:auto;">
 +
<br></center>
 +
<br>
 +
<br>
  
 +
<h2 style="text-align:center" color: #D49AE6 > Sequencing Results </h2>
 +
<br>
 +
<center><img src="https://static.igem.org/mediawiki/2017/d/de/T--LambertGA--sequence1.jpg" style="width:74%; margin:auto;">
 +
<br>
 +
<i><font color="D49AE6">The R0011 ClpX part of our DNA construct was sent in for sequencing and confirmed to be matching DNA through Eurofins MWG Operon.</font></i>
 +
<br><br>
 +
<img src="https://static.igem.org/mediawiki/2017/c/c2/T--LambertGA--sequence2.jpg" style="width:74%; margin:auto;">
 +
<br>
 +
<i><font color="D49AE6">The ClpP B0033 CI part of our DNA construct was also sent in for sequencing and confirmed to be matching DNA through Eufofins MWG Operon.</font></i></center>
 +
<br><br><br>
  
<div class="column half_size" >
 
  
<h5>Inspiration</h5>
+
<h2 style="text-align:center" color: #D49AE6 > Expected Results </h2>  
<p>See how other teams presented their results.</p>
+
<br>
<ul>
+
<OL type="a">
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
<LI> <u> Keio Wild Strains: </u> In the Keio Wild Strains, we assembled two constructs - one with a degradation tag, and one without a degradation tag. Since ClpXP can only degrade proteins that have been tagged, we expect our plates with the degrons to have a lower concentration of purple cells than the plates without the degrons. The following graph shows the relationship between time and expected concentration of purple cells for the Keio Wild strain; “T” represents the time at which the cells were induced by IPTG.
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
<br><br>
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
<img src="https://static.igem.org/mediawiki/2017/c/c3/T--LambertGA--keiowildnew.jpg" hspace="60" style="width:80%; align=center; ">
</ul>
+
<br><br>
 +
<LI> <u> Keio ClpX Knockout Strain:</u> In this strain, ClpX will be knocked out and ClpP will be allowed to function. ClpX is responsible for de-linearizing the target protein into its primary structure and then translocating it into a proteolytic cavity in ClpP. Since ClpX will not be expressed, the chromoprotein will not be de-linearized and hence prevent ClpP from degrading the primary structure of the protein. With this in mind, we expect our plates to remain purple in the Keio ClpX Knockout strain.<br>
 +
The following graph shows the relationship between time and expected concentration of purple cells for the Keio ClpX Knockout strain; “T” represents the time at which the cells were induced by IPTG.<br><br>
 +
<img src="https://static.igem.org/mediawiki/2017/c/c2/T--LambertGA--clpxnew.jpg" hspace="60" style="width:80%; align=center; ">
 +
<br><br>
 +
<LI><u>Keio ClpP Knockout Strain: </u> In this strain, ClpP will be knocked out and ClpX will be allowed to function. ClpP is responsible for degrading the primary structure of the protein itself; it does this by breaking the individual covalent bonds (polypeptide bonds) that exist between the amino acids in the polypeptide chain. Since ClpP will not be expressed, the chromoprotein will not be degraded into individual amino acids. However, despite this, the chromoprotein will still be degraded partially because it will be de-linearized by ClpX. In other words, although the protein will still be in its primary structure, it will still lack the hydrogen bonds, hydrophobic interactions, ionic bonds, disulfide bridges, and R-Group interactions that exist in its tertiary (or in some cases, quaternary) structure; consequently, that will limit the chromoprotein’s ability to express its pigments. With this in mind, we expect our plates to have a smaller number of purple cells present in the Keio ClpP Knockout strain. <br>
 +
The following graph shows the relationship between time and expected concentration of purple cells for the Keio ClpP Knockout strain; “T” represents the time at which the cells were induced by IPTG.
 +
<br><br>
 +
<img src="https://static.igem.org/mediawiki/2017/b/b2/T--LambertGA--clppnew.jpg" hspace="60" style="width:80%; align=center; ">
 +
<br><br>
  
 +
 +
<h2 style="text-align:center" color: #D49AE6 > Medals </h2>
 +
<br><br>
 +
<img src="https://static.igem.org/mediawiki/2017/1/11/T--LambertGA--bronzemedal.png" hspace="60" style="width:20%; align=left; "><br> <font size="5" color: #D49AE6 >Bronze</font> <br>
 +
<img src="https://static.igem.org/mediawiki/2017/b/b6/T--LambertGA--checkbox.jpg" style="width:3%; align=left; margin:auto;">
 +
<font size="3">Team formed and registered</font> <br>
 +
<img src="https://static.igem.org/mediawiki/2017/b/b6/T--LambertGA--checkbox.jpg" style="width:3%; align=left; margin:auto;">
 +
<font size="3">Wiki completed</font><br>
 +
<img src="https://static.igem.org/mediawiki/2017/b/b6/T--LambertGA--checkbox.jpg" style="width:3%; align=left; margin:auto;">
 +
<font size="3">Poster completed</font><br>
 +
<img src="https://static.igem.org/mediawiki/2017/b/b6/T--LambertGA--checkbox.jpg" style="width:3%; align=left; margin:auto;"><font size="3"> Presentation ready for Jamboree</font><br>
 +
<img src="https://static.igem.org/mediawiki/2017/b/b6/T--LambertGA--checkbox.jpg" style="width:3%; align=left; margin:auto;"><font size="3"> Attributed all work done for project</font><br>
 +
<img src="https://static.igem.org/mediawiki/2017/b/b6/T--LambertGA--checkbox.jpg" style="width:3%; align=left; margin:auto;">
 +
<font size="3">Part (BBa_K1911001) documented and submitted</font><br>
 +
<img src="https://static.igem.org/mediawiki/2017/b/b6/T--LambertGA--checkbox.jpg" style="width:3%; align=left; margin:auto;">
 +
<font size="3">All forms submitted</font><br><br>
 +
 +
<img src="https://static.igem.org/mediawiki/2017/5/55/T--LambertGA--silvermedal.png" hspace="60" style="width:20%; align=center; "><br> <font size="5" color: #D49AE6 >Silver</font><br>
 +
 +
<img src="https://static.igem.org/mediawiki/2017/b/b6/T--LambertGA--checkbox.jpg" style="width:3%; align=left; margin:auto;">
 +
<font size="3">New part (BBa_K1911000) documented, submitted, and validated</font> <br>
 +
<img src="https://static.igem.org/mediawiki/2017/b/b6/T--LambertGA--checkbox.jpg" style="width:3%; align=left; margin:auto;">
 +
<font size="3">Collaboration: iGEM teams of Alverno California and CAPS_Kansas and Georgia State University (GSU), the Styczynski Lab from the Georgia Institute of Technology (GaTech), Centers for Disease Control and Prevention (CDC), New England Biolabs, and Lambert High School’s engineering department</font><br>
 +
<img src="https://static.igem.org/mediawiki/2017/b/b6/T--LambertGA--checkbox.jpg" style="width:3%; align=left; margin:auto;">
 +
<font size="3">Human Practices: Maker Faire, Atlanta Science Festival (ASF), Regional Education Service Agencies (RESA), Next Generation Focus (NGF), Congenital Heart Defect Walk, Sharon Science Days, Micronutrient Discussion with the CDC, collaboration with the Styczynski Lab from GaTech</font><br><br>
 +
 +
 +
<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 id="sponsors-bottom">
  
 +
<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>
 +
 +
</div>
  
  
 
</html>
 
</html>

Revision as of 13:35, 24 June 2017


Results

Inoculations of GFP Constructs (29 tubes)

After making our constructs, we transformed them into Keio Wild cells and inoculated from the successful transformation plates.

1.In Keio Wild:
  1. pλR LacI GFP Θ (no IPTG, 10µM IPTG, and 100µM IPTG) in 1C3
  2. pλR LacI GFP DAS (no IPTG, 10µM IPTG, and 100µM IPTG) in 1C3
  3. pλR LacI GFP LAA (no IPTG, 10µM IPTG, and 100µM IPTG) in 1C3
2. Controls
  1. Plain Luria Broth
  2. Keio Wild cells in plain Luria Broth

Colonies were chosen from the overnight plates and were diluted into 300 µL ultrapure water. These dilutions were used to inoculate triplicates of 4 milliliter cultures and were grown at 170 rpm for 24 hours in 37C. Each construct was treated to three different levels of IPTG induction(no IPTG, 10µM IPTG, and 100µM IPTG) to turn on the ClpXP degradation system and subsequently turn off GFP production. Our initial results were promising.

The constructs of the GFP with three different degradation tags were transformed into Keio Wild Type cells. Colonies were chosen from the overnight plates and were diluted into 300uL ultrapure water. These dilutions were used to inoculate triplicates of 4 milliliter cultures and were grown at 170 rpm for 24 hours in 37C. Each construct was treated to three different levels of IPTG induction to turn on the ClpXP degradation system and subsequently turn off GFP production. Our initial results were promising.

The graph (below) shows significant differences between the levels of induction and the resulting degradation of GFP. Of interest is the drop from 6000 GFP/OD for the GFP with no tag to the 2700 GFP/OD in the GFP LAA construct under 100uM IPTG induction. Our next step is to complete this experiment in parallel in both Keio ClpX knock out and ClpP knock out strains.


Our preliminary results demonstrated that our “Switch” construct worked. Under IPTG induction the levels of GFP were reduced in the Keio Wild strain.



The optimal densities of the Keio Wild cells from the inoculations.


Pictures:

Data from the Plate Reader


All of the GFP constructs as liquid cultures.


Julia Leveille and Lauren Hong with the liquid cultures before analyzing them on the plate reader at Georgia Tech.


Troubleshooting for Lack of Proper Tube Labeling


We plated our constructs in all three cell types(DH10, Keio Wild, and Keio ClpP) on Kanamycin, Tetracycline, Chloramphenicol, and Ampicillin. We were testing to verify what backbones the plasmids were in. As the image shows, our cells grew in most of the plates resistant to the specific antibiotics. We are in the process of figuring out how we obtained these results, but we hypothesized that our cells contain constructs with all the vectors with backbones resistant to those antibiotics.




Sequencing Results



The R0011 ClpX part of our DNA construct was sent in for sequencing and confirmed to be matching DNA through Eurofins MWG Operon.


The ClpP B0033 CI part of our DNA construct was also sent in for sequencing and confirmed to be matching DNA through Eufofins MWG Operon.



Expected Results


  1. Keio Wild Strains: In the Keio Wild Strains, we assembled two constructs - one with a degradation tag, and one without a degradation tag. Since ClpXP can only degrade proteins that have been tagged, we expect our plates with the degrons to have a lower concentration of purple cells than the plates without the degrons. The following graph shows the relationship between time and expected concentration of purple cells for the Keio Wild strain; “T” represents the time at which the cells were induced by IPTG.



  2. Keio ClpX Knockout Strain: In this strain, ClpX will be knocked out and ClpP will be allowed to function. ClpX is responsible for de-linearizing the target protein into its primary structure and then translocating it into a proteolytic cavity in ClpP. Since ClpX will not be expressed, the chromoprotein will not be de-linearized and hence prevent ClpP from degrading the primary structure of the protein. With this in mind, we expect our plates to remain purple in the Keio ClpX Knockout strain.
    The following graph shows the relationship between time and expected concentration of purple cells for the Keio ClpX Knockout strain; “T” represents the time at which the cells were induced by IPTG.



  3. Keio ClpP Knockout Strain: In this strain, ClpP will be knocked out and ClpX will be allowed to function. ClpP is responsible for degrading the primary structure of the protein itself; it does this by breaking the individual covalent bonds (polypeptide bonds) that exist between the amino acids in the polypeptide chain. Since ClpP will not be expressed, the chromoprotein will not be degraded into individual amino acids. However, despite this, the chromoprotein will still be degraded partially because it will be de-linearized by ClpX. In other words, although the protein will still be in its primary structure, it will still lack the hydrogen bonds, hydrophobic interactions, ionic bonds, disulfide bridges, and R-Group interactions that exist in its tertiary (or in some cases, quaternary) structure; consequently, that will limit the chromoprotein’s ability to express its pigments. With this in mind, we expect our plates to have a smaller number of purple cells present in the Keio ClpP Knockout strain.
    The following graph shows the relationship between time and expected concentration of purple cells for the Keio ClpP Knockout strain; “T” represents the time at which the cells were induced by IPTG.



    Medals




    Bronze
    Team formed and registered
    Wiki completed
    Poster completed
    Presentation ready for Jamboree
    Attributed all work done for project
    Part (BBa_K1911001) documented and submitted
    All forms submitted


    Silver
    New part (BBa_K1911000) documented, submitted, and validated
    Collaboration: iGEM teams of Alverno California and CAPS_Kansas and Georgia State University (GSU), the Styczynski Lab from the Georgia Institute of Technology (GaTech), Centers for Disease Control and Prevention (CDC), New England Biolabs, and Lambert High School’s engineering department
    Human Practices: Maker Faire, Atlanta Science Festival (ASF), Regional Education Service Agencies (RESA), Next Generation Focus (NGF), Congenital Heart Defect Walk, Sharon Science Days, Micronutrient Discussion with the CDC, collaboration with the Styczynski Lab from GaTech