Team:Toulouse/Result/experimental-results

From 2014.igem.org

(Difference between revisions)
 
(72 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:Toulouse/template/header-base}}
{{:Team:Toulouse/template/header-base}}
 +
{{:Team:Toulouse/template/Accordion}}
<html>
<html>
Line 8: Line 9:
   <link href='http://fonts.googleapis.com/css?family=Open+Sans:800' rel='stylesheet' type='text/css'>
   <link href='http://fonts.googleapis.com/css?family=Open+Sans:800' rel='stylesheet' type='text/css'>
 +
 +
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js'></script>
 +
 +
<script type='text/javascript'> $(function(){
 +
  $(window).scroll(function () {
 +
    if ($(this).scrollTop() > 565) {
 +
        $('#column-left').addClass("fixNavigation");
 +
    } else {
 +
        $('#column-left').removeClass("fixNavigation");
 +
        }
 +
    });
 +
  });
 +
</script>
  <!--/* CSS contenu*/-->
  <!--/* CSS contenu*/-->
Line 13: Line 27:
  <style type="text/css">
  <style type="text/css">
-
   .title1{color:green; font-family:'Open Sans'; font-weight:600; font-size:24px;  margin:0 0 33px 0; border:none;}
+
   .title1{color:green; font-family:'Open Sans'; font-weight:600; font-size:24px;  margin:0 0 33px 0; border:none; text-align:left}
-
   .title2{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:18px; margin:0 0 30px 0; border:none;}
+
   .title2{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:18px; margin:0 0 30px 0; border:none; text-align:left}
   .title2simple{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:18px; margin:0 0 5px 0; border:none;}
   .title2simple{color:#5a6060; font-family:'Open Sans'; font-weight:600; font-size:18px; margin:0 0 5px 0; border:none;}
-
   .title3{color:#5a6060; font-family:'Open Sans'; font-weight:400; font-size:16px; margin:0 0 20px 0; border:none;}
+
   .title3{color:#5a6060; font-family:'Open Sans'; font-weight:400; font-size:16px; margin:0 0 20px 0; border:none; text-align:left}
   .texte{color:#5a6060; font-family:'Open Sans'; font-size:14px; margin:0 0 50px 0; line-height:24px; text-align: justify; }
   .texte{color:#5a6060; font-family:'Open Sans'; font-size:14px; margin:0 0 50px 0; line-height:24px; text-align: justify; }
Line 37: Line 51:
.banniere-content{
.banniere-content{
-
  background-color: rgba(46,204,113, 0.6);
+
  background-color: rgba(130,196,108, 0.7);
padding:28px 28px 0;
padding:28px 28px 0;
position:absolute;
position:absolute;
Line 59: Line 73:
p.legend{color:#5a6060; font-family:'Open Sans'; font-size:14px; margin:0 0 50px 0; line-height:24px; text-align: center;}
p.legend{color:#5a6060; font-family:'Open Sans'; font-size:14px; margin:0 0 50px 0; line-height:24px; text-align: center;}
-
#column-left{width:25%; float:left;}
+
#column-left{
-
#column-left .floatable {
+
float:left;
-
position: fixed;
+
width: 190px;
-
top: 30px;
+
float: left;
 +
padding: 15px 10px 15px 15px;
 +
border: 1px solid #ccc;
 +
border-radius: 5px;
 +
background-color: #eee;
}
}
-
</style>
+
.fixNavigation{
 +
z-index: 9999;
 +
position: fixed;
 +
top:15px;
 +
width:240px;
 +
}
-
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
+
ul.menuleft {
-
<script src="http://code.jquery.com/jquery-1.7.1.js"></script>
+
padding-left:10px;
-
<script type="text/javascript">
+
}
-
// listen for scroll
+
 
-
var positionElementInPage = $('#column-left').offset().top;
+
ul.menuleft li {
-
$(window).scroll(
+
padding-bottom: 10px;
-
    function() {
+
}
-
        if ($(window).scrollTop() &gt;= positionElementInPage) {
+
 
-
            // fixed
+
ul.menuleft li a{
-
            $('#column-left').addClass("floatable");
+
color:#5a6060;
-
        } else {
+
font-family:'Open Sans';
-
            // relative
+
font-size:14px;
-
            $('#column-left').removeClass("floatable");
+
margin:0 0 0 0;
-
        }
+
line-height:24px;
-
    }
+
}
-
);
+
 
-
</script>
+
</style>
<body>
<body>
Line 102: Line 125:
   <p style="margin:0 auto; color:#696969; width:960px; padding-top:20px; font-size:16px;"> Results&nbsp;&nbsp;&nbsp;>&nbsp;&nbsp;&nbsp;Experimental results</p>  
   <p style="margin:0 auto; color:#696969; width:960px; padding-top:20px; font-size:16px;"> Results&nbsp;&nbsp;&nbsp;>&nbsp;&nbsp;&nbsp;Experimental results</p>  
   </div>
   </div>
-
 
 
-
  <div id="innercontenthome">
+
  <div id="innercontenthome">
-
       <div class="centering" style="padding-top: 85px; padding-bottom:40px;">
+
       <div class="centering" style="padding-top: 20px; padding-bottom:40px;">
-
<div id="column-left">
+
<p class="texte">How did we validate the three modules and improve our new protocols? Click below to find out…</p>
-
<h3>Content page</h3>
+
-
<ul>
+
-
  <li><a href="#select1">Chemotaxis</a></li>
+
-
  <li><a href="#select2">Binding module</a></li>
+
-
  <li><a href="#select3">Fungicides module</a></li>
+
-
</ul>
+
-
</div>
+
-
<div class="column-right" style="width:75%; float:right;">
+
<p style="font-size:1.3em; margin: 0 0 30px 0;"><a href="#" onClick="ddaccordion.expandall('technology'); return false">Expand all</a> | <a href="#" onClick="ddaccordion.collapseall('technology'); return false">Collapse all</a></p>
-
<p class="title1" id="select1">Chemotaxis
+
 
 +
<div class="technology">Chemotaxis module</div>
 +
<div class="thelanguage">
 +
 
 +
 
 +
<p class="texte">We performed several assays to demonstrate the chemotaxis ability of our engineered <i>Bacillus subtilis</i> strain to move towards N-acetylglucosamine (NAG), the base unit of chitin. The ability of the <i>wild-type</i> strain to move towards glucose was the positive control.
</p>
</p>
-
<p class="texte">For this module, we performed several tests to prove the existence of chemotaxis in <i>Bacillus subtilis</i> wild type (WT) strain and SubtiTree bacterium towards N-Acetylglucosamine.
+
 
 +
<p class="title2">1. Petri dishes Test</p>
 +
<p class="texte">
 +
The first chemotaxis assay was done in Petri dishes filled with a growth medium containing 0,3% agar. This semi-solid medium was supposed to favor bacterial motility. A paper disk soaked with the attractive compound was placed in the middle of the dish, then cells were loaded into the medium (see Figure 1). This protocol was adapted from <a href="https://2011.igem.org/Team:Imperial_College_London/Protocols_Chemotaxis">the Imperial College 2011 iGEM team</a>.
</p>
</p>
-
 
-
<p class="texte">We wanted to see chemotaxis on petri dish. We hoped to obtain pictures with bacteria halos directed or around attractive components. Thus we tried different protocols on <i>Bacillus subtilis</i>.</br>
 
-
The first one was a protocol from the Imperial College <a href="https://2011.igem.org/Team:Imperial_College_London/Protocols_Chemotaxis">2011 iGEM team</a>. They put attractive compound on paper disk in the middle of a petri dish containing a medium with 0.3% agar. Cells are loaded in this medium (Fig 1).</p>
 
<center><img SRC="https://static.igem.org/mediawiki/2014/0/05/Schema_1.png" alt="schema Figure 1" style="width:500px"></center>
<center><img SRC="https://static.igem.org/mediawiki/2014/0/05/Schema_1.png" alt="schema Figure 1" style="width:500px"></center>
-
<p class="legend">Fig1 : schema showing how cells are filed in the medium. (A) pipetman are used to put cells in the gelose. (B)Bacteria should move to the attractive compound which diffuses.</p>
+
<p class="legend">Figure 1: Petri dishes chemotaxis assay. (A) A pipet was used to inject cells into the semi-solid medium. (B) Bacteria would move toward the attractive compound diffusing from a paper disk.
 +
</p>
-
<p class="texte">We did not have any result with positive test on <i>Bacillus subtilis</i> and with glucose as attractive compound (Fig 2-A). <i>B. sub</i> is attracted by many other glucides and amino-acids so we have diluted glucose in LB medium and used this solution as a target (Fig 2-B).</p>
+
<p class="texte">With this assay, we however failed to see any chemotaxis of the <i>wild-type</i> control toward glucose (Figure 2-A). As <i>B. subtilis</i> is attracted by many other glucides and amino-acids that can be found in rich medium such as in LB medium. Therefore, with the hope of improving the experimental conditions, we have challenged the cells with paper discs soaked in LB medium containing glucose (Figure 2-B).
 +
</p>
<center><img SRC="https://static.igem.org/mediawiki/2014/f/ff/Fig2_AetB.png" alt="Figure 2" style="width:750px"></center>
<center><img SRC="https://static.igem.org/mediawiki/2014/f/ff/Fig2_AetB.png" alt="Figure 2" style="width:750px"></center>
-
<p class="legend">Fig 2 Chemotaxis test with Glucose as attractive compound(A) and Glucose in add to LB medium as attractant (B).</p>
+
<p class="legend">Figure 2: Chemotaxis test with paper discs soaked in either a Glucose solution (A) or in Glucose containing LB medium (B) as attractive compound. Paper discs soaked with water were used as negative controls.
 +
</p>
-
<p class="texte"><We could not notice any difference between the petri dish with or without glucose on paper. With an addition of LB medium to sugar, a large halo around paper disk is observed. This halo may corresponds to cells attracted by solution, or it may be diffusion of the mix.</br>
+
<p class="texte">No difference was observed between the Petri dishes with or without glucose. With glucose containing LB medium, a large halo around the paper disk was observed. This halo might be due to cells attracted by the solution, as it was not observed when cells were not inoculated in the Petri dish (data not shown). However this result was barely  reproducible. Moreover with the addition of LB medium, it was hard to make the distinction between attractive effects and cell growth resulting from random diffusion. We have therefore given up this protocol and tested alternative protocols.
-
Anyway we did not have enough reproduccible and reliable results to be satisfied with this test. Furthermore if we are forced to add LB to sugar to observe something, it is hard to distinguish between attracting and chemotaxis effects.</br>
+
</p>
-
We have started new tries using different protocols</p>
+
-
<p class="title2">1. Plug in Pond system
+
<p class="title2">2. Plug in Pond system
</p>
</p>
<p class="texte">
<p class="texte">
-
This protocol on which we worked is taken from a thesis (ref thèse). B.subtilis are grown overnight and if necessary bacteria cells are concentrated by centrifgation. Goal is to obtain a cells density to 8x10⁸ cells/mL. 10mL of bacteria cells are mixed with 15mL of LB medium with 1.% agar maintained at 50°C. We obtain a medium with 0.% agar at final concentration. We add tetracyclin at 25µg/mL thus growth are stopped. Plate are cooled and dryed, then well are made with punch or 1mL tips. In well attractive compound are put (Fig3). After one hour at room temperature, we take a picture of plates and analysed results.
+
This protocol was adapted from a PhD work (see references [1]). <i>B. subtilis</i> was grown overnight to a density of 8.10<sup>8</sup> cells/mL. 10 mL of the culture was mixed with 15 mL of LB medium containing 1.5% agar kept at 45°C. The final agar concentration was 0.9%. Tetracycline (25 µg/ml) was added to inhibit growth in order to only observe the chemotaxis phenomenon. Plates were cooled down and dried, before digging wells with either a punch or 1mL tips. The wells were then filled with the attractive compound (Figure 3). After one hour at room temperature, pictures of the plates were taken and the results analyzed.
</p>
</p>
<center><img SRC="https://static.igem.org/mediawiki/2014/c/cd/Fig3.png" alt="Figure 3" style="width:400px"></center>
<center><img SRC="https://static.igem.org/mediawiki/2014/c/cd/Fig3.png" alt="Figure 3" style="width:400px"></center>
-
<p class="legend">Fig 3 : schema showing how are made plug-in-pond tests.</p>
+
<p class="legend">Figure 3: Plug-in-pond test design.</p>
<p class="texte">
<p class="texte">
-
On our first try with bacillus subtilis, we made three wells by plate (Fig4).In wells we put glucose at different concentration and in one of the plate we do not put tetracyclin.
+
On our first try with <i>B. subtilis</i>, we made three wells per plate (Figure 4). The wells were filled with glucose at different concentrations and tetracycline was not added in one of the plates.
</p>
</p>
-
<center><img SRC="https://static.igem.org/mediawiki/2014/c/ce/Fig4.png" alt="Figure 4" style="width:400px"></center>
+
<center><img SRC="https://static.igem.org/mediawiki/2014/f/fd/FigureFloriefig4.png" alt="Figure 4" style="width:400px"></center>
-
<p class="legend">Fig 4 : Plates after 12h at room temperature.</p>
+
<p class="legend">Figure 4: Plates after 12h at room temperature.</p>
<p class="texte">
<p class="texte">
-
We respect the protocol and after one hour we observe nothing, it's only after 12h than we can observe an halo around well with glucose at 1M in the plate where there are no tetracyclin. Tetracyclin concentration seems to be too large and inhibit our bacteria. Thereafter we have work with tetracyclin at 15µg/mL.
+
After one hour, no tangible results were obtained. After 12h we observed halos around the 1 M glucose containing wells in the plates without tetracycline but not in the plates with tetracycline. Again, because cells could use glucose for growth, we could not distinguish between growth and chemotaxis. Making the hypothesis that the concentration of tetracycline could have been too high and inhibited any bacterial activity, we thereafter lowered the tetracycline concentration to 15 µg/mL. We repeated this protocol with this new experimental condition. We made two wells per plate (Figure 5), one with either Glucose or n-acetyl-glucosamine and one with LB medium. As previously, no results were achieved after 1h, but after 12h we could notice halos.
-
We retry this protocol with less tetracyclin. We made two wells by plate (Fig5) one with attractive compound, Glucose or n-acetyl-glucosamide and one with LB medium. After 1h there are no halos, 12h after we observe something.
+
</p>
</p>
<center><img SRC="https://static.igem.org/mediawiki/2014/c/c3/Bsubtilis_result.png" alt="Figure 5" style="width:750px"></center>
<center><img SRC="https://static.igem.org/mediawiki/2014/c/c3/Bsubtilis_result.png" alt="Figure 5" style="width:750px"></center>
-
<p class="legend">Figure 5:Chemotaxis test with Bacillus subtilis WT. The upper well contain attractive compound and the lower contain medium without attractive compound. </p>
+
<p class="legend">Figure 5: Chemotaxis test with WT <i>Bacillus subtilis</i>. The upper well contains attractive compound and the lower well contains medium without any attractive compound.
 +
</p>
<p class="texte">
<p class="texte">
-
Results are not as clear as the first time, but we observe halo around well with glucose at 250mM with and without tetracyclin. We have made tries with N-acetyl-glucosamide and we see no halo, this show that our strain Bacillus subtilis 168 is not attracted by N-acetyl-glucosamide.</br>
+
Results were not as clear as in the previous assay (Figure 4), but halos around the wells with glucose at 250 mM with and without tetracycline were observed. With N-acetyl-glucosamine (NAG) as the attractive compound, halos were observed for a concentration of 25 mM with tetracycline and for a concentration of 250 mM without tetracycline, thus suggesting that our <i>B. subtilis</i> 168 strain is attracted toward NAG and uses it to grow.
-
Results are not enough clear and reliable with plug-in-pond. We do not understand why we have to wait 12 hours to see halos. So we tried other protocols.
+
</p>
</p>
Line 171: Line 192:
<p class="texte">
<p class="texte">
<b>References:</b></br>
<b>References:</b></br>
-
thesis : Etude de la réponse adaptative à l'oxyde de triméthylamine et de son mécanisme de détection chez Escherichia coli et Shewanella oneidensis, 2008, Claudine Baraquet, université de la méditerranée Aix-Marseille II
+
[1]: Claudine Baraquet. <b>Etude de la réponse adaptative à l'oxyde de triméthylamine et de son mécanisme de détection chez <i>Escherichia coli</i> et <i>Shewanella oneidensis</i></b>. 2008, Université de la Méditerranée Aix-Marseille II.
</p>
</p>
Line 177: Line 198:
-
<p class="title2">2. Capillary test between two tubes also called the tubes test</p>
+
<p class="title2">4. Capillary test between two tubes also called the tubes test</p>
-
<p class="texte">After the experiment of the plug in pond, we decided to construct a system by welding two Eppendorf tubes with a capillary thanks to an electric burner.</p>
+
<p class="texte">After the experiment of the plug-in-pond, we decided to construct a system by welding two Eppendorf tubes with a glass capillary and using an electric burner.</p>
<center><img src="https://static.igem.org/mediawiki/2014/f/fb/Chemotaxis_-_eppendorf.png"></center>
<center><img src="https://static.igem.org/mediawiki/2014/f/fb/Chemotaxis_-_eppendorf.png"></center>
-
<p class="legend">Figure 1: Photography of the first tubes system</p>
+
<p class="legend">Figure 6: Photography of the first tubes system</p>
-
<p class="texte">We tested this system with a fuchsin dye and water and we were able to observe the diffusion of fuchsin towards water. However this construction had a leakage next to the weld seam that we could not stop.  
+
<p class="texte">We tested this system with a fuchsin dye and water and we were able to observe the diffusion of fuchsin dye towards water. However this construction had a leakage next to the welding seam that we could not stop.  
-
Thus, the Toulouse iGEM Team asked the help from the glass blower, Patrick Chekroun. He designed two systems composed of two tubes linked by a capillary.</p>
+
Thus, the Toulouse 2014 iGEM team asked the help from the INSA glass blower, Patrick Chekroun. He designed two systems composed of two tubes linked by a capillary.</p>
<center><img src="https://static.igem.org/mediawiki/2014/2/2b/Chemotaxis_-_tubes.png"><center>
<center><img src="https://static.igem.org/mediawiki/2014/2/2b/Chemotaxis_-_tubes.png"><center>
-
<p class="legend">Figure 2: Scheme of the tubes system</p>
+
<p class="legend">Figure 7: Scheme of the tubes system</p>
-
<p class="texte">As we did previously, we tested this new system with fuchsin. This experiment was made with WT <i>Bacillus subtilis</i> and N-Acetylglucosamine.
+
<p class="texte">
 +
This new system was tested with the fuchsin dye and the assay was made with WT <i>B. subtilis</i> and N-Acetylglucosamine as the attractive compound.
<br><br>
<br><br>
-
<i>NB: We could not see the diffusion from one tube to the other. We made the hypothesis that it was not visible by sight because of by the small diameter of the capillary.  
+
<i>NB: We could not see any diffusion of the fushin dye from one tube to the other. We made the hypothesis that it was not visible by sight because of the small diameter of the capillary.  
</i><br>
</i><br>
<br>
<br>
The following strategy was used to avoid disturbance due to pressure and liquid movement through the capillary:<br>
The following strategy was used to avoid disturbance due to pressure and liquid movement through the capillary:<br>
-
- The first step was the addition of Wash Buffer until the capillary was full to avoid the presence of air bubbles which could lead to diffusion problems.<br>
+
- The first step was the addition of Wash Buffer until the capillary was full to prevent the presence of any air bubbles which could have impeded diffusion.<br>
-
- Then, the tube 2 was plugged with the thumb while another person was adding the bacteria solution of WT Bacillus subtilis in the tube 1. <br>
+
- Then, the tube 2 was plugged and maintained with the thumb while another iGEM mate was adding the bacterial suspention of WT <i>B. subtilis</i> into the tube 1.<br>
-
- The tube 1 was also plugged and only after the thumb could be removed of the tube 2. <br>
+
- The tube 1 was also plugged and only then the thumb could be removed from the tube 2. <br>
-
- In the same way, the N-Acetylglucosamine was added in the tube 2. <br>
+
- In the same way, the N-Acetylglucosamine was added in the tube 2.<br>
-
- The same process was made with a xylose positive control.<br>
+
- The same process was made with xylose as a positive control.<br>
<br>
<br>
-
<i>NB: According to the article Chemotaxis towards sugars by </i>Bacillus subtilis, (George W. Ordal et al., 1979), <i>glucose and xylose have the same attractant power. We prefer a positive control instead of a negative because we were not sure that this system was efficient.</i><br>
+
<i>NB: According to the paper "Chemotaxis towards sugars by </i>B. subtilis, (Ordal et al., 1979),<i> glucose and xylose have the same attractant power. We have privileged a positive control instead of a negative one as we were not sure that this system was efficient.</i><br>
<br>
<br>
-
- The system was kept straight for 2hours. Every 40 minutes, we took a sample of each tube and spread it on an agar plate (dilution 1/1,000).</p>
+
- The system was kept straight for 2 hours. Every 40 minutes, samples from each were removed and streaked on solid medium (dilution 1/1,000) in order to estimate the bacterial concentration.</p>
<center><img src="https://static.igem.org/mediawiki/2014/1/1b/Chemotaxis_-_tubes_photo.png"></center>
<center><img src="https://static.igem.org/mediawiki/2014/1/1b/Chemotaxis_-_tubes_photo.png"></center>
-
<p class="legend">Figure 3: Photography of the tubes system</p>
+
<p class="legend">Figure 8: Photography of the tubes system</p>
-
<p class="texte">Unfortunately, the dilution was too high to detect any chemotaxis movement and the time was too short. We did not find any information in the literature.<br>
+
<p class="texte">Unfortunately, the dilution was too high to detect any chemotaxis movement. As we did not find any information in the litterature and did not have enough time to optimize this protocol, we decided to test again and possibly ameliorate the first protocol from the Imperial college 2011 iGEM team : the tips capillary test.
-
As we did not have the time to optimize this protocol we preferred using the protocol of the Imperial college iGEM team 2011: the tips capillary test.<br>
+
</p>
</p>
-
<p class="title2">3. Tips capillary system</p>
+
<p class="title2"> 5. Tips capillary system</p>
<p class="title3">First tips capillary system</p>
<p class="title3">First tips capillary system</p>
-
<p class="texte">This protocol comes from Imperial College iGEM team 2011 and was adapted by our team in several steps (See <a href="https://2014.igem.org/Team:Toulouse/Notebook/Protocols">chemotaxis protocol</a>).<br>
+
<p class="texte">This protocol was adapted from The Imperial College 2011 iGEM team (See <a href="https://2014.igem.org/Team:Toulouse/Notebook/Protocols#select8">chemotaxis protocol</a>).
<br>
<br>
-
First of all, parafilm was used to close the tips:<br>
+
In the first tips capillary system, we used parafilm to avoid any kind of air disturbance in the tips. The different steps are described below:<br>
-
- 15µL of each chemo-attractant was then pipetted. <br>
+
- 15 µL of each chemo-attractant was pipetted.<br>
-
- The tips with the pipette were then put on a piece of parafilm and the pipette was removed from the tip.<br>
+
- The bottom of tip with the pipette was then put on a piece of parafilm and the pipette was removed from the top of the tips.<br>
-
- The tip was sealed with a piece of parafilm. By this way, the sterility can be assured and the liquid stays inside the tip. <br>
+
- The tip was then sealed with a piece of parafilm in order to keep the liquid sterile and inside the tip.<br>
- To finish, the level of the solution in the tip was marked.<br></p>
- To finish, the level of the solution in the tip was marked.<br></p>
<center><img src="https://static.igem.org/mediawiki/2014/9/94/Chemotaxis_-_tip.png"></center>
<center><img src="https://static.igem.org/mediawiki/2014/9/94/Chemotaxis_-_tip.png"></center>
-
<p class="legend">Figure 4: Sealing of a tip with parafilm</p>
+
<p class="legend">Figure 9: Sealing of a tip with parafilm</p>
-
<p class="texte">- After all the chemo-attractants were added in the tips, we put them on a green base to carry them. The whole process can be seen on Figure 5.<br>
+
<p class="texte">- When all the chemo-attractants were added, the tips were fixed on a green support. The whole process can be seen on Figure 10.<br>
-
- Each tip was put in 300 µL of a bacteria solution in the wells of an Elisa plate.<br></p>
+
- Each tip was then immersed into 300 µL of a bacterial suspension in the wells of an Elisa plate.<br></p>
<center><img src="https://static.igem.org/mediawiki/2014/0/05/Chemotaxis_-_tip_and_support.png"></center>
<center><img src="https://static.igem.org/mediawiki/2014/0/05/Chemotaxis_-_tip_and_support.png"></center>
-
<p class="legend">Figure 5: First tips capillary system</p>
+
<p class="legend">Figure 10: First tips capillary system</p>
-
<p class="texte"><i>NB: the yellow carton was used to stabilize the system and keep it straight.</i><br>
+
<p class="texte"><i>NB: the yellow carton was used to stabilize the system and kept it straight.</i><br>
<br>
<br>
-
- After one hour, the tips were removed from the bacteria solutions and the content of the tips was observed with Thoma cell under the microscope.<br>
+
- After one hour, the tips were removed from the bacteria suspensions and the bacteria content within the tips was monitored with a Thoma cell under the microscope.<br>
<br>
<br>
-
We had several problems with this system:<br>
+
We experienced several problems with this system:<br>
-
- The liquid level decreased during the experiment and we did not have enough liquid to fill the Thoma cell. Thus, it was not possible to count.<br>
+
- The liquid level decreasing so badly during the course of the experiment that we did not have enough liquid to fill the Thoma cell for counting.<br>
-
- The bacteria were moving and therefore, we could not proceed to a bacteria count.<br>
+
- The bacteria were moving, therefore preventing us from accurately counting them (but that's the point of swimming, no??? ;-)). Taking into account this problem, we decided to estimate the bacterial concentration by streaking the tips content on agar plate instead of using Thoma cell and microscopy.
-
<br>
+
 
-
Regarding these observations we decided to spread the tips content on agar plate instead of using Thoma cell and microscopy.<br>
+
<p class="title3">Second tips capillary system
<p class="title3">Second tips capillary system
</p>
</p>
-
<p class="texte"And then the revolution came! We found a multichannel pipette. The same protocol was performed except that the parafilm was used to avoid the air entrance between the tips and the pipette and therefore the loss of liquid.<br></p>
+
<p class="texte">And then the revolution came! We found a multichannel pipette :D The same protocol was performed except that the parafilm was used to avoid the air entrance between the tips and the pipette and therefore the loss of liquid.<br></p>
<center><img src="https://static.igem.org/mediawiki/2014/e/e4/Chemotaxis_-_pipette.png"></center>
<center><img src="https://static.igem.org/mediawiki/2014/e/e4/Chemotaxis_-_pipette.png"></center>
-
<p class="legend">Figure 6: Second tips capillary system</p>
+
<p class="legend">Figure 11: Second tips capillary system</p>
<p class="title3">Improvement of the second tips capillary system</p>
<p class="title3">Improvement of the second tips capillary system</p>
-
<p class="texte">However this system was not optimal it is why we decided to use blu tack instead of parafilm: <br></p>
+
<p class="texte">However this system was not optimal it is why we decided to use blu-tack instead of parafilm: <br></p>
<center><img src="https://static.igem.org/mediawiki/2014/4/42/Chemotaxis_-_pipette_and_blu_tack.png"></center>
<center><img src="https://static.igem.org/mediawiki/2014/4/42/Chemotaxis_-_pipette_and_blu_tack.png"></center>
-
<p class="legend">Figure 7: Improvement of the second tips capillary system</p>
+
<p class="legend">Figure 12: Improvement of the second tips capillary system</p>
<p class="texte"><b>At that point, the protocol was approved and the final test could finally start! :-)</b><br>
<p class="texte"><b>At that point, the protocol was approved and the final test could finally start! :-)</b><br>
<br>
<br>
-
There was just one tiny problem… we did not have our optimized bacterium with the chemotaxis gene… That is why we concentrated our efforts on WT <i>Bacillus subtilis</i> strain.<br>
+
There was just one tiny problem… we did not have our optimized bacterium transformed with the chemotaxis module!!! That is why we concentrated our efforts on WT <i>B. subtilis</i> strain.<br>
-
<br>
+
-
The main goal was to find an optimized control and to analyze the eventual chemotaxis of the WT strain. To avoid osmolality bias, we wanted to find a molecule which was non-attractant and with a similar molecular weight than the N-Acetylglucosamine (221.21 g/mol). Our first idea was to use fuchsin (Molecular weight: 337.85 g/mol).<br>
+
<br>
<br>
-
The experiment was conducted with fuchsin as a negative control and was tested with different positive controls: glucose (25mM) and xylose (25mM).<br>
+
The main goal was to find an optimized control and to analyze the eventual chemotaxis of the WT strain. To avoid osmolality bias, we wanted to find a molecule which was non-attractant and with a similar molecular weight than that of the N-Acetylglucosamine (221.21 g/mol). Our first idea was to use fuchsin (Molecular weight: 337.85 g/mol).<br>
<br>
<br>
-
We obtained the following result with NAG at different concentrations: 25mM, 250mM and 500mM. The tested strain was <i>Bacillus subtilis </i>168:<br>
+
At the beginning, the experiment was conducted with only one negative control, the fuchsin and different NAG concentrations: 25 mM, 250 mM and 500 mM. The tested strain was <i>B. subtilis</i> 168:<br>
<br></p>
<br></p>
<center>
<center>
Line 269: Line 287:
<tr><td align=center><img src="https://static.igem.org/mediawiki/2014/8/8c/Chemotaxis_-_results_fuch.png"></td>
<tr><td align=center><img src="https://static.igem.org/mediawiki/2014/8/8c/Chemotaxis_-_results_fuch.png"></td>
<td align=center><img src="https://static.igem.org/mediawiki/2014/f/fd/Chemotaxis_-_results_fuchsin.png"></td></tr>
<td align=center><img src="https://static.igem.org/mediawiki/2014/f/fd/Chemotaxis_-_results_fuchsin.png"></td></tr>
-
<tr><td align=center><p class="legend">Figure 8: Fuchsin - negative control (dilution 1/50)</p></td>
+
<tr><td align=center><p class="legend">Figure 13: Fuchsin - negative control (dilution 1/50)</p></td>
-
<td align=center><p class="legend">Figure 9: NAG (25mM) (dilution 1/50)</p></td></tr>
+
<td align=center><p class="legend">Figure 14: NAG (25mM) (dilution 1/50)</p></td></tr>
</table></center><br>
</table></center><br>
-
<p class="texte">The average number of colonies with the negative control is 121. On the contrary, a cell layer is observed for the NAG plates with every concentration.<br>
+
<p class="texte">The average number of colonies with the negative control is 121. In contrast, a cell layer was observed for the NAG plates with every concentration, indicating that a large number of cells have been inoculated in the plates.<br>
<br>
<br>
-
Thus, we assumed that WT <i>Bacillus subtilis</i> was more attracted by NAG than fuchsin. Indeed we can neglect the bacterial growth because the test only lasts one hour. We also neglect diffusion and osmolality phenomena for the previous reasons. <br>
+
Thus, we assumed that WT <i>B. subtilis</i> was more attracted by NAG than by fuchsin. In addition we could neglect the bacterial growth because the test only lasted one hour. We also neglected diffusion and osmolality phenomena for the reasons explained above. <br>
<br>
<br>
-
Unfortunately for us we forgot one major effect… Can you believe that fuchsin solution contains about 15% of ethanol?!!! This concentration can lead to the death of some cells which probably happened to our results.<br>
+
Unfortunately for us we forgot one major effect… Can you believe that fuchsin solution contains about 15% of ethanol?!!! This concentration can lead to the death of some cells and thus make the fuschin dye an appropriate negative control.<br>
<br>
<br>
-
<b><p class="texte">This incredible discovery destroyed all of our hopes about the God of chemotaxis! :-(</b><br>
+
<b><p class="texte">This incredible and dramatic discovery destroyed all of our hopes about the God of chemotaxis! :-(</b><br>
<br>
<br>
-
However, our team did not give up on synthetic biology and on our strength! Indeed, after days of disappointment and no time left for lab work, we raised from ashes and tried to find another negative control.<br>
+
However, our team did not give up on synthetic biology! :-) Indeed, after days of disappointment and no time left for lab work, we raised from ashes and tried to find another negative control.<br>
<br>
<br>
-
We finally used galactose (25mM) as a negative control. The article Chemotaxis towards sugars by <i>Bacillus subtilis</i> (<i>George W. Ordal et al., 1979</i>) proved that it was a poor attractant.<br>
+
Hopefully, we managed to find a negative control: galactose (25 mM). The article "Chemotaxis towards sugars by <i>B. subtilis</i>" (<i>Ordal et al., 1979</i>) proved that it was a poor attractant.<br>
<br>
<br>
-
We made our tests again with this new molecule and glucose (25mM) as positive control.<br></p>
+
We made our tests again with this new molecule and glucose (25 mM) as positive control.<br></p>
<center><img src="https://static.igem.org/mediawiki/2014/8/86/Chemotaxis_-_final_results.png"></center>
<center><img src="https://static.igem.org/mediawiki/2014/8/86/Chemotaxis_-_final_results.png"></center>
-
<p class="legend">Figure 10 : Final results (dilution : 1/10,000)</p>
+
<p class="legend">Figure 15: Final results (dilution : 1/10,000)</p>
-
 
+
<p class="texte"> The miracle arrived! We managed to prove that our WT <i>B. subtilis</i> was indeed naturally attracted to NAG.</p>
<p class="texte"><i>NB: It was our last experiment. Unfortunately we were running out of time and we could not do much more test. We would like to do the experiment with a lower dilution and repeat it several times.</i><br>
<p class="texte"><i>NB: It was our last experiment. Unfortunately we were running out of time and we could not do much more test. We would like to do the experiment with a lower dilution and repeat it several times.</i><br>
<br>
<br>
-
<b><p class="texte">Our results are not statistically significant however this result has been proved in literature.</p></b><br></p>
+
<b><p class="texte">Our results are not statistically significant however this result has been described in the litterature.</p></b><br></p>
</br>
</br>
-
<p class="title1" id="select2">Binding module</p>  
+
<p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 0); return false">Collapse</a></p>
-
<p class="title2">1. Preliminary experiments</p>
+
</div>
-
<p class="title3">Purpose</p>
+
 
-
<p class="texte">The first experiment deals with the culture conditions to see if <i>Bacillus subtilis</i> can resist to a low temperature and with the CBB buffer. To do that, several bacterial concentrations have been tested starting with an OD of 0.1 and diluting this solution to get estimated ODs of 0.05, 0.025, 0.01. These different <i>Bacillus subtilis</i> solutions were incubated 1 hour at 4°C with 500µL of CBB or water. Finally a cell count on Thoma cell counting chamber was performed.</p>
+
<div class="technology">Binding module</div>
 +
<div class="thelanguage">
-
<p class="title3">Results</p>
 
-
<p class="texte">The bacterial solutions could not be counted because of two main problems: the too high number of bacteria with the 0.1 OD or the too low number of bacteria with the 0.01 OD. Thus, the study is mostly focused on the intermediate values (Figure 1).
 
-
<br/>First of all, a same cell concentration can be noticed with the presence of CBB or water with estimated ODs of 0.05 or 0.025. Moreover, twice less cells can be found in the lowest concentrations in bacteria comparing to the 0.05 OD concentration which is in agreement with the dilution ratio.
 
-
<br/>Thus, the experimental conditions regarding the presence of CBB and the incubation temperature at 4°C do not harm the cell surviving.
 
-
</p>
 
 +
<p class="title2">1. Preliminary experiments</p>
 +
<p class="texte">For the first experiment we wanted to check if the buffer of the binding assay was compatible with <i>B. subtilis</i> survival. To do that, we tested four bacterial concentrations (from OD 0.1 to OD 0.01). These <i>B. subtilis</i> suspensions were incubated 1 hour at 4°C with 500 µL of either Chitin Binding Buffer (CBB) or water. 100 µL of cell suspension were plated on LB medium in order to count surviving cells.</br>
 +
Cells do not seem affected by the presence of CBB or water with estimated ODs of 0.05 or 0.025.
 +
</br>We observed similar survival rates between cells treated with CBB or water (these data are not shown on figure 16).
 +
Thus, the experimental conditions of the chitin binding assay are compatible with the bacterial life.</p>
 +
</br>
 +
<center><img src="https://static.igem.org/mediawiki/parts/e/e0/Data_not.jpg" width="40%"></center>
</br>
</br>
-
<center><img src="https://static.igem.org/mediawiki/2014/c/ce/Graphe_binding_1.png" width="45%"></center>
 
-
</br>
+
<p class="legend">Figure 16: We don't want to bother you with useless data</p>
-
<p class="texte">Figure 1: CBB presence has no effect on bacteria. The bacterial concentration was measured regarding  <span style="color:#0000FF">the presence</span> or <span style="color:#FF0000">the absence </span>of CBB for the observed OD (0.1) or estimated ODs (0.05, 0.025, 0.01).
+
-
</p>
+
<p class="title2">2. Binding test using engineered <i>B. subtilis</i></p>
<p class="title2">2. Binding test using engineered <i>B. subtilis</i></p>
<p class="title3">Purpose</p>
<p class="title3">Purpose</p>
-
<p class="texte">Transformed <i>Bacillus subtilis</i> with the binding module is able to produce a protein composed of the bacterial peptidoglycan bonding of LycT and the GbpA 4th domain of <i>Vibrio cholerae</i> allowing the chitin bonding. The synthetic bacterium is put with special beads composed of the polymer miming the fungal pathogen wall. After several washes, bacteria specifically attached to the chitin are put on plates and counted.</p>
+
<p class="texte"><i>B. subtilis</i> transformed with the binding module should produce a chimeric protein allowing the bacterium to bind chitin. It is composed of the Cell Wall Binding Domain of a <i>B. subtilis</i> protein LycT, and of the GbpA domain 4 of <i>Vibrio cholerae</i> able to bind chitin. The capacity to bind chitin was assessed by bringing together either the WT strain or the engineered bacterium with chitin beads. After several washes, bacteria still bound to the beads were counted.</p>
<p class="title3">Results</p>
<p class="title3">Results</p>
-
<p class="texte">The first observation is that both bacterial solutions of wild type <i>Bacillus subtilis</i> and SubtiTree have the same concentration : 105 bacteria/mL (Figure 2). Even though there is no significant difference between both strains after the first wash, the second wash has a major effect since it allows 40 times more Wild Type bacteria to come off the beads. This result correlates with the number of bacteria binded to the beads for the synthetic strain with the binding module.
+
<p class="texte">We measured the quantity of bacteria before the binding assay (Direct), in the eluted fraction of the first (Wash A) and the second (Wash B) washing steps, and associated with the beads.</br>  
-
<br/>Thus, the binding system seems to function correctly and leads to the bacterial attachment on the chitin.</p>
+
 
 +
Both bacterial solutions of WT and engineered bacterium used for the binding assay had the initial same concentration before the assay (Direct on Figure 17).
 +
There is also no significant difference between both strains after the first wash (Wash A on Figure 17). However, the concentration of cells quantified in the eluted fraction after the second wash was significantly higher for the wild-type strain. This suggests that the engineered strain is more retained on chitin beads. This was confirmed by a 40 times higher number of cells associated with the chitin beads for the engineered over the wild-type strain (Beads on Figure 17).  
 +
<br/>Thus, we successfully engineered <i>B. subtilis</i> to promote its binding onto chitin.</p>
</br>
</br>
Line 326: Line 347:
</br>
</br>
-
<p class="texte">Figure 2:   Attachment of <i>Bacillus subtilis</i> with binding module to chitin. <span style="color:#0000FF">The WT bacteria</span> or <span style="color:#FF0000">the bacteria with the binding system</span> concentration has been determined during the different steps of the binding test. The stars represent a significant difference observed with a Student test with p<0.05.</p>
+
<p class="legend">Figure 17: Attachment of WT <i>Bacillus subtilis</i> and engineered bacterium to chitin. The <span style="color:#0000FF">WT bacteria</span> or <span style="color:#FF0000">the bacteria with the binding system</span> concentrations have been determined during the different steps of the binding test. The stars represent a significant difference observed with a Student test with p<0.05.
 +
</p>
<p class="title2">3. Microscopic observations</p>
<p class="title2">3. Microscopic observations</p>
<p class="title3">Purpose</p>
<p class="title3">Purpose</p>
-
<p class="texte">We want to observe the SubtiTree's binding on beads coated with chitin. In order to perform a 3D reconstruction showing this interaction, we use confocal laser scanning microscope. Through the use of a fluorochrome (Syto9), we can highlight the presence of bacteria on the surface of the beads (individualized by phase-contrast). A first calibration step determine the minimum threshold to remove the background noise and the natural fluorescence.</p>
+
<p class="texte">We wanted to observe SubtiTree bound on the chitin coated beads. In order to perform a 3D reconstruction showing this interaction, we used confocal laser scanning microscope. Through the use of a green fluorochrome (Syto9), we highlighted the presence of bacteria on the surface of the beads (individualized by phase-contrast). A first calibration step determined the minimum threshold to remove the background noise and the natural fluorescence.</p>
<p class="title3">Results</p>
<p class="title3">Results</p>
-
<p class="texte">First, we note the great bacterial presence on the surface of beads coated with chitin. These images seem to highlight their interactions.</br></p>
+
<p class="texte">We can notice the engineered bacterium is well attached to the surface of beads coated with chitin.</p>
 +
</br>
<center><img src="https://static.igem.org/mediawiki/2014/archive/5/53/20141013073044!Photo_billes_microscopie.png" width="45%"></center>
<center><img src="https://static.igem.org/mediawiki/2014/archive/5/53/20141013073044!Photo_billes_microscopie.png" width="45%"></center>
</br>
</br>
-
<p class="texte">Figure ***: </p>
+
<p class="legend">Figure 18: Microscopic view of engineered strain associated with beads surfaces coated with chitin</p>
-
<p class="texte">Using ImageJ software, we are able to create 3D pictures and movies of those comments. </br></p>
+
<p class="texte">Using ImageJ software, we created 3D pictures and movies of those images.</br></p>
-
<center><img src="https://static.igem.org/mediawiki/2014/5/53/Photo_billes_microscopie.png" width="45%"><iframe width="420" height="315" src="//www.youtube.com/embed/G3xpYnkUr3o" frameborder="0" allowfullscreen></iframe></center>
+
<center><img src="https://static.igem.org/mediawiki/2014/5/53/Photo_billes_microscopie.png" width="45%" style="float:left;"><video width="45%" poster="https://static.igem.org/mediawiki/2014/4/4c/Video_poster.png" controls>
 +
<source src="https://static.igem.org/mediawiki/2014/6/61/Beads_3D_movie.ogg" type='video/ogg; codecs="theora, vorbis"'/>
 +
</video></center>
</br>
</br>
-
<p class="texte">Figure ***: </p>
+
<p class="legend">Figure 19: A short movie of 3D bead surfaces coated with chitin and the engineered strain (emotional sequence for Subtitree: first movie apparition, before Cannes festival…)</p>
-
<p class="texte">Finally we want to observe the bacteria after the second wash. When our bacterium has the binding module, results suggest a lower number of bacteria in the washing solution. SubtiTree is retained by the beads.</p>
+
<p class="texte">We then performed a wash step on the chitin beads. We measured the release of bacteria on the washing solution. When our bacterium has the binding module (Right on Figure 20), there is less release than without the module (Right on Figure 20). Therefore, the engineered bacterium is retained by the beads.</p>
<center><img src="https://static.igem.org/mediawiki/2014/9/97/Photo_lavage_microscopie.png" width="45%"></center>
<center><img src="https://static.igem.org/mediawiki/2014/9/97/Photo_lavage_microscopie.png" width="45%"></center>
-
<p class="texte">Figure ***:  
+
<p class="legend">Figure 20: Microscopic view of elution fraction of WT <i>Bacillus subtilis</i> (Left) and engineered bacterium (Right).
</p>
</p>
-
<p class="texte">Finally, overall results are consistent with the presence of functional binding system.</p>
+
<p class="texte">To conclude, all the results are consistent with the successfull integration of a functional chitin binding system in <i>B. subtilis</i>. We thus validated the second module.</p>
 +
 
 +
<p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 1); return false">Collapse</a></p>
 +
</div>
 +
 
 +
<div class="technology">Fungicides module</div>
 +
<div class="thelanguage">
-
<p class="title1" id="select3">Fungicides module</p>
 
<p class="title2"> 1. Preliminary experiments</p>
<p class="title2"> 1. Preliminary experiments</p>
<p class="title3">Tests with commercial peptides and controls</p>
<p class="title3">Tests with commercial peptides and controls</p>
-
<p class="texte">The first tests were accomplished with commercial GAFP-1 and D4E1 peptides at different concentrations (12.5µM, 25µM, 100µM). These tests were performed on different fungal strains sharing the same phylum with <i>Ceratocystis Platani</i>.
+
<p class="texte">The first tests were accomplished with commercial GAFP-1 and D4E1 peptides at different concentrations (12.5 µM, 25 µM, 100 µM). As <i>Ceratocystis Platani</i> is pathogenic, we could not perform tests directly with this fungus. These tests were therefore performed with different non-pathogenic fungal strains from the same phylum as <i>Ceratocystis Platani</i>.
-
As <i>Ceratocystis Platani</i> is pathogenic, we could not perform tests directly with this fungus.</br>
+
</br>
-
After several days at 30°C, the PDA (Potato Dextrose Agar) plates couvered with fungus and commercial peptides were analyzed.</p></p>
+
After 1 to 6 days at 30°C depending on the fungal strain, the PDA (Potato Dextrose Agar) plates covered with fungus and containing a paper disk soaked with a commercial peptides solution were analyzed.</p>
-
<p class="texte">An inhibition halo was noticeable with commercial D4E1 peptide at 100µM on <i>Aspergillus brasiliensis</i>. Less bright halos were also present with lower concentrations. Concerning commercial GAFP-1, we did not notice any effect in the tested conditions.As positive control, a well-known chemical fungicide was used: the Copper Sulfate. The inhibition of the fungal growth was complete at 20mg/ml, and at 10mg/ml a darker halo appeared around the pad filled with Copper Sulfate as we can see on the figure below. This corresponds to a sporing halo in response to the stress generated by the fungicide.
+
<p class="texte">An inhibition halo was noticeable with commercial D4E1 peptide at 100 µM on <i>Aspergillus brasiliensis</i> (Figure 21). Less bright halos were also present with lower concentrations. Concerning commercial GAFP-1, we did not notice any effect in the tested conditions. Copper sulfate, a well-known chemical fungicide was used as a positive control. Inhibition of the fungal growth was complete with 20 mg/ml copper sulfate, and at 10 mg/ml a darker halo appeared around the pad as can be seen on Figure 21. This corresponds to a sporulating halo in response to the stress generated by the fungicide.
</p>
</p>
-
</br>
 
-
<img style="width:450px; " src="https://static.igem.org/mediawiki/parts/a/a8/Prelim_tests_fung.jpg">
+
<center><img style="width:450px; " src="https://static.igem.org/mediawiki/parts/a/a8/Prelim_tests_fung.jpg">
-
<img style="width:450px; " src="https://static.igem.org/mediawiki/parts/f/f8/Controls_fung.jpg">
+
<img style="width:450px; " src="https://static.igem.org/mediawiki/parts/f/f8/Controls_fung.jpg"></center>
 +
<p class="legend"> Figure 21: Results of the preliminary tests of antifungal compounds</p>
</br>
</br>
-
<p class="texte">Given these results, we concluded that very high fungicide concentrations are required to inhibit the fungal growth. Following these tests, new conditions were adopted in order not to encourage too much fungal growth over bacterial growth. The culture medium was adjusted to fit our objective and to approximate the conditions found in the trees: a 'sap-like' medium was elaborated. The incubations were then carried at room temperature.
+
<p class="texte">Regarding these results, we concluded that very high fungicide concentrations are required to inhibit the fungal growth in the tested conditions. Following these tests, new conditions were adopted in order to avoid too much fungal growth over bacterial growth. The culture medium was adjusted to fit our objective and to approximate the conditions found in the trees, and a 'sap-like' medium was elaborated (See <a href="https://2014.igem.org/Team:Toulouse/Notebook/Protocols">protocols</a> for more informations). Incubations were performed at room temperature. These new conditions were used as standard for the the next experiment.<br>
 +
Camille also concluded that turning the water of the Canal du Midi to deep blue using high copper sulfate concentrations is not such a good idea... Thereby strengthening our faith in SubtiTree :-) !
</p>
</p>
-
<p class="title2">2. Test with SubtiTree<p/>
+
<p class="title2">2. Test with antifungal bacteria</p>
-
<p class="texte">In order to test <i>Bacillus subtilis</i> mutants, it was essential to find the right balance between the fungal growth and the bacterial one. This condition was necessary to get a high concentration of peptides. In our genetic constructions, these peptides are designed to be exported in the extracellular medium.</br>
+
<p class="texte">In order to test our <i>B. subtilis</i> engineered strains, it was essential to find the right balance between the fungal growth and the bacterial one which was achieved with the previous modifications. Furthermore, in our genetic constructions, the antifungal peptides were designed to be exported in the extracellular medium.</br>
</br>
</br>
-
The transformed <i>Bacillus subtilis</i> strains grew at 37°C during 72h and were tested. After centrifugation, the supernatant and the resuspended pellet were placed on pads and disposed on plates previously seeded with a defined number of conidia (see protocols to have more details). After several days at room temperature, an inhibition halo of <i>Trichoderma reesei</i>'s growth was clearly observable for the strain expressing D4E1 gene. The inhibition was even more noticeable with the strain carrying the operon GAFP-1 + D4E1 (see the photos below).</br>
+
The transformed <i>B. subtilis</i> strains were grown at 37°C during 72h before testings. Inhibitory effect of supernatant and cell pellets were tested separately. After centrifugation, the supernatant and the resuspended pellet were placed on pads and disposed on plates previously seeded with a defined number of conidia (see protocols to have more details). After several days at room temperature, an inhibition halo of <i>Trichoderma reesei</i> growth was clearly observable for the strain expressing the D4E1 peptide. The inhibition was even more noticeable with the strain carrying the GAFP-1 + D4E1 operon (Figure 22).</br>
-
However, no effect was detected for the strain expressing the GAFP-1 gene, supposing a synergistic effect between these two peptides.</br>
+
However, no effect was detected for the strain expressing the GAFP-1 gene, we thus suppose a putative synergistic effect between these two peptides.</br>
-
Regarding EcAMP and the triple-fungicides operon, no effect has been detected on the fungal growth. Several factors can explain these results: a number of post-transcriptional modifications are required to have a functional EcAMP and in addition to that, sequencing results of these constructs showed some differences with the original designed sequence.
+
Regarding EcAMP-1, no effect has been detected on the fungal growth. Several factors can explain these results: a number of post-transcriptional modifications are required to have a functional EcAMP-1 and in addition, the sequencing results for these constructs showed several discrepancies with the original designed sequence.
-
<p class="texte">Inhibition halos are not visible with supernatants, probably because of their low concentrations in the extracellular medium.  
+
<p class="texte">Inhibition halos are not visible with supernatants, probably because of either low concentrations or of instability in the extracellular medium.  
-
Another effect was noted with the same strains expressing D4E1 and GAFP-1 + D4E1 on another fungus <i>Aspergillus brasiliansis</i>. This effect is comparable to the one previously noted with low concentration of sulfate copper. </br>
+
Another effect was noted with the same strains expressing D4E1 and GAFP-1 + D4E1 on another fungus, <i>Aspergillus brasiliensis</i> (figure 22). This effect is comparable to the one previously noted with a low concentration of copper sulfate  (figure 21).</br>
</p>
</p>
</br>
</br>
-
<img style="width:400px; " src="https://static.igem.org/mediawiki/parts/c/c2/Resultfong.jpg"> Figure X
+
<img style="width:400px; " src="https://static.igem.org/mediawiki/parts/c/c2/Resultfong.jpg">
-
<img style="width:400px; " src="https://static.igem.org/mediawiki/parts/9/92/Results_fong_2.jpg"> Figure X
+
<img style="width:400px; " src="https://static.igem.org/mediawiki/parts/9/92/Results_fong_2.jpg"> <p class="legend">Figure 22: Results with transformed bacteria.</p>
-
</br>
+
<p class="texte">
<p class="texte">
-
The choice of our chassis appears to be optimal as we noted that wild type <i>Bacillus subtilis</i> disturbs the hyphae growth of the fungi. Some strains of <i>Bacillus subtilis</i> (qst 713) are already used as Biofungicides for use on several minor crops to treat a variety of plant diseases and fungal pathogens.</br>
+
After this set of experiments, the strains expressing D4E1 or GAFP-1 + D4E1 have been shown to be the best candidates to play a major role in the fight against fungal diseases such as Canker stain. Keeping in mind our objective, <b>we decided to tests these strains in model plants</b>: <i>Nicotiana benthamiana</i> and <i>Arabidopsis thaliana</i>.</br>
-
After this set of experiments, the strains expressing D4E1 and expressing GAFP-1 + D4E1 have shown to be the best candidates to play a major role in the fight against fungal diseases such as Canker stain. Keeping in mind our objective, <b> we decided to tests these strains in model plants </b> : <i>Nicotiana benthamiana</i> and <i>Arabidopsis thaliana</i>.</br> These tests were performed in the National Institute for the Agronomic Research by experts in this domain.  
+
These tests were performed in association with Sylvain Raffaële and Marielle Barascud in the National Institute for the Agronomic Research.</p>
-
<p class="title2">3. <i> In planta </i> tests with SubtiTree<p/>
+
<p class="title2">3. <i>In planta</i> tests with SubtiTree</p>
-
<div style="float:left; width:215px;">
 
-
<img style="width:215px;" img src="https://static.igem.org/mediawiki/parts/a/af/In_planta.jpg" style="margin-top:5px" />
 
-
</div> 
 
-
<div style="float: right; width:700px; margin-left:44px;">
 
-
<p class="texte">
 
-
The goal of the project is to introduce the trasnformed bacteria in a diseased tree. So it is necessary to perform <i> in planta </i> tests to judge the fungus-killing abilities of the two strains selected after the previous set of experiments. </br>
 
-
SubtiTree is first inoculated in two model plants (<i>Arabidopsis thaliana</i> and <i>Nicotiana benthamiana</i>). After this step, a phytopathogenic fungus (<i>Sclerotinia sclerotiorum</i>) is placed on the leaves.  </br>
 
-
These tests were made in association with Sylvain Raffaële and Marielle Barascud of the National Institute for the Agronomic Research laboratory. </br>
 
-
</p> </div>
 
 +
<center><img style="width:215px;" img src="https://static.igem.org/mediawiki/parts/a/af/In_planta.jpg" style="margin-top:5px"/></center>
 +
<p class="legend"> Figure 23: Injection of antifungal <i>Bacillus subtilis</i> in a model plant</p>
 +
<p class="texte">
 +
The goal of the project is to introduce the transformed bacteria in a diseased tree. So it is necessary to perform preliminary<i> in planta </i> tests to judge the fungus-killing abilities of the two strains selected after the previous sets of experiments. </br>
 +
The strain expressing fungicides was first inoculated in two model plants (<i>Arabidopsis thaliana</i> and <i>Nicotiana benthamiana</i>). After this step, a phytopathogenic fungus (<i>Sclerotinia sclerotiorum</i>) was placed on the leaves. </br>
 +
</p>
-
<p class="texte">Twenty-four hours after SubtiTree inoculation, no phenotypic modification of the leaves can be detected. We can conclude that our bacterium, its introduction and the fungicides production in plants don't have deleterious effects.</br>
+
<p class="texte">Twenty-four hours after SubtiTree inoculation, no phenotypic modification of the leaves could be detected. We can conclude that our bacterium, its introduction and the fungicides production in plants do not have deleterious effects.</br>
-
Without proper treatment, the drop of the pyhtopathogenic fungus on <i>Nicotiana benthamiana</i>'s leaves causes a necrosis halo which can be measured after 40h. The lesion size and the number of inoculated sites seem reduced by <i>B. subtilis</i> expressing DE41 or GAFP1-D4E1, unlike with the WT bacterium. A second set of experiments is expected to be more statistically precise.</br>
+
Without proper treatment, the drop of the phytopathogenic fungus on <i>Nicotiana benthamiana</i> leaves caused a necrosis halo which could be measured after 40 h. The number of necrotic sites and the lesion sizes appeared reduced by <i>B. subtilis</i> expressing DE41 or GAFP1-D4E1, unlike the WT bacterium. Two independant replicate of this experiments were performed successfully</br><br></br>
We did not observe any significant results for <i>Arabidopsis thaliana</i> because of the use of two plants batches with different ages.</br>
We did not observe any significant results for <i>Arabidopsis thaliana</i> because of the use of two plants batches with different ages.</br>
-
We can therefore conclude that when SubtiTree is in plant physiological conditions, <b> it is harmless to the plant, and that the production of fungicides is effective, reducing the leaves' necrosis </b>.
+
We can therefore conclude that when SubtiTree is in plant's physiological conditions, <b> it is harmless to the plant, and that the production of fungicides is effective, reducing the leaves necrosis. </b>
</p>
</p>
-
<img style="width:860px;" img src="https://static.igem.org/mediawiki/parts/f/f1/Results_d4%2B_gafp1.jpg"  
+
<center><img style="width:860px;" img src="https://static.igem.org/mediawiki/parts/f/f1/Results_d4%2B_gafp1.jpg"></center> <p class="legend">Figure 24: Results of <i>in planta</i> test</p>
-
<p class="texte"> <br>
+
<p class="texte">We now expect that bringing altogether the three modules (chemotaxis, binding and antifungal) should even improve the performance of SubtiTree. Thus, these results pave the way towards the testing of SubtiTree in infected plane trees</br>
-
Thanks to the diversity of anti-fungal peptides, this strategy can be adapted to different types of diseases, with different degree of specifity, etc.
+
More than ever, let's save our trees with SubtiTree!
</p>
</p>
 +
<p style="text-align:right;font-size:1.3em;"><a href="#" class="collapseLink" onClick="ddaccordion.collapseone('technology', 2); return false">Collapse</a></p>
 +
</div>
</div>
-
<div class="clear"></div>
 
-
 
 
 +
<div class="clear"></div>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/parts/d/d8/Main_results.jpg"> </center>
   <div class="page-nav" style="border-top:1px solid #cccccc; padding-top:40px; margin-top:40px;">
   <div class="page-nav" style="border-top:1px solid #cccccc; padding-top:40px; margin-top:40px;">
Line 436: Line 466:
     </div>
     </div>
-
     <a href="https://2014.igem.org/Team:Toulouse/Result/parts" class="page-nav-left" style="width:447px; float:right; display:block; text-align:right; text-decoration:none;
+
     <a href="https://2014.igem.org/Team:Toulouse/Modelling" class="page-nav-left" style="width:447px; float:right; display:block; text-align:right; text-decoration:none;
-
color:#666; font-size:18px;">Parts</br>
+
color:#666; font-size:18px;">Modeling</br>
       <img src="https://static.igem.org/mediawiki/2014/e/ea/Template-igem2014-img-arrowright.png" style="display:block; float:right; padding-top:10px; " />
       <img src="https://static.igem.org/mediawiki/2014/e/ea/Template-igem2014-img-arrowright.png" style="display:block; float:right; padding-top:10px; " />
     </a>
     </a>

Latest revision as of 03:13, 18 October 2014