Difference between revisions of "Team:NUDT CHINA/Experiments"
(Prototype team page) |
PatriciaXie (Talk | contribs) m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
+ | <head> | ||
+ | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
+ | <!--Javascript--> | ||
+ | <!--jQuery--> | ||
+ | <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.js"></script> | ||
+ | <script type="text/javascript" src="jquery-1.11.3.js"></script> | ||
+ | <!--MENU--> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $('#menu li a').hover( | ||
+ | function() {$(this).animate({'paddingLeft': '1.2em', 'paddingRight': '1.2em'}, 'fast');}, | ||
+ | function() {$(this).animate({'paddingLeft': '0.5em', 'paddingRight': '0.5em'}, 'fast');} | ||
+ | ); | ||
+ | }); | ||
+ | </script> | ||
+ | <!--NAVIGATION--> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $('#navigation li a').hover( | ||
+ | function() {$(this).animate({'paddingLeft': '1.2em', 'paddingRight': '1.2em'}, 'fast');}, | ||
+ | function() {$(this).animate({'paddingLeft': '0.5em', 'paddingRight': '0.5em'}, 'fast');} | ||
+ | ); | ||
+ | }); | ||
+ | $(function(){ | ||
+ | $("a").click(function(){ | ||
+ | $("html,body").animate({ scrollTop:$($(this).attr("href")).offset().top + "px"},1000);} | ||
+ | ); | ||
+ | }); | ||
+ | </script> | ||
+ | <!--iGEM_LOGO--> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("#iGEM_LOGO").mouseover( | ||
+ | function(){$(this).animate({'width': '140px', 'height': '140px'},"fast"); | ||
+ | }); | ||
+ | $("#iGEM_LOGO").mouseout( | ||
+ | function(){$(this).animate({'width': '137px', 'height': '137px'},"fast"); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <!--css--> | ||
+ | <!--RESET--> | ||
+ | <style type="text/css"> | ||
+ | .clearStyle { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
+ | font-size: 100%; | ||
+ | font: inherit; | ||
+ | vertical-align: baseline; | ||
+ | } | ||
+ | body { | ||
+ | background-color: #f3f3f3; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2015/8/8a/Team_NUDT_CHINA_Soft_wallpaper.png); | ||
+ | background-position: 0px 0px; | ||
+ | height: 100%; | ||
+ | width: auto; | ||
+ | } | ||
+ | </style> | ||
+ | <!-- myMainContainer--> | ||
+ | <style type="text/css"> | ||
+ | #myMainContainer { | ||
+ | background-color: #f3f3f3; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2015/8/8a/Team_NUDT_CHINA_Soft_wallpaper.png); | ||
+ | background-position: 0px 0px; | ||
+ | width: auto; | ||
+ | overflow:hidden; | ||
+ | float:center; | ||
+ | margin-left:0px; | ||
+ | margin-right:0px; | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | </style> | ||
+ | <!--BANNER CONTAINER--> | ||
+ | <style type="text/css"> | ||
+ | #bannerContainer { | ||
+ | margin-left:180px; | ||
+ | margin-right:180px; | ||
+ | width: auto; | ||
+ | } | ||
+ | </style> | ||
+ | <!--MENU--> | ||
+ | <style type="text/css"> | ||
+ | #menu | ||
+ | { | ||
+ | position: fixed; | ||
+ | top: 30px; | ||
+ | left: 0px; | ||
+ | } | ||
+ | #menu img | ||
+ | { | ||
+ | margin-left: 30px; | ||
+ | margin-bottom: 0px | ||
+ | } | ||
+ | #menu ul | ||
+ | { | ||
+ | list-style-type:none; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
− | < | + | } |
+ | #menu li | ||
+ | { | ||
+ | list-style-type:none; | ||
+ | position: relative; | ||
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | #menu a | ||
+ | { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | margin: 4px 0px 0px 0px; | ||
+ | padding: 0.3em .5em 0.3em; | ||
+ | text-decoration: none; | ||
+ | background-color: #ffffff; | ||
+ | color: #888887; | ||
+ | border-radius: 0 .4em .4em 0; | ||
+ | outline: none; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | #menu a.b | ||
+ | { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | margin: 1px 0px; | ||
+ | padding: 0.3em .5em 0.3em; | ||
+ | text-decoration: none; | ||
+ | background-color: #ffffff; | ||
+ | outline: none; | ||
+ | cursor: pointer; | ||
+ | background-color: #888887; | ||
+ | color: #ffffff; | ||
+ | border-radius: 0 1em 1em 0; | ||
+ | font-size: 13px; | ||
+ | } | ||
+ | #menu a:hover | ||
+ | { | ||
+ | background-color: #ffffff; | ||
+ | color:#d82545; | ||
+ | } | ||
+ | #menu a.b:hover | ||
+ | { | ||
+ | background-color: #888887; | ||
+ | color:#f9d24b; | ||
+ | } | ||
+ | #menu span | ||
+ | { | ||
+ | padding-left: 10px; | ||
+ | padding-right: 10px; | ||
+ | } | ||
+ | </style> | ||
+ | <!--NAVIGATION--> | ||
+ | <style type="text/css"> | ||
+ | #navigation | ||
+ | { | ||
+ | position: fixed; | ||
+ | top: 170px; | ||
+ | right: 0px; | ||
+ | text-align: right; | ||
+ | } | ||
+ | #navigation img | ||
+ | { | ||
+ | margin-right: 30px; | ||
+ | margin-top: 0px; | ||
+ | margin-bottom: 30px; | ||
+ | } | ||
+ | #navigation ul | ||
+ | { | ||
+ | list-style-type:none; | ||
+ | border: 0; | ||
+ | } | ||
+ | #navigation li | ||
+ | { | ||
+ | list-style-type:none; | ||
+ | position: relative; | ||
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | #navigation a | ||
+ | { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | margin: 4px 0px 0px 0px; | ||
+ | padding: 0.3em .5em 0.3em; | ||
+ | text-decoration: none; | ||
+ | background-color: #ffffff; | ||
+ | color: #888887; | ||
+ | border-radius: .4em 0em 0em .4em; | ||
+ | outline: none; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | #navigation a.b | ||
+ | { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | margin: 1px 0px; | ||
+ | padding: 0.3em .5em 0.3em; | ||
+ | text-decoration: none; | ||
+ | background-color: #ffffff; | ||
+ | outline: none; | ||
+ | cursor: pointer; | ||
+ | background-color: #888887; | ||
+ | color: #ffffff; | ||
+ | border-radius: 1em 0em 0em 1em; | ||
+ | font-size: 13px; | ||
+ | } | ||
+ | #navigation a.t | ||
+ | { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | margin: 1px 0px; | ||
+ | padding: 0.3em .5em 0.3em; | ||
+ | text-decoration: none; | ||
+ | background-color: #ffffff; | ||
+ | outline: none; | ||
+ | cursor: pointer; | ||
+ | background-color: #d82545; | ||
+ | color: #ffffff; | ||
+ | border-radius: 1em 0em 0em 1em; | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | #navigation a:hover | ||
+ | { | ||
+ | background-color: #ffffff; | ||
+ | color:#d82545; | ||
+ | } | ||
+ | #navigation a.b:hover | ||
+ | { | ||
+ | background-color: #888887; | ||
+ | color:#f9d24b; | ||
+ | } | ||
+ | #navigation a.t:hover | ||
+ | { | ||
+ | background-color: #6b1877; | ||
+ | color:#ffffff; | ||
+ | } | ||
+ | #navigation span | ||
+ | { | ||
+ | padding-left: 10px; | ||
+ | padding-right: 10px; | ||
+ | } | ||
+ | </style> | ||
+ | <!--IGEM LOGO--> | ||
+ | <style type="text/css"> | ||
+ | #logoContainer { | ||
+ | position: fixed; | ||
+ | top: 30px; | ||
+ | right: 30px; | ||
+ | } | ||
+ | </style> | ||
+ | <!--NUDT_Container--> | ||
+ | <style type="text/css"> | ||
+ | #NUDT_Container | ||
+ | { | ||
+ | clear: both; | ||
+ | width: auto; | ||
+ | margin: 30px 180px; | ||
+ | padding: 30px 0px; | ||
+ | font-family: 'verdana',sans-serif; | ||
+ | background: #fff; | ||
+ | box-shadow: 0 3px 8px rgba(0,0,0,.1); | ||
+ | position: relative; | ||
+ | } | ||
+ | #NUDT_Container table{ | ||
+ | position: center; | ||
+ | border: 10px; | ||
+ | } | ||
+ | #NUDT_Container td{ | ||
+ | text-align: center; | ||
+ | } | ||
+ | #NUDT_Container ul | ||
+ | { | ||
+ | list-style-position:inside; | ||
+ | padding: 10px 50px; | ||
+ | border: 0; | ||
− | + | } | |
+ | #NUDT_Container li | ||
+ | { | ||
+ | padding: 0; | ||
+ | border: 0; | ||
+ | } | ||
− | + | #NUDT_Container p{ | |
− | + | text-decoration: none; | |
− | + | font-family: "Trebuchet MS", Helvetica, sans-serif; | |
− | + | color: #888887; | |
− | + | position: relative; | |
− | + | padding: 10px 50px; | |
+ | font-size: 16px; | ||
+ | } | ||
+ | #NUDT_Container a { | ||
+ | position: relative; | ||
+ | text-decoration:none; | ||
+ | color:#d82545; | ||
+ | } | ||
+ | #NUDT_Container a:hover | ||
+ | { | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | #NUDT_Container h1, h2, h3, h4, h5{ | ||
+ | color: #444; | ||
+ | margin: 20px 0px; | ||
+ | padding:4px 8px; | ||
+ | letter-spacing: -1px; | ||
+ | position: relative; | ||
+ | } | ||
+ | #NUDT_Container h1 { | ||
+ | font:bold 28px/12px 'verdana',sans-serif; | ||
+ | border-left: 10px solid #444; | ||
+ | line-height:28px; | ||
+ | } | ||
+ | #NUDT_Container h2 { | ||
+ | font:bold 20px/6px 'verdana',sans-serif; | ||
+ | border-left: 30px solid #444; | ||
+ | line-height:20px; | ||
+ | } | ||
+ | #NUDT_Container h3 { | ||
+ | font:bold 16px/4px 'verdana',sans-serif; | ||
+ | padding-left: 50px; | ||
+ | line-height:16px; | ||
+ | } | ||
+ | /*CASE*/ | ||
+ | #NUDT_Container ca { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | margin: 10px 100px; | ||
+ | padding: 10px 20px; | ||
+ | text-decoration: none; | ||
+ | background-color: #bcbcbc; | ||
+ | color: #000000; | ||
+ | border-radius: 8px 8px; | ||
+ | outline: none; | ||
+ | cursor: pointer; | ||
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | #NUDT_Container team { | ||
+ | position: relative; | ||
+ | display: inline-block; | ||
+ | width: auto; | ||
+ | height: auto; | ||
+ | margin: 10px 50px; | ||
+ | padding: 20px 20px; | ||
+ | text-decoration: none; | ||
+ | color: #000000; | ||
+ | border-radius: 8px 8px; | ||
+ | outline: none; | ||
+ | cursor: pointer; | ||
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | </style> | ||
+ | <!--DIA_Container--> | ||
+ | <style type="text/css"> | ||
+ | #NUDT_Dia_Container | ||
+ | { | ||
+ | width: auto; | ||
+ | margin: 0px 100px; | ||
+ | } | ||
+ | </style> | ||
+ | <!--BLANK_Container--> | ||
+ | <style type="text/css"> | ||
+ | .BLANK_Container | ||
+ | { | ||
+ | width: auto; | ||
+ | } | ||
+ | </style> | ||
+ | <!--TEAM--> | ||
+ | <style type="text/css"> | ||
+ | .team_Container | ||
+ | { | ||
+ | margin: 20px 10px; | ||
+ | padding: 20px 10px; | ||
+ | width: auto; | ||
+ | } | ||
+ | </style> | ||
+ | <!--NUDT_Footer--> | ||
+ | <style type="text/css"> | ||
+ | #NUDT_Footer | ||
+ | { | ||
+ | clear: both; | ||
+ | width: auto; | ||
+ | padding: 30px 0px; | ||
+ | font-family: 'verdana',sans-serif; | ||
+ | position: relative; | ||
+ | } | ||
+ | #NUDT_Footer p{ | ||
+ | text-decoration: none; | ||
+ | font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
+ | color: #000000; | ||
+ | position: relative; | ||
+ | padding: 10px 50px; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | </style> | ||
+ | <!--Common--> | ||
+ | <div id = "myMainContainer"> | ||
+ | <div id = "menu"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/99/Menu.png"/> | ||
+ | <li><a id = "HOME" href="https://2015.igem.org/Team:NUDT_CHINA"><span>HOME</span></a></li> | ||
+ | <li><a id = "TEAM" href="https://2015.igem.org/Team:NUDT_CHINA/Team"><span>TEAM</span></a></li> | ||
+ | |||
+ | <li><a id = "PROJECT" href = "#"><span>PROJECT</span></a></li> | ||
+ | <li><a id = "Description" href = "https://2015.igem.org/Team:NUDT_CHINA/Description" class = "b"><span>Description</span></a></li> | ||
+ | <li><a id = "Experiments" href = "https://2015.igem.org/Team:NUDT_CHINA/Experiments" class = "b"><span>Experiments & Protocols</span></a></li> | ||
+ | <li><a id = "Results" href="https://2015.igem.org/Team:NUDT_CHINA/Results" class = "b"><span>Results</span></a></li> | ||
+ | <li><a id = "Design" href="https://2015.igem.org/Team:NUDT_CHINA/Design" class = "b"><span>Design</span></a></li> | ||
+ | |||
+ | <li><a id = "PARTS" href = "#"><span>PARTS</span></a></li> | ||
+ | <li><a id = "Team" href = "https://2015.igem.org/Team:NUDT_CHINA/Parts" class = "b"><span>Team Parts</span></a></li> | ||
+ | <li><a id = "Basic" href = "https://2015.igem.org/Team:NUDT_CHINA/Basic_Part" class = "b"><span>Basic Parts</span></a></li> | ||
+ | <li><a id = "Composite" href="https://2015.igem.org/Team:NUDT_CHINA/Composite_Part" class = "b"><span>Composite Parts</span></a></li> | ||
− | < | + | |
− | < | + | <li><a id = "NOTEBOOK" href="https://2015.igem.org/Team:NUDT_CHINA/Notebook"><span>NOTEBOOK</span></a></li> |
− | <li><a href="https:// | + | <li><a id = "ATTRIBUTIONS" href="https://2015.igem.org/Team:NUDT_CHINA/Attributions"><span>ATTRIBUTIONS</span></a></li> |
− | <li><a href="https:// | + | <li><a id = "COLLABORATIONS" href="https://2015.igem.org/Team:NUDT_CHINA/Collaborations"><span>COLLABORATIONS</span></a></li> |
− | <li><a href="https:// | + | <li><a id = "HUMAN" href="https://2015.igem.org/Team:NUDT_CHINA/Practices"><span>HUMAN PRACTICES</span></a></li> |
− | </ | + | <li><a id = "SAFETY" href="https://2015.igem.org/Team:NUDT_CHINA/Safety"><span>SAFETY</span></a></li> |
− | </div> | + | <li><a id = "MODELING" href="https://2015.igem.org/Team:NUDT_CHINA/Modeling"><span>MODELING</span></a></li> |
+ | </div> | ||
+ | <div id = "logoContainer"> | ||
+ | <a href="https://igem.org/Main_Page"><img id = "iGEM_LOGO" src="https://static.igem.org/mediawiki/2015/e/ec/TEAM_NUDT_CHINA_iGEM_Logo.png" style="width: 130px; height:135px"/></a> | ||
+ | </div> | ||
+ | <link href="https://2015.igem.org/Team:NEFU_China/cleariGEM?action=raw&ctype=text/css" rel="stylesheet" /> </head> | ||
+ | </html> | ||
+ | <html> | ||
+ | <!--Main Container--> | ||
+ | <div id = "NUDT_Container" class = "clearStyle"> | ||
+ | <!--subCommon--> | ||
+ | <div> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/0/06/Team_NUDT_CHINA_banner.jpg" style = "width: 100%; height: auto"/> | ||
+ | </div> | ||
+ | <h1>EXPERIMENTS & PROTOCOL</h1> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <p style = "font-size: 12px; text-align: left; padding: 0px 50px 0px 100px;">TIPS1: The left <B style = "color: #d82545">MENU :)</B> links to other NUDT_CHINA website.</p> | ||
+ | <p style = "font-size: 12px; text-align: left; padding: 0px 50px 0px 100px;">TIPS2: The right <B style = "color: #d82545">NAVIGATE :)</B> posites on content in this page. (Valid when <B style = "color: #d82545">UNFOLDED</B>)</p> | ||
+ | <p style = "font-size: 12px; text-align: left; padding: 0px 50px 0px 100px;">TIPS3: Click <B style = "color: #d82545">SUBTITLE</B> to <B style = "color: #d82545">FOLD/UNFOLD</B> related content. </p> | ||
+ | </tr> | ||
+ | <tr><button id = "slideAll" style = "margin: 0px 50px 0px 100px;"> CLICK TO FOLD/UNFOLD ALL</button> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#slideAll").click(function(){ | ||
+ | $(".BLANK_Container").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <!--Agarose gel--> | ||
+ | <h2 id = "pos1">I.Agarose gel<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide1"> | ||
+ | <p>We often use 0.7%,1% and 1.5% agarose gel, take 0.7% agarose gel for example:</p> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. Weigh 0.175 g of agarose.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. Add 25 mL of TAE 1X.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. Heat up until the solution is homogeneous, avoiding boiling. If it boils, move away from the heat until it “calms down” and put it back on the heat until the agarose is completely dissolved.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. While heating, prepare the bed in which the gel will polymerize. Make sure that it is well balanced and tight, and that the “comb” is well placed.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>5. When homogeneous, add 2 µL of SYBR SAFE DNA Gel Stain to the solution and mix well.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>6. Pour the solution into the bed and clear all its bubbles with a tip.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>7. Mix the samples with loading dye in a 10:1 ratio. Put the samples into the wells, as well as marker into the first well.</p></td> | ||
+ | </tr> | ||
+ | <p><B style = "color:#d82545">Note</B>: For different size of gels , we have 25 ml ,50 ml and 100 ml agarose gel.</p> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos1").click(function(){ | ||
+ | $("#slide1").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--LB--> | ||
+ | <h2 id = "pos2">II.LB medium<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide2"> | ||
+ | <h3>LB medium (1L liquid)</h3> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. 10 g tryptone</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. 10 g NaCl</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. 5 g yeast extract</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. ddH<sub>2</sub>O</p></td> | ||
+ | </tr> | ||
+ | <p>In the late stage of the experiment, we use LB Broth produced by Sangon Biotech, 2.5g LB Broth for 100 ml liquid.</p> | ||
+ | <p></p> | ||
+ | |||
+ | <h3>LB medium (solid, 1L = 50 dishes)</h3> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. 15 g agar</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. 10 g tryptone</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. 10 g NaCl</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. 5 g yeast extract</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4.ddH<sub>2</sub>O</p></td> | ||
+ | </tr> | ||
+ | <p>In the late stage of the experiment, we use LB Broth produced by Sangon Biotech, 4 g LB Broth for 100 ml liquid.</p> | ||
+ | <p>For selective medium, supplement with antibiotic as appropriate (kanamycin 50 µg/ mL and 100 µg/mL for chloramphenicol or ampicillin).</p> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos2").click(function(){ | ||
+ | $("#slide2").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--Plasmids extraction--> | ||
+ | <h2 id = "pos3">III.Plasmids extraction<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide3"> | ||
+ | <p>For bacterial plasmid extraction we used Omega Plasmid Miniprep Kit according to: <a href="https://static.igem.org/mediawiki/2015/1/18/NUDT_CHIAN-Protoco1.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Bacterial Plasmid Extraction</a></p> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos3").click(function(){ | ||
+ | $("#slide3").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--Gel extraction--> | ||
+ | <h2 id = "pos4">IV.Gel extraction<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide4"> | ||
+ | <p>For bacterial gel extraction we used Omega gel extraction Kit according to: <a href="https://static.igem.org/mediawiki/2015/6/62/NUDT_CHIAN-Protoco2.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Gel Extraction</a></p> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos4").click(function(){ | ||
+ | $("#slide4").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--Transformation--> | ||
+ | <h2 id = "pos5">V.Transformation<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide5"> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. Mix 50 µL of competent cells with 1 µL DNA or 6 µL production of ligament.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. Put competent cells (we use DH5α and BL21) according to: <a href="https://static.igem.org/mediawiki/2015/2/21/NUDT_CHIAN-Protoco3A.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]DH5α </a> &<a href="https://static.igem.org/mediawiki/2015/1/1a/NUDT_CHIAN-Protoco3B.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]BL21</a>) on ice for 30 min and the above mix as well</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. Put them in water bath at 42°C for 45s, promptly transformed to ice for 2 min.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. Add (in super clean bench) 450µL of LB medium.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>5. Incubate for 60 min at 37 °C incubator shaker.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>6. Centrifuge at 4000rpm for 2 min.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>7. Spread 100 µL in the plate.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>8. Cultivate at 37°C for 12-16 hours.</p></td> | ||
+ | </tr> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos5").click(function(){ | ||
+ | $("#slide5").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--PCR--> | ||
+ | <h2 id = "pos6">VI.PCR<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide6"> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. 5µL Premix Taq</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. 0.4µL DNA</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. 0.4µL Primer-F</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. 0.4µL Primer-R</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>5. 3.8µL ddH<sub>2</sub>O</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>TOTAL: 10µL</p></td> | ||
+ | </tr> | ||
+ | <p>Premix Taq according to: <a href="https://static.igem.org/mediawiki/2015/8/82/NUDT_CHIAN-Protoco4.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Premix Taq</a></p> | ||
+ | <p>PCR reaction parameter:</p> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. 94°C 4min</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. 94°C 30s, 58°C 30s, 72°C 30s (1000kb correspond to 1 min) 35 cycles</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. 72°C 10 min</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. Stay at 4°C </p></td> | ||
+ | </tr> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos6").click(function(){ | ||
+ | $("#slide6").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--Ligament--> | ||
+ | <h2 id = "pos7">VII.Ligament<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide7"> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. 1µL Ligase(10×Buffer)</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. 1µL PEG</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. 0.5µL T4 DNA Ligase<a href="https://static.igem.org/mediawiki/2015/8/88/NUDT_CHIAN-Protoco5.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]</a></p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. 2µL Insert</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>5. 2µL Vector</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>6. Add ddH<sub>2</sub>O to 10µL</p></td> | ||
+ | </tr> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos7").click(function(){ | ||
+ | $("#slide7").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--Enzyme digestion--> | ||
+ | <h2 id = "pos8">VIII.Enzyme digestion<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide8"> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. 2µL 10×Buffer</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. 1µL Enzyme 1</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. 1µL Enzyme 2</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. 4~6µL DNA</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>5. Add ddH<sub>2</sub>O to 10µL</p></td> | ||
+ | </tr> | ||
+ | <p>Enzyme: </p> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>Spe1: <a href="https://static.igem.org/mediawiki/2015/8/88/NUDT_CHIAN-Protoco6A.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Spe1</a></p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>EcoR1: <a href="https://static.igem.org/mediawiki/2015/9/9c/NUDT_CHIAN-Protoco6B.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]EcoR1</a></p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>Xba1: <a href="https://static.igem.org/mediawiki/2015/d/d7/NUDT_CHIAN-Protoco6C.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Xba1</a></p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>Pst1: <a href="https://static.igem.org/mediawiki/2015/0/05/NUDT_CHIAN-Protoco6D.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Pst1</a></p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>Quick Cut Spe1: <a href="https://static.igem.org/mediawiki/2015/c/c9/NUDT_CHIAN-Protoco6E.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Quick Cut Spe1</a></p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>Quick Cut EcoR1: <a href="https://static.igem.org/mediawiki/2015/a/ad/NUDT_CHIAN-Protoco6F.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Quick Cut EcoR1</a></p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>Quick Cut Xba1: <a href="https://static.igem.org/mediawiki/2015/b/ba/NUDT_CHIAN-Protoco6G.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Quick Cut Xba1</a></p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>Quick Cut Pst1: <a href="https://static.igem.org/mediawiki/2015/7/7a/NUDT_CHIAN-Protoco6H.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Quick Cut Pst1</a></p></td> | ||
+ | </tr> | ||
+ | |||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos8").click(function(){ | ||
+ | $("#slide8").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--RT--> | ||
+ | <h2 id = "pos9">IX.RT<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide9"> | ||
+ | <p>PrimeScript<sup>TM</sup> RT reagent Kit with gDNA Eraser according to: <a href="https://static.igem.org/mediawiki/2015/6/6b/NUDT_CHIAN-Protoco7.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]RT reagent Kit with gDNA Eraser</a></p> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos9").click(function(){ | ||
+ | $("#slide9").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--CHIP--> | ||
+ | <h2 id = "pos10">X.CHIP<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide10"> | ||
+ | <h3>Day 1</h3> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. Harvest cells from 10-cm culture dish around 90% confluency. Aspirate culture medium with vacuum pump, wash with 1xPBS twice, remove all trace of fluid.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. Add 10ml fresh 1xPBS and 270ul 37% formaldehyde (final concentration 1%).</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. Add 1ml 1.25M glycine solution to the culture dish, swirl gently, and place at room temperature for 5 minutes, this will stop crosslink of formaldehyde.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. Wash with pre-chilled 1xPBS containing 1mM PMSF twice, aspirate all trace of fluid.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>5. Add 1ml 1xPBS containing 1mM PMSF, harvest cells using scraper, and transfer cell suspension into a fresh 1.5ml microtube. Wash culture dish with another 1ml of 1xPBS containing 1mM PMSF, and transfer to another fresh 1.5ml microtube.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>6. Centrifuge at 800-1000xg for 5 minutes at 4°C to pellet cells.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>7. Remove supernatant and resuspend cell pellet using 200ul complete ChIP lysis buffer Remove supernatant and resuspend cell pellet using 200ul complete ChIP lysis buffer (containing 1mM PMSF, 1ug/ml leupeptin and 1ug/ml aprotinin), combine suspensions into a single microtube. Place on ice for 10 minutes.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>8. Sonicate to shear cells. (10-20sec pulse/pause, 10 cycles, 30% power for HeLa cells).</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>9. Put them in ice for 10min.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>10. Centrifuge at 14,000x g for 5 minutes at 4°C, transfer 300ul supernatant to a fresh 1.5ml microtube. Add 1.7ml ChIP Dilution Buffer (containing 1mM PMSF).</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>11. Take 20ul as INPUT, the other add 70ul Protein A+G Agrose/salmon sperm DNA. Rotate for 30min at 4°C.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>12. Centrifuge at 1000x g for 1 minutes at 4°C, transfer the supernatant to a new 2ml microtube. Add primary antibody, Rotate for a whole night at 4°C.</p></td> | ||
+ | </tr> | ||
+ | <p></p> | ||
+ | |||
+ | <h3>Day 2</h3> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. Add 60ul Protein A+G Agrose/salmon sperm DNA, Rotate for 30-60min at 4°C.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. Centrifuge at 1000x g for 1 minutes at 4°C, remove the supernatant carefully.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. Use following liquid to wash the precipitation, 1ml a time, rotate for 3-5min at 4°C, then Centrifuge at 1000x g for 1 minutes at 4°C, remove the supernatant carefully:</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>A. Low salt immune complex wash buffer (once)</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>B. High salt immune complex wash buffer (once)</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>C. LiCl immune complex wash buffer (once)</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>D. TE buffer (twice)</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. Add 250ul Elusion buffer, mix well and rotate for 3-5min at room temperature</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>5. Centrifuge at 1000x g for 1 minutes, transfer the supernatant to a new microtube, add 250ul Elusion buffer to the precipitate, mix well and rotate for 3-5min at room temperature.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>6. Centrifuge at 1000x g for 1 minutes, transfer the supernatant to mix with the supernatant got in last step, add 20ul 5M NaCl, mix well and heat for 4 hours at 65°C.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>7. Add 10ul 0.5M EDTA, 20ul Tris pH6.5, 1ul 20mg/ml Proteinase K solution, vortex and incubate at 45°C for 60 minutes.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>8. Use kit to purify DNA</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>9. PCR</p></td> | ||
+ | </tr> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos10").click(function(){ | ||
+ | $("#slide10").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--ELISA--> | ||
+ | <h2 id = "pos11">XI.ELISA<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide11"> | ||
+ | <p>We use Plant Indole-3-acetic acid ELISA kit according to: <a href="https://static.igem.org/mediawiki/2015/9/93/NUDT_CHIAN-Protoco8.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Plant Indole-3-acetic Acid ELISA Kit</a></p> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos11").click(function(){ | ||
+ | $("#slide11").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--RNA extraction--> | ||
+ | <h2 id = "pos12">XII.RNA extraction<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide12"> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. Phase separation: </p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>A. 15~45 min depending on number of samples and whether an additional chloroform wash is necessary.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>B. Add chloroform (1/5 volume of trizol; e.g. 0.2ml to 1ml)shake for 15 sec (Eccles protocol: do not vortex)incubate 2-5 min at RTspin max. 12000g, 5-15 min, 2-8°Cif centrifugation hasn''t been sufficient the DNA-containing interphase will be cloud-like and poorly compacted If supernatant appears turbid an additional chloroform cleaning step can be inserted here.transfer aqueous upper phase into new tube.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>C. Take care not to aspirate the DNA-containing white interface. This quickly happens and will lead to DNA contamination in your RNA prep.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>D. TRIZOL phases after chloroform addition TOP - colourless aqueous phase (RNA) - 60% TRIZOL volume MIDDLE - interphase (DNA) BOTTOM - red (organic) phenol-chloroform phase (proteins & lipids).</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. RNA precipitation and wash:</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>A. 20~40 min depending on number of samples.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>B. Add isopropanol (70% of aqueous phase or 1/2 trizol volume)0.8 M sodium citrate or 1.2 M NaCl can be added(incubate 10min at RT)spin max g, 10-15 min, 4ºCremove supernatant(alternative RNA precipitation - RNeasy from Qiagen) better than alcohol precipitation for smaller amounts of RNA (less risk of losing a miniscule nucleic acid pellet); also reduces risk of organic solvent contamination.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. RNA wash:</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>A. 15-30 min depending on number of samples.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>B. Wash pellet 70% EtOH (add & vortex briefly)70% ethanol prepared with RNase-free water some prefer to wash the pellet more than once with 70% ethanolspin max g, 2-10 min, 4°C air-dry pellet for 5-10 min Do not over dry the pellet or you won’t be able to re-dissolve it. Optional add RNase inhibitor.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>C. Incubate at 55-60 C° for 10 min if hard to re-dissolve.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>D. Transfer to Eppendorf tube spin 4°C, 5 min (to pellet undissolved material).</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>E. Re-dissolving of RNAdissolve pellet in 50-100 µl filtered or DEPC H2O (note: DEPC inhibits RT reaction)alternatively, 0.5% SDS.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 130px'>F. Pipetting up and down, heat to 55-60°C for 10 min.</p></td> | ||
+ | </tr> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos12").click(function(){ | ||
+ | $("#slide12").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--SDS/Polyacrylamide Gel Electrophoresis--> | ||
+ | <h2 id = "pos13">XIII.SDS/Polyacrylamide Gel Electrophoresis<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide13"> | ||
+ | <h3>Pour the Separating Gel</h3> | ||
+ | <p>Set up your gel apparatus, prepare separating gel monomer. Add TEMED just prior to pouring gel. Allow to polymerize before adding stacking gel by overlaying gently with water or n-butanol. With higher concentrations of gels, one can immediately pour the stacking gel on the unpolymerized separating gel. Be careful not to mix the two layers. Separating Gels, in 0.375 M Tris, pH 8.8.</p> | ||
+ | <center> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td style = "padding: 0px 20px; text-align:right;"></td> | ||
+ | <td style = "padding: 0px 20px; text-align:right;">7%</td> | ||
+ | <td style = "padding: 0px 20px">10%</td> | ||
+ | <td style = "padding: 0px 20px">12%</td> | ||
+ | <td style = "padding: 0px 20px">15%</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td style = "padding: 0px 20px">distilled H<sub>2</sub>O</td> | ||
+ | <td style = "padding: 0px 20px">5.1 ml</td> | ||
+ | <td style = "padding: 0px 20px">4.1 ml</td> | ||
+ | <td style = "padding: 0px 20px">3.4 ml </td> | ||
+ | <td style = "padding: 0px 20px">2.4 ml</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td style = "padding: 0px 20px">1.5 M Tris-HCl, pH 8.8</td> | ||
+ | <td style = "padding: 0px 20px">2.5 ml</td> | ||
+ | <td style = "padding: 0px 20px">2.5 ml</td> | ||
+ | <td style = "padding: 0px 20px">2.5 ml</td> | ||
+ | <td style = "padding: 0px 20px">2.5 ml</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td style = "padding: 0px 20px">20% (w/v) SDS</td> | ||
+ | <td style = "padding: 0px 20px">0.05 ml</td> | ||
+ | <td style = "padding: 0px 20px">0.05 ml</td> | ||
+ | <td style = "padding: 0px 20px">0.05 ml </td> | ||
+ | <td style = "padding: 0px 20px">0.05 ml</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td style = "padding: 0px 20px">Acrylamide/Bis-acrylamide(30%/0.8% w/v)</td> | ||
+ | <td style = "padding: 0px 20px">2.3 ml</td> | ||
+ | <td style = "padding: 0px 20px">3.3 ml</td> | ||
+ | <td style = "padding: 0px 20px">4.0 ml</td> | ||
+ | <td style = "padding: 0px 20px">5.0 ml</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td style = "padding: 0px 20px">10% (w/v) ammonium persulfate</td> | ||
+ | <td style = "padding: 0px 20px">0.05 ml</td> | ||
+ | <td style = "padding: 0px 20px">0.05 ml</td> | ||
+ | <td style = "padding: 0px 20px">0.05 ml</td> | ||
+ | <td style = "padding: 0px 20px">0.05 ml</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td style = "padding: 0px 20px">TEMED</td> | ||
+ | <td style = "padding: 0px 20px">0.005 ml</td> | ||
+ | <td style = "padding: 0px 20px">0.005 ml</td> | ||
+ | <td style = "padding: 0px 20px">0.005 ml</td> | ||
+ | <td style = "padding: 0px 20px">0.005 ml</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td style = "padding: 0px 20px">Total monomer</td> | ||
+ | <td style = "padding: 0px 20px">10.005 ml</td> | ||
+ | <td style = "padding: 0px 20px">10.005 ml</td> | ||
+ | <td style = "padding: 0px 20px">10.005 ml</td> | ||
+ | <td style = "padding: 0px 20px">10.005 ml</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </center> | ||
+ | <h3>Pour the Stacking Gel</h3> | ||
+ | <p>After the separating gel has polymerized, decant the overlay, prepare the stacking monomer, add the TEMED, and pour. Insert the comb and allow to polymerize completely before running.</p> | ||
+ | <p>Stacking Gels, 4.0% gel, 0.125 M Tris, pH 6.8.</p> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. 3.075 ml distilled H<sub>2</sub>O</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. 1.25 ml 0.5 M Tris-HCl, pH 6.8</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. 0.025 ml 20% (w/v) SDS</p></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. 0.67 ml Acrylamide/Bis-acrylamide(30%/0.8% w/v)</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>5. 0.025 ml 10% (w/v) ammonium persulfate</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>6. 0.005 ml TEMED</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>7. 5.05 ml Total Stack monomer</p></td> | ||
+ | </tr> | ||
+ | <p>For best results:</p> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. Make ammonium persulfate solution fresh daily.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. Degas solutions before adding TEMED for 15 min at room temperature.</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. Running the gel</p></td> | ||
+ | </tr> | ||
+ | <p>We usually run my gels at constant current, 25-50 mA, depending on gel size. Here"s the recipe for 5X SDS-PAGE running buffer. Dilute to 1X before use.</p> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. 1 liter 5X Running Buffer, pH 8.3</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. 15 g Tris Base</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. 72 g Glycine</p></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. 5 g SDS</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>5. distilled water to 1 liter</p></td> | ||
+ | </tr> | ||
+ | <p>Store at room temperature until use.</p> | ||
+ | <h3>Sample buffer</h3> | ||
+ | <p>Dilute samples at least 1:4 with sample buffer, heat at 95 C for 4 minutes prior to loading. 8 ml Sample Buffer:</p> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>1. 4.0 ml Distilled water</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>2. 1.0 ml 0.5 M Tris-HCl</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>3. 0.8 ml Glycerol</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>4. 1.6 ml Acrylamide/Bis-acrylamide(30%/0.8% w/v)</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>5. 0.4 ml beta-mercaptoethanol</p></td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><p style = 'padding: 0px 90px'>6. 0.2 ml bromophenol blue </p></td> | ||
+ | </tr> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos13").click(function(){ | ||
+ | $("#slide13").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--Fluorescence detection--> | ||
+ | <h2 id = "pos14">XIV.Fluorescence detection<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide14"> | ||
+ | <p>We use Fluoroskan Ascent FL according to: <a href="https://static.igem.org/mediawiki/2015/8/89/NUDT_CHIAN-Protoco9.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]Fluoroskan Ascent FL</a></p> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos14").click(function(){ | ||
+ | $("#slide14").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--TAL effector construction--> | ||
+ | <h2 id = "pos15">XV.TAL effector construction<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide15"> | ||
+ | <p>The construction of the TALEs were performed with the Golden Gate TALEN and TAL Effector Kit 2.0 by Addgene(R).</p> | ||
+ | <p>The protocol can be reached at : <a href="https://static.igem.org/mediawiki/2015/0/00/NUDT_CHIAN-Protoco10.pdf" style = "color:#d82545; text-decoration:underline;">[PDF]TAL effector construction</a></p> | ||
+ | <p></p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos15").click(function(){ | ||
+ | $("#slide15").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | <!--TStatistical analysis--> | ||
+ | <h2 id = "pos16">XVI.Statistical analysis<B style = "color: #d82545">(CLICK)</B></h2> | ||
+ | <div class = "BLANK_Container" id = "slide16"> | ||
+ | <p>Statistical evaluation of differences between means of experimental groups was done by ANOVAs and multiple Student tests. Both p values < 0.05 and p < 0.01 were considered to be significant. Data points represented the means of three independent experiments.</p> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $("#pos16").click(function(){ | ||
+ | $("#slide16").slideToggle(300); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--Navigation--> | ||
+ | <div id = "navigation"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/5/58/TEAM_NUDT_CHINA_iGEM.png"/> | ||
+ | <li><a href="#myMainContainer" class = "t" style = "padding: 0px auto; font-size:12px;"><span>TOP/TIP</span></a></li> | ||
+ | <li><a href="#pos1" style = "padding: 0px auto; font-size:12px;"><span>Agarose gel</span></a></li> | ||
+ | <li><a href="#pos2" style = "padding: 0px auto; font-size:12px;"><span>LB</span></a></li> | ||
+ | <li><a href="#pos3" style = "padding: 0px auto; font-size:12px;"><span>Plasmids extraction</span></a></li> | ||
+ | <li><a href="#pos4" style = "padding: 0px auto; font-size:12px;"><span>Gel extraction</span></a></li> | ||
+ | <li><a href="#pos5" style = "padding: 0px auto; font-size:12px;"><span>Transformation</span></a></li> | ||
+ | <li><a href="#pos6" style = "padding: 0px auto; font-size:12px;"><span>PCR</span></a></li> | ||
+ | <li><a href="#pos7" style = "padding: 0px auto; font-size:12px;"><span>Ligament</span></a></li> | ||
+ | <li><a href="#pos8" style = "padding: 0px auto; font-size:12px;"><span>Enzyme digestion</span></a></li> | ||
+ | <li><a href="#pos9" style = "padding: 0px auto; font-size:12px;"><span>RT</span></a></li> | ||
+ | <li><a href="#pos10" style = "padding: 0px auto; font-size:12px;"><span>CHIP</span></a></li> | ||
+ | <li><a href="#pos11" style = "padding: 0px auto; font-size:12px;"><span>ELISA</span></a></li> | ||
+ | <li><a href="#pos12" style = "padding: 0px auto; font-size:12px;"><span>RNA extraction</span></a></li> | ||
+ | <li><a href="#pos13" style = "padding: 0px auto; font-size:12px;"><span>SDS</span></a></li> | ||
+ | <li><a href="#pos14" style = "padding: 0px auto; font-size:12px;"><span>Fluorescence</span></a></li> | ||
+ | <li><a href="#pos15" style = "padding: 0px auto; font-size:12px;"><span>TAL effector</span></a></li> | ||
+ | <li><a href="#pos16" style = "padding: 0px auto; font-size:12px;"><span>Statistical analysis</span></a></li> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/93/Team_NUDT_CHINA_Navigate.png"/> | ||
+ | </div> | ||
+ | <div id = "NUDT_Footer"> | ||
+ | <center> | ||
+ | <p>Copyright © 2015 NUDT_CHINA | Powered by Nianhao Xie</p> | ||
+ | </center> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 20:14, 18 September 2015
EXPERIMENTS & PROTOCOL
I.Agarose gel(CLICK)
We often use 0.7%,1% and 1.5% agarose gel, take 0.7% agarose gel for example:
1. Weigh 0.175 g of agarose.
2. Add 25 mL of TAE 1X.
3. Heat up until the solution is homogeneous, avoiding boiling. If it boils, move away from the heat until it “calms down” and put it back on the heat until the agarose is completely dissolved.
4. While heating, prepare the bed in which the gel will polymerize. Make sure that it is well balanced and tight, and that the “comb” is well placed.
5. When homogeneous, add 2 µL of SYBR SAFE DNA Gel Stain to the solution and mix well.
6. Pour the solution into the bed and clear all its bubbles with a tip.
7. Mix the samples with loading dye in a 10:1 ratio. Put the samples into the wells, as well as marker into the first well.
Note: For different size of gels , we have 25 ml ,50 ml and 100 ml agarose gel.
II.LB medium(CLICK)
LB medium (1L liquid)
1. 10 g tryptone
2. 10 g NaCl
3. 5 g yeast extract
4. ddH2O
In the late stage of the experiment, we use LB Broth produced by Sangon Biotech, 2.5g LB Broth for 100 ml liquid.
LB medium (solid, 1L = 50 dishes)
1. 15 g agar
2. 10 g tryptone
3. 10 g NaCl
4. 5 g yeast extract
4.ddH2O
In the late stage of the experiment, we use LB Broth produced by Sangon Biotech, 4 g LB Broth for 100 ml liquid.
For selective medium, supplement with antibiotic as appropriate (kanamycin 50 µg/ mL and 100 µg/mL for chloramphenicol or ampicillin).
III.Plasmids extraction(CLICK)
For bacterial plasmid extraction we used Omega Plasmid Miniprep Kit according to: [PDF]Bacterial Plasmid Extraction
IV.Gel extraction(CLICK)
For bacterial gel extraction we used Omega gel extraction Kit according to: [PDF]Gel Extraction
V.Transformation(CLICK)
1. Mix 50 µL of competent cells with 1 µL DNA or 6 µL production of ligament.
2. Put competent cells (we use DH5α and BL21) according to: [PDF]DH5α &[PDF]BL21) on ice for 30 min and the above mix as well
3. Put them in water bath at 42°C for 45s, promptly transformed to ice for 2 min.
4. Add (in super clean bench) 450µL of LB medium.
5. Incubate for 60 min at 37 °C incubator shaker.
6. Centrifuge at 4000rpm for 2 min.
7. Spread 100 µL in the plate.
8. Cultivate at 37°C for 12-16 hours.
VI.PCR(CLICK)
1. 5µL Premix Taq
2. 0.4µL DNA
3. 0.4µL Primer-F
4. 0.4µL Primer-R
5. 3.8µL ddH2O
TOTAL: 10µL
Premix Taq according to: [PDF]Premix Taq
PCR reaction parameter:
1. 94°C 4min
2. 94°C 30s, 58°C 30s, 72°C 30s (1000kb correspond to 1 min) 35 cycles
3. 72°C 10 min
4. Stay at 4°C
VII.Ligament(CLICK)
1. 1µL Ligase(10×Buffer)
2. 1µL PEG
3. 0.5µL T4 DNA Ligase[PDF]
4. 2µL Insert
5. 2µL Vector
6. Add ddH2O to 10µL
VIII.Enzyme digestion(CLICK)
1. 2µL 10×Buffer
2. 1µL Enzyme 1
3. 1µL Enzyme 2
4. 4~6µL DNA
5. Add ddH2O to 10µL
Enzyme:
Spe1: [PDF]Spe1
EcoR1: [PDF]EcoR1
Xba1: [PDF]Xba1
Pst1: [PDF]Pst1
Quick Cut Spe1: [PDF]Quick Cut Spe1
Quick Cut EcoR1: [PDF]Quick Cut EcoR1
Quick Cut Xba1: [PDF]Quick Cut Xba1
Quick Cut Pst1: [PDF]Quick Cut Pst1
IX.RT(CLICK)
PrimeScriptTM RT reagent Kit with gDNA Eraser according to: [PDF]RT reagent Kit with gDNA Eraser
X.CHIP(CLICK)
Day 1
1. Harvest cells from 10-cm culture dish around 90% confluency. Aspirate culture medium with vacuum pump, wash with 1xPBS twice, remove all trace of fluid.
2. Add 10ml fresh 1xPBS and 270ul 37% formaldehyde (final concentration 1%).
3. Add 1ml 1.25M glycine solution to the culture dish, swirl gently, and place at room temperature for 5 minutes, this will stop crosslink of formaldehyde.
4. Wash with pre-chilled 1xPBS containing 1mM PMSF twice, aspirate all trace of fluid.
5. Add 1ml 1xPBS containing 1mM PMSF, harvest cells using scraper, and transfer cell suspension into a fresh 1.5ml microtube. Wash culture dish with another 1ml of 1xPBS containing 1mM PMSF, and transfer to another fresh 1.5ml microtube.
6. Centrifuge at 800-1000xg for 5 minutes at 4°C to pellet cells.
7. Remove supernatant and resuspend cell pellet using 200ul complete ChIP lysis buffer Remove supernatant and resuspend cell pellet using 200ul complete ChIP lysis buffer (containing 1mM PMSF, 1ug/ml leupeptin and 1ug/ml aprotinin), combine suspensions into a single microtube. Place on ice for 10 minutes.
8. Sonicate to shear cells. (10-20sec pulse/pause, 10 cycles, 30% power for HeLa cells).
9. Put them in ice for 10min.
10. Centrifuge at 14,000x g for 5 minutes at 4°C, transfer 300ul supernatant to a fresh 1.5ml microtube. Add 1.7ml ChIP Dilution Buffer (containing 1mM PMSF).
11. Take 20ul as INPUT, the other add 70ul Protein A+G Agrose/salmon sperm DNA. Rotate for 30min at 4°C.
12. Centrifuge at 1000x g for 1 minutes at 4°C, transfer the supernatant to a new 2ml microtube. Add primary antibody, Rotate for a whole night at 4°C.
Day 2
1. Add 60ul Protein A+G Agrose/salmon sperm DNA, Rotate for 30-60min at 4°C.
2. Centrifuge at 1000x g for 1 minutes at 4°C, remove the supernatant carefully.
3. Use following liquid to wash the precipitation, 1ml a time, rotate for 3-5min at 4°C, then Centrifuge at 1000x g for 1 minutes at 4°C, remove the supernatant carefully:
A. Low salt immune complex wash buffer (once)
B. High salt immune complex wash buffer (once)
C. LiCl immune complex wash buffer (once)
D. TE buffer (twice)
4. Add 250ul Elusion buffer, mix well and rotate for 3-5min at room temperature
5. Centrifuge at 1000x g for 1 minutes, transfer the supernatant to a new microtube, add 250ul Elusion buffer to the precipitate, mix well and rotate for 3-5min at room temperature.
6. Centrifuge at 1000x g for 1 minutes, transfer the supernatant to mix with the supernatant got in last step, add 20ul 5M NaCl, mix well and heat for 4 hours at 65°C.
7. Add 10ul 0.5M EDTA, 20ul Tris pH6.5, 1ul 20mg/ml Proteinase K solution, vortex and incubate at 45°C for 60 minutes.
8. Use kit to purify DNA
9. PCR
XI.ELISA(CLICK)
We use Plant Indole-3-acetic acid ELISA kit according to: [PDF]Plant Indole-3-acetic Acid ELISA Kit
XII.RNA extraction(CLICK)
1. Phase separation:
A. 15~45 min depending on number of samples and whether an additional chloroform wash is necessary.
B. Add chloroform (1/5 volume of trizol; e.g. 0.2ml to 1ml)shake for 15 sec (Eccles protocol: do not vortex)incubate 2-5 min at RTspin max. 12000g, 5-15 min, 2-8°Cif centrifugation hasn''t been sufficient the DNA-containing interphase will be cloud-like and poorly compacted If supernatant appears turbid an additional chloroform cleaning step can be inserted here.transfer aqueous upper phase into new tube.
C. Take care not to aspirate the DNA-containing white interface. This quickly happens and will lead to DNA contamination in your RNA prep.
D. TRIZOL phases after chloroform addition TOP - colourless aqueous phase (RNA) - 60% TRIZOL volume MIDDLE - interphase (DNA) BOTTOM - red (organic) phenol-chloroform phase (proteins & lipids).
2. RNA precipitation and wash:
A. 20~40 min depending on number of samples.
B. Add isopropanol (70% of aqueous phase or 1/2 trizol volume)0.8 M sodium citrate or 1.2 M NaCl can be added(incubate 10min at RT)spin max g, 10-15 min, 4ºCremove supernatant(alternative RNA precipitation - RNeasy from Qiagen) better than alcohol precipitation for smaller amounts of RNA (less risk of losing a miniscule nucleic acid pellet); also reduces risk of organic solvent contamination.
3. RNA wash:
A. 15-30 min depending on number of samples.
B. Wash pellet 70% EtOH (add & vortex briefly)70% ethanol prepared with RNase-free water some prefer to wash the pellet more than once with 70% ethanolspin max g, 2-10 min, 4°C air-dry pellet for 5-10 min Do not over dry the pellet or you won’t be able to re-dissolve it. Optional add RNase inhibitor.
C. Incubate at 55-60 C° for 10 min if hard to re-dissolve.
D. Transfer to Eppendorf tube spin 4°C, 5 min (to pellet undissolved material).
E. Re-dissolving of RNAdissolve pellet in 50-100 µl filtered or DEPC H2O (note: DEPC inhibits RT reaction)alternatively, 0.5% SDS.
F. Pipetting up and down, heat to 55-60°C for 10 min.
XIII.SDS/Polyacrylamide Gel Electrophoresis(CLICK)
Pour the Separating Gel
Set up your gel apparatus, prepare separating gel monomer. Add TEMED just prior to pouring gel. Allow to polymerize before adding stacking gel by overlaying gently with water or n-butanol. With higher concentrations of gels, one can immediately pour the stacking gel on the unpolymerized separating gel. Be careful not to mix the two layers. Separating Gels, in 0.375 M Tris, pH 8.8.
7% | 10% | 12% | 15% | |
distilled H2O | 5.1 ml | 4.1 ml | 3.4 ml | 2.4 ml |
1.5 M Tris-HCl, pH 8.8 | 2.5 ml | 2.5 ml | 2.5 ml | 2.5 ml |
20% (w/v) SDS | 0.05 ml | 0.05 ml | 0.05 ml | 0.05 ml |
Acrylamide/Bis-acrylamide(30%/0.8% w/v) | 2.3 ml | 3.3 ml | 4.0 ml | 5.0 ml |
10% (w/v) ammonium persulfate | 0.05 ml | 0.05 ml | 0.05 ml | 0.05 ml |
TEMED | 0.005 ml | 0.005 ml | 0.005 ml | 0.005 ml |
Total monomer | 10.005 ml | 10.005 ml | 10.005 ml | 10.005 ml |
Pour the Stacking Gel
After the separating gel has polymerized, decant the overlay, prepare the stacking monomer, add the TEMED, and pour. Insert the comb and allow to polymerize completely before running.
Stacking Gels, 4.0% gel, 0.125 M Tris, pH 6.8.
1. 3.075 ml distilled H2O
2. 1.25 ml 0.5 M Tris-HCl, pH 6.8
3. 0.025 ml 20% (w/v) SDS
4. 0.67 ml Acrylamide/Bis-acrylamide(30%/0.8% w/v)
5. 0.025 ml 10% (w/v) ammonium persulfate
6. 0.005 ml TEMED
7. 5.05 ml Total Stack monomer
For best results:
1. Make ammonium persulfate solution fresh daily.
2. Degas solutions before adding TEMED for 15 min at room temperature.
3. Running the gel
We usually run my gels at constant current, 25-50 mA, depending on gel size. Here"s the recipe for 5X SDS-PAGE running buffer. Dilute to 1X before use.
1. 1 liter 5X Running Buffer, pH 8.3
2. 15 g Tris Base
3. 72 g Glycine
4. 5 g SDS
5. distilled water to 1 liter
Store at room temperature until use.
Sample buffer
Dilute samples at least 1:4 with sample buffer, heat at 95 C for 4 minutes prior to loading. 8 ml Sample Buffer:
1. 4.0 ml Distilled water
2. 1.0 ml 0.5 M Tris-HCl
3. 0.8 ml Glycerol
4. 1.6 ml Acrylamide/Bis-acrylamide(30%/0.8% w/v)
5. 0.4 ml beta-mercaptoethanol
6. 0.2 ml bromophenol blue
XIV.Fluorescence detection(CLICK)
We use Fluoroskan Ascent FL according to: [PDF]Fluoroskan Ascent FL
XV.TAL effector construction(CLICK)
The construction of the TALEs were performed with the Golden Gate TALEN and TAL Effector Kit 2.0 by Addgene(R).
The protocol can be reached at : [PDF]TAL effector construction
XVI.Statistical analysis(CLICK)
Statistical evaluation of differences between means of experimental groups was done by ANOVAs and multiple Student tests. Both p values < 0.05 and p < 0.01 were considered to be significant. Data points represented the means of three independent experiments.