Team:Heidelberg/Notebook/Killing I/Notebook/week12

From 2008.igem.org

(Difference between revisions)
(Proceedings of phage cloning strategy one)
 
(28 intermediate revisions not shown)
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>
Line 52: Line 393:
</li>
</li>
<li>
<li>
-
<a href="https://2008.igem.org/Team:Heidelberg/Chemotaxis" style="color: white">Modeling<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
<a href="https://2008.igem.org/Team:Heidelberg/Modeling" style="color: white">Modeling<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<ul class="DropDownMenu" id="MB1-DDM3">
<ul class="DropDownMenu" id="MB1-DDM3">
Line 62: Line 403:
</li>
</li>
<li>
<li>
-
<a href="https://2008.igem.org/Team:Heidelberg/Notebook/Sensing_Group/Notebook" style="color: white">Notebook<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
<a href="https://2008.igem.org/Team:Heidelberg/Notebook/Overview" style="color: white">Notebook<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<ul class="DropDownMenu" id="MB1-DDM5">
<ul class="DropDownMenu" id="MB1-DDM5">
Line 98: Line 439:
</li>
</li>
<li style="width: 160px">
<li style="width: 160px">
-
<a href="https://2008.igem.org/Team:Heidelberg/Project/General_information" style="color: white">Human Practice<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
<a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Project_Overview" style="color: white">Human Practice<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<ul class="DropDownMenu" id="MB1-DDM4">
<ul class="DropDownMenu" id="MB1-DDM4">
Line 106: Line 447:
                               <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Surveys"><span><span>Surveys</span></span></a></li>
                               <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Surveys"><span><span>Surveys</span></span></a></li>
                               <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Open_Day"><span><span>Open Day</span></span></a></li>
                               <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Open_Day"><span><span>Open Day</span></span></a></li>
-
                               <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Nobel_Prize"><span><span>Nobel Prize</span></span></a></li>
+
                               <li><a href="https://2008.igem.org/Team:Heidelberg/Human_Practice/Nobel_Prize"><span><span>Nobel Prize</span></span></a></li>
 +
</ul>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
Line 121: Line 463:
</html>
</html>
 +
{| class="wikitable"
 +
|- bgcolor=white
 +
! height=20px, width=250px | [[Team:Heidelberg/Notebook/Killing_I/Notebook/week11|<< Week 11]]|| width=500px | [[Team:Heidelberg/Notebook/Killing_I/Notebook|Overview]]|| width=250px | [[Team:Heidelberg/Notebook/Killing_I/Notebook/week13| Week 13 >> ]]
 +
|-style="height:20px"
 +
|}
-
'''Week 12'''
 
-
[[Team:Heidelberg/Notebook/Killing_I/Notebook|Back to the overview]]
+
'''Week 12'''
==Monday, 10/20/08 ==
==Monday, 10/20/08 ==
Line 135: Line 481:
 +
===Phage cloning strategy two===
 +
*Digestion with XbaI/XhoI
 +
**should be: 3945, 2898
 +
*Gel
 +
[[image:Hd-phage-08-10-20 pBlue insert new XbaI-XhoI.jpg]]
 +
* lane 1-8: new minipreps
 +
* lane 9: old insert fully mutated
 +
* results: the new minipreps seem to be the old unmutated pBluescript
 +
 +
 +
===Characterization of oriT===
 +
*Quantitatively test for oriT <br>
 +
Donor: overnight culture Top10 oriT+pUB307 OD(600nm): 1.548 <br>
 +
Recipient: <br>
 +
overnight culture Top10 pBAD 33  OD(600nm): 1.808 <br>
 +
overnight culture MG1655 pBAD 33  OD(600nm): 2.932<br>
 +
overnight culture DH5alpha pBAD 33  OD(600nm): 1.976 <br>
 +
**Centrifuge overnight culture in 1.5ml eppi for 2min at 13000rpm, 24 samples donor, 510ul/sample; 8samples Top10 recipient, 450ul/sample; 8samples MG1655 recipient, 375ul/sample; 8samples DH5alpha recipient, 600ul/sample;
 +
**Wash the pellet twice with LB medium
 +
**Resolve the pellet in LB medium
 +
**Centrifuge the washed recipient for 2min at 13000rpm, discard the fluid
 +
**Add the washed donor suspension
 +
**Vortex and resolve the pellet
 +
**Centrifuge the mix for 1min at 13000rpm
 +
**Resolve the pellet in 100ul LB
 +
**Put membrane filter on the LB agar
 +
**Pipett the suspension on membrane filter (8samples*3tests)
 +
**Incubate the plates with membrane filter at 37°C
 +
**Put directly one membrane filter into 1ml LB in an 1.5ml eppi
 +
**Vortex the eppi for 30sec, dilute for 10-5 and 10-6, plate them out on LB/Amp+Cm plates (0min)
 +
**For Top10 as recipient: plate them out also on LB/Kan+Cm plates and LB/Amp+Kan+Cm plates
 +
**After 6, 12, 18, 24, 30, 36, 42 min repeat the last three steps.
 +
**Negative control plates:
 +
***LB/Cm+Amp: <br>
 +
100ul donor overnight culture<br>
 +
100ul recipient overnight culture (x3)
 +
**Cell number determination
 +
***LB/Cm: 100ul 10-6 recipient overnight culture (x3)
 +
***LB/Kan+Amp: 100ul 10-6 donor overnight culture
 +
<br>
 +
*Result:
 +
**Negative control: negative
 +
**Colony on LB/Cm: <br>
 +
Top10:166 (Titer of recipient: 1.66e9/ml) <br>
 +
MG1655:194 (Titer of recipient: 1.94e9/ml) <br>
 +
DH5alpha:115 (Titer of recipient: 1.15e9/ml) <br>
 +
**Colony on LB/Kan+Amp: 140 (Titer of donor: 1.4e9/ml)<br>
 +
(information for volume counting: 1OD Top10 = 9e8/ml; 1OD MG1655 = 6.6e8/ml; 1OD DH5alpha = 5.8e8/ml)
 +
**Colony on other LB/Cm+Amp plates, LB/Kan+Cm plates and LB/Amp+Kan+Cm plates:
 +
***10-5 dilute: <br>
 +
{| class="wikitable"
 +
|- bgcolor=grey
 +
! height=20px. width=150px | Time || width=150px | Top10-CA || width=150px | Top10-CK|| width=150px | Top10-CKA || width=150px | MG1655 || width=150px | DH5alpha
 +
|-align="center"
 +
| style="font-weight:bold;" |0||37|| 2|| 1 || 0 || 7
 +
|-align="center"
 +
| style="font-weight:bold;" |6||390|| 17|| 4 || 1 || 22
 +
|-align="center"
 +
| style="font-weight:bold;" |12||1390*|| 194|| 90 || 7 || 480
 +
|-align="center"
 +
| style="font-weight:bold;" |18|| 1720*||230|| 109 || 49 || 1180*
 +
|-align="center"
 +
| style="font-weight:bold;" |24||2880*|| 1130*|| 800* || 136 || 1920*
 +
|-align="center"
 +
| style="font-weight:bold;" |30|| 3500*||2500*|| 1540* || 260 || 2960*
 +
|-align="center"
 +
| style="font-weight:bold;" |36|| 3750*||2600*|| 1800* || 920* || 3440*
 +
|-align="center"
 +
| style="font-weight:bold;" |42|||| ||  || 960* || 4040*
 +
|-
 +
|}
 +
<br>'*':10-6 dilute
==Tuesday, 10/21/08==
==Tuesday, 10/21/08==
Line 143: Line 561:
* the bacterias were plated on chloramphenicol and incubated at 28 °C to ensure that the thermolabile cI (cI857) was not degraded
* the bacterias were plated on chloramphenicol and incubated at 28 °C to ensure that the thermolabile cI (cI857) was not degraded
 +
 +
 +
===Phage cloning strategy two===
 +
 +
*do again a digestion of mutagenesis pcr minipreps from 10/07/08 but with an additional restriction enzyme (EcoRI)to get a better separation on gel to cut out the backbone
 +
*digestion with KpnI/AgeI/EcoRI
 +
**mutagenesis pcr succesful: 300bp, 1.4kb 5.1kb
 +
**mutagenesis pcr not succesful: 300bp, 1.4kb, 1.7kb, 3.4kb
 +
[[Image:Hd-phage-pBlue mutkpn.jpg|500px]]
 +
 +
*-->mutagenesis pcr on the first three lanes successful
 +
**cut out 5.1kb band and gel purification kit
 +
 +
[[Image:Hd-phage-cloningtwo-ligationfragments.jpg]]
 +
*lane0: DNA ladder mix
 +
*lane1: purified 5.1kb band from last gel (pBluescript backbone from phage cloning strategy one (KpnI/AgeI)
 +
*lane2: CmR1 digested (KpnI/SacI)
 +
*lane3: CmR2 digested (KpnI/SacI)
 +
*lane4: GFP1 digested (SacI/AgeI)
 +
*lane5: GFP2 digested (SacI/AgeI)
 +
 +
*ligation of purified 5.1kb band from last gel (pBluescript backbone from phage cloning strategy one (KpnI/AgeI) with CmR1/2 and GFP1/2
 +
**30min at room temperature
 +
*transformation in TOP10
 +
 +
===Characterization of oriT===
 +
*Inoculate the cells for conjugation test<br>
 +
15ml LB/chloramphenicol + glycerol stock Top10 pBAD 33 (x2) <br>
 +
15ml LB/kanamycin/ampicilin +glycerol stock Top10 oriT+pUB307 (x2) <br>
==Wednesday, 10/22/08==
==Wednesday, 10/22/08==
Line 151: Line 598:
* colonies were picked and transferred in liquid media containing chloramphenicol
* colonies were picked and transferred in liquid media containing chloramphenicol
 +
===Characterization of oriT===
 +
*Qquantitatively test for oriT (twice) <br>
 +
Donor 1: overnight culture Top10 oriT+pUB307 OD(600nm): 2.828<br>
 +
Donor 2: overnight culture Top10 oriT+pUB307 OD(600nm): 3.004<br>
 +
Recipient 1: overnight culture Top10 pBAD 33  OD(600nm): 3.116<br>
 +
Recipient 2: overnight culture Top10 pBAD 33  OD(600nm): 3.084<br>
 +
**Centrifuge  overnight culture in 1.5ml eppi for 2min at 13000rpm, 15samples donor1, 15samples recipient1, in different volume (see the result table below)
 +
**Wash the pellet twice with LB medium
 +
**Resolve the pellet in LB medium
 +
**Centrifuge the washed recipient for 2min at 13000rpm, discard the fluid
 +
**Add the washed donor suspension
 +
**Vortex and resolve the pellet
 +
**Centrifuge the mix for 1min at 13000rpm
 +
**Resolve the pellet in 36ul LB
 +
**Put membrane filter on the LB agar
 +
**Pipett the suspension on membrane filter (15samples)
 +
**Incubate the plates with membrane filter at 37°C for 20min
 +
**Put membrane filter into 1ml LB in an 1.5ml eppi
 +
**Vortex the eppi for 30sec, dilute for 10-6, plate them out on LB/Amp+Cm plates
 +
**Negative control plates:
 +
***LB/Cm+Amp: <br>
 +
100ul donor 1 overnight culture<br>
 +
100ul recipient 1 overnight culture<br>
 +
**Cell number determination
 +
***LB/Cm: 100ul 10-6 recipient 1 overnight culture
 +
***LB/Kan+Amp: 100ul 10-6 donor 1 overnight culture
 +
<br>
 +
*Repeat the test with donor 2 and recipient 2.
 +
<br>
 +
*Result:
 +
**Negative control: negative
 +
**Colony on LB/Cm: <br>
 +
recipient 1: 458 (Titer of recipient: 4.58e9/ml) <br>
 +
recipient 2: 403 (Titer of recipient: 4.03e9/ml) <br>
 +
Colony on LB/Kan+Amp: <br>
 +
donor 1: 347 (Titer of donor: 3.47e9/ml) <br>
 +
donor 2: 288 (Titer of donor: 2.88e9/ml) <br>
 +
**Reaction volume and colony on other LB/Cm+Amp plates: <br>
 +
{| class="wikitable"
 +
|- bgcolor=grey
 +
! height=20px. width=120px | Sample || width=120px | Donor 1(ul) || width=120px | Rezipient 1(ul)|| width=120px | colony 1 || width=120px | Donor 2(ul) || width=120px | Rezipient 2 (ul) || width=120px | colony 2
 +
|-align="center"
 +
| style="font-weight:bold;" |50:1|| 289 || 5.1|| 12 || 289 || 5,2 || 16
 +
|-align="center"
 +
| style="font-weight:bold;" |25:1||283|| 10|| 28 || 283 || 10.1 || 31
 +
|-align="center"
 +
| style="font-weight:bold;" |10:1||268|| 24|| 62 || 253 || 24 || 63
 +
|-align="center"
 +
| style="font-weight:bold;" |8:1||262|| 29|| 81 || 247 || 29 || 75
 +
|-align="center"
 +
| style="font-weight:bold;" |5:1||246|| 44|| 115 || 231 || 44 || 120
 +
|-align="center"
 +
| style="font-weight:bold;" |3:1||221|| 66|| 161 || 208 || 66 || 129
 +
|-align="center"
 +
| style="font-weight:bold;" |2:1||196|| 88|| 213 || 185 || 88 || 212
 +
|-align="center"
 +
| style="font-weight:bold;" |1:1||147|| 132|| 302 || 139 || 132 || 303
 +
|-align="center"
 +
| style="font-weight:bold;" |1:2||98|| 175|| 351 || 93 || 175 || 298
 +
|-align="center"
 +
| style="font-weight:bold;" |1:3||74|| 197|| 294 || 69 || 197 || 302
 +
|-align="center"
 +
| style="font-weight:bold;" |1:5||49|| 219|| 289 || 46 || 219 || 194
 +
|-align="center"
 +
| style="font-weight:bold;" |1:8||35|| 234|| 241 || 31 || 234 || 190
 +
|-align="center"
 +
| style="font-weight:bold;" |1:10||27|| 239|| 158 || 25 || 239 || 134
 +
|-align="center"
 +
| style="font-weight:bold;" |1:25||11.3|| 253|| 86 || 10.7 || 253 || 82
 +
|-align="center"
 +
| style="font-weight:bold;" |1:50||5.8|| 258|| 31 || 5.4 || 258 || 30
 +
|-
 +
|}
 +
 +
*Inoculate the cells for conjugation test<br>
 +
15ml LB/chloramphenicol + glycerol stock Top10 pBAD 33 (x2) <br>
 +
15ml LB/kanamycin/ampicilin +glycerol stock Top10 oriT+pUB307 (x2) <br>
-
==Thuresday, 10/23/08==
+
==Thursday, 10/23/08==
===Proceedings of phage cloning strategy one===
===Proceedings of phage cloning strategy one===
Line 158: Line 682:
* colonies could grow in chloramphenicol containing medium --> samll aliquots were transferred in ampicillin containing medium to check for the resisitance
* colonies could grow in chloramphenicol containing medium --> samll aliquots were transferred in ampicillin containing medium to check for the resisitance
* colony PCRs were conducted to ensure that our insert is embedded in the growing cells
* colony PCRs were conducted to ensure that our insert is embedded in the growing cells
 +
 +
 +
[[Image:Hd_conjugationtest-pcr.jpg|center|thumb|300px| PCR with specific primers for the insert. Primers were dierected on the chloramphenicol resitance cassette. All three samples lead to a band in the correct hight as indicated from the positive control. Unmodified λ DNA was used as negative control.]]
 +
 +
* pUB307 was transferred in cells harboring our modified lambda phage by conjugation --> plating on Cm + Kan
* pUB307 was transferred in cells harboring our modified lambda phage by conjugation --> plating on Cm + Kan
 +
===phage cloning strategy two===
 +
 +
*inoculation of liquid cultures from ligation (tuesday)
 +
 +
===Characterization of oriT===
 +
*Quantitatively test for oriT (twice) <br>
 +
Donor 1: overnight culture Top10 oriT+pUB307 OD(600nm): 1.404<br>
 +
Donor 2: overnight culture Top10 oriT+pUB307 OD(600nm): 1.288<br>
 +
Recipient 1: overnight culture Top10 pBAD 33  OD(600nm): 1.428<br>
 +
Recipient 2: overnight culture Top10 pBAD 33  OD(600nm): 1.292<br>
 +
**Centrifuge overnight culture in 1.5ml eppi for 2min at 13000rpm, 15samples donor1, 280ul/sample; 15samples recipient1, 530ul/sample;
 +
**Wash the pellet twice with LB medium
 +
**Resolve the pellet in LB medium
 +
**Centrifuge the washed recipient for 2min at 13000rpm, discard the fluid
 +
**Add the washed donor suspension
 +
**Vortex and resolve the pellet
 +
**Centrifuge the mix for 1min at 13000rpm
 +
**Resolve the pellet in 40ul LB
 +
**Put membrane filter on the LB agar
 +
**Pipett the suspension on membrane filter (15samples)
 +
**Incubate plates with membrane filter at different temperature for different time<br>
 +
{| class="wikitable"
 +
|- bgcolor=grey
 +
! height=20px. width=150px |  || width=150px | 4°C || width=150px | 22°C|| width=150px | 30°C || width=150px | 37°C || width=150px | 42°C
 +
|-align="center"
 +
| style="font-weight:bold;" |20min|| 1plate||1plate||  1plate || 1plate || 1plate
 +
|-align="center"
 +
| style="font-weight:bold;" |40min|| 1plate|| 1plate|| 1plate || 1plate || 1plate
 +
|-align="center"
 +
| style="font-weight:bold;" |60min|| 1plate|| 1plate|| 1plate || 1plate || 1plate
 +
|-
 +
|}
 +
**Put membrane filter after the incubation into 1ml LB in an 1.5ml eppi
 +
**Vortex the eppi for 30sec, dilute for 10-6, plate them out on LB/Amp+Cm plates
 +
**Negative control plates:
 +
***LB/Cm+Amp: <br>
 +
100ul donor 1 overnight culture<br>
 +
100ul recipient 1 overnight culture<br>
 +
**Cell number determination
 +
***LB/Cm: 100ul 10-6 recipient 1 overnight culture
 +
***LB/Kan+Amp: 100ul 10-6 donor 1 overnight culture
 +
<br>
 +
*Repeat the test with donor 2 (300ul/sample) and recipient 2 (590ul/sample).
 +
<br>
 +
*Result:
 +
**Negative control: negative
 +
**Colony on LB/Cm: <br>
 +
recipient 1: 138 (Titer of recipient: 1.38e9/ml) <br>
 +
recipient 2: 99 (Titer of recipient: 0.99e9/ml) <br>
 +
**Colony on LB/Kan+Amp: <br>
 +
donor 1: 129 (Titer of donor: 1.29e9/ml) <br>
 +
donor 2: 110 (Titer of donor: 1.1e9/ml) <br>
 +
**Colony on other LB/Cm+Amp plates:
 +
***Donor 1 + recipient 1<br>
 +
{| class="wikitable"
 +
|- bgcolor=grey
 +
! height=20px. width=150px |  || width=150px | 4°C || width=150px | 22°C|| width=150px | 30°C || width=150px | 37°C || width=150px | 42°C
 +
|-align="center"
 +
| style="font-weight:bold;" |20min|| 5||2||  71 || 154 || 167
 +
|-align="center"
 +
| style="font-weight:bold;" |40min|| 5|| 78|| 178 || 285 || 273
 +
|-align="center"
 +
| style="font-weight:bold;" |60min|| 1|| 117|| 241 || 550 || 402
 +
|-
 +
|}
 +
 +
***Donor 2 + recipient 2<br>
 +
{| class="wikitable"
 +
|- bgcolor=grey
 +
! height=20px. width=150px |  || width=150px | 4°C || width=150px | 22°C|| width=150px | 30°C || width=150px | 37°C || width=150px | 42°C
 +
|-align="center"
 +
| style="font-weight:bold;" |20min|| 2||29||  43 || 118 || 122
 +
|-align="center"
 +
| style="font-weight:bold;" |40min|| 1|| 61|| 117 || 290 || 271
 +
|-align="center"
 +
| style="font-weight:bold;" |60min|| 0|| 79|| 227 || 332 || 234
 +
|-
 +
|}
==Friday, 10/24/08==
==Friday, 10/24/08==
Line 168: Line 775:
* conjugation of our lambda phage into cells harboring T9002 in pSB1A3 --> brought out on plates containing chloramphenicol and ampicillin
* conjugation of our lambda phage into cells harboring T9002 in pSB1A3 --> brought out on plates containing chloramphenicol and ampicillin
 +
===phage cloning strategy two===
 +
 +
*Miniprep of overnight cultures
 +
*4 Control digestions to check wheter the ligation was successful or not
 +
 +
[[Image:Hd-phage-pBlue_insert2-controldigestion.jpg|600px]]
 +
 +
*lane0: DNA ladder mix
 +
*lane1: XbaI/XhoI: 3,9kb / 2,9kb  (NEB2, BSA)
 +
*lane2: DraI: 1,85kb / 1,8kb / 1,35kb / 780bp / 692bp/ 339bp/ 19bp  (NEB4)
 +
*lane3: SacI/SpeI: 4.5kb / 1.3kb / 929bp / 34bp    (NEB1,BSA)
 +
*lane4: SfcI: 3.1kb / 1.3kb / 1.1kb / 678bp / 247bp / 192bp  (NEB4, BSA)
 +
 +
*we got the correct pBluescript with the insert of phage cloning strategy two
==Saturday, 10/25/08==
==Saturday, 10/25/08==
Line 175: Line 796:
* we got colonies on the plates with ampicillin and chloramphenicol only when our conjugated cultures were brought out, but not if T9002 or the cells harboring pUB307 and our phage were brought out separately
* we got colonies on the plates with ampicillin and chloramphenicol only when our conjugated cultures were brought out, but not if T9002 or the cells harboring pUB307 and our phage were brought out separately
* this shows that our phage can be transported by conjugation
* this shows that our phage can be transported by conjugation
 +
 +
 +
 +
 +
==Sunday, 10/26/08==
 +
 +
==Chloramphenicol resistance cassette==
 +
*Experiment, to check until what antibiotic concentration the plasmid gives resistance
 +
*inoculation of TOP10 and TOP10 with BBa_K150003 in LB with different Cm concentrations:
 +
**0 µg/ml
 +
**5 µg/ml
 +
**10 µg/ml
 +
**15 µg/ml
 +
**20 µg/ml
 +
**25 µg/ml
 +
**30 µg/ml
 +
**35 µg/ml
 +
**40 µg/ml
 +
**45 µg/ml
 +
**50 µg/ml
 +
**60 µg/ml
 +
**70 µg/ml
 +
**80 µg/ml
 +
**90 µg/ml
 +
**100 µg/ml
 +
**250 µg/ml
 +
**500 µg/ml
 +
**750 µg/ml
 +
**1000 µg/ml
 +
**5000 µg/ml
 +
*stock solution: 100mg/ml in ethanol
 +
*mock treated:
 +
**500 µg/ml
 +
**750 µg/ml
 +
**1000 µg/ml
 +
**5000 µg/ml
 +
 +
*meausurement of OD every 30min with TECAN, measurement length: 12 hours
 +
 +
 +
 +
 +
{| class="wikitable"
 +
|- bgcolor=white
 +
! height=20px, width=250px | [[Team:Heidelberg/Notebook/Killing_I/Notebook/week11|<< Week 11]]|| width=500px | [[Team:Heidelberg/Notebook/Killing_I/Notebook|Overview]]|| width=250px | [[Team:Heidelberg/Notebook/Killing_I/Notebook/week13| Week 13 >> ]]
 +
|-style="height:20px"
 +
|}

Latest revision as of 14:47, 29 October 2008

<< Week 11 Overview Week 13 >>


Week 12

Contents

Monday, 10/20/08

Proceedings of phage cloning strategy one

  • the fully mutated insert in pBluescript SK II was digested with XbaI/XhoI and the insert extracted from the gel
  • lambda DNA was also cut with XbaI/XhoI and the backbone also extracted from the gel.
  • the insert was ligated in the lambda backbone over night using standard ligation methods


Phage cloning strategy two

  • Digestion with XbaI/XhoI
    • should be: 3945, 2898
  • Gel

Hd-phage-08-10-20 pBlue insert new XbaI-XhoI.jpg

  • lane 1-8: new minipreps
  • lane 9: old insert fully mutated
  • results: the new minipreps seem to be the old unmutated pBluescript


Characterization of oriT

  • Quantitatively test for oriT

Donor: overnight culture Top10 oriT+pUB307 OD(600nm): 1.548
Recipient:
overnight culture Top10 pBAD 33 OD(600nm): 1.808
overnight culture MG1655 pBAD 33 OD(600nm): 2.932
overnight culture DH5alpha pBAD 33 OD(600nm): 1.976

    • Centrifuge overnight culture in 1.5ml eppi for 2min at 13000rpm, 24 samples donor, 510ul/sample; 8samples Top10 recipient, 450ul/sample; 8samples MG1655 recipient, 375ul/sample; 8samples DH5alpha recipient, 600ul/sample;
    • Wash the pellet twice with LB medium
    • Resolve the pellet in LB medium
    • Centrifuge the washed recipient for 2min at 13000rpm, discard the fluid
    • Add the washed donor suspension
    • Vortex and resolve the pellet
    • Centrifuge the mix for 1min at 13000rpm
    • Resolve the pellet in 100ul LB
    • Put membrane filter on the LB agar
    • Pipett the suspension on membrane filter (8samples*3tests)
    • Incubate the plates with membrane filter at 37°C
    • Put directly one membrane filter into 1ml LB in an 1.5ml eppi
    • Vortex the eppi for 30sec, dilute for 10-5 and 10-6, plate them out on LB/Amp+Cm plates (0min)
    • For Top10 as recipient: plate them out also on LB/Kan+Cm plates and LB/Amp+Kan+Cm plates
    • After 6, 12, 18, 24, 30, 36, 42 min repeat the last three steps.
    • Negative control plates:
      • LB/Cm+Amp:

100ul donor overnight culture
100ul recipient overnight culture (x3)

    • Cell number determination
      • LB/Cm: 100ul 10-6 recipient overnight culture (x3)
      • LB/Kan+Amp: 100ul 10-6 donor overnight culture


  • Result:
    • Negative control: negative
    • Colony on LB/Cm:

Top10:166 (Titer of recipient: 1.66e9/ml)
MG1655:194 (Titer of recipient: 1.94e9/ml)
DH5alpha:115 (Titer of recipient: 1.15e9/ml)

    • Colony on LB/Kan+Amp: 140 (Titer of donor: 1.4e9/ml)

(information for volume counting: 1OD Top10 = 9e8/ml; 1OD MG1655 = 6.6e8/ml; 1OD DH5alpha = 5.8e8/ml)

    • Colony on other LB/Cm+Amp plates, LB/Kan+Cm plates and LB/Amp+Kan+Cm plates:
      • 10-5 dilute:
Time Top10-CA Top10-CK Top10-CKA MG1655 DH5alpha
037 2 1 0 7
6390 17 4 1 22
121390* 194 90 7 480
18 1720*230 109 49 1180*
242880* 1130* 800* 136 1920*
30 3500*2500* 1540* 260 2960*
36 3750*2600* 1800* 920* 3440*
42 960* 4040*


'*':10-6 dilute

Tuesday, 10/21/08

Proceedings of phage cloning strategy one

  • the emerging plasmid consisting of our insert in tha lambda phage was transformed in E. coli by chemical transformation and in vitro packaging
  • the bacterias were plated on chloramphenicol and incubated at 28 °C to ensure that the thermolabile cI (cI857) was not degraded


Phage cloning strategy two

  • do again a digestion of mutagenesis pcr minipreps from 10/07/08 but with an additional restriction enzyme (EcoRI)to get a better separation on gel to cut out the backbone
  • digestion with KpnI/AgeI/EcoRI
    • mutagenesis pcr succesful: 300bp, 1.4kb 5.1kb
    • mutagenesis pcr not succesful: 300bp, 1.4kb, 1.7kb, 3.4kb

Hd-phage-pBlue mutkpn.jpg

  • -->mutagenesis pcr on the first three lanes successful
    • cut out 5.1kb band and gel purification kit

Hd-phage-cloningtwo-ligationfragments.jpg

  • lane0: DNA ladder mix
  • lane1: purified 5.1kb band from last gel (pBluescript backbone from phage cloning strategy one (KpnI/AgeI)
  • lane2: CmR1 digested (KpnI/SacI)
  • lane3: CmR2 digested (KpnI/SacI)
  • lane4: GFP1 digested (SacI/AgeI)
  • lane5: GFP2 digested (SacI/AgeI)
  • ligation of purified 5.1kb band from last gel (pBluescript backbone from phage cloning strategy one (KpnI/AgeI) with CmR1/2 and GFP1/2
    • 30min at room temperature
  • transformation in TOP10

Characterization of oriT

  • Inoculate the cells for conjugation test

15ml LB/chloramphenicol + glycerol stock Top10 pBAD 33 (x2)
15ml LB/kanamycin/ampicilin +glycerol stock Top10 oriT+pUB307 (x2)

Wednesday, 10/22/08

Proceedings of phage cloning strategy one

  • first small colonies can be seen on chloramphenicol plates.
  • colonies were picked and transferred in liquid media containing chloramphenicol

Characterization of oriT

  • Qquantitatively test for oriT (twice)

Donor 1: overnight culture Top10 oriT+pUB307 OD(600nm): 2.828
Donor 2: overnight culture Top10 oriT+pUB307 OD(600nm): 3.004
Recipient 1: overnight culture Top10 pBAD 33 OD(600nm): 3.116
Recipient 2: overnight culture Top10 pBAD 33 OD(600nm): 3.084

    • Centrifuge overnight culture in 1.5ml eppi for 2min at 13000rpm, 15samples donor1, 15samples recipient1, in different volume (see the result table below)
    • Wash the pellet twice with LB medium
    • Resolve the pellet in LB medium
    • Centrifuge the washed recipient for 2min at 13000rpm, discard the fluid
    • Add the washed donor suspension
    • Vortex and resolve the pellet
    • Centrifuge the mix for 1min at 13000rpm
    • Resolve the pellet in 36ul LB
    • Put membrane filter on the LB agar
    • Pipett the suspension on membrane filter (15samples)
    • Incubate the plates with membrane filter at 37°C for 20min
    • Put membrane filter into 1ml LB in an 1.5ml eppi
    • Vortex the eppi for 30sec, dilute for 10-6, plate them out on LB/Amp+Cm plates
    • Negative control plates:
      • LB/Cm+Amp:

100ul donor 1 overnight culture
100ul recipient 1 overnight culture

    • Cell number determination
      • LB/Cm: 100ul 10-6 recipient 1 overnight culture
      • LB/Kan+Amp: 100ul 10-6 donor 1 overnight culture


  • Repeat the test with donor 2 and recipient 2.


  • Result:
    • Negative control: negative
    • Colony on LB/Cm:

recipient 1: 458 (Titer of recipient: 4.58e9/ml)
recipient 2: 403 (Titer of recipient: 4.03e9/ml)
Colony on LB/Kan+Amp:
donor 1: 347 (Titer of donor: 3.47e9/ml)
donor 2: 288 (Titer of donor: 2.88e9/ml)

    • Reaction volume and colony on other LB/Cm+Amp plates:
Sample Donor 1(ul) Rezipient 1(ul) colony 1 Donor 2(ul) Rezipient 2 (ul) colony 2
50:1 289 5.1 12 289 5,2 16
25:1283 10 28 283 10.1 31
10:1268 24 62 253 24 63
8:1262 29 81 247 29 75
5:1246 44 115 231 44 120
3:1221 66 161 208 66 129
2:1196 88 213 185 88 212
1:1147 132 302 139 132 303
1:298 175 351 93 175 298
1:374 197 294 69 197 302
1:549 219 289 46 219 194
1:835 234 241 31 234 190
1:1027 239 158 25 239 134
1:2511.3 253 86 10.7 253 82
1:505.8 258 31 5.4 258 30
  • Inoculate the cells for conjugation test

15ml LB/chloramphenicol + glycerol stock Top10 pBAD 33 (x2)
15ml LB/kanamycin/ampicilin +glycerol stock Top10 oriT+pUB307 (x2)

Thursday, 10/23/08

Proceedings of phage cloning strategy one

  • colonies could grow in chloramphenicol containing medium --> samll aliquots were transferred in ampicillin containing medium to check for the resisitance
  • colony PCRs were conducted to ensure that our insert is embedded in the growing cells


PCR with specific primers for the insert. Primers were dierected on the chloramphenicol resitance cassette. All three samples lead to a band in the correct hight as indicated from the positive control. Unmodified λ DNA was used as negative control.


  • pUB307 was transferred in cells harboring our modified lambda phage by conjugation --> plating on Cm + Kan

phage cloning strategy two

  • inoculation of liquid cultures from ligation (tuesday)

Characterization of oriT

  • Quantitatively test for oriT (twice)

Donor 1: overnight culture Top10 oriT+pUB307 OD(600nm): 1.404
Donor 2: overnight culture Top10 oriT+pUB307 OD(600nm): 1.288
Recipient 1: overnight culture Top10 pBAD 33 OD(600nm): 1.428
Recipient 2: overnight culture Top10 pBAD 33 OD(600nm): 1.292

    • Centrifuge overnight culture in 1.5ml eppi for 2min at 13000rpm, 15samples donor1, 280ul/sample; 15samples recipient1, 530ul/sample;
    • Wash the pellet twice with LB medium
    • Resolve the pellet in LB medium
    • Centrifuge the washed recipient for 2min at 13000rpm, discard the fluid
    • Add the washed donor suspension
    • Vortex and resolve the pellet
    • Centrifuge the mix for 1min at 13000rpm
    • Resolve the pellet in 40ul LB
    • Put membrane filter on the LB agar
    • Pipett the suspension on membrane filter (15samples)
    • Incubate plates with membrane filter at different temperature for different time
4°C 22°C 30°C 37°C 42°C
20min 1plate1plate 1plate 1plate 1plate
40min 1plate 1plate 1plate 1plate 1plate
60min 1plate 1plate 1plate 1plate 1plate
    • Put membrane filter after the incubation into 1ml LB in an 1.5ml eppi
    • Vortex the eppi for 30sec, dilute for 10-6, plate them out on LB/Amp+Cm plates
    • Negative control plates:
      • LB/Cm+Amp:

100ul donor 1 overnight culture
100ul recipient 1 overnight culture

    • Cell number determination
      • LB/Cm: 100ul 10-6 recipient 1 overnight culture
      • LB/Kan+Amp: 100ul 10-6 donor 1 overnight culture


  • Repeat the test with donor 2 (300ul/sample) and recipient 2 (590ul/sample).


  • Result:
    • Negative control: negative
    • Colony on LB/Cm:

recipient 1: 138 (Titer of recipient: 1.38e9/ml)
recipient 2: 99 (Titer of recipient: 0.99e9/ml)

    • Colony on LB/Kan+Amp:

donor 1: 129 (Titer of donor: 1.29e9/ml)
donor 2: 110 (Titer of donor: 1.1e9/ml)

    • Colony on other LB/Cm+Amp plates:
      • Donor 1 + recipient 1
4°C 22°C 30°C 37°C 42°C
20min 52 71 154 167
40min 5 78 178 285 273
60min 1 117 241 550 402
      • Donor 2 + recipient 2
4°C 22°C 30°C 37°C 42°C
20min 229 43 118 122
40min 1 61 117 290 271
60min 0 79 227 332 234

Friday, 10/24/08

Proceedings of phage cloning strategy one

  • colonies grew on plates containing chloramphenicol and kanamycin --> were picked and liquid medium inoculated
  • conjugation of our lambda phage into cells harboring T9002 in pSB1A3 --> brought out on plates containing chloramphenicol and ampicillin

phage cloning strategy two

  • Miniprep of overnight cultures
  • 4 Control digestions to check wheter the ligation was successful or not

Hd-phage-pBlue insert2-controldigestion.jpg

  • lane0: DNA ladder mix
  • lane1: XbaI/XhoI: 3,9kb / 2,9kb (NEB2, BSA)
  • lane2: DraI: 1,85kb / 1,8kb / 1,35kb / 780bp / 692bp/ 339bp/ 19bp (NEB4)
  • lane3: SacI/SpeI: 4.5kb / 1.3kb / 929bp / 34bp (NEB1,BSA)
  • lane4: SfcI: 3.1kb / 1.3kb / 1.1kb / 678bp / 247bp / 192bp (NEB4, BSA)
  • we got the correct pBluescript with the insert of phage cloning strategy two

Saturday, 10/25/08

Proceedings of phage cloning strategy one

  • we got colonies on the plates with ampicillin and chloramphenicol only when our conjugated cultures were brought out, but not if T9002 or the cells harboring pUB307 and our phage were brought out separately
  • this shows that our phage can be transported by conjugation



Sunday, 10/26/08

Chloramphenicol resistance cassette

  • Experiment, to check until what antibiotic concentration the plasmid gives resistance
  • inoculation of TOP10 and TOP10 with BBa_K150003 in LB with different Cm concentrations:
    • 0 µg/ml
    • 5 µg/ml
    • 10 µg/ml
    • 15 µg/ml
    • 20 µg/ml
    • 25 µg/ml
    • 30 µg/ml
    • 35 µg/ml
    • 40 µg/ml
    • 45 µg/ml
    • 50 µg/ml
    • 60 µg/ml
    • 70 µg/ml
    • 80 µg/ml
    • 90 µg/ml
    • 100 µg/ml
    • 250 µg/ml
    • 500 µg/ml
    • 750 µg/ml
    • 1000 µg/ml
    • 5000 µg/ml
  • stock solution: 100mg/ml in ethanol
  • mock treated:
    • 500 µg/ml
    • 750 µg/ml
    • 1000 µg/ml
    • 5000 µg/ml
  • meausurement of OD every 30min with TECAN, measurement length: 12 hours



<< Week 11 Overview Week 13 >>