Team:UC Davis/Protocols

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
{{Team:UC_Davis/Head}}
{{Team:UC_Davis/Head}}
-
<html>
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
-
<head>
+
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<meta name="generator" content="MediaWiki 1.16.0" />
 +
 
 +
<link rel="stylesheet" type="text/css" media="print" href="/wiki/skins/common/commonPrint.css?270" />
 +
<script type="text/javascript" src="https://2012.igem.org/wiki/skins/common/wikibits.js?270"><!-- wikibits js --></script>
 +
 
 +
<!-- Head Scripts -->
 +
 
 +
<!-- jQuery Javascript -->
 +
<script type="text/javascript"        src ="https://2012.igem.org/common/jquery-latest.min.js"></script>
 +
<script type="text/javascript"        src ="https://2012.igem.org/common/tablesorter/jquery.tablesorter.min.js"></script>
 +
 
 +
        <link rel="stylesheet" type="text/css" href="https://2012.igem.org/common/tablesorter/themes/groupparts/style.css" />
 +
 
 +
 
 +
<script type="text/javascript">
 +
 
 +
 
 +
$(document).ready(function(){
 +
$("#firstpane p.menu_head").click(function()
 +
{
 +
    $(this).css({backgroundImage:"url(https://static.igem.org/mediawiki/2012/b/b3/UCD_arrow_down.png)"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");
 +
    $(this).siblings().css({backgroundImage:"url(https://static.igem.org/mediawiki/2012/1/1d/UCD_arrow_right.png)"});
 +
});
 +
});
 +
 
 +
$(document).ready(function(){
 +
 
 +
  $('a.lightbox').click(function(e) {
 +
    $('body').css('display', 'inherit'); // hide scrollbars!
 +
 
 +
    $('<div id="overlay"></div>')
 +
    .css('opacity', '0')
 +
      .animate({'opacity': '0.7'}, 'slow')
 +
    .click(function(){
 +
      removeLightbox();
 +
      })
 +
      .appendTo('body');
 +
 
 +
    $('<div id="lightbox"></div>')
 +
      .hide()
 +
      .appendTo('body');
 +
 
 +
    $('<img>')
 +
      .attr('src', $(this).attr('href'))
 +
      .load(function() {
 +
        positionLightboxImage();
 +
      })
 +
      .click(function() {
 +
        removeLightbox();
 +
      })
 +
      .appendTo('#lightbox');
 +
 
 +
    return false;
 +
  });
 +
});
 +
 
 +
function positionLightboxImage() {
 +
  var top = ($(window).height()  - $('#lightbox').height())/2;
 +
  var left = ($(window).width() - $('#lightbox').width())/2;
 +
 
 +
  $('#lightbox')
 +
    .css({
 +
      'top': top,
 +
      'left':left-80
 +
    })
 +
    .fadeIn();
 +
}
 +
 
 +
function removeLightbox() {
 +
 +
  $('#overlay, #lightbox')
 +
    .fadeOut('slow', function() {
 +
      $(this).remove();
 +
      $('body').css('overflow-y', 'auto'); // show scrollbars!
 +
    });
 +
}
 +
</script>
 +
 
<style type="text/css">
<style type="text/css">
-
table { width:350px; border-collapse:separate; empty-cells:hide; background:none; color:white; margin-left:120px;}
+
 
 +
table { width:350px; border-collapse:separate; empty-cells:hide; background:none; color:white;}
td {padding:5px; border-style:solid; border-width:1px; border-color:#999999;}
td {padding:5px; border-style:solid; border-width:1px; border-color:#999999;}
 +
ol {margin: .3em 0 0 1.6em;}
ol {margin: .3em 0 0 1.6em;}
 +
 +
#myleftbox .smallbox
 +
{
 +
width:710px;
 +
float:left;
 +
background-color:rgba(0,0,0,.65);
 +
margin-top: 5px;
 +
border-radius: 4px;
 +
padding: 15px 15px 15px 15px;
 +
font: sans-serif;
 +
font-size: 13px;
 +
line-height:1.5em;
 +
color:black;
 +
}
 +
 +
#myleftbox .smallbox h1
 +
{
 +
color:white;
 +
font-weight:bold;
 +
}
 +
 +
#myleftbox .smallbox p
 +
{
 +
color: white;
 +
font-weight:bold;
 +
}
 +
 +
#firstpane {
 +
position:relative;
 +
}
 +
#firstpane p {
 +
display:block;
 +
}
 +
#firstpane .menu_head {
 +
padding: 5px 20px;
 +
cursor: pointer;
 +
position: relative;
 +
margin:1px;
 +
      font-weight:bold;
 +
      background: rgba(0,0,0,.4) url(https://static.igem.org/mediawiki/2012/1/1d/UCD_arrow_right.png) center left no-repeat;
 +
background-position: 5px center;
 +
        background-size: 0.7em auto;
 +
    border-radius:5px 5px 5px 5px;
 +
}
 +
 +
#firstpane .menu_body {
 +
display:none;
 +
    border-radius:5px 5px 5px 5px;
 +
background-color:#868686;
 +
        background-image:none !important;
 +
        margin-top:0px;
 +
        padding:10px;
 +
}
 +
#firstpane .menu_body a {
 +
 display:block;
 +
  color:#006699;
 +
 color:black;
 +
 background-color:#E1E1E1;
 +
 padding-left:10px;
 +
 font-weight:bold;
 +
 text-decoration:none;
 +
}
 +
#firstpane .menu_body a:hover {
 +
  color: #000000;
 +
  text-decoration:underline;
 +
}
 +
 +
#overlay {
 +
  z-index:2;
 +
  position:fixed;
 +
  top: 0;
 +
  left: 0;
 +
  height: 100%;
 +
  width: 100%;
 +
  background: black no-repeat scroll center center;
 +
}
 +
 +
#lightbox {
 +
  position: fixed;
 +
  width:840;
 +
  z-index:2;
 +
}
 +
</style>
</style>
 +
</head>
</head>
-
      <div class="floatprotocol">
+
 
-
      <h1 class="title">Protocols</h1>
+
<body              class="mediawiki  ltr ns-0 ns-subject page-Team_UC_Davis">
-
      <h2 class="title">LB Media</h2>
+
 
 +
<div id="myleftbox">
 +
 
 +
<div id="myleftbox"  class="smallbox">
 +
<h1>Protocols</h1>
 +
<!-- accordion starts here -->
 +
<div id="firstpane" class="menu_list">
 +
 
 +
  <p class="menu_head"> LB Media </p>
 +
    <div class="menu_body">
<li>950 mL  dH<sub>2</sub>0</li>
<li>950 mL  dH<sub>2</sub>0</li>
<li>10 g      Tryptone</li>
<li>10 g      Tryptone</li>
Line 19: Line 193:
<li>Add 15 g Agar, if being poured into plates.</li>
<li>Add 15 g Agar, if being poured into plates.</li>
<li>Autoclave, when cool add antibiotics if desired.</li>
<li>Autoclave, when cool add antibiotics if desired.</li>
-
      <h2 class="title">Antibiotic Stock Solutions</h2>
+
    </div>
 +
 
 +
  <p class="menu_head"> Antibiotic Stock Solutions</p>
 +
    <div class="menu_body">
 +
<p>Materials</p>
Chloramphenicol
Chloramphenicol
<li>Working Concentration 12.5 μg/ml</li>
<li>Working Concentration 12.5 μg/ml</li>
Line 35: Line 213:
<li>Working Concentration 50 μg/mL</li>
<li>Working Concentration 50 μg/mL</li>
<li>Stock solution is 100 mg/mL in water and kept at -20º C</li>
<li>Stock solution is 100 mg/mL in water and kept at -20º C</li>
-
      <h2 class="title">Heat Shock Transformation</h2>
+
    </div>
 +
 
 +
  <p class="menu_head"> Heat Shock Transformation</p>
 +
    <div class="menu_body">
 +
<p>Procedure</p>
<ol>
<ol>
<li>Preheat water bath to 42º C.</li>
<li>Preheat water bath to 42º C.</li>
<li>Thaw competent cells on ice for 10 minutes.</li>
<li>Thaw competent cells on ice for 10 minutes.</li>
-
<li>Use 50 µL competent cells, add transforming DNA [up to 25 ng per 50 µL of cells, volume not exceeding 2.5 µL (5%)]. For control add 1 µL of control DNA (PUC19 carbenicillin resistance). Swirl to mix, store on ice 5 minutes. </li>
+
<li>Use 50 µL competent cells, add transforming DNA [up to 25 ng per 50 µL of cells, volume not exceeding 2.5 µL (5%)]. For control add 1 µL of control DNA (PUC19 carb resistance). Swirl to mix, store on ice 5 minutes. </li>
<li>Heat shock in 42º C water bath for 45 seconds.</li>
<li>Heat shock in 42º C water bath for 45 seconds.</li>
<li>Cool cells in ice bath for a few minutes.</li>
<li>Cool cells in ice bath for a few minutes.</li>
Line 47: Line 229:
<li>Invert plates and incubate overnight (12-16 hrs) at 37º C.</li>
<li>Invert plates and incubate overnight (12-16 hrs) at 37º C.</li>
</ol>
</ol>
-
      <h2 class="title">Making Chemically Competent Cells</h2>
+
    </div>
 +
 
 +
  <p class="menu_head"> Making Chemically Competent Cells</p>
 +
    <div class="menu_body">
 +
<p>Procedure</p>
<ol>
<ol>
<li>Prepare 0.5 M PIPES (pH 6.7) (piperazine-1,2-bis[2-ethanesulfonic acid]) by dissolving 15.1 g of PIPES in 80 ml of pure H2O (Milli-Q, or equivalent). Adjust the pH of the solution to 6.7 with 5 M KOH, and then add pure H<sub>2</sub>O to bring the final volume to 100 ml. Sterilize the solution by filtration through a disposable pre-rinsed Nalgene filter (0.45-µm pore size). Divide into aliquots and store frozen at -20°C.
<li>Prepare 0.5 M PIPES (pH 6.7) (piperazine-1,2-bis[2-ethanesulfonic acid]) by dissolving 15.1 g of PIPES in 80 ml of pure H2O (Milli-Q, or equivalent). Adjust the pH of the solution to 6.7 with 5 M KOH, and then add pure H<sub>2</sub>O to bring the final volume to 100 ml. Sterilize the solution by filtration through a disposable pre-rinsed Nalgene filter (0.45-µm pore size). Divide into aliquots and store frozen at -20°C.
-
    Prepare Inoue transformation buffer by dissolving all of the solutes listed below in 800 mL of pure H2O and then add 20 ml of 0.5 M PIPES (pH 6.7). Adjust the volume of the Inoue transformation buffer to 1 liter with pure H<sub>2</sub>O.</li>
+
        Prepare Inoue transformation buffer by dissolving all of the solutes listed below in 800 mL of pure H2O and then add 20 ml of 0.5 M PIPES (pH 6.7). Adjust the volume of the Inoue transformation buffer to 1 liter with pure H<sub>2</sub>O.</li>
<table> <tr>
<table> <tr>
Line 78: Line 264:
<li>Working quickly, dispense aliquots of the suspensions into chilled, sterile microcentrifuge tubes. Immediately snap-freeze the competent cells by immersing the tightly closed tubes in a bath of liquid nitrogen. Store the tubes at -70°C until needed.
<li>Working quickly, dispense aliquots of the suspensions into chilled, sterile microcentrifuge tubes. Immediately snap-freeze the competent cells by immersing the tightly closed tubes in a bath of liquid nitrogen. Store the tubes at -70°C until needed.
</ol>
</ol>
-
      <h2 class="title">Double Restriction (Fast) Digest </h2>
+
</div>
 +
  <p class="menu_head">Double Restriction (Fast) Digest</p>
 +
    <div class="menu_body">
 +
<p>Materials</p>
<li>~20 µL DNA (as much as possible)</li>
<li>~20 µL DNA (as much as possible)</li>
<li>1 µL Restriction Enzyme 1</li>
<li>1 µL Restriction Enzyme 1</li>
Line 87: Line 276:
50 µL  Total                      → 37º C, 3 hrs.
50 µL  Total                      → 37º C, 3 hrs.
 +
<p>Procedure</p>
<li>Treat insert with XbaI and PstI</li>
<li>Treat insert with XbaI and PstI</li>
<li>Treat vector with SpeI and PstI</li>
<li>Treat vector with SpeI and PstI</li>
-
      <h2 class="title">Ligations (Standard Assembly)</h2>
+
    </div>
-
Use Excel macro to determine vector/insert volumes based off the DNA concentrations, where a vector to insert ratio is maintained at 3:1 and the desired vector mass in the reaction 200 ng.<br></br>
+
 +
  <p class="menu_head"> Ligation</p>
 +
    <div class="menu_body">
 +
<p>Materials</p>
Ligation reaction:
Ligation reaction:
<li>__ µL vector DNA</li>
<li>__ µL vector DNA</li>
Line 97: Line 289:
<li>2 µL T4 10x Buffer</li>
<li>2 µL T4 10x Buffer</li>
<li>1 µL DNA ligase</li>
<li>1 µL DNA ligase</li>
-
<li>Add appropriate amount of dH</ins><sub>2</sub><ins>0 (µL)</li>
+
<li>Add appropriate amount of dH<sub>2</sub>0 (µL)</li>
-
20 µL Total →Leave at room temperature for 20 minutes
+
20 µL Total             →Leave at room temperature for 20 minutes
<br></br>
<br></br>
Vector control:
Vector control:
Line 113: Line 305:
<li>Add appropriate amount of dH<sub>2</sub>0 (µL)</li>
<li>Add appropriate amount of dH<sub>2</sub>0 (µL)</li>
20 uL Total
20 uL Total
-
      <h2 class="title">Gel Electrophoresis</h2>
+
<p>Procedure</p>
 +
<li>Mix these materials in the amounts determined by the reaction volume calculator <a href="https://static.igem.org/mediawiki/2011/7/73/UC_Davis_Reaction_Volume_Calculator.xls">here</a>.
 +
    </div>
 +
 
 +
  <p class="menu_head">Gel Electrophoresis</p>
 +
    <div class="menu_body">
 +
<p>Procedure</p>
<ol>
<ol>
<li>Add 0.5 grams of agarose to 50 mL of 1X TAE buffer.</li>
<li>Add 0.5 grams of agarose to 50 mL of 1X TAE buffer.</li>
Line 124: Line 322:
<li>Check gel periodically.</li>
<li>Check gel periodically.</li>
</ol>
</ol>
-
      <h2 class="title">Gel Extraction and Purification</h2>
+
    </div>
 +
 
 +
  <p class="menu_head">Gel Extraction and Purification</p>
 +
    <div class="menu_body">
 +
<p>Procedure</p>
<ol>
<ol>
<li>Prepare agarose gel and use 3 combs to make a bigger well.</li>
<li>Prepare agarose gel and use 3 combs to make a bigger well.</li>
Line 139: Line 341:
<li>Centrifuge for 1 min at 11,000 x g. </li>
<li>Centrifuge for 1 min at 11,000 x g. </li>
</ol>
</ol>
-
      <h2 class="title">PCR Amplification for Golden Gate Assembly</h2>
+
    </div>
 +
 
 +
  <p class="menu_head">PCR Amplification for Golden Gate Assembly</p>
 +
    <div class="menu_body">
 +
<p>Materials</p>
<li>10 µL 5x HF Buffer</li>
<li>10 µL 5x HF Buffer</li>
<li>1  uL dNTPs</li>
<li>1  uL dNTPs</li>
Line 149: Line 355:
50 µL Total
50 µL Total
<li>Run 1% agarose gel for verification. If the gel is good, perform PCR clean up.</li>
<li>Run 1% agarose gel for verification. If the gel is good, perform PCR clean up.</li>
-
      <h2 class="title">Golden Gate Assembly</h2>
+
</div>
 +
<p class="menu_head">Golden Gate Assembly</p>
 +
    <div class="menu_body">
 +
 
 +
<p>Materials</p>
<li>100 ng for each DNA part</li>
<li>100 ng for each DNA part</li>
<li>1 µL BsaI</li>
<li>1 µL BsaI</li>
Line 156: Line 366:
<li>Add appropriate amount of ddH<sub>2</sub>0.</li>
<li>Add appropriate amount of ddH<sub>2</sub>0.</li>
20 µL Total
20 µL Total
-
      <h2 class="title">DNA Extraction (Minipreps)</h2>
+
</div>
 +
 
 +
<p class="menu_head">DNA Extraction (Minipreps)</p>
 +
    <div class="menu_body">
 +
 
 +
<p>Procedure</p>
<ol>
<ol>
<li>Sediment the cells by centrifuging 1-5 mL of overnight LB-culture. Remove all medium.</li>
<li>Sediment the cells by centrifuging 1-5 mL of overnight LB-culture. Remove all medium.</li>
Line 167: Line 382:
<li>Centrifuge the column at 12,000 x g for 2 minutes. Discard the column. Store plasmid DNA at 4º C (short-term) or store the DNA in aliquots at -20º C (long-term).</li>
<li>Centrifuge the column at 12,000 x g for 2 minutes. Discard the column. Store plasmid DNA at 4º C (short-term) or store the DNA in aliquots at -20º C (long-term).</li>
</ol>
</ol>
-
      <h2 class="title">Making and Reviving Glycerol Stocks</h2>
+
    </div>
 +
 
 +
<p class="menu_head">Making and Reviving Glycerol Stocks</p>
 +
    <div class="menu_body">
 +
 
 +
<p>Procedure</p>
<li>Add equal volumes (500-700 µL) of overnight cell culture and glycerol into a cryotube, keep sterile with a flame.</li>
<li>Add equal volumes (500-700 µL) of overnight cell culture and glycerol into a cryotube, keep sterile with a flame.</li>
<li>Store at -80º C.</li>
<li>Store at -80º C.</li>
<li>When reviving a glycerol stock, keep the glycerol stock on dry ice.   
<li>When reviving a glycerol stock, keep the glycerol stock on dry ice.   
<li>Use a pipette tip to poke and/or slightly swirl glycerol stock and drop tip into 5 mL LB culture with appropriate antibiotic and shake overnight.</li>
<li>Use a pipette tip to poke and/or slightly swirl glycerol stock and drop tip into 5 mL LB culture with appropriate antibiotic and shake overnight.</li>
-
      <h2 class="title">Sequencing Prep</h2>
+
    </div>
 +
 
 +
<p class="menu_head">Sequencing Preparation</p>
 +
    <div class="menu_body">
 +
 
 +
<p>Procedure</p>
<li>Primer will have [ng] content printed on label: add 10x H<sub>2</sub>0 for DNA at 100 uM.</li>
<li>Primer will have [ng] content printed on label: add 10x H<sub>2</sub>0 for DNA at 100 uM.</li>
<li>Need 10 uM for sequencing, so dilute a portion of the hydrated primer solution 10x.</li>
<li>Need 10 uM for sequencing, so dilute a portion of the hydrated primer solution 10x.</li>
Line 181: Line 406:
<li>Add appropriate amount of H<sub>2</sub>O.</li>
<li>Add appropriate amount of H<sub>2</sub>O.</li>
12 µL total
12 µL total
-
<h2 class="title">Measuring DNA Concentration</h2>
+
    </div>
 +
<p class="menu_head">Measuring DNA Concentration</p>
 +
    <div class="menu_body">
 +
        <p>Procedure</p>
<ol>
<ol>
<li>Log in to nanodrop program.</li>
<li>Log in to nanodrop program.</li>
Line 192: Line 420:
<li>Print results. </li>
<li>Print results. </li>
</ol>
</ol>
-
      <h2 class="title">Tecan Testing Protocol</h2>
+
</div>
 +
 
 +
<p class="menu_head">Tecan Testing</p>
 +
    <div class="menu_body">
 +
        <p>Procedure</p>
<ol>
<ol>
<li>Grow cultures overnight in LB at 37 C, 150 RPM. </li>
<li>Grow cultures overnight in LB at 37 C, 150 RPM. </li>
Line 200: Line 432:
<li>Run Tecan program.</li>
<li>Run Tecan program.</li>
</ol>
</ol>
-
      <h2 class="title">Primer Design for Site-Directed Mutagenesis PCR</h2>
+
</div>
-
<ol>
+
 
 +
<p class="menu_head">Primer Design for Site-Directed Mutagenesis PCR</p>
 +
    <div class="menu_body">
 +
        <p>Procedure</p>
 +
        <ol>
<li> Identify site that needs to be mutated.</li>
<li> Identify site that needs to be mutated.</li>
<li>Check the amino acid sequence to create a silent mutation, generally the last base in a codon.</li>
<li>Check the amino acid sequence to create a silent mutation, generally the last base in a codon.</li>
Line 208: Line 444:
<li>The reverse primer will be the reverse complement of this sequence.</li>
<li>The reverse primer will be the reverse complement of this sequence.</li>
</ol>
</ol>
-
<h2 class="title">Site-Directed Mutagenesis PCR</h2>
+
 
 +
</div>
 +
 
 +
<p class="menu_head">Site-Directed Mutagenesis PCR</p>
 +
    <div class="menu_body">
 +
                <p>Materials</p>
<li>Primer will have [µg] content printed on label: add H<sub>2</sub>0 1:1 for DNA at 1 µg/µL.</li>
<li>Primer will have [µg] content printed on label: add H<sub>2</sub>0 1:1 for DNA at 1 µg/µL.</li>
<li>Need 0.1 µg/µL for PCR reaction, so dilute a portion of the hydrated primer solution 10x.</li>
<li>Need 0.1 µg/µL for PCR reaction, so dilute a portion of the hydrated primer solution 10x.</li>
Line 222: Line 463:
50 µL Total
50 µL Total
<br></br>
<br></br>
-
PCR program
+
<p>PCR program</p>
<ol>
<ol>
<li>95º C    1 min</li>
<li>95º C    1 min</li>
Line 231: Line 472:
<li>4º C      Hold </li>
<li>4º C      Hold </li>
</ol>
</ol>
-
      <h2 class="title">Electroporation Transformation</h2>
+
</div>
 +
 
 +
<p class="menu_head">Electroporation Transformation</p>
 +
    <div class="menu_body">
 +
        <p>Procedure</p>
<ol>
<ol>
<li>Thaw electrocompetent cells on ice, keep on ice when thawed.</li>
<li>Thaw electrocompetent cells on ice, keep on ice when thawed.</li>
Line 238: Line 483:
<li>Transfer cell/DNA into prechilled electroporation cuvette, keep on ice for 1 minute.</li>
<li>Transfer cell/DNA into prechilled electroporation cuvette, keep on ice for 1 minute.</li>
<li>Make sure the electroporator is set to:
<li>Make sure the electroporator is set to:
-
<ul>Time constant = 4.5-5.0 ms</ul>
+
    <ul>Time constant = 4.5-5.0 ms</ul>
-
<ul>Resistance = 200 W</ul>
+
    <ul>Resistance = 200 W</ul>
-
<ul>Capacitance = 25 mFD</ul>
+
    <ul>Capacitance = 25 mFD</ul>
-
<ul>Volts = 1.7 kV (for 1mm gap cuvettes)</ul>
+
    <ul>Volts = 1.7 kV (for 1mm gap cuvettes)</ul>
<li>Electrocute cells once.</li>
<li>Electrocute cells once.</li>
<li>Add 1mL of LB to cuvette, pipette up and down to mix, and transfer mixture to 14mL Falcon culture tube.</li>
<li>Add 1mL of LB to cuvette, pipette up and down to mix, and transfer mixture to 14mL Falcon culture tube.</li>
Line 247: Line 492:
<li>Plate cells on appropriate antibiotic.</li>
<li>Plate cells on appropriate antibiotic.</li>
</ol>
</ol>
 +
</div>
 +
 +
</div>
 +
 +
 +
 +
<!-- accordion ends here -->
 +
</div>
 +
 +
<script>if (window.runOnloadHook) runOnloadHook();</script>
 +
</div>
 +
</div>
</div>
</div>
</html>
</html>

Revision as of 20:03, 16 August 2013

Protocols

Retrieved from "http://2013.igem.org/Team:UC_Davis/Protocols"