Difference between revisions of "Team:Tuebingen/Demonstrate"

Line 1: Line 1:
{{Tuebingen}}
+
<html lang="en">
 +
<head>
 +
    <title> iGem Tübingen 2017</title>
 +
    <meta charset="utf-8" content="width=device-width, initial-scale=1.0"> <!--damit die ü, ä usw. richtig angezeigt werden-->
 +
    <style>
 +
   
 +
       
 +
       
 +
       
 +
        **********OVERRIDES**********
  
<html>
+
#top_menu_under {
 +
  display: none;
 +
  position: relative;
 +
  width: 100%;
 +
  height: 0;
 +
}
 +
#top_menu_14 {
 +
  position: fixed;
 +
  width: 100%;
 +
  top: 0px;
 +
  left: 0px;
 +
  height: 16px;
 +
  background-color: #383838;
 +
  border-bottom: 2px solid black;
 +
  z-index: 50;
 +
}
 +
#top_title {
 +
  display: none;
 +
}
 +
#sideMenu {
 +
  display: none;
 +
  width: 170px;
 +
  position: absolute;
 +
  top: 20px;
 +
  left: 1020px;
 +
  z-index: 10;
 +
  padding-top: 0px;
 +
  padding-bottom: 15px;
 +
  padding-left: 15px;
 +
  padding-right: 15px;
 +
  background-color: white;
 +
  text-align: left;
 +
}
 +
#bodyContent a[href ^="https://"],
 +
.link-https {
 +
  background: none;
 +
  padding: 0
 +
}
 +
#bodyContent a[href ^="mailto:"], .link-mailto {
 +
  padding:0;
 +
}
 +
#content {
 +
width:100%;
 +
}
 +
.pop_why_cover {
 +
  display: none;
 +
  z-index: 50;
 +
  margin-top: -65px;
 +
  margin-left: -40px;
 +
  width: 980px;
 +
  height: 2100px;
 +
  float: left;
 +
  position: absolute;
 +
  opacity: 0.5;
 +
  background-color: #b2b2b2;
 +
}
 +
.pop_why_box {
 +
  display: none;
 +
  left: 250px;
 +
  top: 0px;
 +
  background-color: white;
 +
  padding: 15px;
 +
  width: 500px;
 +
  position: absolute;
 +
  border: 3px solid #4e606e;
 +
  border-radius: 3px;
 +
  z-index: 50;
 +
}
  
  
 +
**********END OF OVERRIDES**********
 +
       
 +
       
 +
       
 +
       
 +
       
 +
       
 +
       
 +
    a {
 +
    margin-left: 1.5em;
 +
    font-size: 1.25em;
 +
    padding:0.5em;
 +
    border: 1em;
 +
    margin-top: 0.75em;
 +
}
 +
       
 +
    a:link {
 +
            text-decoration: none;
 +
            color:black;
 +
            background-color: transparent;
 +
        }
 +
       
 +
    a:visited {
 +
            text-decoration: none;
 +
            color:black;
 +
            background-color: transparent;
 +
        }
 +
       
 +
    a:hover{
 +
background-color: black;
 +
color:grey;
 +
    background-color: transparent;
 +
}
 +
       
 +
div.Hauptnavigation{
 +
    top: 1em;
 +
    background-color: rgb(240,240,250);
 +
    position: fixed;
 +
    width: 100%;
 +
    height: 1.25em;
 +
    font-size: 1.5em;
 +
    line-height: 1.5em; 
 +
    text-align: center;
 +
    margin-bottom: 1em;
 +
}
  
<div class="column full_size">
 
<h1>Demonstrate</h1>
 
<h3>Gold Medal Criterion #4</h3>
 
  
<p>
 
Teams that can show their system working under real world conditions are usually good at impressing the judges in iGEM. To achieve gold medal criterion #4, convince the judges that your project works. There are many ways in which your project working could be demonstrated, so there is more than one way to meet this requirement. This gold medal criterion was introduced in 2016, so check our what 2016 teams did to achieve a their gold medals!
 
</p>
 
  
<p>
+
 
Please see the <a href="https://2017.igem.org/Judging/Medals">2017 Medals Page</a> for more information.
+
nav.Unternavigation-Team{
 +
    margin-right: 1.875em;
 +
    margin-bottom: 25em;
 +
    margin-top: 3em;
 +
    font-size: 1.5em;
 +
    line-height:1.5em;
 +
    left: 2.5em;
 +
    top: 0.5em;
 +
    position: fixed; 
 +
   
 +
}
 +
 
 +
 
 +
.anchor {
 +
    display:block;
 +
    padding-top:60px;  <!-- careful-->
 +
    margin-top:-60px;
 +
}
 +
 
 +
.active{
 +
background-color: black;
 +
color: white;
 +
}
 +
 
 +
 
 +
img#BigImageLab {
 +
    background-size: cover;
 +
    width: 100%;
 +
    border: 5px solid #000000;
 +
}
 +
 
 +
 
 +
img{width: 100%;}
 +
 
 +
.Grid{
 +
    display: grid;
 +
    grid-template-columns: repeat (6, 1fr);
 +
    grid-template-rows: auto;
 +
    margin-bottom: 5em;
 +
    margin-top: 2em;
 +
 
 +
}
 +
       
 +
        #Fliesstext1{     
 +
            grid-column: 2/4;
 +
            grid-row: 1;
 +
            text-align: justify;
 +
            font-size: 18px;
 +
            margin-left: 20em;
 +
            margin-right: 10em;
 +
            margin-top: 1.75em;
 +
}
 +
        #Fliesstext2{     
 +
            grid-column: 2/4;
 +
            grid-row: 2;
 +
            text-align: justify;
 +
            font-size: 18px;
 +
            margin-left: 20em;
 +
            margin-right: 10em;
 +
            margin-top: 1.75em;
 +
}
 +
 
 +
       
 +
table, th, td {
 +
    border: 1px solid black;
 +
    border-collapse: collapse;
 +
    padding: 5px;
 +
    text-align: center;
 +
}   
 +
               
 +
#Bild{
 +
    grid-column-start: 0;
 +
    grid-column-end: 0;
 +
    grid-row: 2;
 +
    width: 50%;
 +
    margin-left: 33em;
 +
    margin-top: 3em;
 +
    border: 1px solid black;
 +
}
 +
figcaption {
 +
    font-size: 65%;
 +
}       
 +
 
 +
       
 +
    </style>
 +
</head>
 +
   
 +
   
 +
    <body>
 +
     
 +
      <div class="Hauptnavigation">
 +
          <a href="https://2017.igem.org/Team:Tuebingen/Team">Team</a>
 +
          <a href="https://2017.igem.org/Team:Tuebingen/Inspiration">Inspiration</a>
 +
          <a href="https://2017.igem.org/Team:Tuebingen/Results">Results</a>
 +
          <a href="https://2017.igem.org/Team:Tuebingen/Human Practice">Human Practice</a>
 +
          <a href="https://2017.igem.org/Team:Tuebingen/Lab">Lab</a>
 +
          <a href="https://2017.igem.org/Team:Tuebingen/Attribution">Attribution</a>
 +
    </div>
 +
     
 +
     
 +
      <nav class="Unternavigation-Team">
 +
         
 +
              <a href="#Modelling">Modelling </a> <br>
 +
              <a href="#Chemistry">Chemistry</a><br>
 +
              <a href="#Biochemistry">Biochemistry</a><br>
 +
             
 +
      </nav>
 +
     
 +
     
 +
     
 +
          <img src="https://static.igem.org/mediawiki/2017/8/8c/T--Tuebingen--LabTitle.jpg" alt="InterLabBild" id="BigImageLab">
 +
         
 +
          <div class="Grid">
 +
          <!-- Content der Seite -->
 +
            <div id="Fliesstext1"> 
 +
                <h1 id="Demonstrate">Demonstrate</h1>
 +
                <h2 id="Modelling" class="anchor">Modelling</h2>       
 +
               
 +
                <p> Clorobiocin blocks the ATP-binding site of bacterial gyrase subunit B (GyrB). The high sequence similarity between the ATP-binding site of GyrB and human topoisomerase II leads to blocking of the ATP binding site of human topoisomerase II rendering clorobiocin toxic to humans. Our aim was to improve the binding characteristics of our aminocoumarin in a way that it selectively binds GyrB but not the human topoisomerase II. A second advancement is that we use a β-lactam ring to make it specific to organisms that have a  β-lactamase, like MRSA.
 +
The docking poses of our new, activated aminocoumarin (with cleaved lactam ring) with GyrB (PDB:1KZN) scored better than novobiocin and clorobiocin indicating a higher affinity to our target protein.
 +
 
 +
</p> 
 +
 
 +
 
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2017/a/af/T--Tuebingen--1KZN_LCDC_IA.png" id="Demonstrate-Fig1">
 +
  <figcaption>Figure 1: Interaction diagram between the activated aminocoumarin and the binding pocket of Gyrase B (1KZN) </figcaption>
 +
</figure>     
 +
 
 +
 
 +
<p> Next, we compared the binding affinity of a novobiocin-resistant variant of GyrB to our newly synthesized aminocoumarin. The activated aminocoumarin is differently positioned in the crystal structure (PDB:1AJ6) than novobiocin and showed better binding indicating that it is even effective against the resistant variant.</p>
 +
 
 +
 
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2017/5/5c/T--Tuebingen--1AJ6_NOV_IA.png" id="Demonstrate-Fig2">
 +
  <figcaption> Figure 2: Interaction diagram between novobiocin and the binding pocket of Gyrase B (1AJ6) </figcaption>
 +
</figure>
 +
 
 +
 
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2017/9/96/T--Tuebingen--1AJ6_LCDC_IA_3.png" id="Demonstrate-Fig3">
 +
  <figcaption> Figure 3: Interaction diagram between the activated aminocoumarin and the binding pocket of Gyrase B (1AJ6)</figcaption>
 +
</figure>
 +
 
 +
 
 +
<p> The inactivated form of our antibiotic (lactam ring closed) was also docked in a reverse orientation in the ATP binding site of the off-target human topoisomerase II (PDB:1ZXM). The unforeseeable consequences for binding potentially render it ineffective in the human cell. </p>
 +
 
 +
 
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2017/9/99/T--Tuebingen--1ZXM_Chloro_out.png" id="Demonstrate-Fig4">
 +
  <figcaption> Figure 4: Positioning of  CBN in the binding pocket of human topoisomerase type II (1ZXM)</figcaption>
 +
</figure>
 +
 
 +
 
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2017/c/c3/T--Tuebingen--1ZXM_LC_out.png" id="Demonstrate-Fig5">
 +
  <figcaption> Figure 5: Positioning of LC in the binding pocket of the human topoisomerase type II (1ZXM)</figcaption>
 +
</figure>
 +
 
 +
<p> Read more:
 +
 
</p>
 
</p>
  
  
 
</div>
 
</div>
 +
 
  
  
<div class="column half_size">
 
  
<h4> What should we do for our demonstration?</h4>
 
  
<h5> Standard teams </h5>
+
           
 +
              <div id="Fliesstext2">
 +
             
 +
                <h2 id="Chemistry" class="anchor"> Chemistry </h2>       
 +
               
 +
                <p>Our new antibiotic should have an alternative Ring A with a β-lactam ring as a warhead. We synthesized 3-(((1-carboxypropan-2-yl)amino)methyl)-4-hydroxybenzoic acid using the duff reaction and reductive amination (LINK TO ChemIntro). The synthesis worked fine, but clean-up attempts by crystallization and extraction failed. Purification by HPLC worked fine. Extended storage in acidified methanol led to methylation of the compound.
 +
</p>
  
<p>  
+
<figure>
If you have built a proof of concept system, you can demonstrate it working under real world conditions. If you have built a biological device that is intended to be a sensor, can you show it detecting whatever it is intended to sense. If it is intended to work in the field, you can show how this might work using a simulated version in the lab, or a simulation of your device in the field.<strong> Please note biological materials must not be taken out of the lab</strong>.
+
  <img src="https://static.igem.org/mediawiki/2017/4/46/T--Tuebingen--BCResult_substance-methylated.png" id="Demonstrate-Fig6">
 +
  <figcaption> Figure 6: Structures of the desired products and the methylated derivatives.</figcaption>
 +
</figure>
 +
 
 +
 
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2017/9/9a/T--Tuebingen--Demonstrate-ChemResult-MS.png" id="Demonstrate-Fig7">
 +
  <figcaption> Figure 7: MS spectra of the LC-MS analysis. Elution time from LC from top to bottom: minute 5.0; 5.4; 6.0 and 7.6 corresponding to the non-methylated, methylated, dimethylated and
 +
trimethylated compound. </figcaption>
 +
</figure>
 +
 
 +
 
 +
<p> Read more:
 +
 
</p>
 
</p>
</div>
 
  
<div class="column half_size">
 
  
<br>
 
<h5> Special track teams </h5>
 
  
<p>
+
 
Special track teams can achieve this medal criterion by bringing their work to the Jamboree and showcasing it in the track event. Art & Design, Measurement, Hardware and Software tracks will all have showcase events at the Giant Jamboree.<strong> Please note biological materials must not be taken out of the lab</strong>.
+
                  <h2 id="Biochemistry" class="anchor">Biochemistry</h2>
 +
                  <p> In order to produce our new antibiotic, the synthesized Ring A derivative has to be accepted by one of the L-enzymes (CloL, CouL, NovL or SimL) which catalyze the formation of the amide bond between Ring A and B. The conjugation of CouL and CloL into the CloQ-defective strain Clo-SA02 was successful. SimL and NovL could not be cloned.
 +
LC-MS analysis showed that the feeding experiment with the synthesized Ring A derivative was successful.
 +
</p>
 +
 
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2017/5/5a/T--Tuebingen--Demonstrate-BcResults-Feeding.png" id="Demonstrate-Fig8">
 +
  <figcaption> Figure 8: On the left: Desired product of feeding, on the right: MS chromatogram and MS spectrum with desired m/z. </figcaption>
 +
</figure>
 +
                 
 +
<p> The next important step is to close the warhead, the β-lactam ring. First, we had to clone and express β-lactam synthetase. Cloning worked fine, but expression was not optimized due to time constraints.
 +
</p>
 +
 
 +
 
 +
<p> Read more:
 +
 +
</p>
 +
 
 +
 
 +
                <h2 id="Test System" class="anchor">Test System</h2>
 +
 
 +
<p> aminocoumarin resistant GyrB from E.coli (GyrR_EC). Both are under control of inducible promoters (pRha and arac, respectively). We established the system using carbenicillin and clorobiocin. A suitable clorobiocin amount was found by performing a clorobiocin dilution series on different E.coli strains (XL1-blue and a TolC-knockout strain, following named TolC) by us and on Corynebacterium glutamicum by iGEM team Franconia. As expected, the XL1-blue strain is almost resistant while TolC is more susceptible to clorobiocin. C. glutamicum as a gram-positive bacterium showed by far the most significant zones of inhibition compared to the E.coli strains.
 +
The SHV-1 construct provides resistance to carbenicillin in a dose-dependent manner in XL1-blue, while the construct does not seem to work as good in TolC.
 +
</p>
 +
 
 +
 
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2017/1/1a/T--Tuebingen--TestResult-SHV-dilution.png" id="Demonstrate-Fig9">
 +
  <figcaption> Figure 9: Different L-rhamnose concentrations (0.1, 0.2, 0.4 and 0.8%(w/v)) were used to induce SHV-1 expression. 1000 µg carbenicillin were used. pSB1C3-SHV-1 is used as a control because it does not express the protein. </figcaption>
 +
</figure>
 +
 
 +
 
 +
<p>
 +
The GyrBR_EC construct shows a reduced zone of inhibition in TolC. The small zone of inhibition in XL1-blue makes it hard to determine a difference after induction. </p>
 +
 
 +
<figure>
 +
  <img src="https://static.igem.org/mediawiki/2017/4/44/T--Tuebingen--TestResult-GyrB.png" id="Demonstrate-Fig10">
 +
  <figcaption> Figure 10: Figure 10: Zone of inhibition in induced TolC samples is reduced compared to the control. </figcaption>
 +
</figure>
 +
 
 +
 
 +
 
 +
<p> Read more:
 +
2017.igem.org/Team:Tuebingen/Results/Testing
 
</p>
 
</p>
  
  
</div>
 
  
  
  
 +
                 
 +
             
 +
          </div>
 +
</body>
 
</html>
 
</html>

Revision as of 18:50, 1 November 2017

iGem Tübingen 2017

InterLabBild

Demonstrate

Modelling

Clorobiocin blocks the ATP-binding site of bacterial gyrase subunit B (GyrB). The high sequence similarity between the ATP-binding site of GyrB and human topoisomerase II leads to blocking of the ATP binding site of human topoisomerase II rendering clorobiocin toxic to humans. Our aim was to improve the binding characteristics of our aminocoumarin in a way that it selectively binds GyrB but not the human topoisomerase II. A second advancement is that we use a β-lactam ring to make it specific to organisms that have a β-lactamase, like MRSA. The docking poses of our new, activated aminocoumarin (with cleaved lactam ring) with GyrB (PDB:1KZN) scored better than novobiocin and clorobiocin indicating a higher affinity to our target protein.

Figure 1: Interaction diagram between the activated aminocoumarin and the binding pocket of Gyrase B (1KZN)

Next, we compared the binding affinity of a novobiocin-resistant variant of GyrB to our newly synthesized aminocoumarin. The activated aminocoumarin is differently positioned in the crystal structure (PDB:1AJ6) than novobiocin and showed better binding indicating that it is even effective against the resistant variant.

Figure 2: Interaction diagram between novobiocin and the binding pocket of Gyrase B (1AJ6)
Figure 3: Interaction diagram between the activated aminocoumarin and the binding pocket of Gyrase B (1AJ6)

The inactivated form of our antibiotic (lactam ring closed) was also docked in a reverse orientation in the ATP binding site of the off-target human topoisomerase II (PDB:1ZXM). The unforeseeable consequences for binding potentially render it ineffective in the human cell.

Figure 4: Positioning of CBN in the binding pocket of human topoisomerase type II (1ZXM)
Figure 5: Positioning of LC in the binding pocket of the human topoisomerase type II (1ZXM)

Read more:

Chemistry

Our new antibiotic should have an alternative Ring A with a β-lactam ring as a warhead. We synthesized 3-(((1-carboxypropan-2-yl)amino)methyl)-4-hydroxybenzoic acid using the duff reaction and reductive amination (LINK TO ChemIntro). The synthesis worked fine, but clean-up attempts by crystallization and extraction failed. Purification by HPLC worked fine. Extended storage in acidified methanol led to methylation of the compound.

Figure 6: Structures of the desired products and the methylated derivatives.
Figure 7: MS spectra of the LC-MS analysis. Elution time from LC from top to bottom: minute 5.0; 5.4; 6.0 and 7.6 corresponding to the non-methylated, methylated, dimethylated and trimethylated compound.

Read more:

Biochemistry

In order to produce our new antibiotic, the synthesized Ring A derivative has to be accepted by one of the L-enzymes (CloL, CouL, NovL or SimL) which catalyze the formation of the amide bond between Ring A and B. The conjugation of CouL and CloL into the CloQ-defective strain Clo-SA02 was successful. SimL and NovL could not be cloned. LC-MS analysis showed that the feeding experiment with the synthesized Ring A derivative was successful.

Figure 8: On the left: Desired product of feeding, on the right: MS chromatogram and MS spectrum with desired m/z.

The next important step is to close the warhead, the β-lactam ring. First, we had to clone and express β-lactam synthetase. Cloning worked fine, but expression was not optimized due to time constraints.

Read more:

Test System

aminocoumarin resistant GyrB from E.coli (GyrR_EC). Both are under control of inducible promoters (pRha and arac, respectively). We established the system using carbenicillin and clorobiocin. A suitable clorobiocin amount was found by performing a clorobiocin dilution series on different E.coli strains (XL1-blue and a TolC-knockout strain, following named TolC) by us and on Corynebacterium glutamicum by iGEM team Franconia. As expected, the XL1-blue strain is almost resistant while TolC is more susceptible to clorobiocin. C. glutamicum as a gram-positive bacterium showed by far the most significant zones of inhibition compared to the E.coli strains. The SHV-1 construct provides resistance to carbenicillin in a dose-dependent manner in XL1-blue, while the construct does not seem to work as good in TolC.

Figure 9: Different L-rhamnose concentrations (0.1, 0.2, 0.4 and 0.8%(w/v)) were used to induce SHV-1 expression. 1000 µg carbenicillin were used. pSB1C3-SHV-1 is used as a control because it does not express the protein.

The GyrBR_EC construct shows a reduced zone of inhibition in TolC. The small zone of inhibition in XL1-blue makes it hard to determine a difference after induction.

Figure 10: Figure 10: Zone of inhibition in induced TolC samples is reduced compared to the control.

Read more: 2017.igem.org/Team:Tuebingen/Results/Testing