Biomod/2012/Tianjin/Protocol: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
margin-right:10px;
margin-right:10px;
}
}
.tocbefore {
.tocbefore {
position:absolute;
position:absolute;
right:0px;
}
}


Line 16: Line 16:
position:fixed;
position:fixed;
top:30px;
top:30px;
right:195px;
}
}


Line 37: Line 36:
     }
     }
     }  
     }  
     if(scrollPos < 300){
     if(scrollPos < 290){
document.getElementById("toc").className="tocbefore";
document.getElementById("toc").className="tocbefore";
}
}
Line 46: Line 45:
window.onscroll=getScrollTop;
window.onscroll=getScrollTop;
</script>
</script>
 
<div style="width:280px;float:right;">
<table id="toc" class="tocbefore" summary="Contents" style="font-family:Calibri;float:right;font-size:120%;"><tbody><tr><td><div id="toctitle"><h2>Contents</h2> </div>
<ul>
<li class="toclevel-1"><a href="#Oligonucleotides_synthesis"><span class="tocnumber">1</span> <span class="toctext">Oligonucleotides synthesis</span></a>
<ul>
<li class="toclevel-2"><a href="#The_logic_gate"><span class="tocnumber">1.1</span> <span class="toctext">The logic gate</span></a></li>
<li class="toclevel-2"><a href="#The_Y-DNA"><span class="tocnumber">1.2</span> <span class="toctext">The Y-DNA</span></a></li>
</ul>
</li>
<li class="toclevel-1"><a href="#AFM"><span class="tocnumber">2</span> <span class="toctext">AFM</span></a></li>
<li class="toclevel-1"><a href="#Agarose_electrophoresis"><span class="tocnumber">3</span> <span class="toctext">Agarose electrophoresis</span></a></li>
<li class="toclevel-1"><a href="#PAGE"><span class="tocnumber">4</span> <span class="toctext">PAGE</span></a>
<ul>
<li class="toclevel-2"><a href="#Materials"><span class="tocnumber">4.1</span> <span class="toctext">Materials</span></a></li>
<li class="toclevel-2"><a href="#Methods"><span class="tocnumber">4.2</span> <span class="toctext">Methods</span></a></li>
</ul>
</li>
<li class="toclevel-1"><a href="#PCR_Annealing_Procedure_.28for_Logic_Gate.29"><span class="tocnumber">5</span> <span class="toctext">PCR Annealing Procedure (for Logic Gate)</span></a></li>
<li class="toclevel-1"><a href="#Recipe"><span class="tocnumber">6</span> <span class="toctext">Recipe</span></a></li>
</ul>
</td></tr></tbody></table>
</div>
<!-- text starts here -->
<!-- text starts here -->
<div id="text-content">
<div id="text-content">
</html>
</html>
__NOTOC__
==Oligonucleotides synthesis==
==Oligonucleotides synthesis==
===The logic gate===
===The logic gate===
Line 56: Line 77:
***5’-AGCTTCTTTCTAATACGGCTTACCTCCGAGCCGGTCGAAATAGTGCGGGTAAGCCTGGGCCTCTT<br>TCTTTTTAAGAAAGAAC-3’
***5’-AGCTTCTTTCTAATACGGCTTACCTCCGAGCCGGTCGAAATAGTGCGGGTAAGCCTGGGCCTCTT<br>TCTTTTTAAGAAAGAAC-3’
**The substrate:
**The substrate:
***5’-CGCACTATrAGGGTAA-3’
***5’-CGCACTAT<span style="color:#ff0000">rA</span>GGGTAA-3’


*Logic gate 2-1:
*Logic gate 2-1:
**The logic gate:
**The logic gate:
***Part 1: 5’- CAGGCTTACTCCGAGCCGGTCGAAATAGTGAGCGAT -3’
***Part 1: 5’- CAGGCTTACTCCGAGCCGGTCGAAATAGTGAGCGAT -3’
***Part 2:  5’- ATCGCTCACTAT rA GGTAAGCCTGGGCCTCTTTCTTTTTAAGAAAGAAC -3’
***Part 2:  5’- ATCGCTCACTAT<span style="color:#ff0000">rA</span>GGTAAGCCTGGGCCTCTTTCTTTTTAAGAAAGAAC -3’
**The substrate:
**The substrate:
***5’-AGCTTCTTTCTAATACGGCTTACC-3’
***5’-AGCTTCTTTCTAATACGGCTTACC-3’
Line 67: Line 88:
*Logic gate 2-1:
*Logic gate 2-1:
**The logic gate:
**The logic gate:
***Part1: 5’-CTCACTATrAGGAAGGGTAAGCCTGGGCCTCTTTCTTTTTAAGAAAGAAC-3’
***Part1: 5’-CTCACTAT<span style="color:#ff0000">rA</span>GGAAGGGTAAGCCTGGGCCTCTTTCTTTTTAAGAAAGAAC-3’
***Part2: 5’-TTACCCTTCTCCGAGCCGGTCGAAATAGTGAG-3’
***Part2: 5’-TTACCCTTCTCCGAGCCGGTCGAAATAGTGAG-3’
**The substrate:
**The substrate:

Latest revision as of 18:33, 27 October 2012

<html> <style> /* Back to top css */ .back-to {

   position: fixed;
   bottom: 35px;
   *bottom: 50px;
   _bottom: 35px;
   right: 10px;
   z-index: 999;
   width: 50px;
   zoom: 1
   }
  • html .back-to {
   /* 不能用 _position 这种写法,因为它在IE7+也会执行expression。。。 */
   position: expression(function(ele){ele.runtimeStyle.position='absolute';Expressions.style.position.fixed(ele);}(this))
   }

.back-to {

   float: right;
   display: block;
   width: 50px;
   height: 50px;
   background: url(http://a.xnimg.cn/imgpro/button/back-home.png) no-repeat 0 0;
   outline: 0 none;
   text-indent: -9999em;
   }

.back-to:hover {

   background-position: -50px 0
   }

.back-to .back-top {

   float: right;
   display: block;
   width: 50px;
   height: 50px;
   background: url(http://a.xnimg.cn/imgpro/button/back-top.png) no-repeat 0 0;
   margin-left: 10px;
   outline: 0 none;
   text-indent: -9999em
   }

.back-to .backtotop {

   float: left;
   display: block;
   width: 50px;
   height: 50px;
   background: #666 url(http://a.xnimg.cn/imgpro/arrow/btt.png) 8px -57px no-repeat;
   margin-bottom: 15px;
   outline: 0 none;
   text-indent: -9999em;
   -moz-border-radius: 4px;
   -khtml-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   position: relative
  -moz-box-shadow:  0px 0px 15px #ccc;
  -webkit-box-shadow:  0px 0px 15px #ccc;
  box-shadow:  0px 0px 15px #ccc;
   }

.back-to .backtotop:hover {

   background-color: #333;
   background-position: 8px 13px
   }

.back-to .backtotop .back-tip {

   position: absolute;
   visibility: hidden;
   top: -31px;
   left: -10px
   }

.back-to .backtotop:hover .back-tip {

   visibility: visible
   }

.back-to .back-top:hover {

   background-position: -50px 0
   }

/* changed default background */

.container{background-color: #ffffff; margin-top:0px}

  1. column-content {width: 0px; float: left; margin: 0 0 0 0;padding: 0;}

.firstHeading {display:none; width:0px;}

  1. column-one {display:none; width:0px;background-color: #ffffff;}
  1. globalWrapper{width: 970px; background-color: #ffffff; margin-left: auto; margin-right: auto;

-moz-box-shadow: 0px 0px 15px #ccc; -webkit-box-shadow: 0px 0px 15px #ccc; box-shadow: 0px 0px 15px #ccc;}

  1. content{ margin: 0 0 0 0; align: center; padding: 12px 12px 12px 12px; width: 940px;background-color: #ffffff; border: 0;}
  2. bodyContent{ width: 940px; align: center; background-color: #ffffff;}
  3. column-content{width: 970px;background-color: #ffffff;}

body { background: url(http://openwetware.org/images/1/13/TJU2012-Bg.gif) repeat-x #F9F9F7; }


/* basic link rules */


a:link { color: #4F6DDC; } a:visited { color: #4F6DDC; } a:hover { color: #4F6DDC; text-decoration: none; }


/* -- navigator css -- */

  1. navDiv ul { margin: 0; padding: 0;}
  2. navDiv li { margin: 0; padding: 0;}
  3. navDiv a { margin: 0; padding: 0;}
  4. navDiv ul {list-style: none; z-index:999;}
  5. navDiv a {text-decoration: none;}
  6. navDiv

{ position: relative; height: 40px; width:970px; left: -12px; top: 0px; background-color: #111; background-repeat: repeat-x; box-shadow: 0px 5px 8px rgba(0,0,0,0.4); margin-bottom:20px; }


  1. navDiv > ul > li {
   float: left;
   margin-left: 38px;
   position: relative;

}

  1. navDiv > ul > li > a {
   color: #aaa;
   font-family: Verdana, 'Lucida Grande';
   font-size: 15px;
   line-height: 40px;
   padding: 11px 20px;

-webkit-transition: color .15s;

  -moz-transition: color .15s;
    -o-transition: color .15s;
       transition: color .15s;

}

  1. navDiv > ul > li > a:hover {color: #333333; background-color: #FFFFFF;}


  1. navDiv > ul > li > ul

{

   opacity: 0;
   visibility: hidden;
   padding: 16px 0 20px 0;
   background-color: rgb(250,250,250);
   text-align: left;
   position: absolute;
   top: 30px;
   left: 50%;
   margin-left: -90px;
   width: 180px;

-webkit-transition: all .3s .1s;

  -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
       transition: all .3s .1s;

-webkit-border-radius: 5px;

  -moz-border-radius: 5px;
       border-radius: 5px;

-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);

  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
       box-shadow: 0px 1px 3px rgba(0,0,0,.4);

}

  1. navDiv > ul > li:hover > ul

{

   opacity: 1;
   top: 40px;
   visibility: visible;

}

  1. navDiv > ul > li > ul:before

{

   content: '';
   display: block;
   border-color: transparent transparent rgb(250,250,250) transparent;
   border-style: solid;
   border-width: 10px;
   position: absolute;
   top: -20px;
   left: 50%;
   margin-left: -10px;

}

  1. navDiv > ul ul > li { position: relative;}
  1. navDiv ul ul a

{

   color: rgb(50,50,50);
   font-family: Verdana, 'Lucida Grande';
   font-size: 13px;
   background-color: rgb(250,250,250);
   padding: 5px 8px 7px 16px;
   display: block;

-webkit-transition: background-color .1s;

  -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
       transition: background-color .1s;

}

  1. navDiv ul ul a:hover {background-color: rgb(240,240,240);}


  1. navDiv ul ul ul

{

   visibility: hidden;
   opacity: 0;
   position: absolute;
   top: -16px;
   left: 206px;
   padding: 16px 0 20px 0;
   background-color: rgb(250,250,250);
   text-align: left;
   width: 160px;

-webkit-transition: all .3s;

  -moz-transition: all .3s;
    -o-transition: all .3s;
       transition: all .3s;

-webkit-border-radius: 5px;

  -moz-border-radius: 5px;
       border-radius: 5px;

-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);

  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
       box-shadow: 0px 1px 3px rgba(0,0,0,.4);

}


  1. navDiv ul ul > li:hover > ul { opacity: 1; left: 196px; visibility: visible;}


  1. navDiv ul ul a:hover

{

   background-color: #777777;
   color: rgb(240,240,240);

}


/* Abstract in pages css */

  1. tianjin-right-content {

float: right; width: 280px; margin-left: 20px; font-family:"Calibri"; font-size:120%; }

  1. tianjin-right-content ul {

margin: 0; padding: 0 1em; }

  1. tianjin-right-content ul li {

list-style: none; margin: 0 0 1em 0; } .tianjin-description { font-size: small; color: #8A8A8A; }

/* Text content css*/

  1. text-content {

width:620px; font-family:"Calibri"; font-size:120%; padding: 10px 10px 10px 10px; }

/* footer in the middle */

  1. footer{position: center; width: 970px;}

</style>

<!--header starts here-->

<div id="header"> <div class="title" style="height: 180px;"> <a href="http://openwetware.org/wiki/Biomod/2012/Tianjin"><img src ="http://openwetware.org/images/7/79/TJU2012-Header.png"></a> <div style="float:right;"><img src="http://openwetware.org/images/c/cd/TJU2012-logo.png"></div> <div class="topsearch" style="position:absolute;top:175px;right:90px;"> <form method="GET" action="http://www.google.com/search"> <input type="hidden" name="hl" value="en"> <input type="hidden" name="sitesearch" value="openwetware.org"> <input type="hidden" name="domains" value="openwetware.org"> <input type="hidden" name="as_epq" value="Tianjin"> <input type="text" name="q" class="frm"><input type="submit" class="btn" value="Search"> </form> </div> </div> </div>

<!--navigator starts here-->

<div id="navDiv">

<ul>

  	    <li class='active '><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin'><span>Home</span></a></li>
  	    <li class='active '><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin/Team'><span>Team</span></a>
       </li>
  	    <li class='has-sub'><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin/Project/Background'><span>Designs</span></a>
  	        <ul>
  	            <li><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin/Project/Background'><span>Background</span></a></li>
               <li><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin/Project/LogicGate'><span>The Logic Gate</span></a></li>
               <li><a href="http://openwetware.org/wiki/Biomod/2012/Tianjin/Project/YDNA"><span>Y-DNA</span></a></li>
               <li><a href="http://openwetware.org/wiki/Biomod/2012/Tianjin/Project/Origami"><span>The Origami Amplifier</span></a></li>
 	        </ul>   

</li>

<li class='has-sub'><a href='#'><span>Experiments and Results</span></a>

  	        <ul>
  	            <li><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin/Result/LogicGate'><span>The Logic Gate</span></a></li>
               <li><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin/Result/YDNA'><span>Y-DNA</span></a></li>
               <li><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin/Result/Origami'><span>The Origami Amplifier</span></a></li>

</ul>

       </li>   	
  	    <li class='active'><a href="http://openwetware.org/wiki/Biomod/2012/Tianjin/Protocol"><span>Protocol</span></a> 

</li>

           <li class='active'><a href='http://openwetware.org/wiki/Biomod/2012/Tianjin/Attributions'><span>Attributions</span></a></li>

</ul> </div>

<div id="toolBackTo" class="back-to" style="left: 1175px; "> <a stats="site_footer_back_to_top" class="backtotop" href="#top" onclick="if(Sizzle('#sidebar2 .ready-to-fix')[0]) Sizzle('#sidebar2 .ready-to-fix')[0].style.position = 'static';window.scrollTo(0,0);if(Sizzle('#sidebar2 .ready-to-fix')[0]) Sizzle('#sidebar2 .ready-to-fix')[0].style.position = '';return false;">Back to top <img stats="site_footer_back_to_top" src="http://openwetware.org/images/a/a7/TJU2012-Back-tip.png" class="back-tip"> </a> </div>


</html>

<html> <style>

  1. toc {

width:260px; margin-right:10px; }

.tocbefore { position:absolute; }

.tocafter { position:fixed; top:30px; }

</style>

<script type="text/javascript"> function getScrollTop() {

   var scrollPos; 
   if (window.pageYOffset) { 
       scrollPos = window.pageYOffset; 
   } 
   else if (document.compatMode) { 
   	if(document.compatMode != 'BackCompat')
   	{
       	scrollPos = document.documentElement.scrollTop; 
       }
       else if (document.body) 
       { 
       	scrollPos = document.body.scrollTop; 
   	}
   } 
   if(scrollPos < 290){

document.getElementById("toc").className="tocbefore"; } else{ document.getElementById("toc").className="tocafter"; } } window.onscroll=getScrollTop; </script> <div style="width:280px;float:right;"> <table id="toc" class="tocbefore" summary="Contents" style="font-family:Calibri;float:right;font-size:120%;"><tbody><tr><td><div id="toctitle"><h2>Contents</h2> </div> <ul> <li class="toclevel-1"><a href="#Oligonucleotides_synthesis"><span class="tocnumber">1</span> <span class="toctext">Oligonucleotides synthesis</span></a> <ul> <li class="toclevel-2"><a href="#The_logic_gate"><span class="tocnumber">1.1</span> <span class="toctext">The logic gate</span></a></li> <li class="toclevel-2"><a href="#The_Y-DNA"><span class="tocnumber">1.2</span> <span class="toctext">The Y-DNA</span></a></li> </ul> </li> <li class="toclevel-1"><a href="#AFM"><span class="tocnumber">2</span> <span class="toctext">AFM</span></a></li> <li class="toclevel-1"><a href="#Agarose_electrophoresis"><span class="tocnumber">3</span> <span class="toctext">Agarose electrophoresis</span></a></li> <li class="toclevel-1"><a href="#PAGE"><span class="tocnumber">4</span> <span class="toctext">PAGE</span></a> <ul> <li class="toclevel-2"><a href="#Materials"><span class="tocnumber">4.1</span> <span class="toctext">Materials</span></a></li> <li class="toclevel-2"><a href="#Methods"><span class="tocnumber">4.2</span> <span class="toctext">Methods</span></a></li> </ul> </li> <li class="toclevel-1"><a href="#PCR_Annealing_Procedure_.28for_Logic_Gate.29"><span class="tocnumber">5</span> <span class="toctext">PCR Annealing Procedure (for Logic Gate)</span></a></li> <li class="toclevel-1"><a href="#Recipe"><span class="tocnumber">6</span> <span class="toctext">Recipe</span></a></li> </ul> </td></tr></tbody></table> </div> <!-- text starts here --> <div id="text-content"> </html>

Oligonucleotides synthesis

The logic gate

  • Logic gate 1
    • The logic gate:
      • 5’-AGCTTCTTTCTAATACGGCTTACCTCCGAGCCGGTCGAAATAGTGCGGGTAAGCCTGGGCCTCTT
        TCTTTTTAAGAAAGAAC-3’
    • The substrate:
      • 5’-CGCACTATrAGGGTAA-3’
  • Logic gate 2-1:
    • The logic gate:
      • Part 1: 5’- CAGGCTTACTCCGAGCCGGTCGAAATAGTGAGCGAT -3’
      • Part 2: 5’- ATCGCTCACTATrAGGTAAGCCTGGGCCTCTTTCTTTTTAAGAAAGAAC -3’
    • The substrate:
      • 5’-AGCTTCTTTCTAATACGGCTTACC-3’
  • Logic gate 2-1:
    • The logic gate:
      • Part1: 5’-CTCACTATrAGGAAGGGTAAGCCTGGGCCTCTTTCTTTTTAAGAAAGAAC-3’
      • Part2: 5’-TTACCCTTCTCCGAGCCGGTCGAAATAGTGAG-3’
    • The substrate:
      • 5’-AGCTTCTTTCTAATACGGCTTACC-3’

The Y-DNA

  • The improved logic gate:
    • 5’-AGCTTCTTTCTAATACGGCTATGAATTCTTACTCCGAGCCGGTCGAATTGCGTTTTCGCTTGT
      AAGAATTCATAGCCTGGGCCTCTTTCTTTTTAAGAAAGAAC-3’
  • The self-cleaved logic gate:
    • 5’-CTATGAATTCTTACTCCGAGCCGGTCGAATTGCGTTTTCGCTTGTAAGAATTCATAGCCTGGG
      CCTCTTTCTTTTTAAGAAAGAAC-3’
  • Y2:
    • TATGAATTCCGAGTAGGTACAACGCAAAGGTAAGAATTCATA
  • Y3:
    • CTATGAATTCTTACAAGCGAAGTACCTACTCGGAATTCATA

AFM

  • Turn on the power
  • Turn on the computer and the display
  • Turn on the control center
  • Turn on the laser of the HEB (Head Electronic Box)
  • Turn on MAC Mode or AC Mode Controller
  • Open PicoView or Picoscan
  • Select suitable imaging mode → STM, AFM, AC AFM, MAC and TopMac according to the sample
  • Select suitable scanner head (100μm and 10μm) in the control software based on the sample
  • Take out the scanner head, and mount to the scanner base (WITH CARE!)
  • Select suitable nose according to imaging mode
  • Install the nose on the scanner with vertical force of two hands together
  • Use the Spring Key to open the spring, and using the tweezers to put pinpoint to the nose
  • Install the scanner head, plug in, fasten the screws
  • Use the two screw nuts on the scanner head to adjust the position of the laser, making the laser pointing to the back of the pinpoint
  • When installing sample, make sure there is enough distance between the sample and the pinpoint. Use the Close button to get closer to the sample
  • Install the detector, and adjust the screws, making deflection and LFM parameters fits the requirement
  • Software setup: I, P, set point, scan speed, can size, stop at, data points per etc.
  • Click Approach, the pinpoint starts to approach the sample
  • Click Scan, it starts imaging. Adjusting Rotate, I, P, speed etc. in real time to achieve high quality image

Agarose electrophoresis

  • 0.2g agarose mixed with 20ml 1X TAE, heat to boil
  • When temperature drops, add 0.1μL golden view, cooling for 30min
  • Adding 1X TAE into
  • Mix 2μL 6X loading buffer with 5μL DNA sample, add 7μL of the sample into the well
  • Start the electrophoresis at 150-250V, for 10-30min, depending on the blue band of loading buffer
  • Stop the electrophoresis, put the gel into UV gel imager, expose for 80ms

PAGE

Nucleic acid electrophoresis utilizes the same concepts as protein electrophoresis. The denaturant and visualization techniques differ. All nucleic acids are negatively charged. It is not neccessary or desirable to use a charged denaturant such as SDS. Urea is used to denature the DNA or RNA within the gel. Visualization is usually achieved via staining with ethidium bromide. Ethidium bromide intercalates between base pairs and fluoresces. The fluoresence of free (non-bound) ethidium bromide is quenched. Note that ethidium bromide is a carcinogen and that UV light can damage skin and eyes. Gloves and protective eyeware should be used. The UV box has special anti-UV plastic and a safety interlock. Do not try to defeat the interlock.

Materials

Glass plates (10 x 20 cm), spacers, comb, and clamps

Power supply

Nucleic Acid samples

6.66 mL 30% Acrylamide

3.34 mL 5X TBE

8.41 g Urea

The TA will have prepared the solution above before lab starts. The solution must be heated to dissolve the urea. However warm gel solutions polymerize quickly with unpredictable results, so the solution must be allowed to cool before use.

140 microliters 10% Ammonium Persulfate

7 microliters TEMED

Loading buffer- 2X Dye- 0.25% Bromophenol Blue, 0.25% Xylene Cyanol

Gel Red

1X TBE for Running Buffer

Methods

Very similar to SDS PAGE gel. You should be able to assemble gel by yourself. Have the TA inspect gel prior to use.

Add 8 microliters of the Loading Buffer to 10 microliters of your nucleic acid sample

Load onto gel, and separate your nucleic acid fragments by electrophoresis at around 30 Amps, until the dye front approaches the bottom of gel. Do NOT let dye front run off gel.

Stain with Gel Red for 20 minutes. Visualize on the UV box. Caution: Wear safety glasses around UV light.

Photograph the gel. Do not dispose of the gel until you have ensured that you have a reasonable photograph.

PCR Annealing Procedure (for Logic Gate)

  • 90℃ for 5 min;
  • 90℃ for 1min;-1℃ per cycle
  • Go to 2 for 86 times
  • 4℃ forever

Recipe

  • DNAzyme Buffer

1M NaCl, 30mM HEPES, pH=7.0

  • TBE

10x TBE (1 liter): Dissolve 108 g Tris and 55 g Boric acid in 900 ml distilled water. Add 40 ml 0.5 M Na2EDTA (pH 8.0) (alternatively use 9.3 g Na2EDTA) Adjust volume to 1 Liter. Store at room temperature. Note: 10x TBE may take some time to dissolve, even with fast stirring TBE can be diluted to 1X prior to use in electrophoresis, 0.5x is acceptable as well.

  • TAE

TAE buffer is commonly prepared as a 50X stock solution for laboratory use. A 50X stock solution can be prepared by dissolving 242g Tris base in water, adding 57.1mL glacial acetic acid, and 100mL of 500mM EDTA (pH 8.0) solution, and bringing the final volume up to 1 liter. This stock solution can be diluted 50:1 with water to make a 1X working solution. This 1X solution will contain 40mM Tris, 20mM acetic acid, and 1mM EDTA.

  • Urea Loading Buffer

8 M urea, 50 mM EDTA, 0.05% xylene cyanol, and 50 mM Tris acetate, pH 8.2.


<html>

<html>