Team:Heidelberg/Notebook/Killing I/Notebook/week10

From 2008.igem.org

(Difference between revisions)
(Cloning of cI in standard plasmid)
(Characterize of oriT)
 
(14 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/week9|<< Week 9]]|| width=500px | [[Team:Heidelberg/Notebook/Killing_I/Notebook|Overview]]|| width=250px | [[Team:Heidelberg/Notebook/Killing_I/Notebook/week11| Week 11 >> ]]
 +
|-style="height:20px"
 +
|}
-
'''Week 10'''
 
-
 
-
[[Team:Heidelberg/Notebook/Killing_I/Notebook|Back to the overview]]
 
 +
'''Week 10'''
== Monday, 10/06/08 ==
== Monday, 10/06/08 ==
Line 224: Line 569:
* lane 1-6: mutated cI in pSB1A2 digested with EcoRI/PstI
* lane 1-6: mutated cI in pSB1A2 digested with EcoRI/PstI
results: sequencing and digestion pattern is correct
results: sequencing and digestion pattern is correct
 +
 +
 +
===Characterization of oriT===
 +
*Inoculate the cells for conjugation test
 +
**5ml LB/chloramphenicol + glycerol stock Top10 pBAD 33
 +
**5ml LB/kanamycin/ampicilin + 1 colony Cotransformation Top10 J01103+pUB307(12)
 +
**5ml LB/kanamycin/ampicilin + 1 colony Cotransformation Top10 J01103+pUB307(22)
 +
**5ml LB/kanamycin/ampicilin + 1 colony Cotransformation Top10 J01103+pUB307(13)
 +
**5ml LB/kanamycin/ampicilin + 1 colony Cotransformation Top10 J01103+pUB307(23)
== Tuesday, 10/07/08 ==
== Tuesday, 10/07/08 ==
Line 254: Line 608:
-
=== new phage cloning strategy ===
+
=== Phage cloning strategy two ===
*Digestion of KpnI mutagenesis PCR  
*Digestion of KpnI mutagenesis PCR  
Line 307: Line 661:
*ligation was done at 16°C over night as well
*ligation was done at 16°C over night as well
 +
=== Characterization of oriT ===
 +
*Qualitatively test for oriT<br>
 +
Donor: overnight culture Cotransformation Top10 oriT+pUB307(12), (22), (13), (23)<br>
 +
Recipient: overnight culture Top10 pBAD 33<br>
 +
**Centrifuge 500ul overnight culture in 1.5ml eppi for 2min at 13000rpm
 +
**Wash the pellet twice with LB medium
 +
**Resolve the pellet in 500ul LB medium
 +
**Mix 500ul washed recipient cell suspension with 500ul washed donor cell suspension in 2ml eppi
 +
**Vortex
 +
**Incubate the mix at 37°C for 1hr
 +
**Plates:
 +
***LB/Cm: 100ul overnight culture Top10 pBAD 33
 +
***LB/Kan+Amp:
 +
100ul overnight culture Top10 oriT+pUB307(12)<br>
 +
100ul overnight culture Top10 oriT+pUB307(22)<br>
 +
100ul overnight culture Top10 oriT+pUB307(13)<br>
 +
100ul overnight culture Top10 oriT+pUB307(23)<br>
 +
***LB/Amp+Cm:
 +
100ul overnight culture Top10 oriT+pUB307(12)<br>
 +
100ul overnight culture Top10 oriT+pUB307(22)<br>
 +
100ul overnight culture Top10 oriT+pUB307(13)<br>
 +
100ul overnight culture Top10 oriT+pUB307(23)<br>
 +
100ul overnight culture Top10 pBAD 33<br>
 +
100ul conjugation mix (12)<br>
 +
100ul conjugation mix (13)<br>
 +
100ul conjugation mix (22)<br>
 +
100ul conjugation mix (23)<br>
 +
*Result:
 +
All LB/Cm positive; all LB/Kan+Amp positive; LB/Amp+Cm with donor or recipient negative; LB/Amp+Cm with conjugation mix positive -> like expectation
-
 
+
*Inoculate cells for conjugation test
 +
**5ml LB/chloramphenicol + 10ul overnight culture Top10 pBAD 33
 +
**5ml LB/kanamycin/ampicilin + 10ul overnight culture Cotransformation Top10 oriT+pUB307(12)
 +
**5ml LB/kanamycin/ampicilin + 10ul overnight culture Cotransformation Top10 oriT+pUB307(22)
 +
**5ml LB/kanamycin/ampicilin + 10ul overnight culture Cotransformation Top10 oriT+pUB307(13)
 +
**5ml LB/kanamycin/ampicilin + 10ul overnight culture Cotransformation Top10 oriT+pUB307(23)
==Wednesday, 10/08/08==
==Wednesday, 10/08/08==
-
=== new phage cloning strategy===
+
=== Phage cloning strategy two===
*transformation of overnight ligations in TOP10
*transformation of overnight ligations in TOP10
Line 319: Line 707:
**pcr was not successful, gel included no pcr product
**pcr was not successful, gel included no pcr product
-
 
+
=== Characterize of oriT===
 +
*Quantitatively test for oriT
 +
Donor: overnight culture Cotransformation Top10 J01103+pUB307(12) OD(600nm): 2.844<br>
 +
Recipient: overnight culture Top10 pBAD 33  OD(600nm): 3.346<br>
 +
**Centrifuge 250ul overnight culture in 1.5ml eppi for 2min at 13000rpm, 10samples donor, 10samples recipient
 +
**Wash the pellet twice with LB medium
 +
**Resolve the pellet in 250ul 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 (10samples)
 +
**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-4 and 10-5, plate them out on LB/Amp+Cm plates (0min)
 +
**After 6, 12, 18, 24, 30, 36, 42, 48, 54min repeat the last two steps.<br>
 +
**Negative control plates:
 +
***LB/Cm+Amp:
 +
100ul donor overnight culture<br>
 +
100ul recipient overnight culture<br>
 +
**Cell number determination
 +
***LB/Cm: 100ul 10-6 recipient overnight culture
 +
***LB/Kan+Amp: 100ul 10-6 donor overnight culture
 +
<br>
 +
*Result:
 +
**Negative control: negative
 +
**Colony on LB/Cm: 324 (Titer of recipient: 3.24e9/ml)
 +
**Colony on LB/Kan+Amp: 373 (Titer of donor: 3.73e9/ml)
 +
**Colony on other LB/Cm+Amp plates:
 +
**10-4 dilute: impossible for counting
 +
**10-5 dilute:<br>
 +
{| class="wikitable"
 +
|- bgcolor=grey
 +
! height=20px. width=200px | Time || width=250px | Colony
 +
|-align="center"
 +
| style="font-weight:bold;" |0 || 150
 +
|-align="center"
 +
| style="font-weight:bold;" |6 || 500
 +
|-align="center"
 +
| style="font-weight:bold;" |12 || 780
 +
|-align="center"
 +
| style="font-weight:bold;" |18 || 1160
 +
|-align="center"
 +
| style="font-weight:bold;" |24 || 1400
 +
|-align="center"
 +
| style="font-weight:bold;" |30 || 3360
 +
|-
 +
|}
 +
***36min to 54 min: impossible for counting
 +
<br>
 +
*Make glycerol stock for Cotransformation Top10 oriT+pUB307
 +
**1ml overnight culture of Top10 oriT+pUB307 (12)+ 150ul 80% glycerol
 +
**Vortex
 +
**1hr RT
 +
**Freeze at -80°C
==Thursday, 10/09/08 ==
==Thursday, 10/09/08 ==
Line 373: Line 817:
-
===new phage cloning strategy===
+
===Phage cloning strategy two===
* screening pcr with CmR_prefix_fw and CmR_suffix_rv primer (using Taq)
* screening pcr with CmR_prefix_fw and CmR_suffix_rv primer (using Taq)
Line 417: Line 861:
-
===new phage cloning strategy===
+
===Phage cloning strategy two===
* Screening PCR wirh oriT_fw and CmR_suffix_rv (using Taq)
* Screening PCR wirh oriT_fw and CmR_suffix_rv (using Taq)
Line 478: Line 922:
-
=== new phage cloning strategy===
+
=== Phage cloning strategy two===
* inoculation of pBluescript+GFP+CmR 1-6,9,10 (nach fraktioniertem Ausstrich)
* inoculation of pBluescript+GFP+CmR 1-6,9,10 (nach fraktioniertem Ausstrich)
* redo Screening PCR wirh oriT_fw and CmR_suffix_rv (using Taq)
* redo Screening PCR wirh oriT_fw and CmR_suffix_rv (using Taq)
Line 505: Line 949:
-
===new phage cloning strategy===
+
===Phage cloning strategy two===
*Miniprep of pBlue+GFP+CmR 1-6,9,10
*Miniprep of pBlue+GFP+CmR 1-6,9,10
 +
 +
 +
 +
{| class="wikitable"
 +
|- bgcolor=white
 +
! height=20px, width=250px | [[Team:Heidelberg/Notebook/Killing_I/Notebook/week9|<< Week 9]]|| width=500px | [[Team:Heidelberg/Notebook/Killing_I/Notebook|Overview]]|| width=250px | [[Team:Heidelberg/Notebook/Killing_I/Notebook/week11| Week 11 >> ]]
 +
|-style="height:20px"
 +
|}

Latest revision as of 14:09, 29 October 2008

<< Week 9 Overview Week 11 >>


Week 10

Contents

Monday, 10/06/08

Cloning of CmR in pBluescript

Proceeding of the overnight ligations

  • 8 transformation of the CmR overnight ligations
  • 3 control transformation of Term1, CmR3 and pBluesript backbone


Proceeding of the minipreps from friday

  • digestions of CmR in pBlue Miniprep to check for sequencing
    • digestion with SacI, KpnI and EcoRI
      • expected bands: 2859, 586, 272
    • digestion with DraI
      • expected bands: 1480, 1187, 692, 339, 19
  • Gel

Hd-phage-08-10-6-digestion-cmr.jpg

    • top:
    • lane1-3: CmR1 (undigested, SacI/KpnI/EcoRI, DraI)
    • lane4-6: CmR2
    • lane7-10: CmR3a
    • lane11-13: CmR3b
    • bottom
    • lane1-3: CmR4 (undigested, SacI/KpnI/EcoRI, DraI)
    • lane4-6: CmR5
    • lane7-10: CmR7
    • lane11-13: CmR8
  • according to the digestions we have the chloramphenicol resistance cassette in pBluescript
  • Retrafo of CmR minipreps because we don't have enough DNA and unfortunately no glycerol stocks
    • 3µl of CmR 1, 2, 3a, 3b

Cloning of CmR in standard plasmid

  • PCR of CmR with CmR_prefix_fw and CmR_suffix_fw
25µl Phusion Master Mix 2x
1µl CmR_suffix_fw
1µl CmR_prefix_rev
1µl Maxiprep pBlue with insert (stock: ~200ng/µl, dilution: 1:20-->10ng)
22µl water
-----
50µl 
PCR protocol
98°C 1min
98°C 10s  |
61°C 10s  | 26x
72°C 45s  |
72°C 5min
4°C for ever
  • Gel

Hd-phage-08-10-6-cmr-pcr.jpg

    • expected size: 851bp+43bp=894bp
    • lane0:ladder
    • lane1: CmR1
    • lane2: CmR2
    • lane3: CmR3a
    • lane4: CmR3b
    • lane5: CmR4
    • lane6: CmR5
    • lane7: CmR7
    • lane8: CmR8
    • cuted out CmR band and gel extraction kit



Cloning of cI in standard plasmid

  • unwanted EcoRI restriction site in cI from geneart was mutated using standard protocol

Hd-phage-08-10-07 digestion cI EcoRI.jpg

  • lane 1+2: mutated cI digested with EcoRI --> mutagenesis was succesfull
  • maxiprep of this cI as well as J01003 in pSB1A2 were digested with EcoRI/PstI and XbaI/PstI to ligate this mutated cI in a standard plasmid (pSB1A2)

Hd-phage-08-10-07 cutting out cI and pSB1A2 backbone.jpg

  • lane 1-4: cI digested with EcoRI/PstI
  • lane 5-9: cI digested with XbaI/PstI (lane 7 is ladder)
  • lane 10+11: J01003 digested with XbaI/PstI
  • lane 12+13: J01003 digested with EcoRI/PstI

--> digested cI and pSB1A2 backbone was cut out and ligated (15 min, RT) --> transformation in E.coli Top10 --> inoculation of liquid cultures --> miniprep --> send for sequencing and controll digest with EcoRI/PstI

  • seqeuncing was succesfull
  • digestion with EcoRI/PstI

Hd-phage-08-10-20 digestion cI EcoRI-PstI.jpg

  • lane 1-6: mutated cI in pSB1A2 digested with EcoRI/PstI

results: sequencing and digestion pattern is correct


Characterization of oriT

  • Inoculate the cells for conjugation test
    • 5ml LB/chloramphenicol + glycerol stock Top10 pBAD 33
    • 5ml LB/kanamycin/ampicilin + 1 colony Cotransformation Top10 J01103+pUB307(12)
    • 5ml LB/kanamycin/ampicilin + 1 colony Cotransformation Top10 J01103+pUB307(22)
    • 5ml LB/kanamycin/ampicilin + 1 colony Cotransformation Top10 J01103+pUB307(13)
    • 5ml LB/kanamycin/ampicilin + 1 colony Cotransformation Top10 J01103+pUB307(23)

Tuesday, 10/07/08

Proceeding of cloning CmR in pBluescript

  • a lot of single colonies of the transformation of the new ligations
  • a lot of colonies on the retrafo
    • inoculation of liquid culture of the 4 retrafos and the first 4 new ligations
    • agar plates with new ligations are stored at 4 °C

Cloning of CmR in standard plasmid

  • Digestion of CmR pcr product with PstI, XbaI
5µl NEB3
5µl BSA
10µl PCR product CmR (app. 50ng/µl (from gel) )
1 µl PstI
1,5µl XbaI
32,5µl water
    • 4 samples: 1,2, 3a, 3b
    • 2h at 37°C
    • PCR purification kit
  • ligation of digested CmR pcr product in pSB1A2, 30min at room temperature
  • transformation in TOP10, plated out on CmR plates
  • ligation was done overnight as well


Phage cloning strategy two

  • Digestion of KpnI mutagenesis PCR
3µl DNA
5µl NEB1
5µl BSA
1µl KpnI
1µl AgeI
36µl water
    • 4 digestions with following mutagenesis pcr samples: 1,3,4,6
  • Gel
    • mutagensis pcr successful: 1690bp, 5050bp
    • -->cut out 5050bp band
    • mutagensis pcr unsuccessful: 1684bp, 1690bp, 3366bp

Hd-phage-08-10-7-pblue-insert.jpg Hd-phage-08-10-7-pblue-insert2.jpg

    • lane0: DNA ladder mix
    • lane1-3: digested pcr sample 1
    • lane4-6: digested pcr sample 3
    • lane7-9: digested pcr sample 4
    • lane10-12: digested pcr sample 6


  • Digestion of CmR out of CmR in pBluescript with KpnI SacI
5µl NEB1
5µl BSA
3µl CmR miniprep
1,5µl KpnI
1,5µl SacI
34µl water

--> digestion of CmR miniprep 1,2,4,5

  • Gel
    • expected: 858bp, 2859bp
    • -->cut out 858bp band
    • lane0:ladder
    • lane1-3: digested miniprep 1
    • lane4-6: digested miniprep 2
    • lane7-9: digested miniprep 4
    • lane10-12: digested miniprep 5
  • ligation of CmR (KpnI/SacI), GFP (SacI/AgeI), pBluescript (KpnI/AgeI) 30min at room temperature
    • transformation in TOP10
  • ligation was done at 16°C over night as well

Characterization of oriT

  • Qualitatively test for oriT

Donor: overnight culture Cotransformation Top10 oriT+pUB307(12), (22), (13), (23)
Recipient: overnight culture Top10 pBAD 33

    • Centrifuge 500ul overnight culture in 1.5ml eppi for 2min at 13000rpm
    • Wash the pellet twice with LB medium
    • Resolve the pellet in 500ul LB medium
    • Mix 500ul washed recipient cell suspension with 500ul washed donor cell suspension in 2ml eppi
    • Vortex
    • Incubate the mix at 37°C for 1hr
    • Plates:
      • LB/Cm: 100ul overnight culture Top10 pBAD 33
      • LB/Kan+Amp:

100ul overnight culture Top10 oriT+pUB307(12)
100ul overnight culture Top10 oriT+pUB307(22)
100ul overnight culture Top10 oriT+pUB307(13)
100ul overnight culture Top10 oriT+pUB307(23)

      • LB/Amp+Cm:

100ul overnight culture Top10 oriT+pUB307(12)
100ul overnight culture Top10 oriT+pUB307(22)
100ul overnight culture Top10 oriT+pUB307(13)
100ul overnight culture Top10 oriT+pUB307(23)
100ul overnight culture Top10 pBAD 33
100ul conjugation mix (12)
100ul conjugation mix (13)
100ul conjugation mix (22)
100ul conjugation mix (23)

  • Result:

All LB/Cm positive; all LB/Kan+Amp positive; LB/Amp+Cm with donor or recipient negative; LB/Amp+Cm with conjugation mix positive -> like expectation

  • Inoculate cells for conjugation test
    • 5ml LB/chloramphenicol + 10ul overnight culture Top10 pBAD 33
    • 5ml LB/kanamycin/ampicilin + 10ul overnight culture Cotransformation Top10 oriT+pUB307(12)
    • 5ml LB/kanamycin/ampicilin + 10ul overnight culture Cotransformation Top10 oriT+pUB307(22)
    • 5ml LB/kanamycin/ampicilin + 10ul overnight culture Cotransformation Top10 oriT+pUB307(13)
    • 5ml LB/kanamycin/ampicilin + 10ul overnight culture Cotransformation Top10 oriT+pUB307(23)

Wednesday, 10/08/08

Phage cloning strategy two

  • transformation of overnight ligations in TOP10
  • screening pcr to check if ligation was successful using GFP_new_fw and GFP_new_rv
    • pcr was not successful, gel included no pcr product

Characterize of oriT

  • Quantitatively test for oriT

Donor: overnight culture Cotransformation Top10 J01103+pUB307(12) OD(600nm): 2.844
Recipient: overnight culture Top10 pBAD 33 OD(600nm): 3.346

    • Centrifuge 250ul overnight culture in 1.5ml eppi for 2min at 13000rpm, 10samples donor, 10samples recipient
    • Wash the pellet twice with LB medium
    • Resolve the pellet in 250ul 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 (10samples)
    • 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-4 and 10-5, plate them out on LB/Amp+Cm plates (0min)
    • After 6, 12, 18, 24, 30, 36, 42, 48, 54min repeat the last two steps.
    • Negative control plates:
      • LB/Cm+Amp:

100ul donor overnight culture
100ul recipient overnight culture

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


  • Result:
    • Negative control: negative
    • Colony on LB/Cm: 324 (Titer of recipient: 3.24e9/ml)
    • Colony on LB/Kan+Amp: 373 (Titer of donor: 3.73e9/ml)
    • Colony on other LB/Cm+Amp plates:
    • 10-4 dilute: impossible for counting
    • 10-5 dilute:
Time Colony
0 150
6 500
12 780
18 1160
24 1400
30 3360
      • 36min to 54 min: impossible for counting


  • Make glycerol stock for Cotransformation Top10 oriT+pUB307
    • 1ml overnight culture of Top10 oriT+pUB307 (12)+ 150ul 80% glycerol
    • Vortex
    • 1hr RT
    • Freeze at -80°C

Thursday, 10/09/08

Cloning of CmR in standard plasmid

  • miniprep of 12 from the 20 overnight cultures (CmR in pSB1A2)
    • sample nr. 1.1-1.3, 2.1-2.3, 3.1-3.3, 4.1-4.3
  • digestion of the 12 minipreps with EcoRI and PstI
4µl EcoRI buffer
4µl BSA 
1µl EcoRI
1µl PstI
3µl Miniprep DNA
27µl water
  • Gel

Hd-phage-08-10-9-digestionCmRpsB1A2.jpg

  • expected fragments: 292,601,2038bp
    • lane0: DNA ladder mix
    • lane1: 1.1
    • lane2: 1.2
    • lane3: 1.3
    • lane4: 2.1
    • lane5: 2.2
    • lane6: 2.3
    • lane7: 3.1
    • lane8: 3.2
    • lane9: 3.3
    • lane10: 4.1
    • lane11: 4.2
    • lane12: 4.3
  • mutagenesis pcr with 2.2 and 2.3 overnight to remove EcoRI restriction site
5µl Pfu buffer
2µl CmR_EcoRI_mut_fw
2µl CmR_EcoRI_mut_rv
1,5µl dNTPs
1µl Miniprep, diluted 1:10
1µl Pfu (not turbo!)
37.5µl water
PCR protocol
95°C 30s
95°C 30s    |
55°C 45s    | 16x
68°C 6.5min |
4°C for ever


Phage cloning strategy two

  • screening pcr with CmR_prefix_fw and CmR_suffix_rv primer (using Taq)
  • Gel

Hd-phage-08-10-9-pBlueCmRGFP-screening.jpg

    • lane0: dna ladder
    • lane1: colony 1+2
    • lane2: colony 3+4
    • lane3: colony 5+6
    • lane4: colony 7+8
    • lane5: colony 9+10
    • lane6: colony 11+12
    • lane7: colony 13+14
    • expected sizes:
      • pBlue with insert: 1668bp
      • CmR cassette only: 852bp
      • GFP cassette only: 919bp
  • colonys 1,2,3,4,9,10 look good



Friday, 10/10/08

Cloning of CmR in standard plasmid

  • proceeding of EcoRI mutagenesis pcr
    • 3h DpnI digestion at 37°C
    • transformation in TOP10


  • digestion of the 12 minipreps (CmR in pSB1A2) with PstI/XbaI
    • expected fragments: 2053bp, 878bp
  • Gel

Hd-phage-08-10-10-digestionCmR-pSB1A2.jpg

    • lane0: ladder
    • lane1-12: miniprep 1.1 - 4.3

--> miniprep 1.1, 2.1, 2.2 look good


Phage cloning strategy two

  • Screening PCR wirh oriT_fw and CmR_suffix_rv (using Taq)
    • expected sized:
      • pBlue/insert: 2150bp
      • pBlue/GFP/CmR: ca. 1.3kb

Hd-phage-08-10-10-screening pcr-pBlue.jpg

  • Gel
  • lane0: DNA ladder mix
  • lane1-12: sample 1-12
    • lane 7 looks good ~1.3kb


Saturday, 10/11/08

Cloning of oriT in standard plasmid

  • Miniprep of oriT (from RP4)
  • PCR with oriT prefix/suffix primer using Phusion
    • expected size: ~500bp
    • 4 pcr samples

Hd-phage-08-10-11-oriT-pcr-product.jpg

    • lane0: dna ladder mix
    • lane1-4: oriT pcr probe 1-4
  • PCR purification kit
  • Digestion with PstI/EcoRI
  • PCR purification kit
  • Ligation in pSB1A2 20min at RT (after 40min heat inactivation at 65°C)
  • Transformation
    • transformation was done on Cm plates although there is no Cm resistance (failure!)
    • -->make transformation again on sunday and plate out on Amp plates


Proceeding of cloning CmR in standard plasmid

  • inoculation of Mutagensis PCR 2.2 (Cmr Std) (only one colony was grown)
  • Mutagenesis PCR of 1.1, 1.2 and 2.2 (CmR Std) using Turbo Pfu
5µl Pfu buffer
2µl CmR_EcoRI_mut_fw
2µl CmR_EcoRI_mut_rv
1,5µl dNTPs
1µl Miniprep, diluted 1:10
1µl turbo Pfu
37.5µl water
PCR protocol
95°C 30s
95°C 30s    |
55°C 45s    | 16x
68°C 7min |
4°C for ever



Phage cloning strategy two

  • inoculation of pBluescript+GFP+CmR 1-6,9,10 (nach fraktioniertem Ausstrich)
  • redo Screening PCR wirh oriT_fw and CmR_suffix_rv (using Taq)
    • no bands visible! (only primers)




Sunday, 10/12/08

Proceeding of cloning CmR in standard plasmid

  • Miniprep of Mutagenesis PCR 2.2
  • Digestion of Mutagenesis PCR Miniprep 2.2 with PstI, EcoRI
    • -->digestion showed that the mutagenesis PCR did not work


  • DpnI digestion of mutagenesesis PCR (2h at 37°C)
  • transformation of mutagenesis PCR in TOP10


Proceeding of cloning oriT in standard plasmid

  • redo transformation and plate out on Amp plates


Phage cloning strategy two

  • Miniprep of pBlue+GFP+CmR 1-6,9,10


<< Week 9 Overview Week 11 >>