Difference between revisions of "Team:Stuttgart/Protocols"

Line 1: Line 1:
 +
{{Template:Home}}
 
<html>
 
<html>
 
<!--- THIS IS WHERE THE HTML BEGINS --->
 
 
<head>
 
    <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"
 
          id="bootstrap-css">
 
    <style>
 
 
 
        /***************************************************** DEFAULT WIKI SETTINGS  ****************************************************/
 
 
        /* Clear the default wiki settings */
 
 
        #home_logo, #sideMenu {
 
            display: none;
 
        }
 
 
        #sideMenu, #top_title, .patrollink {
 
            display: none;
 
        }
 
 
        #content {
 
            width: 100%;
 
            padding: 0px;
 
            margin-top: -7px;
 
            margin-left: 0px;
 
        }
 
 
        body {
 
            background: white;
 
        }
 
 
        #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
 
            margin-bottom: 0;
 
            color: #F8CE63;
 
        }
 
 
        table {;
 
        }
 
 
        /**************************************************************** MENU ***************************************************************/
 
        /* Wrapper for the menu */
 
        .igem_2017_menu_wrapper {
 
            width: 15%;
 
            height: 100vh;
 
            position: fixed;
 
            right: 0;
 
            padding: 0;
 
            float: right;
 
            border-left: 1px solid #F8CE63;
 
            background-color: white;
 
            text-align: left;
 
            font-family: Tahoma, Geneva, sans-serif;
 
            overflow-y: auto;
 
            overflow-x: hidden;
 
        }
 
 
        /* this hides the scrollbar to keep view consistency */
 
        .igem_2017_menu_wrappe::-webkit-scrollbar {
 
            display: none;
 
        }
 
 
        /* styling for links in the menu, removes the line under text */
 
        .igem_2017_menu_wrapper a {
 
            text-decoration: none;
 
        }
 
 
        /* styling for the images in the menu */
 
        .igem_2017_menu_wrapper img {
 
            width: 100%;
 
        }
 
 
        /* styling for the menu buttons */
 
        .igem_2017_menu_wrapper .menu_button {
 
            width: 100%;
 
            padding: 10px 0px 10px 15px;
 
            float: left;
 
            border-bottom: 1px solid #F8CE63;
 
            font-size: 16px;
 
            font-weight: bold;
 
            color: #F8CE63;
 
            cursor: pointer;
 
        }
 
 
        .igem_2017_menu_wrapper .menu_bottom_padding {
 
            width: 100%;
 
            height: 30px;
 
            float: left;
 
        }
 
 
        .menu_button.direct_to_page {
 
            padding-left: 36px;
 
        }
 
 
        .igem_2017_menu_wrapper .menu_button .expand_collapse_icon {
 
            width: 10%;
 
            float: left;
 
        }
 
 
        .igem_2017_menu_wrapper .menu_button .expand_collapse_icon::before {
 
            content: "+";
 
        }
 
 
        /* styling for the menu buttons on hover */
 
        .igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover, .submenu_button.current_page:hover {
 
            background-color: #F8CE63;
 
            text-decoration: none;
 
            color: #190707;
 
        }
 
 
        /* styling for the menu button when it is the current page */
 
        .current_page {
 
            background-color: white !important;
 
            color: #F8CE63 !important;
 
        }
 
 
        /* styling for the submenu buttons */
 
        .igem_2017_menu_wrapper .submenu_button {
 
            width: 100%;
 
            padding: 10px 0px 10px 34px;
 
            float: left;
 
            background-color: white;
 
            border-bottom: 1px solid #F8CE63;
 
            font-size: 15px;
 
            color: #F8CE63;
 
            cursor: pointer;
 
        }
 
 
        /* wrapper for the submenu items, they are hidden by default*/
 
        .igem_2017_menu_wrapper .submenu_wrapper {
 
            display: none;
 
        }
 
 
        /* when the page size is bigger than 800px, this show/hide control is hidden by default */
 
        .igem_2017_menu_wrapper #display_menu_control {
 
            display: none;
 
            text-align: center;
 
        }
 
 
        /***************************************************** CONTENT OF THE PAGE ****************************************************/
 
 
        /* Wrapper for the content */
 
        .igem_2017_content_wrapper {
 
            width: 83%;
 
            margin: 0;
 
            display: block;
 
            float: left;
 
            background-color: white;
 
            font-family: Tahoma, Geneva, sans-serif;
 
        }
 
 
        /********************************* HTML STYLING  *********************************/
 
 
        /* styling for the titles h1 h2 */
 
        .igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
 
            color: #F8CE63;
 
            padding: 15px 0 25px 0;
 
            border-bottom: 0;
 
        }
 
 
        /* styling for the titles  h3 h4 h5 h6*/
 
        .igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {
 
            padding: 5px 15px;
 
            border-bottom: 0;
 
        }
 
 
        /* font and text */
 
        .container p,
 
        #HQ_page p {
 
            line-height: 24px;
 
            font-size: 16px;
 
            color: #333;
 
        }
 
 
        .igem_2017_content_wrapper img {
 
            padding: 15px 0;
 
        }
 
 
        /* Links */
 
        .igem_2017_content_wrapper a {
 
            font-weight: bold;
 
            text-decoration: underline;
 
            text-decoration-color: #190707;
 
            color: #3399ff;
 
            -webkit-transition: all 0.4s ease;
 
            -moz-transition: all 0.4s ease;
 
            -ms-transition: all 0.4s ease;
 
            -o-transition: all 0.4s ease;
 
            transition: all 0.4s ease;
 
        }
 
 
        /* hover for the links */
 
        .igem_2017_content_wrapper a:hover {
 
            text-decoration: none;
 
            color: #000000;
 
        }
 
 
        /* non numbered lists */
 
        .igem_2017_content_wrapper ul {
 
            padding: 0px 20px;
 
            font-size: 15px;
 
            font-family: Tahoma, Geneva, sans-serif;
 
        }
 
 
        /* numbered lists */
 
        .igem_2017_content_wrapper ol {
 
            padding: 0px;
 
            font-size: 15px;
 
            font-family: Tahoma, Geneva, sans-serif;
 
        }
 
 
        /* Table */
 
        .igem_2017_content_wrapper table {
 
            width: 97%;
 
            margin: 15px 10px;
 
            border: 2px solid #190707;
 
            border-collapse: collapse;
 
        }
 
 
        /* table cells */
 
        .igem_2017_content_wrapper td {
 
            padding: 10px;
 
            vertical-align: text-top;
 
            border: 1px solid #190707;
 
            border-collapse: collapse;
 
        }
 
 
        /* table headers */
 
        .igem_2017_content_wrapper th {
 
            padding: 10px;
 
            vertical-align: text-top;
 
            border: 1px solid #190707;
 
            border-collapse: collapse;
 
 
        }
 
 
        /**********************************LAYOUT CLASSES **********************************/
 
 
        /* general class for column divs */
 
        .igem_2017_content_wrapper .column {
 
            padding: 10px 0px;
 
            float: left;
 
        }
 
 
        /* class for a full width column */
 
        .column .full_size {
 
            width: 100%;
 
        }
 
 
        /* styling for images in a full width column*/
 
        .column.full_size img {
 
            width: 97%;
 
            padding: 10px 15px;
 
        }
 
 
        /* class for a half width column */
 
        .column.half_size {
 
            width: 50%;
 
        }
 
 
        /* styling for images in a half width column*/
 
        .column.half_size img {
 
            width: 94.5%;
 
            padding: 10px 15px;
 
        }
 
 
        /********************************* SUPPORT CLASSES ********************************/
 
 
        /* class that clears content below*/
 
        .igem_2017_content_wrapper .clear {
 
            clear: both;
 
        }
 
 
        /* adds extra spacing when clearing content */
 
        .igem_2017_content_wrapper .clear.extra_space {
 
            height: 30px;
 
        }
 
 
        /* highlight class, makes content slightly smaller */
 
        .igem_2017_content_wrapper .highlight {
 
            margin: 0px 15px;
 
            padding: 15px 0px;
 
        }
 
 
        /* highlight class, adds a gray background */
 
        .igem_2017_content_wrapper .highlight.gray {
 
            background-color: #190707;
 
        }
 
 
        /* highlight with decoration blue line on top */
 
        .igem_2017_content_wrapper .highlight.blue_top {
 
            border-top: 4px solid #190707;
 
        }
 
 
        /* highlight with a full blue border decoration */
 
        .igem_2017_content_wrapper .highlight.blue_border {
 
            border: 4px solid #190707;
 
        }
 
 
        /* button class */
 
        .igem_2017_content_wrapper .button {
 
            max-width: 35%;
 
            margin: 30px auto;
 
            padding: 12px 10px;
 
            background-color: #190707;
 
            text-align: center;
 
            color: #F8CE63;
 
            -webkit-transition: all 0.4s ease;
 
            -moz-transition: all 0.4s ease;
 
            -ms-transition: all 0.4s ease;
 
            -o-transition: all 0.4s ease;
 
            transition: all 0.4s ease;
 
        }
 
 
        /* styling for button on hover */
 
        .igem_2017_content_wrapper .button:hover {
 
            background-color: #190707;
 
            color: #F8CE63;
 
        }
 
 
        /***************************************************** RESPONSIVE STYLING ****************************************************/
 
 
        *, *:before, *:after {
 
            -webkit-box-sizing: border-box;
 
            -moz-box-sizing: border-box;
 
            box-sizing: border-box;
 
        }
 
 
        body {
 
            overflow-x: hidden;
 
            margin-top: 80px;
 
            letter-spacing: 0.02em;
 
        }
 
 
        /* IF THE SCREEN IS LESS THAN 1200PX */
 
        @media only screen and (max-width: 1024px) {
 
 
            #content {
 
                width: 100%;
 
            }
 
 
            .igem_2017_content_wrapper {
 
                width: 100%;
 
            }
 
 
            .igem_2017_menu_wrapper {
 
                width: 100%;
 
                height: 15%;
 
                position: relative;
 
                left: 0;
 
            }
 
 
            .highlight {
 
                padding: 10px 0px;
 
            }
 
 
            .igem_2017_menu_wrapper #display_menu_control {
 
                display: none;
 
            }
 
 
            #menu_content {
 
                display: block;
 
            }
 
 
            .menu_button.direct_to_page {
 
                padding-left: 17px;
 
            }
 
        }
 
 
        /* IF THE SCREEN IS LESS THAN 800PX */
 
        @media only screen and (max-width: 800px) {
 
 
            .igem_2017_content_wrapper {
 
                width: 100%;
 
                margin-left: 0;
 
            }
 
 
            .column.half_size {
 
                width: 100%;
 
            }
 
 
            .column.full_size img, .column.half_size img {
 
                width: 100%;
 
                padding: 10px 0;
 
            }
 
 
            .highlight {
 
                padding: 15px 5px;
 
            }
 
 
            .igem_2017_menu_wrapper #display_menu_control {
 
                display: block;
 
            }
 
 
            #menu_content {
 
                display: none;
 
            }
 
 
            .igem_2017_menu_wrapper .menu_button .expand_collapse_icon {
 
                width: 5%;
 
            }
 
 
            .menu_bottom_padding {
 
                display: none;
 
            }
 
 
            .menu_button.direct_to_page {
 
                padding-left: 36px;
 
            }
 
        }
 
 
        /* special class that the system uses to make sure the team wants a page to be evaluated */
 
        .judges-will-not-evaluate {
 
            width: 96.6%;
 
            margin: 5px 15px;
 
            display: block;
 
            border: 4px solid #3399ff;
 
            font-weight: bold;
 
        }
 
 
        /* CUSTOM BS NAVBAR STYLES */
 
        .navbar {
 
            border: 0;
 
        }
 
 
        .navbar-default {
 
            margin-top: 15px;
 
            background-color: #333;
 
        }
 
 
        .navbar-brand {
 
            padding: 0;
 
            padding-left: 25px;
 
            padding-right: 25px;
 
        }
 
 
        .navbar-brand img {
 
            height: 49px;
 
        }
 
 
        .navbar-default .navbar-nav > li > a {
 
            color: white;
 
        }
 
 
        .navbar-default .navbar-nav > li > a:focus,
 
        .navbar-default .navbar-nav > li > a:hover,
 
        .navbar-default .navbar-nav > .dropdown > a .caret:hover {
 
            color: #F8CE63;
 
        }
 
 
        .navbar-default .navbar-nav > .open > a,
 
        .navbar-default .navbar-nav > .open > a:hover,
 
        .navbar-default .navbar-nav > .open > a:focus {
 
            color: #F8CE63;
 
            background-color: #444;
 
        }
 
 
        .navbar-default .navbar-nav > .dropdown > a .caret {
 
            border-top-color: #eee;
 
            border-bottom-color: #eee;
 
        }
 
 
        .dropdown-menu {
 
            border: 0;
 
        }
 
        .dropdown-menu > li > a {
 
            color: white;
 
        }
 
 
        .dropdown-menu > li > a:hover,
 
        .dropdown-menu > li > a:focus {
 
            color: #111;
 
            text-decoration: none;
 
            background-color: #F8CE63;
 
        }
 
 
        .navbar-default .navbar-nav > .dropdown > a:hover .caret,
 
        .navbar-default .navbar-nav > .dropdown > a:focus .caret {
 
            border-top-color: white;
 
            border-bottom-color: white;
 
        }
 
 
        @media (max-width: 767px) {
 
            .navbar-default .navbar-nav .open .dropdown-menu>li>a {
 
                color: #ddd;
 
            }
 
            .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
 
            .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
 
                color: #F8CE63;
 
            }
 
        }
 
 
        .navbar-nav>li>.dropdown-menu {
 
            background-color: #444;
 
        }
 
 
        .section {
 
            margin: 25px 0;
 
        }
 
 
    </style>
 
    <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
 
    <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
 
 
    <script>
 
        $(document).ready(function(){
 
            $("#mw-content-text").removeClass("mw-content-ltr");
 
        });
 
    </script>
 
 
 
    <!-- This tells the browser that your page is responsive -->
 
    <meta name="viewport" content="width=device-width, initial-scale=1">
 
 
</head>
 
<body>
 
 
<!--MENU-->
 
<nav class="navbar navbar-default navbar-fixed-top">
 
    <div class="container-fluid">
 
        <!-- Brand and toggle get grouped for better mobile display -->
 
        <div class="navbar-header">
 
            <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
 
                    data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
 
                <span class="sr-only">Toggle navigation</span>
 
                <span class="icon-bar"></span>
 
                <span class="icon-bar"></span>
 
                <span class="icon-bar"></span>
 
            </button>
 
            <a class="navbar-brand" href="https://2017.igem.org/Team:Stuttgart">
 
                <img alt="Team:Stuttgart"
 
                    src="https://static.igem.org/mediawiki/2017/1/18/UNISTUTTGARTLOGO.png">
 
            </a>
 
        </div>
 
 
        <!-- Collect the nav links, forms, and other content for toggling -->
 
        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 
            <ul class="nav navbar-nav">
 
                <li>
 
                    <a href="https://2017.igem.org/Team:Stuttgart">Home</a>
 
                </li>
 
                <li class="dropdown">
 
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
 
                      aria-expanded="false">Team <span class="caret"></span></a>
 
                    <ul class="dropdown-menu">
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Team">Team</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Attributions">Attributions</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Sponsoring">Sponoring</a></li>
 
                        <!--<li role="separator" class="divider"></li>-->
 
                    </ul>
 
                </li>
 
                <li class="dropdown">
 
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
 
                      aria-expanded="false">Project <span class="caret"></span></a>
 
                    <ul class="dropdown-menu">
 
                        <!--<li class="navbar-text navbar-left">Dry Lab</li>-->
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Description">Description</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Background-Information">Background
 
                            Information</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Protocols">Protocols & Experiments</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Notebook">Notebook</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/InterLab">Interlab Study</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Model">Modelling</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Results">Results</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Parts">Parts</a></li>
 
                        <!--<li role="separator" class="divider"></li>-->
 
                    </ul>
 
                </li>
 
                <li>
 
                    <a href="https://2017.igem.org/Team:Stuttgart/Safety">Safety</a>
 
                </li>
 
                <li class="dropdown">
 
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
 
                      aria-expanded="false">Human Practices <span class="caret"></span></a>
 
                    <ul class="dropdown-menu">
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Engagement">Public Engagement</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/HP/Gold_Integrated">Integrated and Gold</a>
 
                        </li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/HP/Silver">Silver HP</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Collaborations">Collaborations</a></li>
 
                    </ul>
 
                </li>
 
                <li class="dropdown">
 
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
 
                      aria-expanded="false">Awards <span class="caret"></span></a>
 
                    <ul class="dropdown-menu">
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Applied_Design">Applied Design</a></li>
 
                        <li><a href="https://2017.igem.org/Team:Stuttgart/Measurement">Measurement</a></li>
 
                    </ul>
 
                </li>
 
                <li>
 
                    <a href="https://igem.org/2017_Judging_Form?team=Stuttgart">Judging Form</a>
 
                </li>
 
            </ul>
 
        </div><!-- /.navbar-collapse -->
 
    </div><!-- /.container-fluid -->
 
</nav>
 
 
 
 
  
  
Line 888: Line 289:
  
  
</body>
+
 
 
</html>
 
</html>

Revision as of 19:20, 29 October 2017

Protocols & Experiments

Preparation of chemically competent DH5alpha E. coli cells

Material:

  • LB media
  • TSS buffer
  • DH5alpha E. coli cells (o/n colonies on agar plates)

Method:

  1. Pick one colony of the plate and transfer into 5 mL of LB media. Grow the culture over night for 16-18 hours at 37 deg. celsius.
  2. Transfer 1 mL of the overnight culture into a shaking flask with 99 mL of LB media. Measure optical density (OD) at 600 nm and incubate culture at 37 deg. celsius (shaking) to an OD of 0,5.
  3. Divide the 100 mL into two 50 mL tubes and incubate 10 min on ice.
  4. Spin the tubes at 3000 rpm for 10 minutes at 4 deg. celsius.
  5. Resuspend the pellet of competent cells with 10 % TSS buffer (5 mL).
  6. Aliquot 100 µL of the cell solution into 1.5 mL microtubes (all steps on ice!).
  7. Store the competent cells at -80 deg. celsius.

Heat-shock Transformation of E. coli cells

Material:

  • SOC media
  • Agar plates with appropriate antibiotic

Method:

  1. Thaw chemically competent cells on ice.
  2. Transfer 50 µL of the cells into a 1.5 mL microtube, add 1 µL of the desired DNA and incubate on ice for 30 minutes.
  3. Place the tube in a 42 deg. celsius water bath for 60 seconds.
  4. After heat shock leave cells on ice for 5 minutes.
  5. Add 950 µL of SOC media and shake cells for 2 hours at 37 deg. celsius.
  6. Pipet 100 µL of the cells onto an appropriate plate and spread them using sterile glass beads. Incubate overnight at 37 deg. Celsius and hope for colonies in the morning to prove a successful transformation.

Preparation of LB media

Material:

  • Tryptone
  • NaCl
  • Yeast extract

Method:

  1. Fill a container (bottle) to about 60/70 % its volume with destilled water.
  2. Add 10 g/L Tryptone, 10 g/L NaCl and 5 g/L of yeast extract.
  3. Stir properly and fill up the remaining volume with distilled water.
  4. Treat LB media by autoclave.

Preparation of LB agar

Material:

  • Tryptone
  • NaCl
  • Yeast extract
  • Agar

Method:

  1. Fill a container (bottle) to about 60/70 % its volume with destilled water.
  2. Add 10 g/L Tryptone, 10 g/L NaCl, 5 g/L of yeast extract and 20 g/L agar.
  3. Stir properly and fill up the remaining volume with distilled water.
  4. Treat by autoclave.

Preparation of M9 media

Salt solution:

  • 3 g Na2HPO4
  • 1,5 g KH2PO4
  • 0,5 g NH4Cl
  • 0,25 g NaCl
  • 1 mL MgSO4
  • 50 µL CaCl2

Sugar solution:

  • 20 g/LGlycerol
  • 5 g/L Yeast
  • 10 mg Thiamine
  • 1 mL Micronutrients


Glycerol stocks – storage of bacterial strains

Material:

  • Glycerol

Method:

  1. Mix 700 µL of overnight culture with 300 µL glycerol.
  2. Store at -80 deg. Celsius.

Polymerase chain reaction (PCR)

Material:

  • Primer forward & reverse
  • Template DNA
  • NEB Q5® High-Fidelity 2X Master Mix (dNTPs + Polymerase)
  • Distilled water
  • PCR-Cycler

Method:

  1. All steps have to be performed on ice.
  2. 50 µL approach (mix well):

componentsvolumeconcentration
Q5 Master Mix 25 µL 1x
10 µM fw primer 2,5 µL 0,5 µM
10 µM rv primer 2,5 µL 0,5 µM
template DNA <1000 ng
water remaining volume to 50 µL

PCR-cycler conditions:

step cyclestemperature time
Denaturation198°C30 sec
Annealing25-3598°C5-10 sec
Elongation72°C20-30sec/kb
final extension172°C2 min
hold4-10°C

Determination of DNA concentration

  • DNA concentration is determined by using a Nanodrop ()
  • The absorbance at 260 nm is converted to concentration using the Lambert – Beer Equation by the program
  • The purity of the sample is confirmed by the 260/280 ratio (contamination with proteins) and the 260/230 ratio (presence of co-purified contaminants)
  • For pure DNA the 260/280 ratio should be around 1.8 and the 260/280 ratio should be around 1.8 – 2.2. (ND-1000-v3.4-users-manual, Thermo Scientific)

Mini-Prep (based on Fast-n-Easy Plasmid Mini-Prep Kit Jena Bioscience)

Material:

  • Lysis buffer
  • Neutralization buffer
  • Column-Activation buffer
  • Wash buffer
  • Elution buffer
  • Binding column

Method:

  1. Harvest the over-night culture by centrifugation (3000 g for 10 minutes.)
  2. Activate the Binding Column by adding 100 µl of Activation buffer and centrifugation at 10000 g for 30 seconds.
  3. For cell lysis resuspend the cell pellet in 300 µl Lysis buffer (pipetting or vortexing).
  4. Add 300 µl of Neutralization buffer and mix by inverting the tube (4 – 6 times).
  5. Centrifuge at 10000 g for 5 minutes.
  6. The colour of the supernatant should be yellow.
  7. Transfer the supernatant into the Binding Column and centrifuge at 10000 g for 30 seconds. Discard the flow-through.
  8. Add 500 µl Washing buffer to the column and centrifuge at 10000 g for 30 seconds. Discard the flow-through.
  9. Place the Binding Column into a clean microtube an add 30 µl Elution buffer.
  10. Incubate for 1 minute and centrifuge at 10000 g for 1 minute to elute DNA.
  11. The eluted DNA could be used directly or should be stored at -20°C.

Restriction digest

Material:

  • Plasmid DNA
  • Restriction Enzymes
  • Restriction buffer
  • H2O
  • Ice

Method:

  1. All steps must be performed on ice.
  2. For a 20 µl double digest approach following amount are needed:
  3. components volumeconcentration
    restriction buffer (10X)2 µL1X
    restriction enzyme 11 µL
    restriction enzyme 21 µL
    plasmid DNAx µL1 µg total
    H2Oadd to 20 µL
  4. Digest the approach for 1h at 37 °C.
  5. To stop the reaction, incubate the reaction for 20 minutes at 80 °C.

Gel-Extraction (based on Gel DNA Recovery Kit from Zymo Research)

Material:

  • Extraction buffer (ADB buffer)
  • Washing buffer
  • Elution buffer
  • Spin column

Method:

  1. Cut out the area of the gel containing the DNA fragment of interest.
  2. Add ADB buffer (3 volumes to 1 volume gel).
  3. Dissolve the gel by incubation at 37 – 55 °C for 5 – 10 minutes.
  4. Transfer the solution to a spin column and centrifuge for 30 seconds. Discard the flow-through.
  5. Add 200 µl Washing buffer and centrifuge for 30 seconds. Discard the flow-through.
  6. Repeat the wash step.
  7. Place the column in a clean microtube and add more than 6 µl Elution buffer. Centrifuge for 1 minute to elute DNA.

Enzyme activity assay of the esterases EstCS2 (BBa_K1149002) and LipB


To determine the enzyme activity of EstCS2 and LipB a photometric assay was prepared. Two wildtypes were compared with the enzyme activity of the esterases. The results were obtained from biological triplicates.

Principle


PNPB + H2O ---> p-Nitrophenol + Butyric Acid Abbreviations used: PNPB = p-Nitrophenyl Butyrate

Material:

  • agar plates
  • spectrometer
  • photometer
  • centrifuge
  • 96 well plates

Chemicals:

  • LB media
  • PBS buffer
  • arabinose stock solution [500 mM]
  • IPTG stock solution [1 M]
  • p-nitrophenyl butyrate [50 mM] diluted in acetonitril


Method:


Preparation of the cell lysate

  1. pick a colony from the agar plates
  2. grow the colony in 5 mL LB media (+antibiotic) over night
  3. dilute the overnight culture 1:100 in 15 mL LB media (+antibiotic)
  4. grow the cells until the OD600 reached 0,2
  5. induce gene expression with IPTG/arabinose with different concentrations (0 mM, 1 mM, 2 mM, 3 mM) over night
  6. grow the cell culture until the OD600 reached 6
  7. harvest the cells by centrifugation (10 min, 3000 rpm)
  8. resuspend the cell pellet in 10 mL PBS buffer


Enzyme activity assay: Continous spectrometric rate determination

  1. 100 µL of the supernatant (1:10 dilution) or resuspended cell pellet and 10 µL p-nitrophenyl butyrate with different concentrations [2.5; 5; 10; 15; 20 mM] are mixed in a 96 well plate
  2. photometric enzyme activity test with the following conditions: wavelength: 405 nm, temperature: 37 °C time: measurement every 45 seconds for 30 min 96 well plate is shaked (200 rpm)
  3. Calculation of the enzyme activity out of the absorption rates. 1 unit (U) was defined as the amount of enzyme that catalyzes the reaction of 1 nanomol of substrate per minute.

Semi-quantitative hair degradation assay for keratinases


To prove any enzyme activity a semi-quantitative hair degradation assay was performed. First, cultures of E. coli containing kerA, kerUS, kerP plasmid and one wild-type E. coli were grown at 37°C in sterile LB broth. Chloramphenicol (final concentration 35 µg/mL) was added to the cultures containing kerA and kerUS. Kanamycin (final concentration 50 µg/mL) was added to the cultures containing the kerP. After incubation OD600 was measured before inducing cultures containing kerA and kerUS with IPTG with a final concentration of 1mM. Human hair was reduced to smaller pieces and then dried for 1 hour at 65°C. Afterwards the hair was distributed in 0.05 g aliquots and the full amount of each culture was added. The cultures + hair were incubated 120 hours at 37°C with slightly shaking.


Skim milk plate assay for keratinases


This assay was performed to show qualitative enzyme activity. The different keratinases (kerA, kerUS and kerP) should degrade the casein in the milk, seen as clear zones around the cultures itself or the supernatant of the cells.

Preparation of skim milk plates:


First 100 mL LB/agar and 5 g skim milk powder in 125 mL distilled water was prepared. Both solutions were autoclaved and mixed after cooling down. For the plates used for kerA and kerUS cultures chloramphenicol (35 µg/mL) was added – in case of kerP kanamycin (50 µg/mL) was used to prepare plates. The plates were poured and stored at 4°C.

Assay:

  • kerA/kerUS: Before spreading both keratinases on the plates, cells were induced with 1mM IPTG o/n at 37°C. After incubation 10 µL of the induced cell cultures and supernatant, cell culture without IPTG induction and a wild-type E. coli control was spread on skim milk plates containing chloramphenicol. The plates were incubated at room temperature for four days.
  • kerP: 10 µL of cell culture, supernatant and a wild-type E. coli control was spread on skim milk plates containing kanamycin. The plates were incubated at room temperature for four days.