Team:Heidelberg/Notebook/Killing II/9thweek

From 2008.igem.org

(Difference between revisions)
(Colicin E1)
Line 1: Line 1:
<html>
<html>
-
<link rel='stylesheet' href='http://igem-heidelberg.de/fileadmin/Wiki/Heidelberg2.css' type='text/css' />
+
 
-
<link rel="stylesheet" href="http://igem-heidelberg.de/fileadmin/Wiki/Menu.css" type="text/css"/>
+
 
-
<link rel="stylesheethref="http://igem-heidelberg.de/fileadmin/Wiki/MenuHD.css" type="text/css"/>
+
<style>
 +
h1.firstHeading { display: none; }
 +
 
 +
p {text-align: justify;}
 +
 
 +
a:link { color: #00b0e6; text-decoration: none}
 +
a:visited { color:#00b0e6; text-decoration: none}
 +
a:hover { color:#f29400; text-decoration: none}
 +
a:active { color:#f29400; text-decoration: none}
 +
 
 +
#bodyContent { padding: 10px auto; width: 910px; margin: auto; clear: none; }
 +
 
 +
table#team_members { text-align: justify; border: 0; }
 +
table#team_members h2, table#team_members h3 { clear: both; }
 +
 
 +
 
 +
/*-----------------------------------------------------------------------------------------------*/
 +
div.MenuBar ul li ul.DropDownMenu {
 +
  display: none; /* Hides all drop-down menus. */
 +
 
 +
}
 +
/*
 +
li:hover works in IE7 and FF2.
 +
a:hover works in IE6 and FF2.
 +
a:hover breaks li:hover in FF2.
 +
*/
 +
div.MenuBar ul li:hover ul.DropDownMenu li ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a ul.SideMenu {
 +
  display: none; /* Hides all side menus. */
 +
}
 +
/*------------------------------------------------------------------------------------- Menu Bar */
 +
div.MenuBar {
 +
  font: arial, helvetica, sans-serif;
 +
  height: 30px;
 +
  width: 910px;
 +
  /*width: 100%*/
 +
  margin: 0;
 +
  border-top: 0;
 +
  border-right: 0;
 +
  border-left: 0;
 +
  padding: 0;
 +
  background: black;
 +
 
 +
}
 +
div.MenuBar ul {
 +
  font: arial, helvetica, sans-serif;
 +
  text-align: center;
 +
  list-style-type: none;
 +
  margin: 0.5em auto;
 +
  border: 0;
 +
  padding: 0;
 +
  background: black;
 +
}
 +
div.MenuBar ul li {
 +
  font: arial, helvetica, sans-serif;
 +
  display: block;
 +
  padding: 0;
 +
  margin: 0;
 +
  font-size: 1.3em;
 +
  float: left;
 +
  background: black;
 +
  text-align: center;
 +
  width: 107px;
 +
  position: relative; /* Sets the positioning context for each drop-down menu. */
 +
}
 +
 
 +
div.MenuBar ul li a {
 +
  font: arial, helvetica, sans-serif;
 +
  display: block;
 +
  background: black;
 +
  height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
 +
  color: #ffffff;
 +
  padding-top: 4px;
 +
  padding-bottom: 4px;
 +
  padding-left: 1em; /* Sets the left space between top-level items. */
 +
  padding-right: 1em; /* Sets the right space between top-level items. */
 +
  text-decoration: none;
 +
}
 +
 
 +
/*------------------------------------------------------------------------------ Drop-Down Menus */
 +
div.MenuBar ul li:hover ul.DropDownMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu {
 +
  display: block;
 +
  width: 10em; /* Drop-down menu width.
 +
                  Use MenuTailor.css to customize. */
 +
  height: 1em;
 +
  padding: 1px; /* Sets the drop-down menu "effective border" width. */
 +
  position: absolute;
 +
  top: 23px; /* Places the drop-down menu under the menu bar.
 +
                Keep it sync with the menu bar height. */
 +
  left: 0; /* Aligns the drop-down menu to its top-level item. */
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
 
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a {
 +
  width: 10em; /* Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
  height: 1em;
 +
  padding-left: 0;
 +
  padding-right: 0;
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
}
 +
ul.DropDownMenu li a span {
 +
  display: block;
 +
  padding-left: 0.75em; /* Sets the left space of each drop-down menu item. */
 +
  padding-right: 0.25em; /* Sets the right space of each drop-down menu item. */
 +
  text-align: right; /* Aligns the >> symbol to the right. */
 +
}
 +
ul.DropDownMenu li a span span {
 +
  float: left; /* Aligns the text (back) to the left. */
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  height: 20px;
 +
  color: #FFFFFF;
 +
}
 +
/*----------------------------------------------------------------------------------- Side Menus */
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
 +
  display: block;
 +
  width: 11em; /* Side menu width.
 +
                  Use MenuTailor.css to customize. */
 +
  padding: 1px; /* Sets the side menu "effective border" width. */
 +
  position: absolute;
 +
  top: -1px; /* Aligns the side menu to its drop-down menu item.
 +
                Keep it sync with the side menu "effective border" width. */
 +
  left: 13em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
 +
  width: 11em; /* Keep it sync with the side menu width.
 +
                            Use MenuTailor.css to customize. */
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  left: 13em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
div.MenuBar ul li ul.DropDownMenu li ul.SideMenu li a span {
 +
  padding-left: 1.5em; /* Sets the left space of each side menu item. */
 +
  padding-right: 0.5em; /* Sets the right space of each side menu item. */
 +
  text-align: left;
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  left: 13em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
/*----------------------------------------------------------------------------- Browser Specific */
 +
* html div.MenuBar ul li a {
 +
  float: left; /* Required for IE55 and IE6.
 +
                            Breaks O9.
 +
                            Hidden (* html) from non-IE browsers. */
 +
}
 +
* html ul.DropDownMenu li a:hover {
 +
  cursor: hand; /* Required for IE55.
 +
                  Hidden (* html) from non-IE browsers. */
 +
}
 +
ul.DropDownMenu li a:hover {
 +
  cursor: pointer; /* Required for IE6 and IE7.
 +
                      Hidding it (* html) from non-IE browsers breaks IE7!
 +
}
 +
* html div.MenuBar a:hover {
 +
  text-decoration: none; /* Required for IE55 and IE6.
 +
                            Hidden (* html) from non-IE browsers. */
 +
}
 +
* html div.MenuBar ul li table,
 +
* html div.MenuBar ul li table td {
 +
  border: 0; /* Required for IE55 and IE6.
 +
                Hidden (* html) from non-IE browsers. */
 +
}
 +
/*------------------------------------------------------------------------------- Default Colors */
 +
div.MenuBar {
 +
  background-color: Menu;
 +
  border-bottom: 1px solid ButtonShadow;
 +
}
 +
div.MenuBar a {
 +
  background-color: Menu; /* Top-level unselected items. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover a,
 +
div.MenuBar ul li a:hover {
 +
  color: #ea7f16;
 +
  background-color: Highlight; /* Top-level selected item. */
 +
  color: HighlightText;
 +
}
 +
/*...............................................................................................*/
 +
div.MenuBar ul li:hover ul.DropDownMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu {
 +
  background-color: ButtonShadow; /* Sets the drop-down menu "effective border" color. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a {
 +
  background-color: Menu; Drop-down menu unselected items.
 +
                            Sets the drop-down menu "effective background" color. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover {
 +
  background-color: Highlight; /* Drop-down menu selected item. */
 +
  color: HighlightText;
 +
}
 +
/*...............................................................................................*/
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
 +
  background-color: ButtonShadow; /* Sets the side menu "effective border" color. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
 +
  background-color: Menu; /* Side menu unselected items.
 +
                            Sets the side menu "effective background" color. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
 +
  background-color: Highlight; /* Side menu selected item. */
 +
  color: HighlightText;
 +
}
 +
/*-----------------------------------------------------------------------------------------------*/
 +
/*Script-Free 3-Level Menu 1.2 Tailor
 +
  www.CesarDaniel.info
 +
/*-------------------------------------------------------------------------------------- General */
 +
body {
 +
  background: white;
 +
  color: black;
 +
  margin: 0;
 +
  border: 0;
 +
  padding: 0;
 +
}
 +
 
 +
 
 +
div.MenuBar {
 +
  font: 13px arial, helvetica, sans-serif;
 +
}
 +
div.MenuBar ul {
 +
  font: 13px arial, helvetica, sans-serif; /* Required for IE55. */
 +
}
 +
/*--------------------------------------------------------------------------------------- Colors */
 +
div.MenuBar {
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
  border-bottom: 1px solid ButtonShadow;
 +
}
 +
div.MenuBar a,
 +
div.MenuBar ul li:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
}
 +
div.MenuBar ul li:hover a,
 +
div.MenuBar ul li a:hover,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
 +
  background-color: #00b0e6; /* Selected item. */
 +
  color: #FFFFFF;
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
 +
  background-color: ButtonShadow; /* Sets the drop-down and side menus "effective border" color. */
 +
}
 +
/*--------------------------------------------------------------------------------------- Widths */
 +
/*
 +
 
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4 li a {
 +
  width: 11em; /* Drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5 li a {
 +
  width: 12em; /* Drop-down menu width. */
 +
}
 +
 
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #1
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 {
 +
  left: 15.5em !important; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 li a {
 +
  width: 10em; /* Side menu width. */
 +
}
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #2
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 {
 +
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 li a {
 +
  width: 10em; /* Side menu width. */
 +
}
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #3
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 {
 +
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 li a {
 +
  width: 10em; /* Side menu width. */
 +
}
 +
/*...............................................................................................*/
 +
 
 +
</style>
 +
 
<body>
<body>

Revision as of 15:44, 27 October 2008

9th week

go back to 8th week

go back to the overview

Contents

Monday 09/29/2008

pSB1A3-Receiver-Colicin cloning

  • Digestion of pSB1A3-Receiver-ColicinE9/E9lys: E9 -> 61, 63; E9lys -> 34, 35, 47
10 µl DNA
 5 µl BSA 10x (NEB) 
 5 µl EcoRI Buffer (NEB)
 1 µl EcoRI
 1 µl PstI
28 µl H2O
-----
50 µl
  • Gel of Digestion: 1% Agarose, 135 V, 30 min
  • Results of Digestion:


HisTag cloning of Colicins for purification

  • PCR-Screen of pQE-30-Col E9 His
25.0 µl Taq Master Mix (Fermentas)
 2.5 µl ColE9_prot_fw_BamHI
 2.5 µl ColE9_prot_rv_XmaI
20.0 µl H2O
   1    colony
-------
50.0 µl
program:
95 °C 3 min 95 °C 1 min | 54 °C 1 min | 30 cycles 72 °C 1 min | 72 °C 10 min 4 °C constant
  • Gel of E9 PCR-Screen: 1% Agarose, 135 V, 30 min
    080929 colony PCR Screen for colE9 His small.jpg
  • Gel-Results of E9-PCR-Screen: Negative controll shows right band size -> its maybe a supercoiled form of the plasmid. No positive clones.


Sender cloning: pBAD-sender

  • Digestion of Sender pBAD: 1h 40min at 37°C
10 µl DNA (1)
 5 µl NEBuffer 2 (NEB)
 5 µl BSA 10x
 1 µl XbaI
 1 µl SpeI
28 µl H2O
-----
50 µl
  • Gel of Digestion: 1% Agarose, 135 V, 30 min
    080929 digestion of sender XbaI SpeI small.jpg
  • Results of Digestion:
    • I0500+F1610:
      • Expected Fragments:
        • ~ 2030bp (Insert: I0500+F1610)
        • ~ 4425bp (Backbone: pSB2K3)

No bands visible. Probably no DNA or low concentrated DNA. Nanodrop measurement ~80ng/µl. Despite of neg. digestion we sended one probe to GATC for sequencing.


    • J23107+F1610:
      • Expected Fragments:
        • ~ 850bp (Insert: J23107+F1610)
        • ~ 2070bp (Backbone: J61002)

Expected bands are visible on the gel. Probes send for sequencing (GATC.



Sender cloning: constitutive promotor-sender

  • Digestion of Sender with constitutive promotor: 1h 40min at 37°C
10 µl DNA (1)
 5 µl NEBuffer 2 (NEB)
 5 µl BSA 10x
 1 µl XbaI
 1 µl SpeI
28 µl H2O
-----
50 µl
  • Gel of Digestion: 1% Agarose, 135 V, 30 min
    080929 digestion of ColE9-lys pSB1A3 receiver cloning small.jpg
  • Results of Digestion:


Tuesday 09/30/2008

pSB1A3-Receiver-Colicin cloning

Receiver-Colicin E9/E9_lys

  • Sequencing results: The colonies 34, 35 and 47 contains the right insert. But the sequences behind the BioBrick Suffix do not fit to [http://partsregistry.org/Part:pSB1A3 pSB1A3] vector. The sequence which we received from GATC has 78 bp less than the one from partsregistry.org. To fix this problem we aligned our sequencing results against the pSB1A2 vector and they fit perfect. Because of that we assume that our BBa_T9002 is inside the pSB1A2 vector and not as expected in the pSB1A3 vector.
    080930 colE9lys 34 contig be small.jpg
  • Sequencing results: The colonies 61 and 63 contains the right insert, but like ColE9lys in [http://partsregistry.org/Part:pSB1A2 pSB1A2] vector.
    080930 colE9 61 contig be small.jpg
  • PCR for amplification of Receiver-Colicin E9/E9_lys for recloning with the right prefix and suffix
25.0 µl Phusion Master Mix (Finnzymes, NEB)
 2.5 µl T9002_LuxpR_Not_Eco_Xba_G_fw (Tm=80,96°C)
 2.5 µl ColE9_plasmid_rv_A_SpeI(Tm=57,48°C)/ColE9_lysProt_rv_A_SpeI (Tm=64,29°C)
20.0 µl H2O
 2.0 µl Miniprep (E9: Colony 61, E9lys: Colony 34)
-------
50.0 µl
program:
95 °C 30 sec 95 °C 10 sec | 54 °C 30 sec | 25 cycles 72 °C 1 min 30 sec | 72 °C 10 min 4 °C constant
  • Gel of E9 and E9 lys PCR-amplification: 1% Agarose, 135 V, 30 min
  • Gel-Results of E9-PCR-amplification:
  • Gel-Results of E9lys-PCR-amplification:
  • Plan for activity tests of Colicin-Receivers:
    • Overnight measurement (Wednesday - Thursday) in Tecan plate reader with reference promotor cells (BBa_I20260) in combination with pSB1A3-Rec-ColE9/ColE9lys cells, supernatant and lysed supernatant.
    • Pipetting scheme:
      080930 pipetting scheme 01.jpg
    • Legend_1:
      080930 pipetting scheme legend 1.jpg
    • Legend_2:
      080930 pipetting scheme legend 2 small.jpg
    • Inocculation of Overnightcultures:
      • 10 ml M9 + Kanamycin media + Reference promoter cells (BBa_I20260)
      • 6 x 3 ml M9 Media + pSB1A3-Receiver without GFP
      • 6 x 3 ml M9 Media + pSB1A3-Receiver-ColE9
      • 6 x 3 ml M9 Media + pSB1A3-Receiver-ColE9lys



Receiver-Colicin E1

  • PCR-Screen of pSB1A3-Receiver-Colicin E1 Cloning
25.0 µl Taq Master Mix (Fermentas)
 2.5 µl ColE1_prot_fw_BamHI
 2.5 µl ColE1_prot_rv_HindIII
20.0 µl H2O
   5    colonies
-------
50.0 µl
program:
95 °C 3 min 95 °C 1 min | 54 °C 1 min | 30 cycles 72 °C 1 min | 72 °C 10 min 4 °C constant
  • Gel of Col E1 PCR-Screen: 1% Agarose, 135 V, 30 min
    080930 colony PCR Screen pSB1A3 Rec ColE1 small.jpg
  • Gel-Results of E1-PCR-Screen:
    • Expected Fragmentsize: ~1580 bp
    • Colonies 6-10 and 36-40 show the right fragment size. -> New colony-PCR-Screen.

HisTag cloning of Colicins for purification

Sender cloning: pBAD-sender

  • Sequencing results: No sequence -> Inocculation of new ONC


Sender cloning: constitutive promotor-sender

  • Sequencing results: Both colonies contain the right fragment. So we inocculate new overnight cultures for Minipreps, Glycerolstocks and activity tests.
    080930 J23107 BBaF1610 contig small.jpg




Wednesday 10/01/2008

pSB1A3-Receiver-Colicin cloning

  • Gel of pSB1A3-Receiver-Col E1 PCR-Singlescreen: 1% Agarose, 135 V, 30 min
  • Gel result:
    • Expected Fragment: Receiver-ColE1-Insert ~ 2150 bp
    • Comment:
      • Possible explanation for the high amount of bands.
      • Maybe annealing temperature was to low and primers annealed anywhere.
      • -> Sequencing for colony 6, 38 & 39


  • Digestion of PCR-product Colicin E9, E9lys with right prefix and sufix: 2h 40 min at 37 °C
38,5 µl DNA (PCR-amplification)
   1 µl SpeI (NEB)
 0,5 µl EcoRI (NEB)
   5 µl NEBuffer EcoRI (NEB)
   5 µl BSA 10x (NEB)
   -----
   50 µl


    • Gel of pSB1A3-Receiver-Col E9/E9 lys digestion: 1% Agarose, 135 V, 30 min
  • Gel result:
    • Expacted Fragment:
      • ~ 2150 bp
    • Comment:
      • Possible explanation for the high amount of bands.
      • May be annealing temperature was to low and primers annealed anywhere


  • Digestion of : 2h 40 min at 37 °C
   9 µl DNA (Miniprep of ColE9 colonies 61 and 63)
   1 µl SpeI (NEB)
 0,5 µl EcoRI (NEB)
   5 µl NEBuffer EcoRI (NEB)
   5 µl BSA 10x (NEB)
28,5 µl H2O
   -----
   50 µl


  • Gelextraction (?)

HisTag cloning of Colicins for purification

Sender cloning: pBAD-sender

Sender cloning: constitutive-sender

Thursday 10/02/2008

pSB1A2-Receiver-Colicin cloning

  • By sequencing we figured out, that the plasmid-backbone we used (and are still using) is not the pSB1A3 as it should be but the pSB1A2. Sequencing of the registery part BBa_T9002, where we cut out the plasmid-backbone we are using, affirmed that this part is not on the pSB1A3 plasmid as mentioned but on the pSB1A2. Because we have no working registry part on a pSB1A3 plasmid available in lab, we decided to continue with the pSB1A2 backbone and will also do our standardization with this plasmid.

Sequencing results of T9002/GFP_ColE1 cloning

  • two of the sequenced colonies gave positive results: Colony 6 and Colony 39
  • --> two positive colE1 cloning constructs: T9002/GFP_ColE1.6 and T9002/GFP_ColE1.39

Continuance of T9002/GFP_colE9 and _colE9lys cloning for standardization (with correct pre-/suffixes)

  • gel (0,7 %, 135 V, 60 min) of the restriction digest done yesterday (EcoRI + PstI) with the samples for the backbone (61, 63, 63)
  • pSB1A2 at ~2000 bp where cut out
  • gel extraction with these bands (61, 63, 63) and PCR purification with the restriction digests done yesterday (EcoRI + PstI) with the samples ColE9 and ColE9lys. An additional made analytical gel of these two samples reminded us, that the colE9 fragment contains an EcoRI site inside the fragment. For this reason, we could not use the digested colE9 fragment and continued the cloning only with the colE9lys fragment.
  • overnight ligation of pSB1A2 (9,1 ng/µl) and colE9lys (14,4 ng/µl)
 2 µl T4 ligase buffer 10x (Fermentas)
 2 µl T4 ligase (Fermentas) 
13 µl ColE9lys
 3 µl pSB1A2
-----
20 µl
14 h 16°C --> 20 min 65°C







HisTag cloning of Colicins for purification

Colicin activity test

Friday 10/03/2008

pSB1A3-Receiver-Colicin cloning

HisTag cloning of Colicins for purification

Sender Cloning: pBAD - sender

Sender Cloning: constitutive promotor - sender

Saturday 10/04/2008

pSB1A3-Receiver-Colicin cloning

    • Inocculation of Overnightcultures:
      • 25 ml TB + Kanamycin media + Reference promoter cells (BBa_I20260)
      • 25 ml TB + Ampicillin media + pSB1A3-Receiver without GFP
      • 25 ml TB + Ampicillin media + pSB1A3-Receiver-ColE1





HisTag cloning of Colicins for purification

Sender Cloning: pBAD - sender

Sender Cloning: constitutive promotor - sender

Sunday10/05/2008

pSB1A3-Receiver-Colicin cloning

Colicin E9 lys

  • PCR-Screen of Colonies (Transformation from Fr,10/03/2008) of pSB1A3-Receiver-Col E9 lys
25.0 µl Taq Master Mix (Fermentas)
 2.5 µl T9002_LuxpR_Not_Eco_Xba_G_fw (Tm=80,96°C)
 2.5 µl ColE9_lyProt_rv_A_SpeI (Tm=64,29°C)
20.0 µl H2O
   1    colony
-------
50.0 µl
program:
95 °C 3 min 95 °C 1 min | 64 °C 1 min | 30 cycles 72 °C 1 min 30 sec | 72 °C 10 min 4 °C constant
    • Inocculation of Overnightcultures:
      • 12 ml TB + Kanamycin media + Reference promoter cells (BBa_I20260)
      • 23 x 2 ml TB + Ampicillin media + pSB1A3-Receiver without GFP
        • each 2 ml induced with the following AI-1 concentration:
  0 nM    200 nM
 60 nM    250 nM
 70 nM    300 nM
 80 nM    350 nM
 90 nM    400 nM
100 nM    500 nM
110 nM    600 nM
120 nM    700 nM
130 nM    800 nM
140 nM    900 nM
150 nM      1 µM
160 nM
      • 23 x 2 ml TB + Ampicillin media + pSB1A3-Receiver-ColE9 lys
        • each 2 ml induced with the following AI-1 concentration:
  0 nM    200 nM
 60 nM    250 nM
 70 nM    300 nM
 80 nM    350 nM
 90 nM    400 nM
100 nM    500 nM
110 nM    600 nM
120 nM    700 nM
130 nM    800 nM
140 nM    900 nM
150 nM      1 µM
160 nM

Colicin E1

  • Plan for activity tests of Colicin-Receivers:
    • Overnight measurement (Sunday - Monday) in Tecan plate reader with reference promotor cells (BBa_I20260) in combination with pSB1A3-Rec-ColE1 cells.
    • Plate scheme (click for detailed picture):
      081007-pipetting scheme sender test.jpg

go to 10th week