Difference between revisions of "Team:Austin UTexas LASA/Experiments"

 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{:Team:Austin_UTexas_LASA/Templates/header}}
 
{{:Team:Austin_UTexas_LASA/Templates/header}}
 
<html>
 
<html>
 
+
  <script>
<script>
+
      $(function() {
  $(function() {
+
     
 
+
        function toggleChevron(e) {
    function toggleChevron(e) {
+
            $(e.target)
        $(e.target)
+
                    .prev('.panel-heading')
                .prev('.panel-heading')
+
                    .find("i")
                .find("i")
+
                    .toggleClass('rotate-icon');
                .toggleClass('rotate-icon');
+
            $('.panel-body.animated').toggleClass('zoomIn zoomOut');
        $('.panel-body.animated').toggleClass('zoomIn zoomOut');
+
        }
    }
+
       
   
+
        $('#accordion').on('hide.bs.collapse', toggleChevron);
    $('#accordion').on('hide.bs.collapse', toggleChevron);
+
        $('#accordion').on('show.bs.collapse', toggleChevron);
    $('#accordion').on('show.bs.collapse', toggleChevron);
+
      })
})
+
     
 
+
  </script>
</script>
+
  <style>
 
+
      /*
<style>
+
      snippet from Animate.css - zoomIn effect
/*
+
      */
snippet from Animate.css - zoomIn effect
+
      .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s
*/
+
      }@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s
+
      @-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}
}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
+
      #accordion .panel-title i.glyphicon{
@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}
+
      -moz-transition: -moz-transform 0.5s ease-in-out;
 
+
      -o-transition: -o-transform 0.5s ease-in-out;
#accordion .panel-title i.glyphicon{
+
      -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
+
      transition: transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
+
      }
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
+
      .rotate-icon{
    transition: transform 0.5s ease-in-out;
+
      -webkit-transform: rotate(-225deg);
}
+
      -moz-transform: rotate(-225deg);
 
+
      transform: rotate(-225deg);
.rotate-icon{
+
      }
    -webkit-transform: rotate(-225deg);
+
      .panel{
    -moz-transform: rotate(-225deg);
+
      border: 0px;
    transform: rotate(-225deg);
+
      border-bottom: 2px solid #bf5700;
}
+
      }
 
+
      .panel-group .panel+.panel{
.panel{
+
      margin-top: 3px;
    border: 0px;
+
      }
    border-bottom: 2px solid #bf5700;
+
      .panel-group .panel{
}
+
      border-radius: 0px;
.panel-group .panel+.panel{
+
      }
    margin-top: 3px;
+
      .panel-heading{
}
+
      border-radius: 0px;
.panel-group .panel{
+
      color: black;
    border-radius: 0px;
+
      padding: 10px 10px;
}
+
      }
.panel-heading{
+
      .panel-custom>.panel-heading{
    border-radius: 0px;
+
      background-color: white;
    color: black;
+
      }
    padding: 10px 10px;
+
      .panel-group .panel:last-child{
}
+
      border-bottom: 2px solid #bf5700;
.panel-custom>.panel-heading{
+
      }
    background-color: white;
+
      panel-collapse .collapse.in{
}
+
      border-bottom:2px;
.panel-group .panel:last-child{
+
      }
    border-bottom: 2px solid #bf5700;
+
  </style>
}
+
  <br/>
panel-collapse .collapse.in{
+
  <div>
    border-bottom:2px;
+
      <h1 style="height:80px;padding-top:20px;">Experiments</h1>
}
+
  </div>
 
+
  <center>
</style>
+
      <h2><b>Protocols</b> </h2>
 
+
  </center>
  <br/>
+
  <div class="container">
  <div>
+
      <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
    <h1 style="height:80px;padding-top:20px;">Experiments</h1>
+
        <div class="panel panel-custom">
  </div>
+
            <div class="panel-heading" role="tab" id="headingOne">
<center>
+
              <h4 class="panel-title">
<h2><b>Protocols</b> </h2>
+
                  <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
</center>
+
                  <i class="glyphicon glyphicon-plus"></i>
<div class="container">
+
                  PCR (Polymerase Chain Reaction)
        <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
+
                  </a>
            <div class="panel panel-custom">
+
              </h4>
                <div class="panel-heading" role="tab" id="headingOne">
+
                    <h4 class="panel-title">
+
                        <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
+
                            <i class="glyphicon glyphicon-plus"></i>
+
                          PCR (Polymerase Chain Reaction)
+
                        </a>
+
                    </h4>
+
                </div>
+
                <div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
+
                    <div class="panel-body animated zoomOut">
+
<h2>Reactants</h2>
+
<table>
+
  <tr>
+
    <th>10x Reaction Mix</th>
+
    <th>5 uL</th>
+
  </tr>
+
  <tr>
+
    <th>For primer (10 uM)</th>
+
    <th>1 uL</th>
+
  </tr>
+
  <tr>
+
    <th>Rev primer (10 uM)</th>
+
    <th>1 uL</th>
+
  </tr>
+
  <tr>
+
    <th>Template</th>
+
    <th>1 uL</th>
+
  </tr>
+
  <tr>
+
    <th>Taq Polymerase</th>
+
    <th>1 uL</th>
+
  </tr>
+
  <tr>
+
    <th>MgCl2 (25 mM)</th>
+
    <th>1 uL</th>
+
  </tr>
+
  <tr>
+
    <th>DMSO</th>
+
    <th>1 uL</th>
+
  </tr>
+
  <tr>
+
    <th>NF H2o</th>
+
    <th>41 uL</th>
+
  </tr>
+
  <tr>
+
    <th><strong>Total</strong></th>
+
    <th><strong>50 uL</strong></th>
+
  </tr>
+
</table>
+
<h6>Protocol</h6>
+
<ol>
+
<li>On ice, add all reagents to PCR tube, Taq polymerase last. </li>
+
<li>Run thermocycler program:</li>
+
<ul>
+
<li>95 C  for  5 min  (2 min if NOT using Hotstart)
+
</li>
+
</ul>
+
</ol>
+
<p>> 10 cycles:<br>
+
95 C  for  20 s<br>
+
0.3 C/s to 50 C<br>
+
72 C  for  # s (extension = 1 min/kb)<br>
+
</p>
+
<p>
+
> 15 cycles:
+
<br>95 C  for  20 s                                   
+
<br>55 C  for  20 s
+
<br>72 C  for  1 min
+
</p>
+
<p>
+
<br>72 C  for  10 min
+
<br>4 C  forever
+
</p>
+
                    </div>
+
                </div>
+
 
             </div>
 
             </div>
             <div class="panel panel-custom">
+
             <div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
                <div class="panel-heading" role="tab" id="headingTwo">
+
              <div class="panel-body animated zoomOut">
                    <h4 class="panel-title">
+
                  <h2>Reactants</h2>
                        <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
+
                  <table>
                            <i class="glyphicon glyphicon-plus"></i>
+
                    <tr>
                            PCR Clean Up
+
                         <th>10x Reaction Mix</th>
                         </a>
+
                        <th>5 uL</th>
                    </h4>
+
                    </tr>
                </div>
+
                    <tr>
                <div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
+
                        <th>For primer (10 uM)</th>
                    <div class="panel-body animated zoomOut">
+
                        <th>1 uL</th>
<p>Reagents and protocol from Zymo DNA Clean & Concentrator Kit</p>
+
                    </tr>
<br>
+
                    <tr>
<p><strong>Reagents</strong></p>
+
                        <th>Rev primer (10 uM)</th>
<table>
+
                        <th>1 uL</th>
  <tr>
+
                    </tr>
    <th>DNA Binding Buffer</th>
+
                    <tr>
    <th>Refer to table below.</th>
+
                        <th>Template</th>
  </tr>
+
                        <th>1 uL</th>
  <tr>
+
                    </tr>
    <th>DNA Wash Buffer</th>
+
                    <tr>
    <th>Refer to table below.</th>
+
                        <th>Taq Polymerase</th>
  </tr>
+
                        <th>1 uL</th>
  <tr>
+
                    </tr>
    <th>NF H2O</th>
+
                    <tr>
    <th>Volume dependent on objective.</th>
+
                        <th>MgCl2 (25 mM)</th>
  </tr>
+
                        <th>1 uL</th>
</table>
+
                    </tr>
<br>
+
                    <tr>
<p><strong>Protocol:</strong>all centrifugation steps should be performed between 10,000 - 16,000g.
+
                        <th>DMSO</th>
<br>
+
                        <th>1 uL</th>
<ol>
+
                    </tr>
<li>On ice, add DNA Binding Buffer (2-7 volumes) and the sample (see table below) in a microcentrifuge tube and mix briefly by vortexing.</li>
+
                    <tr>
<table>
+
                        <th>NF H2o</th>
    <th><strong>Application</strong></th>
+
                        <th>41 uL</th>
    <th><strong>DNA Binding Buffer: Sample</strong></th>
+
                    </tr>
    <th><strong>Example</strong></th>
+
                    <tr>
  </tr>
+
                        <th><strong>Total</strong></th>
  <tr>
+
                        <th><strong>50 uL</strong></th>
    <th>Genomic DNA (> 2 kb)</th>
+
                    </tr>
    <th>2 : 1</th>
+
                  </table>
    <th>200 uL : 100 uL</th>
+
                  <h6>Protocol</h6>
  </tr>
+
                  <ol>
   <tr>
+
                    <li>On ice, add all reagents to PCR tube, Taq polymerase last. </li>
    <th>PCR Product, DNA Fragment</th>
+
                    <li>Run thermocycler program:</li>
    <th>5 : 1</th>
+
                    <ul>
    <th>500 uL : 100 uL</th>
+
                        <li>95 C  for  5 min   (2 min if NOT using Hotstart)</li>
  </tr>
+
                    </ul>
</table>
+
                  </ol>
<li>Transfer mixture to a minicolumn inside of a collection tube and centrifuge for 30 seconds, discard flow-through.</li>
+
                  <p>> 10 cycles:<br>
<li>Add 200 uL DNA Wash Buffer to the column and centrifuge for 30 seconds. Repeat 1x. </li>
+
                    95 C  for  20 s<br>
<li>Add water (volume dependent on objective) directly to the column, and incubate at room temperature for 1 min.</li>
+
                    0.3 C/s to 50 C<br>
<li>Transfer the column to a clean microcentrifuge tube and centrifuge for 1 min to elute the DNA.</li>
+
                    72 C  for  # s (extension = 1 min/kb)<br>
</ol>
+
                  </p>
</p>
+
                  <p>
                    </div>
+
                    > 15 cycles:
                </div>
+
                    <br>95 C  for 20 s                                   
 +
                    <br>55 C  for  20 s
 +
                    <br>72 C  for 1 min
 +
                  </p>
 +
                  <p>
 +
                    <br>72 C  for 10 min
 +
                    <br>4 C  forever
 +
                  </p>
 +
              </div>
 
             </div>
 
             </div>
            <div class="panel panel-custom">
+
        </div>
                <div class="panel-heading" role="tab" id="headingThree">
+
        <div class="panel panel-custom">
                    <h4 class="panel-title">
+
            <div class="panel-heading" role="tab" id="headingTwo">
                    <i class="glyphicon glyphicon-plus"></i>                   
+
              <h4 class="panel-title">
                        <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">                          
+
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
                            Gels & Gel Electrophoresis
+
                  <i class="glyphicon glyphicon-plus"></i>
                        </a>                       
+
                  PCR Clean Up
                    </h4>
+
                  </a>
                </div>
+
              </h4>
                <div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
+
                    <div class="panel-body animated zoomOut">
+
<p>Reagents:</p>
+
<table>
+
  <tr>
+
    <th>TAE Buffer</th>
+
    <th>~ 50 mL per gel, more necessary for electrophoresis chamber.</th>
+
  </tr>
+
  <tr>
+
    <th>NF Agarose (generally Seakem LE)</th>
+
    <th>Grams of agarose : mL buffer = percentage of gel</th>
+
  </tr>
+
  <tr>
+
    <th>Ethidium Bromide</th>
+
    <th>~ 1 drop</th>
+
  </tr>
+
</table>
+
<p>**Don’t forget ladder.
+
<br>
+
Protocol (gel):
+
<ol>
+
<li>Mix the TAE buffer and agarose once measured in microwavable flask. Stir with stir bar in flask and magnetic stirrer.</li>
+
<li>Afterwards, microwave for 1-3 mins until agarose is completely dissolved.
+
<ul>Pause the microwave if the solution starts bubbling over, then stir the solution by slightly shaking the flask, and put the flask in the microwave again.</ul>
+
</li>
+
<li>Let the flask cool until it is cool enough to carry with the orange heat “gloves.”</li>
+
<li>Add ethidium bromide and let gel solidify (10 - 20 min). Remember combs.</li>
+
<li>Usually, use the gel for gel electrophoresis right away, but if needed, the gel can be stored in a container filled with TAE buffer and 1-2 drops of ethidium bromide.</li>
+
</ol>
+
<br>
+
Protocol (gel electrophoresis):
+
<br>
+
<ol>
+
<li>Add reagents together (always at least ladder and sample).</li>
+
<ul><li>This can occur in PCR tubes or parafilm.</li></ul>
+
<br># bp ladder - 2 uL
+
<br>Loading dye - 4 uL (1:3.5 ratio)
+
<br>Water - 8 uL
+
<br>
+
<br>Sample - volume depends on objective. Remember: try to have at least 50 ng to visualize on gel.
+
<br>Loading dye - 1:3 ratio with sample.
+
<br>
+
<li>Place the gel in the gel tray in the gel electrophoresis chamber and fill with TAE buffer to max line.
+
<ul><li>Since DNA is negatively charged, the wells should be near the positive end (black) and DNA will “run to red.”</li></ul></li>
+
<li>Put the ladder and sample(s) in the wells with the ladder in Well 1, etc. Close the chamber properly, and run the gel electrophoresis chamber at 100 - 130 V.</li>
+
<li>Wait for about 30 minutes before stopping the gel electrophoresis chamber and removing the gel tray.</li>
+
<li>Place the gel in the Gel Imager (UV Light) next to the computer that will show the image. Run the program “Ethidium Bromide” to see DNA bands.
+
<ul><li>Make sure to position the gel in the center.</li><li>Remember: smaller fragments are farther away from the wells.</li></ul></li>
+
<li>Clean up area, making sure to throw the gel away in the gel waste bin.</li>
+
</ol>
+
</p>
+
                    </div>
+
                </div>
+
 
             </div>
 
             </div>
          <div class="panel panel-custom">
+
            <div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
                <div class="panel-heading" role="tab" id="headingFive">
+
              <div class="panel-body animated zoomOut">
                    <h4 class="panel-title">
+
                  <p>Reagents and protocol from Zymo DNA Clean & Concentrator Kit</p>
                    <i class="glyphicon glyphicon-plus"></i>                  
+
                  <br>
                        <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="false" aria-controls="collapseFive">                          
+
                  <p><strong>Reagents</strong></p>
                            Gel Purification
+
                  <table>
                        </a>                      
+
                    <tr>
                    </h4>
+
                        <th>DNA Binding Buffer</th>
                </div>
+
                        <th>Refer to table below.</th>
                <div id="collapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFive">
+
                    </tr>
                    <div class="panel-body animated zoomOut">
+
                    <tr>
<p>Reagents</p>
+
                        <th>DNA Wash Buffer</th>
<table>
+
                        <th>Refer to table below.</th>
<tr>
+
                    </tr>
    <th>Membrane Binding Solution</th>
+
                    <tr>
    <th>1 mL per each g of gel</th>
+
                        <th>NF H2O</th>
  </tr>
+
                        <th>Volume dependent on objective.</th>
<tr>
+
                    </tr>
    <th>Membrane Wash Solution</th>
+
                  </table>
    <th>1200 uL</th>
+
                  <br>
  </tr>
+
                  <p><strong>Protocol:</strong>all centrifugation steps should be performed between 10,000 - 16,000g.
<tr>
+
                    <br>
    <th>NF water</th>
+
                  <ol>
    <th>15 uL</th>
+
                    <li>On ice, add DNA Binding Buffer (2-7 volumes) and the sample (see table below) in a microcentrifuge tube and mix briefly by vortexing.</li>
  </tr>
+
                    <table>
</table>
+
                        <th><strong>Application</strong></th>
<p>Protocol
+
                        <th><strong>DNA Binding Buffer: Sample</strong></th>
<br>
+
                        <th><strong>Example</strong></th>
<ol>
+
                        </tr>
<li>Weigh a microcentrifuge tube for each DNA fragment to be isolated and record weight</li>
+
                        <tr>
<li>Use a UV lamp to excise the DNA fragment of interest in a minimal volume of agarose using a clean scalpel or razor blade</li>
+
                          <th>Genomic DNA (> 2 kb)</th>
<li>Transfer the gel slice to the weighed microcentrifuge tube and record the weight</li>
+
                          <th>2 : 1</th>
<li>Subtract the weight of the empty tube from the total weight to obtain the weight of the gel slice<ul><li>The gel slice may be stored at 4°C or at –20°C for up to one week in a tightly closed tube under nuclease-free conditions before continuing purification</li></ul></li>
+
                          <th>200 uL : 100 uL</th>
<li>Add Membrane Binding Solution to the gel slice</li>
+
                        </tr>
<li>Vortex the mixture and incubate at 50–65°C for 10 minutes or until the gel slice is completely dissolved</li>
+
                        <tr>
<li>Vortex the tube every few minutes to increase the rate of agarose gel melting</li>
+
                          <th>PCR Product, DNA Fragment</th>
<li>Centrifuge the tube briefly at room temperature to ensure the contents are at the bottom of the tube<ul><li>Once the agarose gel is melted, the gel will not resolidify at room temperature</li></ul></li>
+
                          <th>5 : 1</th>
<li>Transfer the dissolved gel mixture or prepared PCR product to the SV Minicolumn assembly</li>
+
                          <th>500 uL : 100 uL</th>
<li>Incubate for 1 minute at room temperature before centrifugation for 1 minute and discarding supernatant</li>
+
                        </tr>
<li>Wash with 700µL of Membrane Wash Solution, centrifuge for  1 minute, and discard supernatant</li>
+
                    </table>
<li>Wash with 500µL of Membrane Wash Solution, centrifuge for 5 minutes, and discard supernatant</li>
+
                    <li>Transfer mixture to a minicolumn inside of a collection tube and centrifuge for 30 seconds, discard flow-through.</li>
<li>Centrifuge 1 minute with the microcentrifuge lid open to allow evaporation of any residual ethanol</li>
+
                    <li>Add 200 uL DNA Wash Buffer to the column and centrifuge for 30 seconds. Repeat 1x. </li>
<li>Transfer SV Minicolumn to a new microcentrifuge tube</li>
+
                    <li>Add water (volume dependent on objective) directly to the column, and incubate at room temperature for 1 min.</li>
<li>Add Nuclease Free water directly to the center of the column<ul><li>Membrane should be completely covered with nuclease-free water</li></ul></li>
+
                    <li>Transfer the column to a clean microcentrifuge tube and centrifuge for 1 min to elute the DNA.</li>
<li>Incubate at room temperature for 1 minute, centrifuge for 1 minute at 16,000 × g, and repeat</li>
+
                  </ol>
<li>Discard the SV Minicolumn</li>
+
                  </p>
<li>Store the tube containing the eluted DNA at 4°C or –20°C<ul><li>Check the purity of DNA in the nanodrop</li><li>If concentration not high enough, speed vac and nanodrop again</li></ul></li>
+
              </div>
</ol>
+
 
+
 
+
</p>
+
                    </div>
+
                </div>
+
 
             </div>
 
             </div>
    <div class="panel panel-custom">
+
        </div>
                <div class="panel-heading" role="tab" id="headingSix">
+
        <div class="panel panel-custom">
                    <h4 class="panel-title">
+
            <div class="panel-heading" role="tab" id="headingThree">
                    <i class="glyphicon glyphicon-plus"></i>                     
+
              <h4 class="panel-title">
                         <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSix" aria-expanded="false" aria-controls="collapseSix">                             
+
                  <i class="glyphicon glyphicon-plus"></i>                     
                            Gibson Cloning
+
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">                           
                        </a>                         
+
                  Gels & Gel Electrophoresis
                    </h4>
+
                  </a>                       
                </div>
+
              </h4>
                <div id="collapseSix" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSix">
+
            </div>
                    <div class="panel-body animated zoomOut">
+
            <div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<p>Reagents:
+
              <div class="panel-body animated zoomOut">
<table>
+
                  <p>Reagents:</p>
<tr>
+
                  <table>
    <th>DNA insert</th>
+
                    <tr>
    <th>3:1 insert to vector ratio. Should have ~--- ng.</th>
+
                         <th>TAE Buffer</th>
  </tr>
+
                        <th>~ 50 mL per gel, more necessary for electrophoresis chamber.</th>
<tr>
+
                    </tr>
    <th>DNA vector</th>
+
                    <tr>
    <th>3:1 insert to vector ratio. </th>
+
                        <th>NF Agarose (generally Seakem LE)</th>
  </tr>
+
                        <th>Grams of agarose : mL buffer = percentage of gel</th>
<tr>
+
                    </tr>
<tr>
+
                    <tr>
    <th>Gibson Master Mix</th>
+
                        <th>Ethidium Bromide</th>
    <th>15 uL</th>
+
                        <th>~ 1 drop</th>
  </tr>
+
                    </tr>
<tr>
+
                  </table>
    <th>NF H2O</th>
+
                  <p>**Don’t forget ladder.
    <th>Remaining volume necessary. </th>
+
                    <br>
  </tr>
+
                    Protocol (gel):
<tr>
+
                  <ol>
    <th>Total</th>
+
                    <li>Mix the TAE buffer and agarose once measured in microwavable flask. Stir with stir bar in flask and magnetic stirrer.</li>
    <th>20 uL</th>
+
                    <li>
  </tr>
+
                        Afterwards, microwave for 1-3 mins until agarose is completely dissolved.
</table>
+
                        <ul>Pause the microwave if the solution starts bubbling over, then stir the solution by slightly shaking the flask, and put the flask in the microwave again.</ul>
</p>
+
                    </li>
 
+
                    <li>Let the flask cool until it is cool enough to carry with the orange heat “gloves.”</li>
<p>
+
                    <li>Add ethidium bromide and let gel solidify (10 - 20 min). Remember combs.</li>
Procedure
+
                    <li>Usually, use the gel for gel electrophoresis right away, but if needed, the gel can be stored in a container filled with TAE buffer and 1-2 drops of ethidium bromide.</li>
<br>
+
                  </ol>
<ol>
+
                  <br>
<li>Calculate the amount of insert, vector, and water needed. Use calculations on spreadsheets in drive.<ul><li>3:1 insert to vector ratio</li><li>Should have 500 ng of template DNA</li></ul></li>
+
                  Protocol (gel electrophoresis):
<table>
+
                  <br>
<tr>
+
                  <ol>
    <th>Reagents</th>
+
                    <li>Add reagents together (always at least ladder and sample).</li>
    <th>Concentration (ng/uL)</th>
+
                    <ul>
    <th>Concentration (g/uL)</th>
+
                        <li>This can occur in PCR tubes or parafilm.</li>
    <th># bp</th>
+
                    </ul>
    <th>Mol weight (amu)</th>
+
                    <br># bp ladder - 2 uL
    <th>M (Concentration/MW)</th>
+
                    <br>Loading dye - 4 uL (1:3.5 ratio)
    <th>uL necessary for # fmol</th>
+
                    <br>Water - 8 uL
  </tr>
+
                    <br>
<tr>
+
                    <br>Sample - volume depends on objective. Remember: try to have at least 50 ng to visualize on gel.
    <th>Insert</th>
+
                    <br>Loading dye - 1:3 ratio with sample.
    <th>given</th>
+
                    <br>
    <th>Conc (ng/uL) * 10^(-9)</th>
+
                    <li>
    <th>given</th>
+
                        Place the gel in the gel tray in the gel electrophoresis chamber and fill with TAE buffer to max line.
    <th># bp * 650</th>
+
                        <ul>
    <th>Conc (g/uL) / mol weight</th>
+
                          <li>Since DNA is negatively charged, the wells should be near the positive end (black) and DNA will “run to red.”</li>
    <th># fmol / M</th>
+
                        </ul>
  </tr>
+
                    </li>
<tr>
+
                    <li>Put the ladder and sample(s) in the wells with the ladder in Well 1, etc. Close the chamber properly, and run the gel electrophoresis chamber at 100 - 130 V.</li>
    <th>Vector</th>
+
                    <li>Wait for about 30 minutes before stopping the gel electrophoresis chamber and removing the gel tray.</li>
    <th>given</th>
+
                    <li>
    <th>Conc (ng/uL) * 10^(-9)</th>
+
                        Place the gel in the Gel Imager (UV Light) next to the computer that will show the image. Run the program “Ethidium Bromide” to see DNA bands.
    <th>given</th>
+
                        <ul>
    <th># bp * 650</th>
+
                          <li>Make sure to position the gel in the center.</li>
    <th>Conc (g/uL) / mol weight</th>
+
                          <li>Remember: smaller fragments are farther away from the wells.</li>
    <th># fmol / M</th>
+
                        </ul>
  </tr>
+
                    </li>
<tr>
+
                    <li>Clean up area, making sure to throw the gel away in the gel waste bin.</li>
    <th>Gibson Master Mix</th>
+
                  </ol>
    <th>n/a</th>
+
                  </p>
    <th>n/a</th>
+
              </div>
    <th>n/a</th>
+
            </div>
    <th>n/a</th>
+
        </div>
    <th>n/a</th>
+
        <div class="panel panel-custom">
    <th>15</th>
+
            <div class="panel-heading" role="tab" id="headingFive">
  </tr>
+
              <h4 class="panel-title">
<tr>
+
                  <i class="glyphicon glyphicon-plus"></i>                   
    <th>NF H2O</th>
+
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="false" aria-controls="collapseFive">                           
    <th>n/a</th>
+
                  Gel Purification
    <th>n/a</th>
+
                  </a>                       
    <th>n/a</th>
+
              </h4>
    <th>n/a</th>
+
            </div>
    <th>n/a</th>
+
            <div id="collapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFive">
    <th>20 - (sum)</th>
+
              <div class="panel-body animated zoomOut">
  </tr>
+
                  <p>Reagents</p>
<tr>
+
                  <table>
    <th></th>
+
                    <tr>
<th></th>
+
                        <th>Membrane Binding Solution</th>
<th></th>
+
                        <th>1 mL per each g of gel</th>
<th></th>
+
                    </tr>
<th>Total</th>
+
                    <tr>
<th></th>
+
                        <th>Membrane Wash Solution</th>
    <th>20 uL</th>
+
                        <th>1200 uL</th>
</tr>
+
                    </tr>
</table>
+
                    <tr>
<li>On ice, put the insert, vector, and water in a PCR tube with 15 uL of the gibson master mix.<ul><li>There should already be aliquots of 15 uL of gibson master mix (GA) in the fridge. Restock if not.</li></ul></li>
+
                        <th>NF water</th>
<li>Run thermocycler program.</li>
+
                        <th>15 uL</th>
<br>50 C  for  1 hr
+
                    </tr>
<br>4 C forever
+
                  </table>
</ol>
+
                  <p>Protocol
</p>
+
                    <br>
 
+
                  <ol>
                     </div>
+
                    <li>Weigh a microcentrifuge tube for each DNA fragment to be isolated and record weight</li>
                </div>
+
                    <li>Use a UV lamp to excise the DNA fragment of interest in a minimal volume of agarose using a clean scalpel or razor blade</li>
 +
                    <li>Transfer the gel slice to the weighed microcentrifuge tube and record the weight</li>
 +
                    <li>
 +
                        Subtract the weight of the empty tube from the total weight to obtain the weight of the gel slice
 +
                        <ul>
 +
                          <li>The gel slice may be stored at 4°C or at –20°C for up to one week in a tightly closed tube under nuclease-free conditions before continuing purification</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Add Membrane Binding Solution to the gel slice</li>
 +
                    <li>Vortex the mixture and incubate at 50–65°C for 10 minutes or until the gel slice is completely dissolved</li>
 +
                    <li>Vortex the tube every few minutes to increase the rate of agarose gel melting</li>
 +
                    <li>
 +
                        Centrifuge the tube briefly at room temperature to ensure the contents are at the bottom of the tube
 +
                        <ul>
 +
                          <li>Once the agarose gel is melted, the gel will not resolidify at room temperature</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Transfer the dissolved gel mixture or prepared PCR product to the SV Minicolumn assembly</li>
 +
                    <li>Incubate for 1 minute at room temperature before centrifugation for 1 minute and discarding supernatant</li>
 +
                    <li>Wash with 700µL of Membrane Wash Solution, centrifuge for  1 minute, and discard supernatant</li>
 +
                    <li>Wash with 500µL of Membrane Wash Solution, centrifuge for 5 minutes, and discard supernatant</li>
 +
                    <li>Centrifuge 1 minute with the microcentrifuge lid open to allow evaporation of any residual ethanol</li>
 +
                    <li>Transfer SV Minicolumn to a new microcentrifuge tube</li>
 +
                    <li>
 +
                        Add Nuclease Free water directly to the center of the column
 +
                        <ul>
 +
                          <li>Membrane should be completely covered with nuclease-free water</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Incubate at room temperature for 1 minute, centrifuge for 1 minute at 16,000 × g, and repeat</li>
 +
                    <li>Discard the SV Minicolumn</li>
 +
                    <li>
 +
                        Store the tube containing the eluted DNA at 4°C or –20°C
 +
                        <ul>
 +
                          <li>Check the purity of DNA in the nanodrop</li>
 +
                          <li>If concentration not high enough, speed vac and nanodrop again</li>
 +
                        </ul>
 +
                    </li>
 +
                  </ol>
 +
                  </p>
 +
              </div>
 +
            </div>
 +
        </div>
 +
        <div class="panel panel-custom">
 +
            <div class="panel-heading" role="tab" id="headingSix">
 +
              <h4 class="panel-title">
 +
                  <i class="glyphicon glyphicon-plus"></i>                   
 +
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSix" aria-expanded="false" aria-controls="collapseSix">                             
 +
                  Gibson Cloning
 +
                  </a>                         
 +
              </h4>
 +
            </div>
 +
            <div id="collapseSix" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSix">
 +
              <div class="panel-body animated zoomOut">
 +
                  <p>Reagents:
 +
                  <table>
 +
                    <tr>
 +
                        <th>DNA insert</th>
 +
                        <th>3:1 insert to vector ratio. Should have 500 ng.</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>DNA vector</th>
 +
                        <th>3:1 insert to vector ratio. </th>
 +
                    </tr>
 +
                    <tr>
 +
                    <tr>
 +
                        <th>Gibson Master Mix</th>
 +
                        <th>15 uL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>NF H2O</th>
 +
                        <th>Remaining volume necessary. </th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Total</th>
 +
                        <th>20 uL</th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>
 +
                  <p>
 +
                    Procedure
 +
                    <br>
 +
                  <ol>
 +
                    <li>
 +
                        Calculate the amount of insert, vector, and water needed. Use calculations on spreadsheets in drive.
 +
                        <ul>
 +
                          <li>3:1 insert to vector ratio</li>
 +
                          <li>Should have 500 ng of template DNA</li>
 +
                        </ul>
 +
                    </li>
 +
                    <table>
 +
                        <tr>
 +
                          <th>Reagents</th>
 +
                          <th>Concentration (ng/uL)</th>
 +
                          <th>Concentration (g/uL)</th>
 +
                          <th># bp</th>
 +
                          <th>Mol weight (amu)</th>
 +
                          <th>M (Concentration/MW)</th>
 +
                          <th>uL necessary for # fmol</th>
 +
                        </tr>
 +
                        <tr>
 +
                          <th>Insert</th>
 +
                          <th>given</th>
 +
                          <th>Conc (ng/uL) * 10^(-9)</th>
 +
                          <th>given</th>
 +
                          <th># bp * 650</th>
 +
                          <th>Conc (g/uL) / mol weight</th>
 +
                          <th># fmol / M</th>
 +
                        </tr>
 +
                        <tr>
 +
                          <th>Vector</th>
 +
                          <th>given</th>
 +
                          <th>Conc (ng/uL) * 10^(-9)</th>
 +
                          <th>given</th>
 +
                          <th># bp * 650</th>
 +
                          <th>Conc (g/uL) / mol weight</th>
 +
                          <th># fmol / M</th>
 +
                        </tr>
 +
                        <tr>
 +
                          <th>Gibson Master Mix</th>
 +
                          <th>n/a</th>
 +
                          <th>n/a</th>
 +
                          <th>n/a</th>
 +
                          <th>n/a</th>
 +
                          <th>n/a</th>
 +
                          <th>15</th>
 +
                        </tr>
 +
                        <tr>
 +
                          <th>NF H2O</th>
 +
                          <th>n/a</th>
 +
                          <th>n/a</th>
 +
                          <th>n/a</th>
 +
                          <th>n/a</th>
 +
                          <th>n/a</th>
 +
                          <th>20 - (sum)</th>
 +
                        </tr>
 +
                        <tr>
 +
                          <th></th>
 +
                          <th></th>
 +
                          <th></th>
 +
                          <th></th>
 +
                          <th>Total</th>
 +
                          <th></th>
 +
                          <th>20 uL</th>
 +
                        </tr>
 +
                    </table>
 +
                    <li>
 +
                        On ice, put the insert, vector, and water in a PCR tube with 15 uL of the gibson master mix.
 +
                        <ul>
 +
                          <li>There should already be aliquots of 15 uL of gibson master mix (GA) in the fridge. Restock if not.</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Run thermocycler program.</li>
 +
                    <br>50 C  for  1 hr
 +
                    <br>4 C forever
 +
                  </ol>
 +
                  </p>
 +
              </div>
 +
            </div>
 +
        </div>
 +
        <div class="panel panel-custom">
 +
            <div class="panel-heading" role="tab" id="headingSeven">
 +
              <h4 class="panel-title">
 +
                  <i class="glyphicon glyphicon-plus"></i>                   
 +
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">                           
 +
                  Golden Gate Cloning
 +
                  </a>                       
 +
              </h4>
 +
            </div>
 +
            <div id="collapseSeven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSeven">
 +
              <div class="panel-body animated zoomOut">
 +
                  <p>
 +
                    Reagents<br>
 +
                  <table>
 +
                    <tr>
 +
                        <th>DNA inserts/parts</th>
 +
                        <th>20 fmol DNA (per each insert/part) per 10 uL rxn. Calculations can be done with spreadsheet from Gibson calculations. Modify fmol calculations at end. </th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>T4 Ligase Buffer 10X</th>
 +
                        <th>1 uL buffer per 10 uL rxn</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>T7 Ligase</th>
 +
                        <th>0.5 uL enzyme per 10 uL rxn</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Type II Restriction Enzyme (BsaI or BsmbI)</th>
 +
                        <th>0.5 uL enzyme per 10 uL rxn</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>NF H2O</th>
 +
                        <th>Remaining volume necessary. </th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>
 +
                  <p>
 +
                    Protocol:<br>
 +
                  <ol>
 +
                    <li>
 +
                        Calculate amount of reagents and DNA needed based on wanted volume of reaction and add all reagents to a PCR tube on ice, restriction enzyme last.
 +
                        <ul>
 +
                          <li>20 fmol DNA (for each insert/part) per 10 uL rxn</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Run thermocycler program.</li>
 +
                    <br>
 +
                    > 25 cycles <br></br>
 +
                    (Incubation temperature)  for  2 min
 +
                    16 C  for  5 min
 +
                    <br></br>
 +
                    (Incubation temperature)  for  60 min  <br></br>
 +
                    (Inactivation temperature)  for  10 - 20 min  <br></br>
 +
                    4 C  forever
 +
                  </ol>
 +
                  </p>
 +
              </div>
 +
            </div>
 +
        </div>
 +
        <div class="panel panel-custom">
 +
            <div class="panel-heading" role="tab" id="headingEight">
 +
              <h4 class="panel-title">
 +
                  <i class="glyphicon glyphicon-plus"></i>                   
 +
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseEight" aria-expanded="false" aria-controls="collapseEight">                           
 +
                  Transformation (electrotransformation w E. Coli)
 +
                  </a>                       
 +
              </h4>
 +
            </div>
 +
            <div id="collapseEight" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingEight">
 +
              <div class="panel-body animated zoomOut">
 +
                  <p>Reagents:
 +
                  <table>
 +
                    <tr>
 +
                        <th>Soc Medium</th>
 +
                        <th>1 mL per 1 uL cells </th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>DNA</th>
 +
                        <th>~ 250 ng</th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>                     
 +
                  <p>
 +
                    Protocol:<br>
 +
                  <ol>
 +
                    <li>Using electrocomp cells, let cells thaw on ice (a few minutes, do not leave out for longer than necessary). Keep cuvette and cuvette holder on ice as well.</li>
 +
                    <li>Add DNA to cells once thawed.
 +
                        Need ~ 250 ng for transformation.
 +
                        Do not incubate.
 +
                    </li>
 +
                    <li>Add cells to slit in cuvette, put cuvette in holder and push back into clasp of electroporator.
 +
                        Remember to press down on pulse until beep.
 +
                        Check time constant to make sure transformation successful.
 +
                    </li>
 +
                    <li>Using sterile technique, add SOC medium to cuvette then immediately pipette draw SOC up with cells.
 +
                        Place in pre-prepared 1.5 mL tube.
 +
                    </li>
 +
                    <li>Incubate cells in shaking incubator for 1 hr. </li>
 +
                    <li>Afterwards, spin down at 3000 rpm for 5 min to pellet bacteria.</li>
 +
                    <li>Take out SOC, but leave ~ 60 - 80 uLs. Resuspend pellet and plate. </li>
 +
                  </ol>
 +
                  </p>
 +
              </div>
 +
            </div>
 +
        </div>
 +
        <div class="panel panel-custom">
 +
            <div class="panel-heading" role="tab" id="headingNine">
 +
              <h4 class="panel-title">
 +
                  <i class="glyphicon glyphicon-plus"></i>                   
 +
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseNine" aria-expanded="false" aria-controls="collapseNine">                           
 +
                  Liquid Cultures
 +
                  </a>                       
 +
              </h4>
 +
            </div>
 +
            <div id="collapseNine" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingNine">
 +
              <div class="panel-body animated zoomOut">
 +
                  <p>Reagents:
 +
                    <br>
 +
                  <table>
 +
                    <tr>
 +
                        <th>Nutrient Broth</th>
 +
                        <th>4 mL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Antibiotic</th>
 +
                        <th>1:1000 ratio between uL antibiotic and uL broth</th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>
 +
                  <p>Equipment:
 +
                    <br>
 +
                  <ul>
 +
                    <li>Plate of Transformed Colonies</li>
 +
                    <li>Large Tubes in Tube Rack</li>
 +
                    <li>Bunsen Burner (sterile technique throughout)</li>
 +
                    <li>Shaking Incubator</li>
 +
                  </ul>
 +
                  </p>
 +
                  <p>Protocol:
 +
                    <br>
 +
                  <ol>
 +
                    <li>
 +
                        In front of the flame from the bunsen burner, put the nutrient broth and antibiotic in the large tube
 +
                        <ul>
 +
                          <li>Superior broth has more nutrients than LB and therefore has a higher yield</li>
 +
                          <li>Antibiotic depends on antibiotic resistance of transformed colonies</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Pick up a colony from the plate of colonies by touching the colony with a tip (on pipette)</li>
 +
                    <li>When transferring the colonies to the large tubes, tilt the large tube so the nutrient broth is closer to the opening</li>
 +
                    <li>
 +
                        Put the very end of the tip (which touched the plate and has the colony) into the broth
 +
                        <ul>
 +
                          <li>Do not dip the entire tip in the nutrient broth because the tip is not that sterile</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Shake the tip a little to transfer the colony into the nutrient broth</li>
 +
                    <li>Take the very end of the tip out of the tube, discard the tube, and cap the tube</li>
 +
                    <li>
 +
                        Put the tubes in a shaking incubator overnight
 +
                        <ul>
 +
                          <li>Can either miniprep immediately or freeze culture tubes to miniprep later</li>
 +
                        </ul>
 +
                    </li>
 +
                  </ol>
 +
                  </p>
 +
                  <p>
 +
                    Freezing Liquid Culture Tubes
 +
                  <ol>
 +
                    <li>Take liquid culture tubes out of the shaking incubator and centrifuge at 3000 rpm for 5 minutes</li>
 +
                    <li>Dump the supernatant (liquid) into a beaker</li>
 +
                    <li>Add 10% bleach to the beaker</li>
 +
                    <li>
 +
                        Place the large tubes in the freezer covered with plastic wrap
 +
                        <ul>
 +
                          <li>Take out the large tubes only when going to do the miniprep immediately</li>
 +
                        </ul>
 +
                    </li>
 +
                  </ol>
 +
                  </p>
 +
              </div>
 +
            </div>
 +
        </div>
 +
        <div class="panel panel-custom">
 +
            <div class="panel-heading" role="tab" id="headingTen">
 +
              <h4 class="panel-title">
 +
                  <i class="glyphicon glyphicon-plus"></i>                   
 +
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTen" aria-expanded="false" aria-controls="collapseTen">                           
 +
                  Miniprep
 +
                  </a>                       
 +
              </h4>
 +
            </div>
 +
            <div id="collapseTen" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTen">
 +
              <div class="panel-body animated zoomOut">
 +
                  <p>Purpose:<br>
 +
                    To purify plasmid from cells, usually with the liquid cultures created from a transformation
 +
                  </p>
 +
                  <p>Reagents<br>
 +
                  <table>
 +
                    <tr>
 +
                        <th>Plasmid Resuspension Buffer (B1)</th>
 +
                        <th>400 µL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Plasmid Lysis Buffer (B2)</th>
 +
                        <th>400 µL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Plasmid Neutralisation Buffer (B3)</th>
 +
                        <th>800 µL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Plasmid Wash Buffer 1</th>
 +
                        <th>200 µL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Plasmid Wash Buffer 2</th>
 +
                        <th>400 µL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>DNA Elution Buffer</th>
 +
                        <th>40 µL</th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>
 +
                  <p>Equipment:<br>
 +
                  </p>
 +
                  <p>Protocol:<br>
 +
                  <ol>
 +
                    <li>
 +
                        Pellet liquid culture in 1.5 mL microcentrifuge tube by centrifugation at 13000 rpm for 5-10 minutes, and discard the supernatant
 +
                        <ul>
 +
                          <li>Pipette the liquid culture into a labelled microcentrifuge tube 1 mL at a time</li>
 +
                          <li>Centrifuge the 1 mL-filled tubes and discard the supernatant</li>
 +
                          <li>Repeat this process, putting 1 more mL of the liquid culture into the same microcentrifuge tube, until the liquid culture tube is empty </li>
 +
                          <li>Pellet should form inside the microcentrifuge tube</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>
 +
                        Resuspend the plasmid in 400 µL Plasmid Resuspension Buffer (B1)
 +
                        <ul>
 +
                          <li>Vortex or pipette until there are no clumps present</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Add 400 µL Plasmid Lysis Buffer (B2), and gently invert the tube 5-6 times</li>
 +
                    <li>Incubate at room temperature for 1 minute</li>
 +
                    <li>
 +
                        Add 800 µL Plasmid Neutralisation Buffer (B3), and invert the tube until the entire solution is completely yellow
 +
                        <ul>
 +
                          <li>Plasmid Neutralisation Buffer (B3) should be stored in the 4 C freezer</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Incubate at room temperature for 2 minutes</li>
 +
                    <li>Centrifuge at 13000 rpm for 10 minutes</li>
 +
                    <li>Transfer the supernatant into the spin column (with the collection tube)</li>
 +
                    <li>Centrifuge at 13000 rpm for 1 minute, and discard the flow-through (in the collection tube)</li>
 +
                    <li>Add 200 µL Plasmid Wash Buffer 1 to the spin column</li>
 +
                    <li>Centrifuge at 13000 rpm for 1 minute, and discard the flow-through (in the collection tube)</li>
 +
                    <li>Add 400 µL Plasmid Wash Buffer 2 to the spin column</li>
 +
                    <li>
 +
                        Centrifuge at 13000 rpm for 1 minute, and discard the collection tube with the flow-through
 +
                        <ul>
 +
                          <li>If there is any doubt, centrifuge at 13000 rpm for 1 more minute before discarding the collection tube with the flow-through</li>
 +
                          <li>Do not touch the spin column to the flow-through in the collection tube when removing the spin column</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Transfer the spin column to a clean microcentrifuge tube</li>
 +
                    <li>
 +
                        Add >= 30 µL Elution Buffer
 +
                        <ul>
 +
                          <li>Note: Using more elution buffer will increase overall yield of DNA but will result in final solution of eluted DNA being less concentrated.</li>
 +
                          <li>Tip: To increase the yield, use 20 uL of Michelle’s Zymo Elution Buffer instead</li>
 +
                          <li>Tip: To decrease chemical contamination from ethanol, after step 13 spin the tubes with the filter for 1 min at 13,000 rpm without the lid in order to evaporate ethanol from the filters</li>
 +
                          <li>Tip: To increase yield heat elution buffer using a heating block to 60℃</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Incubate at room temperature for 1 minute</li>
 +
                    <li>
 +
                        Centrifuge at 13000 rpm for 1 minute
 +
                        <ul>
 +
                          <li>Resulting flow-through in the microcentrifuge tube is the purified DNA</li>
 +
                        </ul>
 +
                    </li>
 +
                  </ol>
 +
                  </p>
 +
                  <p>
 +
                    (Based on Monarch Miniprep protocol with revisions from Michelle Byrom)
 +
                  </p>
 +
              </div>
 +
            </div>
 +
        </div>
 +
        <div class="panel panel-custom">
 +
            <div class="panel-heading" role="tab" id="headingEleven">
 +
              <h4 class="panel-title">
 +
                  <i class="glyphicon glyphicon-plus"></i>                   
 +
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseEleven" aria-expanded="false" aria-controls="headingEleven">                           
 +
                  Digest
 +
                  </a>                       
 +
              </h4>
 +
            </div>
 +
            <div id="collapseEleven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingEleven">
 +
              <div class="panel-body animated zoomOut">
 +
                  <p>Reagents:
 +
                    <br>
 +
                  <table>
 +
                    <tr>
 +
                        <th>DNA</th>
 +
                        <th>~ 250 ng in 2 uL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>NF H2O</th>
 +
                        <th>Remaining volume necessary to fill total volume.</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Buffer</th>
 +
                        <th>2 uL per enzyme</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Enzyme</th>
 +
                        <th>0.5 per enzyme</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th><b>Total</b></th>
 +
                        <th><b>20 uL</b></th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>
 +
                  <p>Protocol:
 +
                    <br>
 +
                  <ol>
 +
                    <li>
 +
                        Add all reagents to a PCR tube on ice. Add enzyme last.
 +
                        <ul>
 +
                          <li>Don’t forget to flick tube!!</li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Run thermocycler program.</li>
 +
                  </ol>
 +
                  </p>
 +
                 
 +
                  <p>
 +
                     (Incubation temperature)  for  1 hr/overnight <br/>
 +
                    (Inactivation temperature)  for  20 min <br/>
 +
                    4 C  forever
 +
                  </p>
 +
              </div>
 +
            </div>
 +
        </div>
 +
        <div class="panel panel-custom">
 +
            <div class="panel-heading" role="tab" id="headingTwelve">
 +
              <h4 class="panel-title">
 +
                  <i class="glyphicon glyphicon-plus"></i>                   
 +
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwelve" aria-expanded="false" aria-controls="headingTwelve">                           
 +
                  Ligation
 +
                  </a>                       
 +
              </h4>
 +
            </div>
 +
            <div id="collapseTwelve" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwelve">
 +
              <div class="panel-body animated zoomOut">
 +
                  <p>Reagents:
 +
                    <br>
 +
                  <table>
 +
                    <tr>
 +
                        <th>DNA</th>
 +
                        <th>~ 250 ng in 2 uL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>NF H2O</th>
 +
                        <th>Remaining volume necessary to fill total volume.</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>T4 Ligase</th>
 +
                        <th>2 uL per enzyme</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Buffer</th>
 +
                        <th>0.5 per enzyme</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th><b>Total</b></th>
 +
                        <th><b>20 uL</b></th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>
 +
                  <p>Protocol:
 +
                    <br>
 +
                  <ol>
 +
                    <li>
 +
                        Add all reagents to a PCR tube.
 +
                    </li>
 +
                    <li>Run thermocycler program.</li>
 +
                  </ol>
 +
                  </p>
 +
                 
 +
                  <p>
 +
                    60 C  for  2 hr/overnight<br/>
 +
                    4 C  forever
 +
                  </p>
 +
              </div>
 +
            </div>
 +
        </div>
 +
        <div class="panel panel-custom">
 +
            <div class="panel-heading" role="tab" id="headingThirteen">
 +
              <h4 class="panel-title">
 +
                  <i class="glyphicon glyphicon-plus"></i>                   
 +
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThirteen" aria-expanded="false" aria-controls="headingThirteen">                           
 +
                  LS/SB Broth
 +
                  </a>                       
 +
              </h4>
 +
            </div>
 +
            <div id="collapseThirteen" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThirteen">
 +
              <div class="panel-body animated zoomOut">
 +
                  <p>Reagents:
 +
                    <br>
 +
                  <table>
 +
                    <tr>
 +
                        <th>NF H2O</th>
 +
                        <th>Dependent on objective.</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Pre-mixed LB/SB Powder</th>
 +
                        <th>Dependent on company.</th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>
 +
                  <p>Protocol:
 +
                    <br>
 +
                  <ol>
 +
                    <li>
 +
                        Measure out water, add to bottle.
 +
                    </li>
 +
                    <li>Using pre-mixed LB powder, add specified amount per liter. Mix with magnetic stir bar.</li>
 +
                    <li>Take out stir bar.</li>
 +
                    <li>Autoclave on liquid cycle for 20 min at 15 psi.</li>
 +
                  </ol>
 +
                  </p>                 
 +
              </div>
 
             </div>
 
             </div>
 +
        </div>
  
  <div class="panel panel-custom">
+
        <div class="panel panel-custom">
                <div class="panel-heading" role="tab" id="headingSeven">
+
            <div class="panel-heading" role="tab" id="headingForteen">
                    <h4 class="panel-title">
+
              <h4 class="panel-title">
                    <i class="glyphicon glyphicon-plus"></i>                     
+
                  <i class="glyphicon glyphicon-plus"></i>                     
                        <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">                             
+
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseForteen" aria-expanded="false" aria-controls="headingForteen">                             
                            Golden Gate Cloning
+
                  Glycerol Stocks
                        </a>                         
+
                  </a>                         
                    </h4>
+
              </h4>
                </div>
+
                <div id="collapseSeven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSeven">
+
                    <div class="panel-body animated zoomOut">
+
<p>
+
Reagents<br>
+
<table>
+
<tr>
+
    <th>DNA inserts/parts</th>
+
    <th></th>
+
  </tr>
+
<tr>
+
    <th>T4 Ligase Buffer 10X
+
</th>
+
    <th></th>
+
  </tr>
+
<tr>
+
    <th>T7 Ligase</th>
+
    <th></th>
+
  </tr>
+
<tr>
+
    <th>Type II Restriction Enzyme (BsaI or BsmbI)</th>
+
    <th></th>
+
  </tr>
+
<tr>
+
    <th>NF H2O</th>
+
    <th>Remaining volume necessary. </th>
+
  </tr>
+
</table>
+
</p>
+
<p>
+
Protocol:<br>
+
<ol>
+
<li>Calculate amount of reagents and DNA needed based on wanted volume of reaction and add all reagents to a PCR tube on ice, restriction enzyme last.<ul><li>20 fmol DNA (for each insert/part) per 10 uL rxn</li></ul></li>
+
<li>Run thermocycler program.</li>
+
<br>
+
37 C 1 hour
+
<br>
+
55 C 5 min
+
</ol>
+
</p>
+
 
+
                    </div>
+
                </div>
+
 
             </div>
 
             </div>
 +
            <div id="collapseForteen" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingForteen">
 +
              <div class="panel-body animated zoomOut">
 +
                  <p>Reagents:
 +
                    <br>
 +
                  <table>
 +
                    <tr>
 +
                        <th>Liquid Culture</th>
 +
                        <th>500 uL for 1 stock</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>50% Glycerol</th>
 +
                        <th>500 uL for 1 stock</th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>
 +
                  <p>Protocol:
 +
                    <br>
 +
                  <ol>
 +
                    <li>
 +
                        Inoculate liquid cultures using the standard protocol for liquid cultures and leave overnight or until there is bacterial growth.
 +
                    </li>
 +
                    <li>Using sterile procedure. add 500 µL of the liquid culture and 500 µL of 50% glycerol to a 1.5 mL microcentrifuge tube. Close lid and gently mix by inverting the tube or vortexing to ensure that the culture and glycerol are not separated.
 +
                        <ul>
 +
                            <li>Stock doesn’t always need to consist of 500 uL liquid culture and 500 uL glycerol, but liquid culture and glycerol must be in a 1:1 ratio.</li>
 +
                        </ul>
 +
                      </li>
 +
                    <li>Put the glycerol stock in the -80℃ freezer to freeze. Glycerol stock should be stable for years so long as it is left at -80℃. Subsequent thaw and freeze cycles will reduce shelf life.</li>
 +
                    <li>To recover bacteria from a glycerol stock open the top and use a sterile hoop to scrape some frozen bacteria off the top. Streak onto a plate containing the appropriate antibiotic.</li>
 +
                      <li>Grow on plates overnight at 37℃ (or a lower temperature like 30℃ if a slower growth rate is required). </li>
 +
                  </ol>
 +
                  </p>                 
 +
              </div>
 +
            </div>
 +
        </div>
  
 
+
        <div class="panel panel-custom">
  <div class="panel panel-custom">
+
            <div class="panel-heading" role="tab" id="headingFifteen">
                <div class="panel-heading" role="tab" id="headingEight">
+
              <h4 class="panel-title">
                    <h4 class="panel-title">
+
                  <i class="glyphicon glyphicon-plus"></i>                     
                    <i class="glyphicon glyphicon-plus"></i>                     
+
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFifteen" aria-expanded="false" aria-controls="headingFifteen">                             
                        <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseEight" aria-expanded="false" aria-controls="collapseEight">                             
+
                  Production of L-DOPA*
                            Transformation (electrotransformation w E. Coli)
+
                  </a>                         
                        </a>                         
+
              </h4>
                    </h4>
+
                </div>
+
                <div id="collapseEight" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingEight">
+
                    <div class="panel-body animated zoomOut">
+
<p>Reagents:
+
<table>
+
<tr>
+
    <th>LB Broth</th>
+
    <th></th>
+
  </tr>
+
<tr>
+
    <th></th>
+
    <th></th>
+
  </tr>
+
<tr>
+
    <th></th>
+
    <th></th>
+
  </tr>
+
<tr>
+
    <th></th>
+
    <th></th>
+
  </tr>
+
</table>
+
</p>                     
+
<p>
+
Protocol:<br>
+
<ol>
+
<li></li>
+
<li></li>
+
</ol>
+
</p>
+
 
+
 
+
 
+
                    </div>
+
                </div>
+
 
             </div>
 
             </div>
 +
            <div id="collapseFifteen" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFifteen">
 +
              <div class="panel-body animated zoomOut">
 +
                  <p>Reagents:
 +
                    <br>
 +
                  <table>
 +
                    <tr>
 +
                        <th>Liquid Cultures of Production Assembly and Controls</th>
 +
                        <th>100 uL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>NF H2O</th>
 +
                        <th>Dependent on objective.</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Pre-mixed Nutrient Powder (LB)</th>
 +
                        <th>Dependent on objective.</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>Tyrosine</th>
 +
                        <th>Enough to make 1 mM and 5 mM solution.</th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>
 +
                  <p>Protocol:
 +
                    <br>
 +
                  <ol>
 +
                    <li>
 +
                        Make 3 different batches of LB Broth: plain LB, LB with 1 mM tyrosine, and LB with 5 mM tyrosine.
 +
                        <ul>
 +
                          <li>Weigh out enough tyrosine to make 1 mM and 5 mM solution. </li>
 +
                          <li>Use standard LB protocol to make all three, with exception of adding tyrosine.  </li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Use different batches of LB to make liquid culture stocks with production assembly as well as a control, another plasmid that doesn’t produce L-DOPA.
 +
                        <ul>
 +
                            <li>Use already grown liquid cultures. Take 100 uL grown culture and add to 4 mL of LB/LB w 1mM tyrosine/LB w 5 mM tyrosine. </li>
 +
                            <li>Remember antibiotic.
 +
                            </li>
 +
                            <li>Make liquid cultures in triplicates.
 +
                            </li>
 +
                        </ul>
 +
                      </li>
 +
                    <li>Leave new culture tubes in shaking incubator. </li>
 +
                    <li>Let cultures sit until turn dark (brown color). </li>
 +
                  </ol>
 +
                  </p>                 
 +
              </div>
 +
            </div>
 +
        </div>
  
 
+
        <div class="panel panel-custom">
  <div class="panel panel-custom">
+
            <div class="panel-heading" role="tab" id="headingSixteen">
                <div class="panel-heading" role="tab" id="headingNine">
+
              <h4 class="panel-title">
                    <h4 class="panel-title">
+
                  <i class="glyphicon glyphicon-plus"></i>                     
                    <i class="glyphicon glyphicon-plus"></i>                     
+
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSixteen" aria-expanded="false" aria-controls="headingSixteen">                             
                        <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseNine" aria-expanded="false" aria-controls="collapseNine">                             
+
                  Sensing and Reporting Dopamine*
                            Liquid Cultures
+
                  </a>                         
                        </a>                         
+
              </h4>
                    </h4>
+
            </div>
                </div>
+
            <div id="collapseSixteen" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSixteen">
                <div id="collapseNine" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingNine">
+
              <div class="panel-body animated zoomOut">
                    <div class="panel-body animated zoomOut">
+
                  <p>Reagents:
<p>Reagents:
+
                    <br>
<br>
+
                  <table>
<table>
+
                    <tr>
<tr>
+
                        <th>LB Broth</th>
    <th>Nutrient Broth</th>
+
                        <th>Dependent on objective.</th>
    <th>4 mL</th>
+
                    </tr>
  </tr>
+
                    <tr>
<tr>
+
                        <th>Dopamine</th>
    <th>Antibiotic</th>
+
                        <th>Enough to make 10 mM stock solution.</th>
    <th>4 uL</th>
+
                    </tr>
  </tr>
+
                    <tr>
</table>
+
                        <th>L-Ascorbic Acid</th>
</p>
+
                        <th>1 mg/uL solution.</th>
<p>Equipment:
+
                    </tr>
<br>
+
                    <tr>
 +
                        <th>Liquid Cultures of Sensing Assembly and Controls</th>
 +
                        <th>100 uL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>IPTG</th>
 +
                        <th>Enough for 1 mM solution.</th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>
 +
                  <p>Protocol:
 +
                    <br>
 +
                  <ol>
 +
                    <li>
 +
                        First make 10 mM DOPA stock solution in order to make other test conditions.
 +
                        <ul>
 +
                          <li>Calculate mLs of 10 mM DOPA stock solution needed. Using sterile technique, add however many mLs of LB needed (for example, if 20 mLs of stock solution needed, add 20 mL LB and base calculations off of that) to a tube.</li>
 +
                          <li>Add enough dopamine to make 10 mM solution (continuing off example of 20 mL solution, add 0.0363 g of dopamine to make 10 mM solution).</li>
 +
<li>Add ascorbic acid in concentration of 1 mg/uL solution. </li>
 +
<li>Once all added, vortex tube for ~15 - 20 min until dopamine goes into solution. </li>
 +
<li>Sterilize solution by using a syringe and filter. </li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>After having made 10 mM DOPA stock solution, make a 1:10 dilution of 10 mM stock solution to make a 1 mM solution. (If 20 mL of 10 mM stock solution, dilute 2 mL of 10 mM solution in 18 mL LB to make 20 mL of 1 mM DOPA solution). Remember to add ascorbic acid to new stock solution. Then sterilize like before.
 +
                      </li>
 +
                    <li>Repeat this step until there is 10 mM, 1 mM, 100 uM, 10 uM, and 1 uM DOPA solution. </li>
 +
                    <li>Use 1 mM, 100 uM, 10 uM, and 1 uM DOPA solution to make liquid cultures from already grown liquid cultures of sensing assembly and controls.
 
<ul>
 
<ul>
<li>Plate of Transformed Colonies</li>
+
  <li>Make 1:50 dilutions of already grown liquid cultures with different media conditions. For example, for 4 mL culture, add 80 uL of already grown culture to 4 mL of LB or a certain DOPA solution. </li>
<li>Large Tubes in Tube Rack</li>
+
  <li>Do triplicates for each condition for each assembly/control tested. </li>
<li>Bunsen Burner (sterile technique throughout)</li>
+
  <li>Remember to make two identical sets, one without IPTG and one with.  </li>
<li>Shaking Incubator</li>
+
 
</ul>
 
</ul>
</p>
+
                      </li>
<p>Protocol:
+
                    <li>Grow for ~ 6 hrs.
<br>
+
<ul>
<ol>
+
  <li>When cell OD reaches .6, add 4 uL (1:10 of media) of 1 mM IPTG (after ~3 hours) </li>
<li>In front of the flame from the bunsen burner, put the nutrient broth and antibiotic in the large tube<ul><li>Superior broth has more nutrients than LB and therefore has a higher yield</li><li>Antibiotic depends on antibiotic resistance of transformed colonies</li></ul></li>
+
  <li>Put cultures back into the shaking incubator </li>
<li>Pick up a colony from the plate of colonies by touching the colony with a tip (on pipette)</li>
+
</ul>
<li>When transferring the colonies to the large tubes, tilt the large tube so the nutrient broth is closer to the opening</li>
+
                      </li>
<li>Put the very end of the tip (which touched the plate and has the colony) into the broth<ul><li>Do not dip the entire tip in the nutrient broth because the tip is not that sterile</li></ul></li>
+
                    <li>Spin down cultures
<li>Shake the tip a little to transfer the colony into the nutrient broth</li>
+
<ul>
<li>Take the very end of the tip out of the tube, discard the tube, and cap the tube</li>
+
  <li>~3000 rpm for 5 minutes</li>
<li>Put the tubes in a shaking incubator overnight<ul><li>Can either miniprep immediately or freeze culture tubes to miniprep later</li></ul></li>
+
  <li>Pour out supernatant </li>
</ol>
+
</ul>
</p>
+
                      </li>
<p>
+
                    <li>Resuspend in 1x Buffer
Freezing Liquid Culture Tubes
+
<ul>
<ol>
+
  <li>4 mL of 1x PBS </li>
<li>Take liquid culture tubes out of the shaking incubator and centrifuge at 3000 rpm for 5 minutes</li>
+
  <li>Pipette or vortex to resuspend cells</li>
<li>Dump the supernatant (liquid) into a beaker</li>
+
</ul>
<li>Add 10% bleach to the beaker</li>
+
                      </li>
<li>Place the large tubes in the freezer covered with plastic wrap<ul><li>Take out the large tubes only when going to do the miniprep immediately</li></ul></li>
+
                    <li>Plate reading
</ol>
+
<ul>
</p>
+
  <li>Take 100 uL of the resuspended cells </li>
                    </div>
+
  <li>Load into a 96 well transparent plate</li>
                </div>
+
  <li>Measure absorbance and fluorescence with Venus assay (excitation: 515 nm, emission: 528 nm)</li>
 +
</ul>
 +
                      </li>              
 +
                  </ol>
 +
                  </p>                
 +
              </div>
 
             </div>
 
             </div>
 +
        </div>
  
 +
        <div class="panel panel-custom">
 +
            <div class="panel-heading" role="tab" id="headingSeventeen">
 +
              <h4 class="panel-title">
 +
                  <i class="glyphicon glyphicon-plus"></i>                   
 +
                  <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseSeventeen" aria-expanded="false" aria-controls="headingSeventeen">                           
 +
                  Measuring Fluorescence*
 +
                  </a>                       
 +
              </h4>
 +
            </div>
 +
            <div id="collapseSeventeen" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSeventeen">
 +
              <div class="panel-body animated zoomOut">
 +
                  <p>Reagents:
 +
                    <br>
 +
                  <table>
 +
                    <tr>
 +
                        <th>Liquid Cultures</th>
 +
                        <th>100 uL</th>
 +
                    </tr>
 +
                    <tr>
 +
                        <th>PBS</th>
 +
                        <th>5 mL</th>
 +
                    </tr>
 +
                  </table>
 +
                  </p>
 +
                  <p>Protocol:
 +
                    <br>
 +
                  <ol>
 +
                    <li>
 +
                        Liquid cultures
 +
                        <ul>
 +
                          <li>Pick colonies from plate</li>
 +
                          <li>Multiple controls </li>
 +
                          <li>Overnight in the 37 incubator </li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>Liquid cultures of already grown liquid cultures
 +
<ul>
 +
  <li>100 uL of grown liquid cultures into 5 mL of media</li>
 +
  <li>Remember antibiotic </li>
 +
  <li>Incubate cultures for another 4-6 hours </li>
 +
</ul>                                       
 +
                      </li>
  
  <div class="panel panel-custom">
+
                    <li>Spin down cultures  
                <div class="panel-heading" role="tab" id="headingTen">
+
                    <h4 class="panel-title">
+
                    <i class="glyphicon glyphicon-plus"></i>                   
+
                        <a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTen" aria-expanded="false" aria-controls="collapseTen">                           
+
                            Miniprep
+
                        </a>                       
+
                    </h4>
+
                </div>
+
                <div id="collapseTen" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTen">
+
                    <div class="panel-body animated zoomOut">
+
<p>Purpose:<br>
+
To purify plasmid from cells, usually with the liquid cultures created from a transformation
+
</p>
+
<p>Reagents<br>
+
<table>
+
<tr>
+
    <th>Plasmid Resuspension Buffer (B1)</th>
+
    <th>400 µL</th>
+
  </tr>
+
<tr>
+
    <th>Plasmid Lysis Buffer (B2)</th>
+
    <th>400 µL</th>
+
  </tr>
+
<tr>
+
    <th>Plasmid Neutralisation Buffer (B3)</th>
+
    <th>800 µL</th>
+
  </tr>
+
<tr>
+
    <th>Plasmid Wash Buffer 1</th>
+
    <th>200 µL</th>
+
  </tr>
+
<tr>
+
    <th>Plasmid Wash Buffer 2</th>
+
    <th>400 µL</th>
+
  </tr>
+
<tr>
+
    <th>DNA Elution Buffer</th>
+
    <th>40 µL</th>
+
  </tr>
+
</table>
+
</p>
+
<p>Equipment:<br>
+
 
<ul>
 
<ul>
<li>1.5 mL Microcentrifuge Tubes</li>
+
  <li>3000 rpm for 5 minutes</li>
<li>Spin Column (with Collection Tube)</li>
+
</ul>                                      
<li>Microcentrifuge</li>
+
                      </li>
</ul>
+
                    <li>Resuspend in 1x Buffer
</p>
+
<ul>
<p>Protocol:<br>
+
  <li>4 mL of 1x PBS</li>
<ol>
+
  <li>Pipette or vortex to resuspend cells</li>
<li>Pellet liquid culture in 1.5 mL microcentrifuge tube by centrifugation at 13000 rpm for 5-10 minutes, and discard the supernatant<ul><li>Pipette the liquid culture into a labelled microcentrifuge tube 1 mL at a time</li><li>Centrifuge the 1 mL-filled tubes and discard the supernatant</li><li>Repeat this process, putting 1 more mL of the liquid culture into the same microcentrifuge tube, until the liquid culture tube is empty </li><li>Pellet should form inside the microcentrifuge tube</li></ul></li>
+
</ul>                                      
<li>Resuspend the plasmid in 400 µL Plasmid Resuspension Buffer (B1)<ul><li>Vortex or pipette until there are no clumps present</li></ul></li>
+
                      </li>
<li>Add 400 µL Plasmid Lysis Buffer (B2), and gently invert the tube 5-6 times</li>
+
                    <li>Plate reading
<li>Incubate at room temperature for 1 minute</li>
+
<ul>
<li>Add 800 µL Plasmid Neutralisation Buffer (B3), and invert the tube until the entire solution is completely yellow<ul><li>Plasmid Neutralisation Buffer (B3) should be stored in the 4 C freezer</li></ul></li>
+
  <li>Take 100 uL of the resuspended cells</li>
<li>Incubate at room temperature for 2 minutes</li>
+
  <li>Load into a 96 well transparent plate</li>
<li>Centrifuge at 13000 rpm for 10 minutes</li>
+
<li>Measure absorbance and fluorescence with GFP assay (excitation: 495 nm, emission: 509 nm)</li>
<li>Transfer the supernatant into the spin column (with the collection tube)</li>
+
</ul>                                      
<li>Centrifuge at 13000 rpm for 1 minute, and discard the flow-through (in the collection tube)</li>
+
                      </li>
<li>Add 200 µL Plasmid Wash Buffer 1 to the spin column</li>
+
<li>Centrifuge at 13000 rpm for 1 minute, and discard the flow-through (in the collection tube)</li>
+
<li>Add 400 µL Plasmid Wash Buffer 2 to the spin column</li>
+
<li>Centrifuge at 13000 rpm for 1 minute, and discard the collection tube with the flow-through<ul><li>If there is any doubt, centrifuge at 13000 rpm for 1 more minute before discarding the collection tube with the flow-through
+
</li><li>Do not touch the spin column to the flow-through in the collection tube when removing the spin column</li></ul></li>
+
<li>Transfer the spin column to a clean microcentrifuge tube</li>
+
<li>Add >= 30 µL Elution Buffer<ul><li>Note: Using more elution buffer will increase overall yeild of DNA but will result in final solution of eluted DNA being less concentrated.</li><li>Revision: To increase the yield, use 20 uL of Michelle’s Zymo Elution Buffer instead</li><li>Revision: To decrease chemical contamination from ethanol, after step 13 spin the tubes with the filter for 1 min at 13,000 rpm without the lid in order to evaporate ethanol from the filters</li><li>Revision: To increase yield heat elution buffer using a heating block to 60℃</li></ul></li>
+
<li>Incubate at room temperature for 1 minute</li>
+
<li>Centrifuge at 13000 rpm for 1 minute<ul><li>Resulting flow-through in the microcentrifuge tube is the purified DNA</li></ul></li>
+
</ol>
+
</p>
+
<p>
+
(Based on Monarch Miniprep protocol with revisions from Michelle Byrom)
+
</p>
+
                    </div>
+
                </div>
+
            </div>
+
  
  
        </div>
 
    </div>
 
  
</div>
+
                  </ol>
 +
                  </p>                 
 +
              </div>
 +
            </div>
 +
        </div>
 +
 
  
  
 +
      </div>
 +
  </div>
 +
  </div>
 
</html>
 
</html>
 
{{:Team:Austin_UTexas_LASA/Templates/footer}}
 
{{:Team:Austin_UTexas_LASA/Templates/footer}}

Latest revision as of 03:32, 2 November 2017


Experiments

Protocols

Reactants

10x Reaction Mix 5 uL
For primer (10 uM) 1 uL
Rev primer (10 uM) 1 uL
Template 1 uL
Taq Polymerase 1 uL
MgCl2 (25 mM) 1 uL
DMSO 1 uL
NF H2o 41 uL
Total 50 uL
Protocol
  1. On ice, add all reagents to PCR tube, Taq polymerase last.
  2. Run thermocycler program:
    • 95 C for 5 min (2 min if NOT using Hotstart)

> 10 cycles:
95 C for 20 s
0.3 C/s to 50 C
72 C for # s (extension = 1 min/kb)

> 15 cycles:
95 C for 20 s
55 C for 20 s
72 C for 1 min


72 C for 10 min
4 C forever

Reagents and protocol from Zymo DNA Clean & Concentrator Kit


Reagents

DNA Binding Buffer Refer to table below.
DNA Wash Buffer Refer to table below.
NF H2O Volume dependent on objective.

Protocol:all centrifugation steps should be performed between 10,000 - 16,000g.

  1. On ice, add DNA Binding Buffer (2-7 volumes) and the sample (see table below) in a microcentrifuge tube and mix briefly by vortexing.
  2. Application DNA Binding Buffer: Sample Example
    Genomic DNA (> 2 kb) 2 : 1 200 uL : 100 uL
    PCR Product, DNA Fragment 5 : 1 500 uL : 100 uL
  3. Transfer mixture to a minicolumn inside of a collection tube and centrifuge for 30 seconds, discard flow-through.
  4. Add 200 uL DNA Wash Buffer to the column and centrifuge for 30 seconds. Repeat 1x.
  5. Add water (volume dependent on objective) directly to the column, and incubate at room temperature for 1 min.
  6. Transfer the column to a clean microcentrifuge tube and centrifuge for 1 min to elute the DNA.

Reagents:

TAE Buffer ~ 50 mL per gel, more necessary for electrophoresis chamber.
NF Agarose (generally Seakem LE) Grams of agarose : mL buffer = percentage of gel
Ethidium Bromide ~ 1 drop

**Don’t forget ladder.
Protocol (gel):

  1. Mix the TAE buffer and agarose once measured in microwavable flask. Stir with stir bar in flask and magnetic stirrer.
  2. Afterwards, microwave for 1-3 mins until agarose is completely dissolved.
      Pause the microwave if the solution starts bubbling over, then stir the solution by slightly shaking the flask, and put the flask in the microwave again.
  3. Let the flask cool until it is cool enough to carry with the orange heat “gloves.”
  4. Add ethidium bromide and let gel solidify (10 - 20 min). Remember combs.
  5. Usually, use the gel for gel electrophoresis right away, but if needed, the gel can be stored in a container filled with TAE buffer and 1-2 drops of ethidium bromide.

Protocol (gel electrophoresis):
  1. Add reagents together (always at least ladder and sample).
    • This can occur in PCR tubes or parafilm.

    # bp ladder - 2 uL
    Loading dye - 4 uL (1:3.5 ratio)
    Water - 8 uL

    Sample - volume depends on objective. Remember: try to have at least 50 ng to visualize on gel.
    Loading dye - 1:3 ratio with sample.
  2. Place the gel in the gel tray in the gel electrophoresis chamber and fill with TAE buffer to max line.
    • Since DNA is negatively charged, the wells should be near the positive end (black) and DNA will “run to red.”
  3. Put the ladder and sample(s) in the wells with the ladder in Well 1, etc. Close the chamber properly, and run the gel electrophoresis chamber at 100 - 130 V.
  4. Wait for about 30 minutes before stopping the gel electrophoresis chamber and removing the gel tray.
  5. Place the gel in the Gel Imager (UV Light) next to the computer that will show the image. Run the program “Ethidium Bromide” to see DNA bands.
    • Make sure to position the gel in the center.
    • Remember: smaller fragments are farther away from the wells.
  6. Clean up area, making sure to throw the gel away in the gel waste bin.

Reagents

Membrane Binding Solution 1 mL per each g of gel
Membrane Wash Solution 1200 uL
NF water 15 uL

Protocol

  1. Weigh a microcentrifuge tube for each DNA fragment to be isolated and record weight
  2. Use a UV lamp to excise the DNA fragment of interest in a minimal volume of agarose using a clean scalpel or razor blade
  3. Transfer the gel slice to the weighed microcentrifuge tube and record the weight
  4. Subtract the weight of the empty tube from the total weight to obtain the weight of the gel slice
    • The gel slice may be stored at 4°C or at –20°C for up to one week in a tightly closed tube under nuclease-free conditions before continuing purification
  5. Add Membrane Binding Solution to the gel slice
  6. Vortex the mixture and incubate at 50–65°C for 10 minutes or until the gel slice is completely dissolved
  7. Vortex the tube every few minutes to increase the rate of agarose gel melting
  8. Centrifuge the tube briefly at room temperature to ensure the contents are at the bottom of the tube
    • Once the agarose gel is melted, the gel will not resolidify at room temperature
  9. Transfer the dissolved gel mixture or prepared PCR product to the SV Minicolumn assembly
  10. Incubate for 1 minute at room temperature before centrifugation for 1 minute and discarding supernatant
  11. Wash with 700µL of Membrane Wash Solution, centrifuge for 1 minute, and discard supernatant
  12. Wash with 500µL of Membrane Wash Solution, centrifuge for 5 minutes, and discard supernatant
  13. Centrifuge 1 minute with the microcentrifuge lid open to allow evaporation of any residual ethanol
  14. Transfer SV Minicolumn to a new microcentrifuge tube
  15. Add Nuclease Free water directly to the center of the column
    • Membrane should be completely covered with nuclease-free water
  16. Incubate at room temperature for 1 minute, centrifuge for 1 minute at 16,000 × g, and repeat
  17. Discard the SV Minicolumn
  18. Store the tube containing the eluted DNA at 4°C or –20°C
    • Check the purity of DNA in the nanodrop
    • If concentration not high enough, speed vac and nanodrop again

Reagents:

DNA insert 3:1 insert to vector ratio. Should have 500 ng.
DNA vector 3:1 insert to vector ratio.
Gibson Master Mix 15 uL
NF H2O Remaining volume necessary.
Total 20 uL

Procedure

  1. Calculate the amount of insert, vector, and water needed. Use calculations on spreadsheets in drive.
    • 3:1 insert to vector ratio
    • Should have 500 ng of template DNA
  2. Reagents Concentration (ng/uL) Concentration (g/uL) # bp Mol weight (amu) M (Concentration/MW) uL necessary for # fmol
    Insert given Conc (ng/uL) * 10^(-9) given # bp * 650 Conc (g/uL) / mol weight # fmol / M
    Vector given Conc (ng/uL) * 10^(-9) given # bp * 650 Conc (g/uL) / mol weight # fmol / M
    Gibson Master Mix n/a n/a n/a n/a n/a 15
    NF H2O n/a n/a n/a n/a n/a 20 - (sum)
    Total 20 uL
  3. On ice, put the insert, vector, and water in a PCR tube with 15 uL of the gibson master mix.
    • There should already be aliquots of 15 uL of gibson master mix (GA) in the fridge. Restock if not.
  4. Run thermocycler program.

  5. 50 C for 1 hr
    4 C forever

Reagents

DNA inserts/parts 20 fmol DNA (per each insert/part) per 10 uL rxn. Calculations can be done with spreadsheet from Gibson calculations. Modify fmol calculations at end.
T4 Ligase Buffer 10X 1 uL buffer per 10 uL rxn
T7 Ligase 0.5 uL enzyme per 10 uL rxn
Type II Restriction Enzyme (BsaI or BsmbI) 0.5 uL enzyme per 10 uL rxn
NF H2O Remaining volume necessary.

Protocol:

  1. Calculate amount of reagents and DNA needed based on wanted volume of reaction and add all reagents to a PCR tube on ice, restriction enzyme last.
    • 20 fmol DNA (for each insert/part) per 10 uL rxn
  2. Run thermocycler program.

  3. > 25 cycles

    (Incubation temperature) for 2 min 16 C for 5 min

    (Incubation temperature) for 60 min

    (Inactivation temperature) for 10 - 20 min

    4 C forever

Reagents:

Soc Medium 1 mL per 1 uL cells
DNA ~ 250 ng

Protocol:

  1. Using electrocomp cells, let cells thaw on ice (a few minutes, do not leave out for longer than necessary). Keep cuvette and cuvette holder on ice as well.
  2. Add DNA to cells once thawed. Need ~ 250 ng for transformation. Do not incubate.
  3. Add cells to slit in cuvette, put cuvette in holder and push back into clasp of electroporator. Remember to press down on pulse until beep. Check time constant to make sure transformation successful.
  4. Using sterile technique, add SOC medium to cuvette then immediately pipette draw SOC up with cells. Place in pre-prepared 1.5 mL tube.
  5. Incubate cells in shaking incubator for 1 hr.
  6. Afterwards, spin down at 3000 rpm for 5 min to pellet bacteria.
  7. Take out SOC, but leave ~ 60 - 80 uLs. Resuspend pellet and plate.

Reagents:

Nutrient Broth 4 mL
Antibiotic 1:1000 ratio between uL antibiotic and uL broth

Equipment:

  • Plate of Transformed Colonies
  • Large Tubes in Tube Rack
  • Bunsen Burner (sterile technique throughout)
  • Shaking Incubator

Protocol:

  1. In front of the flame from the bunsen burner, put the nutrient broth and antibiotic in the large tube
    • Superior broth has more nutrients than LB and therefore has a higher yield
    • Antibiotic depends on antibiotic resistance of transformed colonies
  2. Pick up a colony from the plate of colonies by touching the colony with a tip (on pipette)
  3. When transferring the colonies to the large tubes, tilt the large tube so the nutrient broth is closer to the opening
  4. Put the very end of the tip (which touched the plate and has the colony) into the broth
    • Do not dip the entire tip in the nutrient broth because the tip is not that sterile
  5. Shake the tip a little to transfer the colony into the nutrient broth
  6. Take the very end of the tip out of the tube, discard the tube, and cap the tube
  7. Put the tubes in a shaking incubator overnight
    • Can either miniprep immediately or freeze culture tubes to miniprep later

Freezing Liquid Culture Tubes

  1. Take liquid culture tubes out of the shaking incubator and centrifuge at 3000 rpm for 5 minutes
  2. Dump the supernatant (liquid) into a beaker
  3. Add 10% bleach to the beaker
  4. Place the large tubes in the freezer covered with plastic wrap
    • Take out the large tubes only when going to do the miniprep immediately

Purpose:
To purify plasmid from cells, usually with the liquid cultures created from a transformation

Reagents

Plasmid Resuspension Buffer (B1) 400 µL
Plasmid Lysis Buffer (B2) 400 µL
Plasmid Neutralisation Buffer (B3) 800 µL
Plasmid Wash Buffer 1 200 µL
Plasmid Wash Buffer 2 400 µL
DNA Elution Buffer 40 µL

Equipment:

Protocol:

  1. Pellet liquid culture in 1.5 mL microcentrifuge tube by centrifugation at 13000 rpm for 5-10 minutes, and discard the supernatant
    • Pipette the liquid culture into a labelled microcentrifuge tube 1 mL at a time
    • Centrifuge the 1 mL-filled tubes and discard the supernatant
    • Repeat this process, putting 1 more mL of the liquid culture into the same microcentrifuge tube, until the liquid culture tube is empty
    • Pellet should form inside the microcentrifuge tube
  2. Resuspend the plasmid in 400 µL Plasmid Resuspension Buffer (B1)
    • Vortex or pipette until there are no clumps present
  3. Add 400 µL Plasmid Lysis Buffer (B2), and gently invert the tube 5-6 times
  4. Incubate at room temperature for 1 minute
  5. Add 800 µL Plasmid Neutralisation Buffer (B3), and invert the tube until the entire solution is completely yellow
    • Plasmid Neutralisation Buffer (B3) should be stored in the 4 C freezer
  6. Incubate at room temperature for 2 minutes
  7. Centrifuge at 13000 rpm for 10 minutes
  8. Transfer the supernatant into the spin column (with the collection tube)
  9. Centrifuge at 13000 rpm for 1 minute, and discard the flow-through (in the collection tube)
  10. Add 200 µL Plasmid Wash Buffer 1 to the spin column
  11. Centrifuge at 13000 rpm for 1 minute, and discard the flow-through (in the collection tube)
  12. Add 400 µL Plasmid Wash Buffer 2 to the spin column
  13. Centrifuge at 13000 rpm for 1 minute, and discard the collection tube with the flow-through
    • If there is any doubt, centrifuge at 13000 rpm for 1 more minute before discarding the collection tube with the flow-through
    • Do not touch the spin column to the flow-through in the collection tube when removing the spin column
  14. Transfer the spin column to a clean microcentrifuge tube
  15. Add >= 30 µL Elution Buffer
    • Note: Using more elution buffer will increase overall yield of DNA but will result in final solution of eluted DNA being less concentrated.
    • Tip: To increase the yield, use 20 uL of Michelle’s Zymo Elution Buffer instead
    • Tip: To decrease chemical contamination from ethanol, after step 13 spin the tubes with the filter for 1 min at 13,000 rpm without the lid in order to evaporate ethanol from the filters
    • Tip: To increase yield heat elution buffer using a heating block to 60℃
  16. Incubate at room temperature for 1 minute
  17. Centrifuge at 13000 rpm for 1 minute
    • Resulting flow-through in the microcentrifuge tube is the purified DNA

(Based on Monarch Miniprep protocol with revisions from Michelle Byrom)

Reagents:

DNA ~ 250 ng in 2 uL
NF H2O Remaining volume necessary to fill total volume.
Buffer 2 uL per enzyme
Enzyme 0.5 per enzyme
Total 20 uL

Protocol:

  1. Add all reagents to a PCR tube on ice. Add enzyme last.
    • Don’t forget to flick tube!!
  2. Run thermocycler program.

(Incubation temperature) for 1 hr/overnight
(Inactivation temperature) for 20 min
4 C forever

Reagents:

DNA ~ 250 ng in 2 uL
NF H2O Remaining volume necessary to fill total volume.
T4 Ligase 2 uL per enzyme
Buffer 0.5 per enzyme
Total 20 uL

Protocol:

  1. Add all reagents to a PCR tube.
  2. Run thermocycler program.

60 C for 2 hr/overnight
4 C forever

Reagents:

NF H2O Dependent on objective.
Pre-mixed LB/SB Powder Dependent on company.

Protocol:

  1. Measure out water, add to bottle.
  2. Using pre-mixed LB powder, add specified amount per liter. Mix with magnetic stir bar.
  3. Take out stir bar.
  4. Autoclave on liquid cycle for 20 min at 15 psi.

Reagents:

Liquid Culture 500 uL for 1 stock
50% Glycerol 500 uL for 1 stock

Protocol:

  1. Inoculate liquid cultures using the standard protocol for liquid cultures and leave overnight or until there is bacterial growth.
  2. Using sterile procedure. add 500 µL of the liquid culture and 500 µL of 50% glycerol to a 1.5 mL microcentrifuge tube. Close lid and gently mix by inverting the tube or vortexing to ensure that the culture and glycerol are not separated.
    • Stock doesn’t always need to consist of 500 uL liquid culture and 500 uL glycerol, but liquid culture and glycerol must be in a 1:1 ratio.
  3. Put the glycerol stock in the -80℃ freezer to freeze. Glycerol stock should be stable for years so long as it is left at -80℃. Subsequent thaw and freeze cycles will reduce shelf life.
  4. To recover bacteria from a glycerol stock open the top and use a sterile hoop to scrape some frozen bacteria off the top. Streak onto a plate containing the appropriate antibiotic.
  5. Grow on plates overnight at 37℃ (or a lower temperature like 30℃ if a slower growth rate is required).

Reagents:

Liquid Cultures of Production Assembly and Controls 100 uL
NF H2O Dependent on objective.
Pre-mixed Nutrient Powder (LB) Dependent on objective.
Tyrosine Enough to make 1 mM and 5 mM solution.

Protocol:

  1. Make 3 different batches of LB Broth: plain LB, LB with 1 mM tyrosine, and LB with 5 mM tyrosine.
    • Weigh out enough tyrosine to make 1 mM and 5 mM solution.
    • Use standard LB protocol to make all three, with exception of adding tyrosine.
  2. Use different batches of LB to make liquid culture stocks with production assembly as well as a control, another plasmid that doesn’t produce L-DOPA.
    • Use already grown liquid cultures. Take 100 uL grown culture and add to 4 mL of LB/LB w 1mM tyrosine/LB w 5 mM tyrosine.
    • Remember antibiotic.
    • Make liquid cultures in triplicates.
  3. Leave new culture tubes in shaking incubator.
  4. Let cultures sit until turn dark (brown color).

Reagents:

LB Broth Dependent on objective.
Dopamine Enough to make 10 mM stock solution.
L-Ascorbic Acid 1 mg/uL solution.
Liquid Cultures of Sensing Assembly and Controls 100 uL
IPTG Enough for 1 mM solution.

Protocol:

  1. First make 10 mM DOPA stock solution in order to make other test conditions.
    • Calculate mLs of 10 mM DOPA stock solution needed. Using sterile technique, add however many mLs of LB needed (for example, if 20 mLs of stock solution needed, add 20 mL LB and base calculations off of that) to a tube.
    • Add enough dopamine to make 10 mM solution (continuing off example of 20 mL solution, add 0.0363 g of dopamine to make 10 mM solution).
    • Add ascorbic acid in concentration of 1 mg/uL solution.
    • Once all added, vortex tube for ~15 - 20 min until dopamine goes into solution.
    • Sterilize solution by using a syringe and filter.
  2. After having made 10 mM DOPA stock solution, make a 1:10 dilution of 10 mM stock solution to make a 1 mM solution. (If 20 mL of 10 mM stock solution, dilute 2 mL of 10 mM solution in 18 mL LB to make 20 mL of 1 mM DOPA solution). Remember to add ascorbic acid to new stock solution. Then sterilize like before.
  3. Repeat this step until there is 10 mM, 1 mM, 100 uM, 10 uM, and 1 uM DOPA solution.
  4. Use 1 mM, 100 uM, 10 uM, and 1 uM DOPA solution to make liquid cultures from already grown liquid cultures of sensing assembly and controls.
    • Make 1:50 dilutions of already grown liquid cultures with different media conditions. For example, for 4 mL culture, add 80 uL of already grown culture to 4 mL of LB or a certain DOPA solution.
    • Do triplicates for each condition for each assembly/control tested.
    • Remember to make two identical sets, one without IPTG and one with.
  5. Grow for ~ 6 hrs.
    • When cell OD reaches .6, add 4 uL (1:10 of media) of 1 mM IPTG (after ~3 hours)
    • Put cultures back into the shaking incubator
  6. Spin down cultures
    • ~3000 rpm for 5 minutes
    • Pour out supernatant
  7. Resuspend in 1x Buffer
    • 4 mL of 1x PBS
    • Pipette or vortex to resuspend cells
  8. Plate reading
    • Take 100 uL of the resuspended cells
    • Load into a 96 well transparent plate
    • Measure absorbance and fluorescence with Venus assay (excitation: 515 nm, emission: 528 nm)

Reagents:

Liquid Cultures 100 uL
PBS 5 mL

Protocol:

  1. Liquid cultures
    • Pick colonies from plate
    • Multiple controls
    • Overnight in the 37 incubator
  2. Liquid cultures of already grown liquid cultures
    • 100 uL of grown liquid cultures into 5 mL of media
    • Remember antibiotic
    • Incubate cultures for another 4-6 hours
  3. Spin down cultures
    • 3000 rpm for 5 minutes
  4. Resuspend in 1x Buffer
    • 4 mL of 1x PBS
    • Pipette or vortex to resuspend cells
  5. Plate reading
    • Take 100 uL of the resuspended cells
    • Load into a 96 well transparent plate
    • Measure absorbance and fluorescence with GFP assay (excitation: 495 nm, emission: 509 nm)

Our Sponsors
Follow Us
Contact Us
LASA iGEM
Liberal Arts & Science Academy
7309 Lazy Creek Dr, Austin, TX 78724