(Created page with "{{Paris_Pasteur_Microbiology}}") |
|||
Line 1: | Line 1: | ||
{{Paris_Pasteur_Microbiology}} | {{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"> | ||
+ | |||
+ | |||
+ | body{ | ||
+ | position: relative; | ||
+ | |||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | display:block; | ||
+ | font-size: 42px; | ||
+ | font-family: 'Oswald', Arial, sans-serif; | ||
+ | color:#333; | ||
+ | padding-top:-10px; | ||
+ | margin-left:10%; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | display:block; | ||
+ | font-size: 27px; | ||
+ | font-family: 'Oswald', Arial, sans-serif; | ||
+ | color:#333; | ||
+ | padding-top:1%; | ||
+ | margin-left:10%; | ||
+ | } | ||
+ | |||
+ | h4 { | ||
+ | display:block; | ||
+ | font-size: 20px; | ||
+ | font-family: 'Oswald', Arial, sans-serif; | ||
+ | padding-top:1%; | ||
+ | margin-left:10%; | ||
+ | } | ||
+ | h5 { | ||
+ | display:block; | ||
+ | font-size: 20px; | ||
+ | color:#17A3B5; | ||
+ | font-family: 'Oswald', Arial, sans-serif; | ||
+ | padding-top:1%; | ||
+ | margin-left:10%; | ||
+ | } | ||
+ | |||
+ | #lightbox{ | ||
+ | z-index:1001; | ||
+ | } | ||
+ | div.lightbox { | ||
+ | display: none; | ||
+ | position: fixed; | ||
+ | left: 0; | ||
+ | top: 0; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | z-index:1001; | ||
+ | |||
+ | } | ||
+ | |||
+ | /*afficher le contenu des titres*/ | ||
+ | div.lightbox:target { | ||
+ | display: table; | ||
+ | z-index:4001; | ||
+ | } | ||
+ | |||
+ | /*alignement du contenu pour tout navigateur*/ | ||
+ | div.lightbox figure { | ||
+ | display: table-cell; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | vertical-align: middle; | ||
+ | z-index:1001; | ||
+ | } | ||
+ | |||
+ | /*arrière plan du contenu bleu claire font plus foncé*/ | ||
+ | div.lightbox figure figcaption { | ||
+ | display: block; | ||
+ | z-index:4000; | ||
+ | margin: auto; | ||
+ | padding: 8px; | ||
+ | background-color: #e4f2f3 ; | ||
+ | height: 500px; | ||
+ | position: relative; | ||
+ | overflow: auto; | ||
+ | border: 1px #000000 solid; | ||
+ | border-radius: 10px; | ||
+ | text-align: justify; | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | |||
+ | div.lightbox figure .closemsg { | ||
+ | display: block; | ||
+ | margin: auto; | ||
+ | height: 0; | ||
+ | overflow: visible; | ||
+ | text-align: right; | ||
+ | |||
+ | cursor: default; | ||
+ | } | ||
+ | |||
+ | div.lightbox figure .closemsg, div.lightbox figure figcaption { | ||
+ | width: 70%; | ||
+ | |||
+ | } | ||
+ | |||
+ | /*croix pour fermer*/ | ||
+ | .closemsg::after { | ||
+ | content: "\00D7"; | ||
+ | display: inline-block; | ||
+ | position: relative; | ||
+ | right: -20px; | ||
+ | top: -10px; | ||
+ | color: ##e4f2f3; | ||
+ | border: 1px #ffffff solid; | ||
+ | border-radius: 10px; | ||
+ | width: 20px; | ||
+ | height: 20px; | ||
+ | line-height: 18px; | ||
+ | text-align: center; | ||
+ | margin: 0; | ||
+ | background-color: #e4f2f3; | ||
+ | font-weight: bold; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | strong { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | table { | ||
+ | background: #f5f5f5; | ||
+ | border-collapse: separate; | ||
+ | box-shadow: inset 0 1px 0 #fff; | ||
+ | font-size: 12px; | ||
+ | line-height: 24px; | ||
+ | margin: 30px auto; | ||
+ | text-align: left; | ||
+ | width: 400px; | ||
+ | } | ||
+ | |||
+ | th { | ||
+ | background: linear-gradient(#777, #444); | ||
+ | border-left: 1px solid #555; | ||
+ | border-right: 1px solid #777; | ||
+ | border-top: 1px solid #555; | ||
+ | border-bottom: 1px solid #333; | ||
+ | box-shadow: inset 0 1px 0 #999; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 10px 15px; | ||
+ | position: relative; | ||
+ | text-shadow: 0 1px 0 #000; | ||
+ | } | ||
+ | |||
+ | th:after { | ||
+ | background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08)); | ||
+ | content: ''; | ||
+ | display: block; | ||
+ | height: 25%; | ||
+ | left: 0; | ||
+ | margin: 1px 0 0 0; | ||
+ | position: absolute; | ||
+ | top: 25%; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | th:first-child { | ||
+ | border-left: 1px solid #777; | ||
+ | box-shadow: inset 1px 1px 0 #999; | ||
+ | } | ||
+ | |||
+ | th:last-child { | ||
+ | box-shadow: inset -1px 1px 0 #999; | ||
+ | } | ||
+ | |||
+ | td { | ||
+ | border-right: 1px solid #fff; | ||
+ | border-left: 1px solid #e8e8e8; | ||
+ | border-top: 1px solid #fff; | ||
+ | border-bottom: 1px solid #e8e8e8; | ||
+ | padding: 10px 15px; | ||
+ | position: relative; | ||
+ | transition: all 300ms; | ||
+ | } | ||
+ | |||
+ | td:first-child { | ||
+ | box-shadow: inset 1px 0 0 #fff; | ||
+ | } | ||
+ | |||
+ | td:last-child { | ||
+ | border-right: 1px solid #e8e8e8; | ||
+ | box-shadow: inset -1px 0 0 #fff; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | tr:nth-child(odd) td { | ||
+ | background: #f1f1f1 ; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div> | ||
+ | |||
+ | <h2><B>Microbiology Notebook</B></h2> | ||
+ | |||
+ | |||
+ | <div id="week2"> | ||
+ | <p><h5><B>Week 2</B></h5></p> | ||
+ | <p><h3><B> June 13, 2016:</B></h3></p> | ||
+ | <p> | ||
+ | <a href="#exp1"><h4> Analysis and storage of the transformation done on June 6, 2016 </h4></a></br> | ||
+ | <a href="#exp2"><h4> Electrophoresis of pET43.1 and pSB1C3 </h4></a></br> | ||
+ | <a href="#exp3"><h4> Preculture of pET43.1a(+) DH5α to make stab culture </h4></a></br> | ||
+ | |||
+ | |||
+ | <p><h3><B> June 14, 2016:</B></h3></p> | ||
+ | <p> | ||
+ | <a href="#exp4"><h4> Make a culture of DH5α pET43.1 to monitor the growth curve </h4></a></br> | ||
+ | </p> | ||
+ | |||
+ | <p><h3><B> June 15, 2016:</B></h3></p> | ||
+ | <p> | ||
+ | <a href="#exp5"><h4> Make a growth curve of bacteria culture </h4></a></br> | ||
+ | <a href="#exp6"><h4> Stab culture</h4></a></br> | ||
+ | <a href="#exp7"><h4> Resuspension of C1 and C2 and all inserts synthesized by iDT</h4></a></br> | ||
+ | </p> | ||
+ | |||
+ | <p><h3><B> June 16, 2016:</B></h3></p> | ||
+ | <p> | ||
+ | <a href="#exp8"><h4> Extraction of pET43.1a(+) and pSB1C3 DNA from agarose gel </h4></a></br> | ||
+ | <a href="#exp9"><h4> Digestion of inserts (C1 and C2)</h4></a></br> | ||
+ | <a href="#exp10"><h4> Dephosphorylation </h4></a></br> | ||
+ | <a href="#exp11"><h4> Ligation of C1 and C2 with pET43.1a(+) </h4></a></br> | ||
+ | |||
+ | |||
+ | </p> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="lightbox" id="exp1"> | ||
+ | <figure> | ||
+ | <a href="#" class="closemsg"></a> | ||
+ | <figcaption> | ||
+ | <p> | ||
+ | <U> Aim:</U> Check the transformation and the digestion of the plasmids by electrophoresis on agarose gel.</br> Seed pET43.1 DH5α in LB + carbenicillin to make stab culture. Indeed, the validity of transformants needs to be verified by checking if an insert is present in the transformed plasmid. Secondly, verified plasmid-DH5 combinations need to be stored beyond the lifetime of plate colonies. </br></br> | ||
+ | <U> Protocol:</U> follow in this link</br></br> | ||
+ | <U>What we did in the lab:</U></br>Counting of colonies on petri dish: overnight grown plates at 37°C, supplemented with carbenicillin 50 µg/ml (LB + CB50) or with chloramphenicol 34 µg/ml (LB + CM34) were counted for the presence of individual distinct colonies. </br></br>LB + CB50</br></br> | ||
+ | |||
+ | <table> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th> </th> | ||
+ | <th>Box 1</th> | ||
+ | <th>Box 2</th> | ||
+ | <th>Box 3</th> | ||
+ | |||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><strong><p>pET43.1a(+) DH5α</p></strong></td> | ||
+ | <td>0</td> | ||
+ | <td>2</td> | ||
+ | <td>23</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>pET43.1a(+) DH5α</br> (different batch)</p></strong></td> | ||
+ | <td>Uncountable (Overgrown)</td> | ||
+ | <td>2</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong><p>pET43.1a(+) DH5α</br> (different batch)</p></strong></td> | ||
+ | <td>Uncountable </br>(Overgrown)</td> | ||
+ | <td>15</td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | </br> | ||
+ | <center>Table 3</center></br> LB + CM34</br></br> | ||
+ | <table> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th> </th> | ||
+ | <th>Box 1</th> | ||
+ | <th>Box 2</th> | ||
+ | |||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><strong><p>pSB1C3 DH5α</p></strong></td> | ||
+ | <td>1</td> | ||
+ | <td>78</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>pSB1C3 DH5α</br> (different batch)</p></strong></td> | ||
+ | <td>38 </td> | ||
+ | <td> Uncountable (Overgrown) </td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | </br> | ||
+ | <center>Table 4</center></br> | ||
+ | </p> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="lightbox" id="exp2"> | ||
+ | <figure> | ||
+ | <a href="#" class="closemsg"></a> | ||
+ | <figcaption><p> | ||
+ | <U>What we did in the lab:</U></br> | ||
+ | <U>Materials:</U> | ||
+ | • 1X TAE buffer </br> | ||
+ | • Agarose <br> | ||
+ | • Microwave oven /<br> | ||
+ | • Distilled water</br> | ||
+ | • Ethidium Bromide</br> | ||
+ | • Gel caster, and power supply</br> | ||
+ | • Precision balance </br> | ||
+ | |||
+ | </br> | ||
+ | <U>Method:</U></br> | ||
+ | 1. Buffer solution: we have 1.0X stock TAE solution and we prepared 1.0X TAE gels with 0.5X TAE running buffer </br> | ||
+ | 2. Agarose gel: We prepared 0.7% w/v agarose gel.</br></br> | ||
+ | |||
+ | <B> For agarose gel electrophoresis experiment:</B></br></br> | ||
+ | <I>Samples:</I></br> | ||
+ | • pSB1C3 plasmid (obtained with Midiprep on June 8, 2016)</br> | ||
+ | • pSB1C3 plasmid (digested by SpeI/XbaI)<br> | ||
+ | • pET43.1a plasmid (obtained with Midiprep on June 8, 2016)< /br> | ||
+ | • pET43.1a plasmid digested by BamHI/HindIII</br> | ||
+ | • gel 0.7% agarose</br> | ||
+ | • TAE 0.5X buffer</br> | ||
+ | • Electrophoresis power supply</br> | ||
+ | • DNA ladder (Thermofisher Gene ruler 1kb)</br>)</br> | ||
+ | |||
+ | <I> Method:</I></br> | ||
+ | 1. After filling the electrophoresis chamber with TAE 0.5X buffer, samples were loaded in 1X gel loading buffer in the wells, according to the following lane pattern.</br> | ||
+ | |||
+ | |||
+ | <table> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th> </th> | ||
+ | <th>Lanes</th> | ||
+ | <th>L1</th> | ||
+ | <th>L2</th> | ||
+ | <th>L3</th> | ||
+ | <th>L4-7</th> | ||
+ | <th>L9-8</th> | ||
+ | <th>L10-13</th> | ||
+ | <th>L14</th> | ||
+ | <th>L15</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><strong><p>Sample </p></strong></td> | ||
+ | <td>Molecular </br> weight</td> | ||
+ | <td>pET43.1a(+)</br> uncut</td> | ||
+ | <td></td> | ||
+ | <td>pET43.1a(+)</br> B-H</td> | ||
+ | <td></td> | ||
+ | <td>pBS1C3</br> S-X</td> | ||
+ | <td></td> | ||
+ | <td>pBS1C3</br> uncut</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> </strong></td> | ||
+ | <td>DNA (µl)</td> | ||
+ | <td> 5</td> | ||
+ | <td> 2</td> | ||
+ | <td></td> | ||
+ | <td> 2</td> | ||
+ | <td></td> | ||
+ | <td> 4</td> | ||
+ | <td></td> | ||
+ | <td> 4</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> </strong></td> | ||
+ | <td>H20</td> | ||
+ | <td> 0</td> | ||
+ | <td> 8</td> | ||
+ | <td></td> | ||
+ | <td>8</td> | ||
+ | <td></td> | ||
+ | <td>6</td> | ||
+ | <td></td> | ||
+ | <td>6</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> </strong></td> | ||
+ | <td>6X</br>Loading</br>buffer</td> | ||
+ | <td> 0</td> | ||
+ | <td> 2</td> | ||
+ | <td></td> | ||
+ | <td>2</td> | ||
+ | <td></td> | ||
+ | <td>2</td> | ||
+ | <td></td> | ||
+ | <td>2</td> | ||
+ | </tr> | ||
+ | |||
+ | </tbody> | ||
+ | </table> | ||
+ | </br> | ||
+ | <center>Table 5</center></br></br> | ||
+ | <U>Results</U></br> | ||
+ | The digestion has worked since the plasmids digested have moved faster. </br></br>NB: the gel suffered from overheating. </br> | ||
+ | </br></br></br></br> | ||
+ | Figure 1: </br></br> | ||
+ | </p> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="lightbox" id="exp3"> | ||
+ | <figure> | ||
+ | <a href="#" class="closemsg"></a> | ||
+ | <figcaption><p> | ||
+ | <U> Aim:</U Repeat Midiprep for pET43.1a(+). </br>Since we need a lot of pET43.1a(+) we have to repeat the Midiprep.</br></br> | ||
+ | <U> Protocol:</U> follow in this link</br></br> | ||
+ | <U>What we did in the lab:</U></br> | ||
+ | <U>Materials:</U> | ||
+ | • Falcon of 50 ml</br> | ||
+ | • Petri dish with DH5α transformed with pET43.1a(+)<br> | ||
+ | • L.B (Luria Broth) medium autoclaved (5 ml) </br> | ||
+ | • Shaking incubator (INFORS HT)</br> | ||
+ | • Antibiotic: Carbenicillin 100 mg/ml<br> | ||
+ | • Pipetman P10 and 5 ml graduated pipet</br> | ||
+ | • Bunsen burner </br> | ||
+ | • Cones for P10<br> | ||
+ | • Propipet</br> | ||
+ | • Rack for 50 ml tubes </br></br> | ||
+ | <U>Method:</U></br> | ||
+ | |||
+ | 1. Pick one colony and put it into 5 ml of LB medium + 2,5 of carbenicillin, to obtained 50 | ||
+ | </br> | ||
+ | 2. Grow overnight at 37°C in a shaking incubator at 150 rpm.</br> | ||
+ | </p> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="lightbox" id="exp4"> | ||
+ | <figure> | ||
+ | <a href="#" class="closemsg"></a> | ||
+ | <figcaption> | ||
+ | <p> | ||
+ | <U> Aim:</U> Use the preculture of June 13, 2016 to start the new culture.</br></br> | ||
+ | <U> Protocol:</U> follow in this link</br></br> | ||
+ | <U>What we did in the lab:</U></br> | ||
+ | <U>Materials:</U></br> | ||
+ | • Falcon of 50 ml</br> | ||
+ | • LB autoclaved 500 ml<br> | ||
+ | • 3 precultures performed on June 13, 2016 (redundant cultures in case colonies don’t grow)</br> | ||
+ | • carbenicillin 100 mg/ml</br> | ||
+ | • swing bucket centrifuge (JOUAN GR4i)</br> | ||
+ | |||
+ | </br> | ||
+ | <U>Method:</U></br> | ||
+ | 1. Get back preculture performed on the June 13, 2016, put it in the swing bucket centrifuge during 7 min (3500 RPM) and remove the supernatant. </br> | ||
+ | 2. Add 5ml of fresh L.B, resuspend the pellet and centrifuge again at 3500 RPM during 7 min. </br> | ||
+ | 3. Repeat one more time step 2</br> | ||
+ | 4. Resuspend the pellet into 5 mL of fresh LB+ 2.5 µL of carbenicillin 100 mg/ml</br> | ||
+ | 5. Grow in the shaking incubator (T= 37 °C / 130 RPM) Overnight</br> | ||
+ | </br></br> | ||
+ | |||
+ | We overshot the 0.7 OD, setpoint therefore we continued overnight. </br> | ||
+ | </p> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="lightbox" id="exp5"> | ||
+ | <figure> | ||
+ | <a href="#" class="closemsg"></a> | ||
+ | <figcaption> | ||
+ | <p> | ||
+ | <U> Aim:</U> to make a stab culture we need to capture the bacteria growing at the exponential phase </br> In order to do that we need to take optical density at 600 nm (OD600nm).</br></br> | ||
+ | <U> Protocol:</U> follow in this link</br></br> | ||
+ | <U>What we did in the lab:</U></br> | ||
+ | <U>Materials:</U></br> | ||
+ | • Falcon of 50ml </br> | ||
+ | • LB autoclaved 500 ml<br> | ||
+ | • L.B (Luria Broth) autoclaved (500 ml) </br> | ||
+ | &bull Precultures performed on the June 14, 2016</br> | ||
+ | • Antibiotic: carbenicillin 100 mg/ml</br> | ||
+ | • Microbiology equipment</br> | ||
+ | |||
+ | </br> | ||
+ | <U>Method:</U></br> Before starting the culture we need to have molten LB-agar so we need to place the solid LB agar on a hot plate with stirring. </br> | ||
+ | 1. During growth of the bacterial culture, take one ml aliquot and measure the absorbance at OD600nm every hour for the first three hours, then every 20 min onwards. We recorded OD600nm for this specific experiment after 3 hours.</br> | ||
+ | </br></br> | ||
+ | |||
+ | |||
+ | <table> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th> </th> | ||
+ | <th>Time</th> | ||
+ | <th>Absorbance A’</th> | ||
+ | <th>Absorbance A’’</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><strong><p>12h37 </p></strong></td> | ||
+ | <td></td> | ||
+ | <td>0.013</td> | ||
+ | <td>0.015</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>13h07</p></strong></td> | ||
+ | <td>0.023</td> | ||
+ | <td> 0.027</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><strong> <p>13h37</p></strong></td> | ||
+ | <td>0.063</td> | ||
+ | <td> 0.059 </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>14h07</p></strong></td> | ||
+ | <td>0.110 </td> | ||
+ | <td> 0.105</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>14h27</p></strong></td> | ||
+ | <td>0.172 </td> | ||
+ | <td> 0.170</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>14h47</p></strong></td> | ||
+ | <td>0.265 </td> | ||
+ | <td> 0.256</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>15h07</p></strong></td> | ||
+ | <td>0.384 </td> | ||
+ | <td> 0.377 </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>15h27</p></strong></td> | ||
+ | <td>0.491 </td> | ||
+ | <td> 0.482</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>15h47</p></strong></td> | ||
+ | <td>0.567 </td> | ||
+ | <td> 0.557</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>16h06</p></strong></td> | ||
+ | <td>0.697</td> | ||
+ | <td> 0.608</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>16h29</p></strong></td> | ||
+ | <td>0.816</td> | ||
+ | <td> 0.755</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>17h03</p></strong></td> | ||
+ | <td>0.954 </td> | ||
+ | <td> 0.909 </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>17h20</p></strong></td> | ||
+ | <td>0.954</td> | ||
+ | <td> 0.909</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong> <p>17h40</p></strong></td> | ||
+ | <td>1.061</td> | ||
+ | <td> 1.029</td> | ||
+ | </tr | ||
+ | <tr> | ||
+ | <td><strong> <p>18h00</p></strong></td> | ||
+ | <td>1.092</td> | ||
+ | <td> 1.082</td> | ||
+ | </tr | ||
+ | <tr> | ||
+ | <td><strong> <p>18h00</p></strong></td> | ||
+ | <td>1.122</td> | ||
+ | <td> 1.132</td> | ||
+ | </tr> | ||
+ | |||
+ | </tbody> | ||
+ | </table> | ||
+ | </br> | ||
+ | <center>Table 6</center></br> </br> | ||
+ | <U>Growth curve :</U> | ||
+ | |||
+ | </br> Figure 2: Growth curve for DH5α-pET43.1a(+) by measurement of OD600nm. O-time point corresponds to 12h37</br> | ||
+ | |||
+ | </p> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="lightbox" id="exp6"> | ||
+ | <figure> | ||
+ | <a href="#" class="closemsg"></a> | ||
+ | <figcaption> | ||
+ | <p> | ||
+ | <U> Protocol: follow on this link</U></br></br> | ||
+ | <U> What we did on the lab:</U></br> | ||
+ | <U> Method:</U></br> | ||
+ | 1. 20 ml of warm LB + agar is placed in a 50 ml Falcon and 20 l of carbenicillin 50 mg/ml added, swirl to mix</br> | ||
+ | 2. Aliquot 1 ml of LB + agar in 2 ml sterile tubes (10 tubes per each culture, so 20 tubes total) </br> | ||
+ | 3. When the mixture solidified, soak a toothpick in bacterium culture and stab the LB agar several times</br> | ||
+ | 4. Grow overnight at 37 °C and next day place it at 4°C</br> | ||
+ | </p> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="lightbox" id="exp7"> | ||
+ | <figure> | ||
+ | <a href="#" class="closemsg"></a> | ||
+ | <figcaption> | ||
+ | <p> | ||
+ | <U> Aim:</U> we received our gene block synthetized DNA constructs in lyophilized form. In order to ligate them in our plasmid, we need to resuspend them in buffer. </br> Add TE buffer in each tubes and refer to the next table for volumes | ||
+ | </br></br> | ||
+ | |||
+ | |||
+ | <table> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th>Name </th> | ||
+ | <th>Weight (mg)</th> | ||
+ | <th>Cfinal (ng/µ ;l)</th> | ||
+ | <th>V(TE) (µ ;l)</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><strong><p>A1 </p></strong></td> | ||
+ | <td>500</td> | ||
+ | <td>10</td> | ||
+ | <td>50</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong><p>A2 </p></strong></td> | ||
+ | <td>500</td> | ||
+ | <td>10</td> | ||
+ | <td>50</td> | ||
+ | <tr> | ||
+ | <td><strong><p>C1 </p></strong></td> | ||
+ | <td>1000</td> | ||
+ | <td>10</td> | ||
+ | <td>100</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong><p>C2 </p></strong></td> | ||
+ | <td>1000</td> | ||
+ | <td>10</td> | ||
+ | <td>100</td> | ||
+ | </tr> | ||
+ | <td><strong><p>D1 </p></strong></td> | ||
+ | <td>500</td> | ||
+ | <td>10</td> | ||
+ | <td>50</td> | ||
+ | </tr> | ||
+ | <td><strong><p>D2 </p></strong></td> | ||
+ | <td>500</td> | ||
+ | <td>10</td> | ||
+ | <td>50</td> | ||
+ | </tr> | ||
+ | <td><strong><p>E1 </p></strong></td> | ||
+ | <td>500</td> | ||
+ | <td>10</td> | ||
+ | <td>50</td> | ||
+ | </tr> | ||
+ | <td><strong><p>E2 </p></strong></td> | ||
+ | <td>500</td> | ||
+ | <td>10</td> | ||
+ | <td>50</td> | ||
+ | </tr> | ||
+ | <td><strong><p>B2 </p></strong></td> | ||
+ | <td>1000</td> | ||
+ | <td>10</td> | ||
+ | <td>100</td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | </br> | ||
+ | <center>Table 7</center></br> </br> | ||
+ | </p> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </body> | ||
+ | <html> | ||
+ | |||
+ | <div class="lightbox" id="exp8"> | ||
+ | <figure> | ||
+ | <a href="#" class="closemsg"></a> | ||
+ | <figcaption> | ||
+ | <p> | ||
+ | <U> Aim:</U> We want to have only the DNA backbone of pET43.1a(+) and pSB1C3, not the inserts that lie between the restriction sites. SpeI/ XbaI or BamHI/HindIII respectively, so we have to extract the plasmid backbone on out of an agarose gel. Furthermore, to clean the pET43.1a(+) and pSB1C3 backbones we use the gel extraction kit of QIAGEN. Afterwards we ligated our plasmid with the inserts. In this experiment we use inserts C1 and C2 | ||
+ | </br></br> | ||
+ | |||
+ | <U> Protocol:</U> follow in this link</br></br> | ||
+ | <U>What we did in the lab:</U></br> | ||
+ | <U>Material:</U></br> | ||
+ | • We use the NEB extraction kit. Monarch DNA Gel Extraction Kit (/#T1020G) </br></br> | ||
+ | <U>Method:</U></br> | ||
+ | |||
+ | 1. Excise the DNA fragment from the agarose gel and transfer to 1 ml Eppendorf tube. </br> | ||
+ | 2. Add 4 volumes of gel dissolving buffer (NT1) to the gel slice. For NT1 volumes, refer to the Table 8: . </br> | ||
+ | |||
+ | |||
+ | <table> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th> </th> | ||
+ | <th></th> | ||
+ | <th>Empty</br>Eppendorf (g)</th> | ||
+ | <th>Eppendorf</br>+ gelf (g)</th> | ||
+ | <th>Final weight (mg)</th> | ||
+ | |||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><strong><p>pET43.1a(+)</p></strong></td> | ||
+ | <td>m1</td> | ||
+ | <td>0.9</td> | ||
+ | <td>1.3</td> | ||
+ | <td>329.6</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong><p>pET43.1a(+)</p></strong></td> | ||
+ | <td>m2</td> | ||
+ | <td>0.9</td> | ||
+ | <td>1.3</td> | ||
+ | <td>265.3</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong><p>pSB1C3 </p></strong></td> | ||
+ | <td>m1</td> | ||
+ | <td>0.9</td> | ||
+ | <td>1.2</td> | ||
+ | <td>251.1</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong><p> pSB1C3 </p></strong></td> | ||
+ | <td>m2</td> | ||
+ | <td>1.0</td> | ||
+ | <td>1.2</td> | ||
+ | <td>185.6</td> | ||
+ | </tbody> | ||
+ | </table> | ||
+ | </br> | ||
+ | <center>Table 8</center></br> </br> | ||
+ | 3. Incubate the samples between 37-55°C vortexing periodically until the gel slice is completely dissolved (/ ~ 10min) </br> | ||
+ | 4. Load sample onto the column. Close the cap, spin for 1 min then discard flow though</br> | ||
+ | 5. Re insert column into collection tube. Add 200 µl DNA wash buffer and spin for one minute. Discard flow-through</br> | ||
+ | 6. Repeat step 5</br> | ||
+ | 7. Transfer column to a clean 1.5 ml microfuge tube</br> | ||
+ | 8. Add 6 µl of DNA Elution buffer to the center of the matric. Wait for 1 min and spin for 1 min to elute DNA</br> | ||
+ | |||
+ | </p> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="lightbox" id="exp9"> | ||
+ | <figure> | ||
+ | <a href="#" class="closemsg"></a> | ||
+ | <figcaption> | ||
+ | <p> | ||
+ | <U> Aim:</U> after digestion of the plasmid backbone we now proceed with the digestion of the inserts C1 and C2. </br></br> | ||
+ | |||
+ | <U> Protocol:</U> follow in this link</br></br> | ||
+ | <U>What we did in the lab:</U></br> | ||
+ | <U>Material:</U></br></br> | ||
+ | <U>Method:</U></br> | ||
+ | Add all reagents in 1 ml Eppendorf </br></br> | ||
+ | - Digest during 2 h at 37 °C </br> | ||
+ | - For the reagent volumes, refer to the Table 9. Total volume = 50 µl</br></br> | ||
+ | |||
+ | |||
+ | <table> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th> </th> | ||
+ | <th></th> | ||
+ | <th>C1</th> | ||
+ | <th>C2</th> | ||
+ | |||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td><strong><p>DNA (µl)</p></strong></td> | ||
+ | <td>20</td> | ||
+ | <td>20</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong><p>BamHI (µl)</p></strong></td> | ||
+ | <td>1</td> | ||
+ | <td>1</td> | ||
+ | </tr> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><strong><p>HindIII (µl)</ </p></strong></td> | ||
+ | <td>2</td> | ||
+ | <td>2</td | ||
+ | </tr> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong><p> H20 (µl)</ </p></strong></td> | ||
+ | <td>22</td> | ||
+ | <td>22</td> | ||
+ | </tr> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><strong><p> CutSmart(µl)</ </p></strong></td> | ||
+ | <td>5</td> | ||
+ | <td>5</td> | ||
+ | </tr> | ||
+ | |||
+ | </tbody> | ||
+ | </table> | ||
+ | </br> | ||
+ | <center>Table 9</center></br> </br> | ||
+ | |||
+ | </p> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="lightbox" id="exp10"> | ||
+ | <figure> | ||
+ | <a href="#" class="closemsg"></a> | ||
+ | <figcaption> | ||
+ | <p> | ||
+ | <U> Aim:</U></br></br> | ||
+ | |||
+ | <U> Protocol:</U> follow in this link</br></br> | ||
+ | |||
+ | </p> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="lightbox" id="exp11"> | ||
+ | <figure> | ||
+ | <a href="#" class="closemsg"></a> | ||
+ | <figcaption> | ||
+ | <p> | ||
+ | <U> Aim:</U></br></br> | ||
+ | |||
+ | <U> Protocol:</U> follow in this link</br></br> | ||
+ | |||
+ | </p> | ||
+ | </figcaption> | ||
+ | </figure> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> |