Team:KAIST Korea/Notebook Labnote

From 2012.igem.org

(Difference between revisions)
Line 5: Line 5:
<link href='http://fonts.googleapis.com/css?family=Qwigley|Open+Sans:600italic,400,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Qwigley|Open+Sans:600italic,400,800' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"> </script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"> </script>
 +
<script type="text/javascript" src="https://dl.dropbox.com/u/101383736/mootools-yui-compressed.js"></script>
 +
<script type="text/javascript" src="https://dl.dropbox.com/u/101383736/all.js"></script>
<script type="text/javascript">
<script type="text/javascript">
   WebFontConfig = {
   WebFontConfig = {
Line 18: Line 20:
     s.parentNode.insertBefore(wf, s);
     s.parentNode.insertBefore(wf, s);
   })();  
   })();  
-
  </script>
+
</script>
 +
 
<style>
<style>
@import url(http://fonts.googleapis.com/css?family=Qwigley|Open+Sans:600italic,400,800);
@import url(http://fonts.googleapis.com/css?family=Qwigley|Open+Sans:600italic,400,800);
Line 34: Line 37:
top:-70px;
top:-70px;
z-index: 2;
z-index: 2;
 +
}
 +
 +
#kaistcontent #inside
 +
{
 +
position: relative;
 +
background-color:transparent;
 +
width:670px;
 +
font-family: 'Open Sans', sans-serif;
 +
font-size:10pt;
 +
line-height:120%;
 +
text-align:justify;
 +
padding: 0px 15px 0px 15px;
 +
z-index: 3;
}
}
Line 70: Line 86:
line-height:110%;
line-height:110%;
}
}
-
 
+
#kaistcontent #name
-
#kaistcontent h3
+
{
{
 +
position:relative;
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
-
color:#181818;
+
color:#5c5858;
-
font-size:14pt;
+
font-weight:bold;
 +
font-size:20pt;
line-height:110%;
line-height:110%;
}
}
-
#kaistcontent h4
 
-
{
 
-
font-family: 'Open Sans', sans-serif;
 
-
color:#585858;
 
-
font-size:12pt;
 
-
line-height:110%;
 
-
}
 
#kaistcontent ul
#kaistcontent ul
Line 91: Line 101:
list-style-type:disc;
list-style-type:disc;
padding: 0px 0px 0px 30px;
padding: 0px 0px 0px 30px;
 +
}
}
#kaistcontent li
#kaistcontent li
{
{
-
list-style-type:inherit;
+
list-style-type:disc;
-
}
+
-
 
+
-
#kaistcontent #figure
+
-
{
+
-
margin-left:auto;
+
-
margin-right:auto;
+
-
}
+
-
#kaistcontent ol
+
-
{
+
-
list-style-type:decimal;
+
-
padding: 0px 0px 0px 30px;
+
}
}
Line 116: Line 116:
font-size:14pt;
font-size:14pt;
line-height:110%;
line-height:110%;
 +
}
 +
 +
 +
#kaist ul.subsection_tabs {
 +
list-style:none;
 +
margin:0 0 5px 0;
 +
padding:0;
 +
clear:both;
 +
border-bottom:1px solid #ccc;
 +
height:20px;
 +
clear:both;
 +
}
 +
 +
#kaist ul.subsection_tabs li.tab {
 +
float:left;
 +
margin-right:7px;
 +
text-align:center;
 +
}
 +
 +
#kaist ul.subsection_tabs li.tab a {
 +
display:block;
 +
height:20px;
 +
padding:0 6px 0 6px;
 +
background-color:#fff;
 +
color:#666;
 +
width:80px;
 +
}
 +
 +
#kaist ul.subsection_tabs li.tab a:hover {
 +
color:#666;
 +
}
 +
 +
#kaist ul.subsection_tabs li.tab a.active {
 +
background-color:#ddd;
 +
}
 +
 +
#kaist ul.subsection_tabs li.source_code {
 +
float:right;
 +
}
 +
 +
 +
#arc_wrapper {
 +
width: 690px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
}
 +
 +
.accordionButton {
 +
width: 690px;
 +
height:40px;
 +
background-color:transparent;
 +
background-image:url('https://static.igem.org/mediawiki/2012/3/30/Kaist_Protocol_button.png');
 +
background-repeat:no-repeat;
 +
border-bottom: 1px solid #FFFFFF;
 +
cursor: pointer;
 +
}
 +
 +
.accordionButton #protocol {
 +
font-family: 'Open Sans', sans-serif;
 +
color:#7e7e7e;
 +
font-size: 15pt;
 +
line-height:100%;
 +
padding-left:20px;
 +
padding-top:8px;
 +
font-style:italic;
 +
 +
}
 +
 +
.accordionContent #top-part{
 +
width:690px;
 +
background-color:transparent;
 +
}
 +
 +
.accordionContent #bot-part{
 +
width:690px;
 +
background-color:transparent;
 +
}
 +
 +
.accordionContent {
 +
width: 690px;
 +
background-color: transparent;
 +
}
 +
 +
.accordionContent #protocolcontent{
 +
background-image:url('https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content.png');
 +
background-repeat:repeat-y;
 +
background-color:transparent;
 +
background-position:center;
 +
left:3px;
 +
font-family: 'Open Sans', sans-serif;
 +
font-size:10pt;
 +
line-height:120%;
 +
text-align:justify;
 +
padding: 20px 30px 20px 25px;
 +
}
 +
 +
.accordionContent #content #starter
 +
{
 +
font-family: 'Open Sans', sans-serif;
 +
font-size:14pt;
 +
color: #08185d;
 +
padding:0px 0px 0px 10px;
}
}
</style>
</style>
 +
</head>
</head>
<body>
<body>
-
<div id="main">
+
 
-
<img id="top-img" src="https://static.igem.org/mediawiki/2012/4/4b/Top_image_team_kaist.png"/><!-- 이미지 넣어야대-->
+
<div id="main">
 +
<img id="top-img" src="https://static.igem.org/mediawiki/2012/6/6d/Back_home.PNG"/>
 +
 
 +
<div id="menucontent">
<div id="menucontent">
-
    <img src="https://static.igem.org/mediawiki/2012/4/4d/Note_ico.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/d/df/Part_ico.png"/></a>
-
        <a href="https://2012.igem.org/Team:KAIST_Korea/Notebook_Overview"><img src="https://static.igem.org/mediawiki/2012/e/e3/Overview_ico.png"/></a>
+
<a href="#"><img src="https://static.igem.org/mediawiki/2012/b/b0/Member_ico.png"/></a>
-
        <a href="https://2012.igem.org/Team:KAIST_Korea/Notebook_Protocol"><img src="https://static.igem.org/mediawiki/2012/b/b6/Protocol_ico.png"/></a>
+
<a href="#"><img src="https://static.igem.org/mediawiki/2012/c/c3/KAIST_ico.png"/></a>
-
        <a href="https://2012.igem.org/Team:KAIST_Korea/Notebook_Labnote"><img src="https://static.igem.org/mediawiki/2012/e/e0/Labnote_ico.png"/></a>
+
<a href="#"><img src="https://static.igem.org/mediawiki/2012/e/e6/Gallery_ico.png"/></a>
</div>
</div>
-
<div id="top-img-description-box"><span id="top-img-description">image description</span></div>
+
 
 +
<div id="top-img-description-box"><span id="top-img-description">aaaa</span></div>
 +
 
<img id="horizontal-line" src="https://static.igem.org/mediawiki/2012/7/7f/Horizontal_line_kaist.png"></img>
<img id="horizontal-line" src="https://static.igem.org/mediawiki/2012/7/7f/Horizontal_line_kaist.png"></img>
-
<div id="kaistcontent">
+
-
<div>
+
<div id="kaistcontent">
-
<img id="starter-grad" src="https://static.igem.org/mediawiki/2012/9/95/Starter_gradient_kaist.png"></img>
+
 
-
        <h1>Labnote</h1>
+
<div id="kaist">
-
<span id="sub-title">Please enter sub title</span></br></br></br>
+
<ul id="tabs_example_one" class="subsection_tabs"> 
-
</br></br></br></br></br></br></br></br></br>
+
    <li style="list-style-type:none" class="tab"><a href="#one">One</a></li> 
 +
    <li style="list-style-type:none" class="tab"><a href="#two">Two</a></li> 
 +
</ul> 
 +
 
 +
 
 +
<div id="one">
 +
 
 +
<div id="arc_wrapper">
 +
 +
 +
<div class="accordionButton"><div id="protocol">1. LB agar plate</div></div>
 +
<div class="accordionContent">
 +
<img style="margin:0 auto;float:none;"src="https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content_top.png" id="top-part"></img>
 +
<div id="protocolcontent">
 +
<h3>Materials</h3>
 +
 
 +
<img id="figure" alt="materials" src="https://static.igem.org/mediawiki/2012/4/46/KAIST_Protocol1_table1.png"></img>
 +
 +
<div style="clear:both;"></div>
 +
 +
</br></br>
 +
 +
<h3>Procedure</h3>
 +
<ol>
 +
<li>Add 25g LB broth and 15g agar into 1L DDW. </li>
 +
<li>Autoclave</li>
 +
</ol>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/8/85/Protocol_content_bottom.png" id="bot-part"></img>
 +
</div>
 +
 
 +
<div class="accordionButton"><div id="protocol">2. Genomic DNA Purification</div></div>
 +
<div class="accordionContent">
 +
<img src="https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content_top.png" id="top-part"/>
 +
<div id="protocolcontent">
 +
<h3>Materials</h3>
 +
 +
<img id="figure" style="width:632px" alt="materials" src="https://static.igem.org/mediawiki/2012/a/ac/Protocol2_table1.png"></img>
 +
<div style="clear:both;"></div>
 +
</br></br>
 +
 +
<h3>Procedure</h3></br>
 +
<h4>Pellet Cells</h4>
 +
<ol>
 +
<li>Add 1ml of an overnight culture to a 1.5ml microcentrifuge tube.</li>
 +
<li>Centrifuge at 13000 rpm for 2.5minutes to pellet the cells.</li>
 +
<li>Remove the supernatant.</li>
 +
</ol>
 +
</br>
 +
<h4>Lyse Cells</h4>
 +
<ol start="4">
 +
<li>Add 1ml of an overnight culture to a 1.5ml microcentrifuge tube.</li>
 +
<li>Centrifuge at 13000 rpm for 2.5minutes to pellet the cells.</li>
 +
<li>Remove the supernatant.</li>
 +
</ol>
 +
</br>
 +
<h4>Protein Precipitation</h4>
 +
<ol start="7">
 +
<li>Add 200ul of Protein Precipitation Solution to the RNase-treated cell lysate. Vortex vigorously at high speed for 20seconds to mix the Protein Precipitation Solution tieh the cell lysate.</li>
 +
<li>Incubate the sample on ice for 5minutes.</li>
 +
<li>Centrifuge at 13,000rpm 3minutes.</li>
 +
<li>Transfer the supernatant containing the DNA to a clean 1.5ml microcentrifuge tube. </li>
 +
<span style="padding:none">Note: Some supernatant may remain in the original tube containing the protein pellet. Leave this residual liquid in the tube to avoid contaminating the DNA solution with the precipitated protein.</span>
 +
<li>Add 600ul isopropanol.</li>
 +
<li>Gently mix by inversion until the thread-like strands of DNA form a visible mass.</li>
 +
<li>Centrifuge at 13000rpm for 2minutes.</li>
 +
<li>Carefully pour off the supernatant. </li>
 +
<li>Add 600ul of room temperature 70% ethanol and gently invert the tube 5 times to wash the DNA pellet. </li>
 +
<li>Centrifuge at 13000rpm for 2minutes. Carefully aspirate the ethanol. </li>
 +
<li>Drain the tube on clean absorbent paper and allow the pellet to air-dry for 10-14minutes. </li>
 +
<li>Add 50~100 μl TE buffer and rehydrate the DNA by incubating at 65℃ for 20min. Periodically mix the solution by gently tapping the tube. Alternatively, rehydrate the DNA by incubationg the solution overnight at room temperature or at 4℃.</li>
 +
</ol>
 +
</br>
 +
<img id="figure" alt="TE buffer" src="https://static.igem.org/mediawiki/2012/d/df/KAIST_Protocol2_table2.png"></img>
 +
<div style="clear:both;"></div>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/8/85/Protocol_content_bottom.png" id="bot-part"/>
 +
</div>
 +
 
 +
 
 +
<div class="accordionButton"><div id="protocol">3. Vector transformation</div></div>
 +
 
 +
<div class="accordionContent">
 +
<img src="https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content_top.png" id="top-part"/>
 +
<div id="protocolcontent">
 +
<h3>Procedure</h3></br>
 +
<h4>1) Restriction enzyme digestion</h4>
 +
<img id="figure" alt="Restriction enzyme digestion" src="https://static.igem.org/mediawiki/2012/2/27/Kaist_protocol3_table1.png"></img>
 +
<div style="clear:both;"></div>
 +
</br>
 +
<ol>
 +
<li>Incubate 2hr at 37℃.</li>
 +
<li>Inactivation 20min at 65℃.</li>
 +
</ol>
 +
</br>
 +
<h4>2) Dephosphorylation (Only for vector)</h4>
 +
<img id="figure" alt="Dephosphorylation (Only for vector)" src="https://static.igem.org/mediawiki/2012/2/2d/Kaist_protocol3_table2.png"></img>
 +
<div style="clear:both;"></div>
 +
</br>
 +
<ol>
 +
<li>Incubate 30min at 37℃.</li>
 +
<li>Inactivation 5min at 70℃.</li>
 +
</ol>
 +
</br>
 +
<h4>3) Ligation</h4>
 +
<img id="figure" alt="Ligation" src="https://static.igem.org/mediawiki/2012/3/31/Kaist_protocol3_table3.png"></img>
 +
<div style="clear:both;"></div>
 +
</br>
 +
<ol>
 +
<li>Incubate 16hr at 16℃.</li>
 +
</ol>
 +
</br>
 +
<h4>4) Transformation</h4>
 +
<ol>
 +
<li>Add 20ul ligated vector into 100ul of competent cell.</li>
 +
<li>Incubate ice 5min.</li>
 +
<li>Heat shock 42℃, 1min 30sec.</li>
 +
<li>Ice 5min.</li>
 +
<li>Recovery with 700ul LB at 37℃, 1hr.</li>
 +
<li>Plating.</li>
 +
</ol>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/8/85/Protocol_content_bottom.png" id="bot-part"/>
 +
</div>
 +
 
 +
<div class="accordionButton"><div id="protocol">4. PCR</div></div>
 +
<div class="accordionContent">
 +
<img src="https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content_top.png" id="top-part"/>
 +
<div id="protocolcontent">
 +
<h3>Procedure</h3>
 +
<img id="figure" alt="PCR" src="https://static.igem.org/mediawiki/2012/0/02/Kaist_protocol4_table1.png"></img>
 +
</br></br>
 +
<h3>Reaction Conditions</h3>
 +
<ol>
 +
<li>95℃ 3min</li>
 +
<li>95℃ 30sec</li>
 +
<li>54℃ 30sec</li>
 +
<li>72℃ 1min/kbp</li>
 +
<li>72℃ 10min</li>
 +
<li>12℃ ∞</li>
 +
</ol>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/8/85/Protocol_content_bottom.png" id="bot-part"/>
 +
</div>
 +
 
 +
<div class="accordionButton"><div id="protocol">5. Gel extraction</div></div>
 +
<div class="accordionContent">
 +
<img src="https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content_top.png" id="top-part"/>
 +
<div id="protocolcontent">
 +
<h3>Materials</h3>
 +
<ul>
 +
<li>MGTM Gel Extraction SV - Macrogen</li>
 +
</ul>
 +
</br>
 +
<h3>Procedure</h3>
 +
<ol>
 +
<li>Excise the DNA band of interest using an ethanol-cleaned razor blade.</li>
 +
<li>Weigh the gel slice in a microcentrifuge tube. Add 3 volumes (ul) of Buffer GB to 1 volume (mg) of gel.</li>
 +
<li>Incubate at 50°C until the agarose gel is completely melted (5 ~ 10 min).</li>
 +
<li>Transfer the mixture to a MGTM SV column. Centrifuge for 1 min. Discard the pass-through and re-insert the MGTM SV column into the Collection Tube.</li>
 +
<li>Add 700 ul of Buffer NW to the MGTM SV column. Centrifuge for 30 sec. Discard the pass-through. Reinsert the MGTM SV column into the Collection Tube.</li>
 +
<li>Centrifuge for additional 1 min to remove residual wash buffer. Transfer the MGTM SV column to a new 1.5 ml tube.</li>
 +
<li>Apply 30ul of Buffer EB to the center of the membrane in the MGTM SV column, let stand for 1 min, and centrifuge for 1 min.</li>
 +
</ol>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/8/85/Protocol_content_bottom.png" id="bot-part"/>
 +
</div>
 +
 +
<div class="accordionButton"><div id="protocol">6. PCR purification</div></div>
 +
<div class="accordionContent">
 +
<img src="https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content_top.png" id="top-part"/>
 +
<div id="protocolcontent">
 +
<h3>Materials</h3>
 +
<ul>
 +
<li>AccuPrep® PCR Purification Kit - BIONEER</li>
 +
</ul>
 +
</br>
 +
<h3>Procedure</h3>
 +
<ol>
 +
<li>Add 5 volumes of PB Buffer to 1 volume of the PCR reaction.</li>
 +
<li>Apply the sample to the Binding column tube to bind DNA.</li>
 +
<li>Centrifuge for 30-60 sec to make the sample pass through the Binding column tube.</li>
 +
<li>Discard flow-through and place the Binding column tube in the same tube.</li>
 +
<li>Add 500μl of WB Buffer to the  Binding column tube and centrifuge for 30-60 sec to wash.</li>
 +
<li>Discard flow-through and place the Binding column tube in the same tube again.</li>
 +
<li>Centrifuge the Binding column tube for an additional 1min for drying.</li>
 +
<li>Place the Binding column tube in a clean 1.5 ml tube.</li>
 +
<li>Add 30μl of EL Buffer to the center of the Binding column filter, and let the column stand for 1 min.</li>
 +
<li>Centrifuge for 1 min to elute.</li>
 +
</ol>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/8/85/Protocol_content_bottom.png" id="bot-part"/>
 +
</div>
 +
 
 +
 
 +
<div class="accordionButton"><div id="protocol">7. Mini-prep (Plasmid extraction)</div></div>
 +
<div class="accordionContent">
 +
<img src="https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content_top.png" id="top-part"/>
 +
<div id="protocolcontent">
 +
<h3>Materials</h3>
 +
<ul>
 +
<li>AccuPrep® plasmid mini extraction Kit – BIONEER</li>
 +
</ul>
 +
</br>
 +
<ul style="list-style-type:none;font-size:8pt;">
 +
<li>Buffer 1 - Resuspension buffer</li>
 +
<li>Buffer 2 - Lysis buffer</li>
 +
<li>Buffer 3 - Neutralization buffer</li>
 +
<li>Buffer 4 - Washing buffer</li>
 +
<li>Buffer 5 - Elution buffer</li>
 +
</ul>
 +
</br>
 +
<h3>Procedure</h3>
 +
<ol>
 +
<li>Add 250ul of Buffer 1 to the collected cells and completely resuspend by vortexing or pipetting.</li>
 +
<li>Add 250ul of Buffer 2 and mix by inverting the tube 3-4 times gently.</li>
 +
<li>Add 350ul of Buffer 3 and immediately mix by inverting the tube 3-4 times gently.</li>
 +
<li>Centrifugation the tube at 13000rpm, 4℃ for 10min.</li>
 +
<li>Transfer the cleared lysate to the DNA binding column tube and centrifuge 1min pour off the flow-through and re-assemble the DNA binding filter column with the 2mL collection tube.</li>
 +
<li>Add 700ul of Buffer 4 to the DNA binding column tube and centrifuge 1min. Pour off the flow-through and re-assemble the DNA binding filter column with the 2mL collection tube.</li>
 +
<li>Dry by additional centrifuge 1min.</li>
 +
<li>Transfer the DNA binding filter column to the new 1.5mL EP tube.</li>
 +
<li>Add 30ul of buffer 5 to the DNA binding filter column and wait 1min.</li>
 +
<li>Elute the plasmid DNA by centrifuge 1min.</li>
 +
</ol>
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/8/85/Protocol_content_bottom.png" id="bot-part"/>
 +
</div>
 +
<div class="accordionButton"><div id="protocol">8. Gene Knockout</div></div>
 +
<div class="accordionContent">
 +
<img src="https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content_top.png" id="top-part"/>
 +
<div id="protocolcontent">
 +
<h3>Materials</h3>
 +
<img id="figure" alt="Gene Knockout Material" src="https://static.igem.org/mediawiki/2012/5/5a/KAIST_Protocol8_table1.png"></img>
 +
<div style="clear:both;"></div>
 +
</br>
 +
<h3>Procedure</h3>
 +
</br>
 +
<h4>1) Pre-culture</h4>
 +
<ol>
 +
<li>Inoculate MG1655(containing pKD46) into 3mL LB broth(1% Ap) at 30℃.</li>
 +
<li>Grow overnight.</li>
 +
</ol>
 +
</br>
 +
<h4>2) DNA Preparation</h4>
 +
<ol>
 +
<li>PCR Km cassette from pKD13</li>
 +
</ol>
 +
</br>
 +
<ul style="list-style-type:none;font-size:9pt;">
 +
<b>( Reaction conditions )</b>
 +
<li>(1) 95℃ 3min</li>
 +
<li>(2) 95℃ 30sec</li>
 +
<li>(3) 54℃ 30sec</li>
 +
<li>(4) 72℃ 1min 30sec</li>
 +
<li>(5) 72℃ 10min</li>
 +
<li>(6) 12℃ ∞</li>
 +
</ul>
 +
</br>
 +
<ol start="2">
 +
<li>Check product with gel electrophoresis and purify appropriate method. (PCR purification or Gel extraction)</li>
 +
</ol>
 +
</br>
 +
<h4>3) Cell culture</h4>
 +
<ol>
 +
<li>Inoculate 3mL pre-cultured cells into 50mL of LB (1% Ap). Set OD = 0.03.</li>
 +
<li>Incubate 30℃.</li>
 +
<li>When OD = 0.1, add 500uL of arabinose.</li>
 +
<li>Check OD every hour.</li>
 +
</ol>
 +
</br>
 +
<h4>4) Washing</h4>
 +
<b>※ Every single step in washing must be done in ice.</b></br>
 +
<ol>
 +
<li>When OD = 0.5 ~ 0.7, transfer cells into 50mL falcon tube.</li>
 +
<li>Centrifuge for 15min at 3000rpm, 4℃. (Pre-chill centrifuge)</li>
 +
<li>Discard supernatants.</li>
 +
<li>Resuspend pellet with 1mL of glycerol. (10%, pre-chilled pipet tip)</li>
 +
<li>Add 49mL of glycerol(10%). Shake by inverting 5 times.</li>
 +
<li>Repeat 8 – 10 two more round.</li>
 +
<li>Resuspend pellet & transfer into ep-tube.</li>
 +
</ol>
 +
</br>
 +
<h4>5) Electro-transformation</h4>
 +
<b>※ Every single step from 1 to 7 must be done in ice.</b></br>
 +
<ol>
 +
<li>Mix ≒1000ng of insert DNA with washed cells.</li>
 +
<li>Incubate in ice for 30min.</li>
 +
<li>Transfer 120uL of mixture into electroporation cuvette.</li>
 +
<li>Shock once.</li>
 +
<li>Recover in ice for 5min.</li>
 +
<li>Resuspend cells with 1mL of LB.</li>
 +
<li>Transfer 1mL of cells into new ep-tube.</li>
 +
<li>Recover in 30℃ shaking incubator for 1hr.</li>
 +
<li>Spread onto Km plate. (30min pre-warmed plate)</li>
 +
<li>Incubate overnight at 30℃.</li>
 +
</ol>
 +
 +
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/8/85/Protocol_content_bottom.png" id="bot-part"/>
 +
</div>
 +
 +
<div class="accordionButton"><div id="protocol">Protocol 9 title</div></div>
 +
 
 +
<div class="accordionContent">
 +
<img src="https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content_top.png" id="top-part"/>
 +
<div id="protocolcontent">
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/8/85/Protocol_content_bottom.png" id="bot-part"/>
 +
</div>
 +
 +
<div class="accordionButton"><div id="protocol">Protocol 10 title</div></div>
 +
 +
<div class="accordionContent">
 +
<img src="https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content_top.png" id="top-part"/>
 +
<div id="protocolcontent">
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/8/85/Protocol_content_bottom.png" id="bot-part"/>
 +
</div>
 +
 +
<div class="accordionButton"><div id="protocol">Protocol 11 title</div></div>
 +
 +
<div class="accordionContent">
 +
<img src="https://static.igem.org/mediawiki/2012/7/77/KAIST_Protocol_content_top.png" id="top-part"/>
 +
<div id="protocolcontent">
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2012/8/85/Protocol_content_bottom.png" id="bot-part"/>
 +
</div>
 +
 
</div>
</div>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
</div> 
 +
<div id="two">Note that the styling for the tabs is done with CSS, not the Control.Tabs script.</div>
</div>
</div>
 +
</br>
 +
</br>
 +
</br>
 +
</br>
 +
</br>
 +
</br>
 +
</br>
 +
</div>
</div>
 +
</div>
 +
 +
<script>
 +
document.observe('dom:loaded',function(){
 +
new Control.Tabs('tabs_example_one');
 +
});
 +
</script>
 +
<script>
 +
$(document).ready(function() {
 +
$('.accordionButton').click(function() {
 +
$('.accordionButton').removeClass('on');
 +
$('.accordionContent').slideUp('normal');
 +
if($(this).next().is(':hidden') == true) {
 +
$(this).addClass('on');
 +
$(this).next().slideDown('normal');
 +
}
 +
 
 +
});
 +
 +
$('.accordionContent').hide();
 +
});
 +
</script>
</body>
</body>
</html>
</html>
{{:Team:KAIST_Korea/footer}}
{{:Team:KAIST_Korea/footer}}

Revision as of 09:48, 4 September 2012

KAIST Korea 2012 iGEM

aaaa
1. LB agar plate

Materials

materials


Procedure

  1. Add 25g LB broth and 15g agar into 1L DDW.
  2. Autoclave
2. Genomic DNA Purification

Materials

materials


Procedure


Pellet Cells

  1. Add 1ml of an overnight culture to a 1.5ml microcentrifuge tube.
  2. Centrifuge at 13000 rpm for 2.5minutes to pellet the cells.
  3. Remove the supernatant.

Lyse Cells

  1. Add 1ml of an overnight culture to a 1.5ml microcentrifuge tube.
  2. Centrifuge at 13000 rpm for 2.5minutes to pellet the cells.
  3. Remove the supernatant.

Protein Precipitation

  1. Add 200ul of Protein Precipitation Solution to the RNase-treated cell lysate. Vortex vigorously at high speed for 20seconds to mix the Protein Precipitation Solution tieh the cell lysate.
  2. Incubate the sample on ice for 5minutes.
  3. Centrifuge at 13,000rpm 3minutes.
  4. Transfer the supernatant containing the DNA to a clean 1.5ml microcentrifuge tube.
  5. Note: Some supernatant may remain in the original tube containing the protein pellet. Leave this residual liquid in the tube to avoid contaminating the DNA solution with the precipitated protein.
  6. Add 600ul isopropanol.
  7. Gently mix by inversion until the thread-like strands of DNA form a visible mass.
  8. Centrifuge at 13000rpm for 2minutes.
  9. Carefully pour off the supernatant.
  10. Add 600ul of room temperature 70% ethanol and gently invert the tube 5 times to wash the DNA pellet.
  11. Centrifuge at 13000rpm for 2minutes. Carefully aspirate the ethanol.
  12. Drain the tube on clean absorbent paper and allow the pellet to air-dry for 10-14minutes.
  13. Add 50~100 μl TE buffer and rehydrate the DNA by incubating at 65℃ for 20min. Periodically mix the solution by gently tapping the tube. Alternatively, rehydrate the DNA by incubationg the solution overnight at room temperature or at 4℃.

TE buffer
3. Vector transformation

Procedure


1) Restriction enzyme digestion

Restriction enzyme digestion

  1. Incubate 2hr at 37℃.
  2. Inactivation 20min at 65℃.

2) Dephosphorylation (Only for vector)

Dephosphorylation (Only for vector)

  1. Incubate 30min at 37℃.
  2. Inactivation 5min at 70℃.

3) Ligation

Ligation

  1. Incubate 16hr at 16℃.

4) Transformation

  1. Add 20ul ligated vector into 100ul of competent cell.
  2. Incubate ice 5min.
  3. Heat shock 42℃, 1min 30sec.
  4. Ice 5min.
  5. Recovery with 700ul LB at 37℃, 1hr.
  6. Plating.
4. PCR

Procedure

PCR

Reaction Conditions

  1. 95℃ 3min
  2. 95℃ 30sec
  3. 54℃ 30sec
  4. 72℃ 1min/kbp
  5. 72℃ 10min
  6. 12℃ ∞
5. Gel extraction

Materials

  • MGTM Gel Extraction SV - Macrogen

Procedure

  1. Excise the DNA band of interest using an ethanol-cleaned razor blade.
  2. Weigh the gel slice in a microcentrifuge tube. Add 3 volumes (ul) of Buffer GB to 1 volume (mg) of gel.
  3. Incubate at 50°C until the agarose gel is completely melted (5 ~ 10 min).
  4. Transfer the mixture to a MGTM SV column. Centrifuge for 1 min. Discard the pass-through and re-insert the MGTM SV column into the Collection Tube.
  5. Add 700 ul of Buffer NW to the MGTM SV column. Centrifuge for 30 sec. Discard the pass-through. Reinsert the MGTM SV column into the Collection Tube.
  6. Centrifuge for additional 1 min to remove residual wash buffer. Transfer the MGTM SV column to a new 1.5 ml tube.
  7. Apply 30ul of Buffer EB to the center of the membrane in the MGTM SV column, let stand for 1 min, and centrifuge for 1 min.
6. PCR purification

Materials

  • AccuPrep® PCR Purification Kit - BIONEER

Procedure

  1. Add 5 volumes of PB Buffer to 1 volume of the PCR reaction.
  2. Apply the sample to the Binding column tube to bind DNA.
  3. Centrifuge for 30-60 sec to make the sample pass through the Binding column tube.
  4. Discard flow-through and place the Binding column tube in the same tube.
  5. Add 500μl of WB Buffer to the Binding column tube and centrifuge for 30-60 sec to wash.
  6. Discard flow-through and place the Binding column tube in the same tube again.
  7. Centrifuge the Binding column tube for an additional 1min for drying.
  8. Place the Binding column tube in a clean 1.5 ml tube.
  9. Add 30μl of EL Buffer to the center of the Binding column filter, and let the column stand for 1 min.
  10. Centrifuge for 1 min to elute.
7. Mini-prep (Plasmid extraction)

Materials

  • AccuPrep® plasmid mini extraction Kit – BIONEER

  • Buffer 1 - Resuspension buffer
  • Buffer 2 - Lysis buffer
  • Buffer 3 - Neutralization buffer
  • Buffer 4 - Washing buffer
  • Buffer 5 - Elution buffer

Procedure

  1. Add 250ul of Buffer 1 to the collected cells and completely resuspend by vortexing or pipetting.
  2. Add 250ul of Buffer 2 and mix by inverting the tube 3-4 times gently.
  3. Add 350ul of Buffer 3 and immediately mix by inverting the tube 3-4 times gently.
  4. Centrifugation the tube at 13000rpm, 4℃ for 10min.
  5. Transfer the cleared lysate to the DNA binding column tube and centrifuge 1min pour off the flow-through and re-assemble the DNA binding filter column with the 2mL collection tube.
  6. Add 700ul of Buffer 4 to the DNA binding column tube and centrifuge 1min. Pour off the flow-through and re-assemble the DNA binding filter column with the 2mL collection tube.
  7. Dry by additional centrifuge 1min.
  8. Transfer the DNA binding filter column to the new 1.5mL EP tube.
  9. Add 30ul of buffer 5 to the DNA binding filter column and wait 1min.
  10. Elute the plasmid DNA by centrifuge 1min.
8. Gene Knockout

Materials

Gene Knockout Material

Procedure


1) Pre-culture

  1. Inoculate MG1655(containing pKD46) into 3mL LB broth(1% Ap) at 30℃.
  2. Grow overnight.

2) DNA Preparation

  1. PCR Km cassette from pKD13

    ( Reaction conditions )
  • (1) 95℃ 3min
  • (2) 95℃ 30sec
  • (3) 54℃ 30sec
  • (4) 72℃ 1min 30sec
  • (5) 72℃ 10min
  • (6) 12℃ ∞

  1. Check product with gel electrophoresis and purify appropriate method. (PCR purification or Gel extraction)

3) Cell culture

  1. Inoculate 3mL pre-cultured cells into 50mL of LB (1% Ap). Set OD = 0.03.
  2. Incubate 30℃.
  3. When OD = 0.1, add 500uL of arabinose.
  4. Check OD every hour.

4) Washing

※ Every single step in washing must be done in ice.
  1. When OD = 0.5 ~ 0.7, transfer cells into 50mL falcon tube.
  2. Centrifuge for 15min at 3000rpm, 4℃. (Pre-chill centrifuge)
  3. Discard supernatants.
  4. Resuspend pellet with 1mL of glycerol. (10%, pre-chilled pipet tip)
  5. Add 49mL of glycerol(10%). Shake by inverting 5 times.
  6. Repeat 8 – 10 two more round.
  7. Resuspend pellet & transfer into ep-tube.

5) Electro-transformation

※ Every single step from 1 to 7 must be done in ice.
  1. Mix ≒1000ng of insert DNA with washed cells.
  2. Incubate in ice for 30min.
  3. Transfer 120uL of mixture into electroporation cuvette.
  4. Shock once.
  5. Recover in ice for 5min.
  6. Resuspend cells with 1mL of LB.
  7. Transfer 1mL of cells into new ep-tube.
  8. Recover in 30℃ shaking incubator for 1hr.
  9. Spread onto Km plate. (30min pre-warmed plate)
  10. Incubate overnight at 30℃.
Protocol 9 title
Protocol 10 title
Protocol 11 title
Note that the styling for the tabs is done with CSS, not the Control.Tabs script.







Kaist Footer