Difference between revisions of "Team:Pasteur Paris/Microbiology week7"

(Created page with "{{Paris_Pasteur_Microbiology}} <html> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> <style type="text/css"> b...")
 
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
 +
 
{{Paris_Pasteur_Microbiology}}
 
{{Paris_Pasteur_Microbiology}}
  
Line 5: Line 7:
 
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
 
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
 
<style type="text/css">
 
<style type="text/css">
 +
  
 
body{
 
body{
Line 13: Line 16:
 
h2 {
 
h2 {
 
         display:block;
 
         display:block;
  font-size: 42px;
+
font-size: 42px;
 
         font-family: 'Oswald', Arial, sans-serif;
 
         font-family: 'Oswald', Arial, sans-serif;
  color:#333;
+
color:#333;
  padding-top:-10px;
+
padding-top:-10px;
 
         margin-left:10%;
 
         margin-left:10%;
 
}
 
}
 +
 +
  
 
h3 {
 
h3 {
 
         display:block;
 
         display:block;
  font-size: 27px;
+
font-size: 27px;
 
         font-family: 'Oswald', Arial, sans-serif;
 
         font-family: 'Oswald', Arial, sans-serif;
  color:#333;
+
color:#333;
  padding-top:1%;
+
padding-top:1%;
 
         margin-left:10%;
 
         margin-left:10%;
 
}
 
}
Line 31: Line 36:
 
h4 {
 
h4 {
 
         display:block;
 
         display:block;
  font-size: 20px;
+
font-size: 20px;
 
         font-family: 'Oswald', Arial, sans-serif;
 
         font-family: 'Oswald', Arial, sans-serif;
  padding-top:1%;
+
padding-top:1%;
 
         margin-left:10%;
 
         margin-left:10%;
 
}
 
}
 
h5 {
 
h5 {
 
         display:block;
 
         display:block;
  font-size: 20px;
+
font-size: 30px;
 
         color:#17A3B5;
 
         color:#17A3B5;
 
         font-family: 'Oswald', Arial, sans-serif;
 
         font-family: 'Oswald', Arial, sans-serif;
  padding-top:1%;
+
padding-top:1%;
 
         margin-left:10%;
 
         margin-left:10%;
 
}
 
}
Line 129: Line 134:
  
 
strong {
 
strong {
  font-weight: bold;  
+
font-weight: bold;  
 
}
 
}
  
Line 135: Line 140:
  
 
table {
 
table {
  background: #f5f5f5;
+
background: #f5f5f5;
  border-collapse: separate;
+
border-collapse: separate;
  box-shadow: inset 0 1px 0 #fff;
+
box-shadow: inset 0 1px 0 #fff;
  font-size: 12px;
+
font-size: 12px;
  line-height: 24px;
+
line-height: 24px;
  margin: 30px auto;
+
margin: 30px auto;
  text-align: left;
+
text-align: left;
  width: 400px;
+
width: 400px;
}  
+
}
  
 
th {
 
th {
  background: linear-gradient(#777, #444);
+
background: linear-gradient(#777, #444);
  border-left: 1px solid #555;
+
border-left: 1px solid #555;
  border-right: 1px solid #777;
+
border-right: 1px solid #777;
  border-top: 1px solid #555;
+
border-top: 1px solid #555;
  border-bottom: 1px solid #333;
+
border-bottom: 1px solid #333;
  box-shadow: inset 0 1px 0 #999;
+
box-shadow: inset 0 1px 0 #999;
  color: #fff;
+
color: #fff;
 
   font-weight: bold;
 
   font-weight: bold;
  padding: 10px 15px;
+
padding: 10px 15px;
  position: relative;
+
position: relative;
  text-shadow: 0 1px 0 #000;
+
text-shadow: 0 1px 0 #000;
 +
text-align:center;
 
}
 
}
  
 
th:after {
 
th:after {
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
+
background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
  content: '';
+
content: '';
  display: block;
+
display: block;
  height: 25%;
+
height: 25%;
  left: 0;
+
left: 0;
  margin: 1px 0 0 0;
+
margin: 1px 0 0 0;
  position: absolute;
+
position: absolute;
  top: 25%;
+
top: 25%;
  width: 100%;
+
width: 100%;
 
}
 
}
  
 
th:first-child {
 
th:first-child {
  border-left: 1px solid #777;
+
border-left: 1px solid #777;
  box-shadow: inset 1px 1px 0 #999;
+
box-shadow: inset 1px 1px 0 #999;
 
}
 
}
  
 
th:last-child {
 
th:last-child {
  box-shadow: inset -1px 1px 0 #999;
+
box-shadow: inset -1px 1px 0 #999;
 
}
 
}
  
 
td {
 
td {
  border-right: 1px solid #fff;
+
border-right: 1px solid #fff;
  border-left: 1px solid #e8e8e8;
+
border-left: 1px solid #e8e8e8;
  border-top: 1px solid #fff;
+
border-top: 1px solid #fff;
  border-bottom: 1px solid #e8e8e8;
+
border-bottom: 1px solid #e8e8e8;
  padding: 10px 15px;
+
padding: 10px 15px;
  position: relative;
+
position: relative;
  transition: all 300ms;
+
transition: all 300ms;
 
}
 
}
  
 
td:first-child {
 
td:first-child {
  box-shadow: inset 1px 0 0 #fff;
+
box-shadow: inset 1px 0 0 #fff;
}  
+
}
  
 
td:last-child {
 
td:last-child {
  border-right: 1px solid #e8e8e8;
+
border-right: 1px solid #e8e8e8;
  box-shadow: inset -1px 0 0 #fff;
+
box-shadow: inset -1px 0 0 #fff;
}  
+
}
  
  
  
 
tr:nth-child(odd) td {
 
tr:nth-child(odd) td {
  background: #f1f1f1 ;  
+
background: #f1f1f1 ;
 
}
 
}
  
Line 208: Line 214:
  
 
</style>
 
</style>
 +
 +
 +
<body>
 +
 +
<div id="week7">
 +
<p><h5><B>Week 7 </B></h3></p>
 +
    <p><h3><B>July 18, 2016:</B></h3></p>
 +
    <p>
 +
        <a href="#exp1"><h4> 83. Checking of the gel </h4></a><br/>
 +
        <a href="#exp2"><h4> 84. Culture of BL21DE3 </h4></a><br/>
 +
    </p>
 +
    <p><h3><B> July 19, 2016:</B></h3></p>
 +
    <p>
 +
        <a href="#exp3"><h4> 85. Continuation of the BL21DE3 cultures </h4></a><br/>
 +
        <a href="#exp4"><h4> 86. Lysis of bacteria </h4></a><br/>
 +
        <a href="#exp5"><h4> 87. Protein gel </h4></a><br/>
 +
</p>
 +
    <p><h3><B>July 20, 2016:</B></h3></p>
 +
    <p>
 +
        <a href="#exp6"><h4> 88. Purification on nickel columns </h4></a><br/>
 +
</p>
 +
    <p><h3><B>July 21, 2016:</B></h3></p>
 +
    <p>
 +
        <a href="#exp7"><h4> 89. SDS-PAGE gel </h4></a><br/>
 +
        <a href="#exp8"><h4> 90. Silification tests </h4></a><br/> 
 +
</p>
 +
    <p><B><h3> July 24, 2016:</B></h3></p>
 +
    <p>
 +
        <a href="#exp9"><h4> 91. Preculture of BL21DE3 </h4></a><br/>
 +
</p>
 +
</div>
 +
 +
   
 +
 +
 +
    <div class="lightbox" id="exp1">
 +
      <figure>
 +
          <a href="#" class="closemsg"></a>
 +
            <figcaption>
 +
              <p>
 +
              <U> Aim:</U> Check if our protein expression works. <br/> <br/>
 +
 +
<U>Results</U><br/>
 +
C2 1.1 (+)iPTG seems to have a new band around 30 kDa. However, C2 1.1 (+)iPTG and C2 1.2 (+)iPTG show a band at 70 kDa. As we have two inserts our plasmid it seems to be a double protein but it will not be efficient. So we decided to restart the induction
 +
<br/><br/><br/>
 +
              </p>
 +
            </figcaption>
 +
      </figure>
 +
    </div>
 +
 +
 +
 +
 +
    <div class="lightbox" id="exp2">
 +
      <figure>
 +
          <a href="#" class="closemsg"></a>
 +
            <figcaption>
 +
              <p>
 +
              <U> Aim:</U> Do another culture of BL21DE3 to compare it to our previous one. <br/><br/>
 +
              <U> Protocol:</U> follow in this <a href="https://static.igem.org/mediawiki/2016/a/a4/T--Pasteur_Paris--Protein_induction_protocol.pdf">link</a><br/><br/>
 +
<U> What we did in the lab </U><br/>
 +
<U> Materials </U><br/>
 +
&bull; Microbiology equipment (type of incubator, Bunsen burner, water bath, etc… Follow this <a href="https://2016.igem.org/Team:Pasteur_Paris/Science">link</a>)
 +
&bull; Culture of BL21DE3 <br/>
 +
&bull; Shaking incubator <br/>
 +
&bull; 1.5 ml Eppendorfs
 +
<br/><br/>
 +
<U> Method</U><br/>
 +
1. Put the cultures in the shaking incubator at 37&#176;C and 180 rpm at 10h07 <br/>
 +
2. Measure the concentration of the cultures at several times  by absorbance at 600 nm: <br/>
 +
<table>
 +
<caption align="bottom" align="center"><i><p> <U>Table 55</U></p></i></caption>
 +
  <thead>
 +
      <tr>
 +
        <th> Times of measurement </th>
 +
        <th> C2 1.1 (Abs 600 nm) </th>
 +
        <th> C2 1.2 (Abs 600 nm) </th>
 +
      </tr>
 +
  </thead>
 +
  <tbody>
 +
      <tr>
 +
      <td align="center"; valign="center"><strong><p> 3h33 </p></strong></td>
 +
      <td align="center"; valign="center"> 0.014 </td>
 +
      <td align="center"; valign="center"> 0.041 </td>
 +
      </tr>
 +
      <tr>
 +
      <td align="center"; valign="center"><strong><p> 4h43 </p></strong></td>
 +
      <td align="center"; valign="center"> 0.219 </td>
 +
      <td align="center"; valign="center"> 0.020 </td>
 +
      </tr>
 +
      <tr>
 +
      <td align="center"; valign="center"><strong><p> 5h30 </p></strong></td>
 +
      <td align="center"; valign="center"> 0.593 </td>
 +
      <td align="center"; valign="center"> 0.039 </td>
 +
      </tr>
 +
      <tr>
 +
      <td align="center"; valign="center"><strong><p> 5h58 </p></strong></td>
 +
      <td align="center"; valign="center"> 0.734 </td>
 +
      <td align="center"; valign="center"> 0.058 </td>
 +
      </tr>
 +
  </tbody>
 +
</table><br/>
 +
3. Add iPTG to have 1 mM concentration : C2 1.1 has a volume of 21 ml so the dilution factor is 500 from a stock of 0.5 M IPTG, so we added 42 &#956;l of IPTG <br/>
 +
4. After the last measurement of C2 1.1, the 1 ml sample is put in a 1.5 ml Eppendorf and centrifuged during 3 minutes at 7000 g. Then, throw away the supernatant; the pellet is stored with the label « before iPTG » at -20&#176;C. <br/>
 +
5. Measure the OD<sub>600</sub> : <br/>
 +
<table>
 +
<caption align="bottom" align="center"><i><p> <U>Table 56</U></p></i></caption>
 +
  <thead>
 +
      <tr>
 +
        <th> Colonies </th>
 +
        <th> OD<sub>600</sub> </th>
 +
      </tr>
 +
  </thead>
 +
  <tbody>
 +
      <tr>
 +
      <td align="center"; valign="center"><strong><p> C2 1.1 </p></strong></td>
 +
      <td align="center"; valign="center"> 0.928 </td>
 +
      </tr>
 +
      <tr>
 +
      <td align="center"; valign="center"><strong><p> C1 1.2 </p></strong></td>
 +
      <td align="center"; valign="center"> 0.827 </td>
 +
      </tr>
 +
</tbody>
 +
</table><br/>
 +
6. After the last measurement of C2 1.1, the sample is put in a 1,5 ml Eppendorf, centrifuge 3 minutes at 7000 g and once the supernatant has been thrown away, stored at -20&#176;C called “C2 1.1 after iPTG” <br/>
 +
7. The whole culture of C2 1.1 is centrifuged in a 50 ml Falcon during 15 minutes at 4500g. The supernatant is thrown away and the Falcon is stored at -20&#176;C. <br/>
 +
8. For the second culture C2 1.2 we decided to induce it later and we added iPTG to reach 0.3 mM. <br/>
 +
9. The last measurement is pelleted in a 1.5 ml Eppendorf, the supernatant is thrown away and the Eppendorf is stored at -20&#176;C <br/>
 +
10. Our culture contains 19 ml so we add 11 &956;l of iPTG to have the right concentration <br/>
 +
11. The Erlenmeyer is then put in the shaking incubator overnight at 37&#176;C and 150 RPM
 +
<br/><br/><br/>
 +
              </p>
 +
            </figcaption>
 +
      </figure>
 +
    </div>
 +
 +
 +
 +
    <div class="lightbox" id="exp3">
 +
      <figure>
 +
          <a href="#" class="closemsg"></a>
 +
            <figcaption>
 +
              <p>
 +
              <U> Aim:</U> Do another culture of BL21DE3 to compare it to our previous one. <br/> <br/>
 +
              <U> Protocol:</U> follow in this <a href="https://static.igem.org/mediawiki/2016/a/a4/T--Pasteur_Paris--Protein_induction_protocol.pdf">link</a><br/><br/>
 +
<U> What we did in the lab </U><br/>
 +
&bull; Microbiology equipment (type of incubator, Bunsen burner, water bath, etc… Follow this <a href="https://2016.igem.org/Team:Pasteur_Paris/Science">link</a>)
 +
&bull; Culture of BL21DE3 <br/>
 +
&bull; Shaking incubator <br/>
 +
&bull; 1.5 ml Eppendorfs
 +
<br/><br/>
 +
<U> Method </U><br/>
 +
1. The sample induced during the night has an OD<sub>600 nm</sub> of 1.165 at 11h15. <br/>
 +
2. The measurement is put in a 1.5 ml Eppendorf and stored at -20&#176;C <br/>
 +
3. Centrifuge 3 minutes at 7000 g and throw away the supernatent <br/>
 +
4. All the culture is put in a 50 ml Falcon, centrifuged for 15 minutes at 4500 g.  <br/>
 +
5. Throw away the supernatant and store the Falcon at -20&#176;C
 +
<br/><br/><br/>
 +
              </p>
 +
            </figcaption>
 +
      </figure>
 +
    </div>
 +
 +
 +
 +
 +
    <div class="lightbox" id="exp4">
 +
      <figure>
 +
          <a href="#" class="closemsg"></a>
 +
            <figcaption>
 +
              <p>
 +
              <U> Aim:</U> Get back the proteins produced by the bacteria. <br/> <br/>
 +
 +
<U> What we did in the lab </U><br/>
 +
&bull; Lysis buffer B PER (Pierce)<br/>
 +
&bull; Bacteria pelleted <br/>
 +
&bull; Laemmli 2X<br/>
 +
&bull; 1.5 ml Eppendorf
 +
<br/><br/>
 +
<U> Method </U><br/>
 +
1. Dilution to reach an OD<sub>600 nm</sub> of 10 : <br/>
 +
<table>
 +
<caption align="bottom" align="center"><i><p> <U>Table 57</U></p></i></caption>
 +
  <thead>
 +
      <tr>
 +
        <th>  </th>
 +
        <th> OD<sub>600 nm</sub> </th>
 +
        <th> Volume of lysis buffer to add (&#956;l) </th>
 +
      </tr>
 +
  </thead>
 +
  <tbody>
 +
      <tr>
 +
      <td align="center"; valign="center"><strong><p> C2 1.1 (-)iPTG </p></strong></td>
 +
      <td align="center"; valign="center"> 0.734 </td>
 +
      <td align="center"; valign="center"> 73.52 </td>
 +
</tr>
 +
      <tr>
 +
      <td align="center"; valign="center"><strong><p> C2 1.1 (+)iPTG </p></strong></td>
 +
      <td align="center"; valign="center"> 0.928 </td>
 +
      <td align="center"; valign="center"> 92.8 </td>
 +
</tr>
 +
      <tr>
 +
      <td align="center"; valign="center"><strong><p> C2 1.2 (-)iPTG </p></strong></td>
 +
      <td align="center"; valign="center"> 0.827 </td>
 +
      <td align="center"; valign="center"> 82.7 </td>
 +
</tr>
 +
      <tr>
 +
      <td align="center"; valign="center"><strong><p> C2 1.2 (+)iPTG </p></strong></td>
 +
      <td align="center"; valign="center"> 1.165 </td>
 +
      <td align="center"; valign="center"> 116.3 </td>
 +
</tr>
 +
</tbody>
 +
</table><br/>
 +
2. Let lysate stand for 5 minutes at room temperature <br/>
 +
3. Centrifuge for 10 minutes at 16000 g <br/>
 +
4. In a clean 1.5 ml Eppendorf, add 10 &#956;l of lysis product and 10 &#956;l of laemmli 2X
 +
&#9888; Usually, the pellet and the supernatant are put in two different Eppendorfs, but our lysis buffer was too powerful and did not allow us to separate the two phases. <br/>
 +
5. Put the Eppendorf 6 minutes at 93&#176;C to denature the protein.
 +
<br/><br/><br/>
 +
              </p>
 +
            </figcaption>
 +
      </figure>
 +
    </div>
 +
 +
 +
 +
    <div class="lightbox" id="exp5">
 +
      <figure>
 +
          <a href="#" class="closemsg"></a>
 +
            <figcaption>
 +
              <p>
 +
              <U> Aim:</U> Check if our protein has been produced (weight around 30 kDa). <br/> <br/>
 +
 +
<U> Method </U><br/>
 +
Follow the deposit table : <br/>
 +
<table>
 +
<caption align="bottom" align="center"><i><p> <U>Table 58</U></p></i></caption>
 +
  <thead>
 +
      <tr>
 +
        <th> L1 </th>
 +
        <th> L2 </th>
 +
        <th> L3 </th>
 +
        <th> L4 </th>
 +
        <th> L5 </th>
 +
        <th> L6 </th>
 +
        <th> L7 </th>
 +
        <th> L8 </th>
 +
        <th> L9 </th>
 +
      </thead>
 +
      <tbody>
 +
        <tr>
 +
      <td align="center"; valign="center"> Ladder </td>
 +
      <td align="center"; valign="center"> &#216; </td>
 +
      <td align="center"; valign="center"> 1.1(-) </td>
 +
      <td align="center"; valign="center"> &#216; </td>
 +
      <td align="center"; valign="center"> 1.1(+) </td>
 +
      <td align="center"; valign="center"> &#216; </td>
 +
      <td align="center"; valign="center"> 1.2(-) </td>
 +
      <td align="center"; valign="center"> &#216; </td>
 +
      <td align="center"; valign="center"> 1.2(+) </td>
 +
      </tr>
 +
      </tbody>
 +
</table><br/>
 +
&#9888; We follow exactly the same steps except we dilute the Bleu de Coomassie at 1&#8260;5 (7.5 ml of Bleu de Coomasie in 37.5 ml of final volume). We allow the staining to proceed for only 20 minutes.<br/><br/>
 +
<U> Results </U><br/>
 +
We did not observe at 30 kDa band for the induced cultures. <br/>
 +
We notice a 70 kDa band when iPTG has been added (L5 – L9). This band is darker for the C2 1.2 colony induced the whole night at 0.3 mM. <br/>
 +
We hypothesize that our protein is a fusion of the two proteins coded by the twinned insert. <br/>
 +
We will send our recombinant plasmid to sequencing to check the ligation. <br/>
 +
We will purify our protein on a Nickel column to test its efficiency in biosilification later.
 +
<br/><br/><br/>
 +
              </p>
 +
            </figcaption>
 +
      </figure>
 +
    </div>
 +
 +
 +
 +
    <div class="lightbox" id="exp6">
 +
      <figure>
 +
          <a href="#" class="closemsg"></a>
 +
            <figcaption>
 +
              <p>
 +
              <U> Aim:</U> Check if the Histag works and if our protein has really been produce. <br/> <br/>
 +
              <U> Protocol:</U> follow in this <a href="https://static.igem.org/mediawiki/2016/0/07/T--Pasteur_Paris--FPLC_Protein_purification_protocol.pdf">link</a><br/><br/>
 +
<U> Materials </U><br/>
 +
&bull; Lysis buffer B PER <br/>
 +
&bull; Residue of the culture C2 1.1 and C2 1.2 (stored in 50 ml Falcon at -20&#176;C) <br/>
 +
&bull; Protease inhibition PMSF at 100 mM <br/>
 +
&bull; Laemli SDS buffer 2X</br>
 +
&bull; Tris at 1 M <br/>
 +
&bull; NaCl at 5 M <br/>
 +
&bull; Imidazole at 1.5 M <br/><br/>
 +
<U> Method </U><br/>
 +
Adapt the protocol based on the culture volume. In this case for a small volume, we used B-PER reagent to lyse the cells.</br>
 +
1. Lysis of bacteria : <br/>
 +
&emsp; 1.a For C2 1.1 (21 ml), add 1 ml of lysis buffer <br/>
 +
&emsp; 1.b For C2 1.2 (19 ml), add 1 ml of lysis buffer <br/>
 +
2. Let lysate during at least 5 minutes on ice  <br/>
 +
3. Add 1.5 &#956;l of PMSF to reach a concentration of 15 &#956;M in each sample <br/>
 +
4. Preparation of buffer A : in a 500 ml bottle, put 25 ml of Tris and 15 ml of NaCl <br/>
 +
5. Measure the pH and correct it by adding NaOH or HCl to reach 7.4. In our case, the solution was too acid so we add droplets of NaOH <br/>
 +
6. Fill the bottle with reverse-osmosed MilliQ (Millipore) water to reach a final concentration of 50 mM for Tris and 150 mM for NaCl <br/>
 +
7. Preparation of buffer B (elution) : in a 500 ml bottle, put 25 ml of Tris, 15ml of NaCl and 125 ml of imidazole <br/>
 +
8. Correct the pH to reach 7.4 and fill with reverse-osmosed MilliQ water to reach a final concentration of 50 mM for Tris, 150 mM for NaCl and 250 mM of imidazole <br/>
 +
9. In a clean 50 ml Falcon, put the samples (one for C2 1.1 and one for C2 1.2) and add 10 ml of buffer A <br/>
 +
10. As our samples were too sticky we sonicate them during a few seconds <br/>
 +
11. Centrifuge the samples 20 minutes at 16000 RPM (30966 g) <br/>
 +
12. Filter the buffers to eliminate impurities on a funnel equipped with 0.45 µm Nylon filter (Whatman)<br/>
 +
13. The supernatant is put in a clean 50 ml Falcon <br/>
 +
14. Purification of protein with AKTA FPLC from GE Healthcare, following the Abs<sub>280 nm</sub> <br/>
 +
15. Collect 1 ml Fraction
 +
15. All the fraction tubes are stored at 4&#176;C <br/><br/>
 +
<U> Results </U><br/>
 +
<center><img src=" ; alt=""></center>
 +
                        <center>Figure 3</center>
 +
Perform a SDS-PAGE separation of the fractions collected, as well as supernatant of crude lysate and pellet.</br>
 +
The protein is in the supernatant and not in the pellet. <br/>
 +
After the purification, we noticed that some samples contain a protein that was hang onto the Nickel column. <br/>
 +
We decided to do an SDS-PAGE gel to analyse the size of this protein
 +
<br/><br/><br/>
 +
              </p>
 +
            </figcaption>
 +
      </figure>
 +
    </div>
 +
 +
 +
 +
    <div class="lightbox" id="exp7">
 +
      <figure>
 +
          <a href="#" class="closemsg"></a>
 +
            <figcaption>
 +
              <p>
 +
              <U> Aim:</U> Do an SDS-PAGE gel to verify the purification our proteins. <br/> <br/>
 +
             
 +
&bull; Lysis buffer B PER <br/>
 +
&bull; Polyacrylamide precast gel for mini Protean II (Biorad) systems 4-15% gradient in TGS buffer (Tris-Glycine SDS)</br>
 +
&bull; Residue of the culture C2 1.1 and C2 1.2 (stored in 50 ml Falcon at -20&#176;C) <br/>
 +
&bull; Protease inhibition PMSF at 100 mM <br/>
 +
&bull; Tris at 1 M <br/>
 +
&bull; NaCl at 5 M <br/>
 +
&bull; Laemli SDS buffer 2X</br>
 +
&bull; Imidazole at 1.5 M <br/><br/>
 +
<U> Method </U><br/>
 +
Each sample has to be diluted with Laemmli 2X. <br/>
 +
1. Take 20 &#956;l of the sample and 20 &#956;l of Laemmli 2X and put the heating block for 5 minutes at 95&#176;C to denaturate the protein <br/>
 +
2. Follow the deposit table :
 +
<table>
 +
<caption align="bottom" align="center"><i><p> <U>Table 59</U></p></i></caption>
 +
  <thead>
 +
      <tr>
 +
        <th> L1 </th>
 +
        <th> L2 </th>
 +
        <th> L3 </th>
 +
        <th> L4 </th>
 +
        <th> L5 </th>
 +
        <th> L6 </th>
 +
        <th> L7 </th>
 +
        <th> L8 </th>
 +
        <th> L9 </th>
 +
        <th> L10 </th>
 +
      </tr>
 +
  </thead>
 +
  <tbody>
 +
      <tr>
 +
      <td align="center"; valign="center"> 20 &#956;l protein ladder </td>
 +
      <td align="center"; valign="center"> &#216; </td>
 +
      <td align="center"; valign="center"> sample 19 </td>
 +
      <td align="center"; valign="center"> sample 21 </td>
 +
      <td align="center"; valign="center"> sample 23 </td>
 +
      <td align="center"; valign="center"> sample 25 </td>
 +
      <td align="center"; valign="center"> sample 27 </td>
 +
      <td align="center"; valign="center"> sample 29 </td>
 +
      <td align="center"; valign="center"> sample 31 </td>
 +
      <td align="center"; valign="center"> sample 33 </td>
 +
</tr>
 +
  </tbody>
 +
</table><br/>
 +
3. Migration at 130 V for 45 minutes <br/>
 +
4. Do 3 washes of 5 min with distilled water and then 50 minutes of coloration with Coomasie blue diluted 1&#8260;5 <br/><br/>
 +
<U> Results </U><br/>
 +
A band located at 70 kDa appears for the sample 29
 +
<br/><br/><br/>
 +
              </p>
 +
            </figcaption>
 +
      </figure>
 +
    </div>
 +
 +
 +
 +
 +
    <div class="lightbox" id="exp8">
 +
      <figure>
 +
          <a href="#" class="closemsg"></a>
 +
            <figcaption>
 +
              <p>
 +
              <U> Aim:</U> Check if our fusion protein is efficient for silification. <br/> <br/>
 +
              <U> Protocol:</U> follow in this <a href="https://static.igem.org/mediawiki/2016/2/2a/Protocol-silification-assay_Pasteur_Paris2016.pdf">link</a><br/><br/>
 +
<U> Materials </U><br/>
 +
&bull; Biochemical equipment : pipettes, cones, Eppendorf tubes, … <br/>
 +
&bull; TEOS (Tetraethyl Orthosilicate, Sigma)<br/>
 +
&bull; HCl 1 M <br/>
 +
&bull; Ulltrospec 3000 pro <br/>
 +
&bull; Fractions of fusion protein after FPLC purification <br/>
 +
&bull; Distilled water <br/>
 +
&bull; Buffer B <br/>
 +
&bull; 50 ml Falcons <br/><br/>
 +
<U> Method </U><br/>
 +
1.For fractions 27 to 31 : <br/>
 +
&emsp; 1.a In a 50 ml Falcon, put 10 &#956;l of our sample of protein in 10 ml of TEOS. <br/>
 +
&emsp; 1.b In another 50 ml Falcon, put 10 &#956;l of our sample of protein and 10 ml of water <br/>
 +
2.For the other fractions : <br/>
 +
&emsp; 2.a Prepare a solution of (Si(CH<sub>3</sub>O)<sub>4</sub>+HCl) with 55.8 &#956;l of TEOS and 1 ml of HCl at 1 mM <br/>
 +
&emsp; 2.b In a 50 ml Falcon, put 50 &#956;l of our purified protein with the solution of (Si(CH<sub>3</sub>O)<sub>4</sub>+HCl) and let it stand for 4 minutes at room temperature <br/>
 +
&emsp; 2.c Add 9 ml of buffer B <br/>
 +
<U>Results</U><br/>
 +
In spite of some impurities in the Fractions by the current purification method, and the difficulties to overcome cellulose in almost all commercially available FPLC purification columns, we decided to make more protein before testing because we did not have enough. <br/><br/>
 +
 +
Hypothesis: for the concentration of our protein, 1 mg&#8260;ml correspond to 100 mM<br/><br/>
 +
 +
The protein concentration was measured by its absorbance at 280 nm: A = 0.10400 <br/>
 +
We assumed to have an extinction coefficient of 1 OD<sub>280 nm</sub>= 1 mg&#8260;ml protein <br/>
 +
Thus our &#91;protein&#93; = 0.104 mg&#8260;ml<br/>
 +
We need to produce more protein by the bacteria cells to reach the concentration of 1 mM which correspond to 70 mg&#8260;ml.
 +
<br/><br/><br/>
 +
              </p>
 +
            </figcaption>
 +
      </figure>
 +
    </div>
 +
 +
 +
 +
    <div class="lightbox" id="exp9">
 +
      <figure>
 +
          <a href="#" class="closemsg"></a>
 +
            <figcaption>
 +
              <p>
 +
              <U> Aim:</U> Make a preculture of BL21DE3 to increase the amount of bacteria available for innoculation later. <br/> <br/>
 +
              <U> Protocol:</U> follow in this <a href="https://static.igem.org/mediawiki/2016/4/4b/T--Pasteur_Paris--Bacterial_culture_protocol.pdf">link</a><br/><br/>
 +
<U> Materials </U><br/>
 +
&bull; Microbiology equipment (type of incubator, Bunsen burner, water bath, etc… Follow this <a href="https://2016.igem.org/Team:Pasteur_Paris/Science">link</a>)
 +
&bull; carbenicillin at 50 mg&#8260;ml <br/>
 +
&bull; LB <br/>
 +
&bull; C2 1.2 colony <br/>
 +
&bull; 50 ml Erlenmeyer <br/>
 +
&bull; Shaking incubator at 37 &#176;C <br/><br/>
 +
<U> Method </U><br/>
 +
1. In two Erlenmeyers of 50 ml, put 25 ml of LB and 25 &#956;l of carbenicillin <br/>
 +
2. Add in each Erlenmeyer one colony of C2 1.2 from the plate stored at 4&#176;C <br/>
 +
3. Put the two Erlenmeyers in the shaking incubator at 37&#176;C and 150 rpm overnight.
 +
<br/><br/><br/>
 +
              </p>
 +
            </figcaption>
 +
      </figure>
 +
    </div>
 +
 +
 +
</body>
 +
 +
</html>

Latest revision as of 00:53, 20 October 2016