Difference between revisions of "Team:CityU HK/Experiments"

 
(43 intermediate revisions by 6 users not shown)
Line 21: Line 21:
 
body.wsite-background {background-attachment: fixed !important;}.wsite-background.wsite-custom-background{ background-size: cover !important}
 
body.wsite-background {background-attachment: fixed !important;}.wsite-background.wsite-custom-background{ background-size: cover !important}
 
.wsite-headline{color:transparent;}
 
.wsite-headline{color:transparent;}
 +
body {margin-top:50px;}
 +
.paragraph {text-align:justify;}
 
</style>
 
</style>
 +
 +
<style type='text/css'>
 +
 +
/************* sidebar style **************/
 +
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
 +
}
 +
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:300);
 +
.fa-2x {
 +
font-size: 2em;
 +
}
 +
.sidebar-fa {
 +
position: relative;
 +
display: table-cell;
 +
width: 60px;
 +
height: 36px;
 +
text-align: center;
 +
vertical-align: middle;
 +
font-size:20px;
 +
color:#ffffff;
 +
}
 +
 +
.main-menu:hover,nav.main-menu.expanded {
 +
width:250px;
 +
overflow:visible;
 +
}
 +
 +
.main-menu {
 +
background:#ffb90f;
 +
border-right:1px solid #e5e5e5;
 +
position:fixed;
 +
top:300px;
 +
bottom:0;
 +
height:150px;
 +
left:0;
 +
width:60px;
 +
overflow:hidden;
 +
-webkit-transition:width .05s linear;
 +
transition:width .05s linear;
 +
-webkit-transform:translateZ(0) scale(1,1);
 +
z-index:1000;
 +
}
 +
 +
.main-menu>ul {
 +
margin:7px 0;
 +
}
 +
 +
.main-menu li {
 +
position:relative;
 +
display:block;
 +
width:250px;
 +
}
 +
 +
.main-menu li>a {
 +
position:relative;
 +
display:table;
 +
border-collapse:collapse;
 +
border-spacing:0;
 +
color:#999;
 +
font-family: arial;
 +
font-size: 14px;
 +
text-decoration:none;
 +
-webkit-transform:translateZ(0) scale(1,1);
 +
-webkit-transition:all .1s linear;
 +
transition:all .1s linear;
 +
 
 +
}
 +
 +
.main-menu .nav-icon {
 +
position:relative;
 +
display:table-cell;
 +
width:60px;
 +
height:36px;
 +
text-align:center;
 +
vertical-align:middle;
 +
font-size:18px;
 +
}
 +
 +
.main-menu .nav-text {
 +
position:relative;
 +
display:table-cell;
 +
vertical-align:middle;
 +
width:190px;
 +
font-family: 'Titillium Web', sans-serif;
 +
}
 +
 +
.no-touch .scrollable.hover {
 +
overflow-y:hidden;
 +
}
 +
 +
.no-touch .scrollable.hover:hover {
 +
overflow-y:auto;
 +
overflow:visible;
 +
}
 +
 +
a:hover,a:focus {
 +
text-decoration:none;
 +
}
 +
 +
nav {
 +
-webkit-user-select:none;
 +
-moz-user-select:none;
 +
-ms-user-select:none;
 +
-o-user-select:none;
 +
user-select:none;
 +
}
 +
 +
nav ul,nav li {
 +
outline:0;
 +
margin:0;
 +
padding:0;
 +
}
 +
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
 +
color:#fff;
 +
background-color:#5fa2db;
 +
}
 +
.area {
 +
float: left;
 +
background: #e2e2e2;
 +
width: 100%;
 +
height: 100%;
 +
}
 +
.nav-text {
 +
font-weight:bold;
 +
font-size:1.2em;
 +
color:#ffffff;
 +
border-top-style: solid;
 +
border-top-width: 1px;
 +
border-top-color: #f9d682;
 +
}
 +
#first-item {
 +
border:none;
 +
}
 +
 +
@font-face {
 +
  font-family: 'Titillium Web';
 +
  font-style: normal;
 +
  font-weight: 300;
 +
  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
 +
}
 +
</style>
 +
 
</head>
 
</head>
  
  
 
<body class="short-header-page  wsite-page-description"><input type="checkbox" id="navTrigger" />
 
<body class="short-header-page  wsite-page-description"><input type="checkbox" id="navTrigger" />
 +
 +
<!----------- sidebar html ------------>
 +
<div class="area"></div><nav class="main-menu">
 +
            <ul>
 +
                <li>
 +
                    <a  class="scroll" href="#laczy">
 +
                      <i class="sidebar-fa"></i>
 +
                        <span class="nav-text" id="first-item">
 +
                            <i>LacZY</i> plasmid
 +
                        </span>
 +
                    </a>       
 +
                </li>
 +
 +
                <li class="has-subnav">
 +
                    <a  class="scroll" href="#lactose">
 +
                      <i class="sidebar-fa fa fa-th-list fa-2x"></i>
 +
                        <span class="nav-text">
 +
                            Lactose inducible promoter
 +
                        </span>
 +
                    </a>               
 +
                </li>
 +
 +
                <li class="has-subnav">
 +
                    <a class="scroll" href="#lysis">
 +
                      <i class="sidebar-fa"></i>
 +
                        <span class="nav-text">
 +
                            Lysis plasmid
 +
                        </span>
 +
                    </a>   
 +
                </li>
 +
 +
              <li class="has-subnav">
 +
                    <a class="scroll" href="#characterization">
 +
                      <i class="sidebar-fa"></i>
 +
                        <span class="nav-text">
 +
                            Characterization
 +
                        </span>
 +
                    </a>   
 +
                </li>
 +
 +
            </ul>
 +
 +
        </nav>  <!---------end of sidebar --------->
 +
  
 
   <div class="wrapper">
 
   <div class="wrapper">
Line 55: Line 242:
 
    <div class="container">
 
    <div class="container">
 
<div class="content-wrap"><div id='wsite-content' class='wsite-elements wsite-not-footer'>
 
<div class="content-wrap"><div id='wsite-content' class='wsite-elements wsite-not-footer'>
<h2 class="wsite-content-title" style="text-align:left;"><span style=""><span style=""><u>BBa_K1695000</u></span></span><br /></h2>
 
  
<div class="paragraph" style="text-align:left;"><font size="3"><span "font-size:12.0pt;mso-bidi-font-size:="" 11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:minor-latin;="" mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:minor-fareast;mso-hansi-theme-font:="" minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;mso-bidi-theme-font:minor-bidi;="" mso-ansi-language:en-us;mso-fareast-language:zh-tw;mso-bidi-language:ar-sa"="" style="">Building a tightly regulated lactose inducible promoter<br />This Biobrick is a designed for engineering a tightly regulated LacI inducible promoter. This Biobrick consists of three parts: the <em style="">lacI</em><sup>Q</sup>promoter (P<em style="">lacI</em><sup>Q</sup>), wild type <em style="">lacI </em>gene and the <em style="">PL8-UV5 </em> promoter, a modified glucose-independent LacI control promoter (Figure 1).</span></font><br /></div>
+
<h2 class="wsite-content-title" style="text-align:left;"><span style=""><span style="">Module Description</span></span><br /></h2>
 +
 
 +
<div id="laczy" class="paragraph" ><font size="3"><span "font-size:12.0pt;mso-bidi-font-size:="" 11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:minor-latin;="" mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:minor-fareast;mso-hansi-theme-font:="" minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;mso-bidi-theme-font:minor-bidi;="" mso-ansi-language:en-us;mso-fareast-language:zh-tw;mso-bidi-language:ar-sa"="" style="">In the belief that everyone can enjoy dairy products, our team engineered an <em style="">E. coli </em>strain to help relieve of those people with lactose intolerance. The bacteria carry two recombinant genes which can synthesize </span><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:symbol;="" mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:minor-fareast;mso-bidi-font-family:="" &quot;times="" roman&quot;;mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;="" mso-fareast-language:zh-tw;mso-bidi-language:ar-sa"="" style="">&beta;</span><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"="" style="">-galactosidase, the enzyme for breaking down lactose and lactose permease, allowing lactose to enter the bacteria faster. Lysis plasmid was constructed with features to allow the release of lactase quickly once the bacteria sense the presence of lactose in the surrounding.</span></font><br /><br /></div>
 +
 
 +
<h2 class="wsite-content-title" style="text-align:left;"><span style=""><span style="">A. <i>lacZY</i> plasmid</span></span><br /></h2>
  
 
<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:left">
 
<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:left">
 
<a>
 
<a>
<img src="https://static.igem.org/mediawiki/2015/7/7d/2015CityU_HK_pL8_UV5.png" alt="Picture" style="width:auto;max-width:80%" />
+
<center>
 +
<img src="https://static.igem.org/mediawiki/2015/2/23/2015CityU_HK_experiment_lacZY.png" alt="Picture" style="width:auto;max-width:70%" />
 +
</center>
 
</a>
 
</a>
<br/><div style="display:block;font-size:1.5em; padding-top:10px;"><b>Figure 1. Gene construct of BBa_K1695000.</b> The biobrick consist three parts, the P<em style="">lacI</em><sup>Q</sup> promoter, <em style="">E. coli </em> wild type <em style="">lacI </em> gene linked with RBS (BBa_B0034) and the LacI regulated promoter <em style="">L8-UV5 </em>.</div>
+
<br/><div style="display:block;font-size:90%"><font size= "3"><center><b>Figure 1. The design of <i>lacZY</i> plasmid </b></center></em>.</font></div><br />
 
</div></div>
 
</div></div>
  
<h2 class="wsite-content-title" style="text-align:left;"><font size="5"><b>P<em style="">lacI </em><sup>Q</sup></b></font></h2>
+
<div class="paragraph" ><font size="3"><span "font-size:12.0pt;mso-bidi-font-size:="" 11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:minor-latin;="" mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:minor-fareast;mso-hansi-theme-font:="" minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;mso-bidi-theme-font:minor-bidi;="" mso-ansi-language:en-us;mso-fareast-language:zh-tw;mso-bidi-language:ar-sa"="" style="">The <i>lacZ</i> gene encodes &beta;-galactosidase, which is an enzyme that digests lactose into glucose and galactose. A strong ribosome binding site (BBa_B0034) is added in front of the <i>lacZ</i> gene to increase the binding affinity of ribosomes to RBS. The <i>lacY’</i> gene, preceded by a weak ribosome binding site (BBa_B0033), encodes for a mutated lactose permease that cannot be inhibited by glucose, and allows efficient transport of lactose into the cells. The constitutive promoter BBa_J23100 provides a constant and strong transcription for the two genes, which ensue sufficient production of &beta;-galactosidase and allows transport of lactose for activating lysis plasmid.</span></font><br /><br /></div>
  
<div class="paragraph" style="text-align:left;"><font size="3"><span style="">The lysis plasmid mainly consists of two parts: the lysis cassette and Lac repressor gene. </span><br /><span style=""></span><br /><span style=""></span>  <span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:="" &quot;calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:="" &#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:minor-fareast;mso-hansi-theme-font:minor-latin;="" mso-bidi-font-family:&quot;times="" roman&quot;;mso-bidi-theme-font:minor-bidi;="" mso-ansi-language:en-us;mso-fareast-language:zh-tw;mso-bidi-language:ar-sa"="" style="">The lysis cassette is composed of holin (<em style="">S</em> gene), endolysin (<em style="">R</em> gene) and spanin (<em style="">Rz</em> gene). Two phage origins of the lysis cassette, phage lambda and phage 21, were cloned and compared. To speed up the cell lysis for releasing beta-galactosidase, 2 modifications including codon optimization and mutations on the <em style="">S </em>gene were included. A missense mutation and a deletion of the trans-membrane domain were applied to the <em style="">S</em> gene of phage lambda and phage 21, respectively. Our team has constructed 10 lysis cassettes with different combinations (Table1). For all the cassettes, pL8-UV5, a LacI regulated promoter was used to turn the transcription on.</span></font></div>
 
  
<div><div style="height: 30px; overflow: hidden; width: 100%;"></div>
+
<div id="lactose"><div style="height: 100px; overflow: hidden; width: 100%;"></div>
 
<hr class="styled-hr" style="width:100%;"></hr>
 
<hr class="styled-hr" style="width:100%;"></hr>
 
<div style="height: 30px; overflow: hidden; width: 100%;"></div></div>
 
<div style="height: 30px; overflow: hidden; width: 100%;"></div></div>
 +
<h2  class="wsite-content-title" style="text-align:left;"><span style=""><span style="">B. Construction of a tightly regulated lactose inducible promoter</span></span><br /></h2>
  
<h2 class="wsite-content-title" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"="" style="">Characterization of the Biobricks/ parts</span></h2>
+
<div class="paragraph" ><font size="3"><span "font-size:12.0pt;mso-bidi-font-size:="" 11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:minor-latin;="" mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:minor-fareast;mso-hansi-theme-font:="" minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;mso-bidi-theme-font:minor-bidi;="" mso-ansi-language:en-us;mso-fareast-language:zh-tw;mso-bidi-language:ar-sa"="" style="">Building a tightly regulated lactose inducible promoter<br />This biobrick is a designed for engineering a tightly regulated LacI inducible promoter. This biobrick consists of three parts: the <em style="">lacI</em><sup>Q</sup>promoter (P<em style="">lacI</em><sup>Q</sup>), wild type <em style="">lacI </em>gene and the <em style="">PL8-UV5 </em> promoter, a modified glucose-independent LacI control promoter (Figure 2).</span></font><br /></div>
  
<h2 class="wsite-content-title" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"=""></span><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"="" style=""><font size="5">RNA levels of lacZ and lacY</font><br /></span></h2>
+
<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:left">
 +
<a>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2015/7/7d/2015CityU_HK_pL8_UV5.png" alt="Picture" style="width:auto;max-width:60%" />
 +
</center>
 +
</a>
 +
<br/><div style="display:block;font-size:60%"><font size= "3"><b>Figure 2. Gene construct of BBa_K1695000.</b> The biobrick consist three parts, the P<em style="">lacI</em><sup>Q</sup> promoter, <em style="">E. coli </em> wild type <em style="">lacI </em> gene linked with RBS (BBa_B0034) and the LacI regulated promoter <em style="">L8-UV5 </em>.</font></div><br />
 +
</div></div>
  
<div class="paragraph" style="text-align:left;"><font size="3">To determine the levels of the <em style=""><span style="">lacZ </span></em>and <em style=""><span style="">lacY</span></em> transcripts, total RNA extraction was extracted, RNA was converted into cDNA by reverse transcription and the levels of the two transcripts were determined by real time PCR.<em style=""><span style=""></span></em><br /><br />  <strong>RNA extraction --&gt;&nbsp;Reverse transcription --&gt;&nbsp;Real time PCR</strong><br />&nbsp;<br /><br />  <strong>RNA extraction:</strong> (Link to the protocol)<br />  To extract the total RNA from the engineered <em style="">E. coli</em><br /><br />  <em style=""><span style="">&nbsp;</span></em><br />  <strong>Reverse transcription:</strong> (Link to the protocol)<br /> To convert the total RNA into cDNA for the subsequent real time PCR. Real time PCR can only quantify the levels of cDNA but not RNA.<br /><br />  &nbsp;<br />  <strong>Real time PCR:</strong> (Link to the protocol)<br />  <span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:="" &quot;calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:="" &#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:minor-fareast;mso-hansi-theme-font:minor-latin;="" mso-bidi-font-family:&quot;times="" roman&quot;;mso-bidi-theme-font:minor-bidi;="" mso-ansi-language:en-us;mso-fareast-language:zh-tw;mso-bidi-language:ar-sa"="" style="">To amplify our desired cDNA (</span><em style=""><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-hk;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"="" style="">lacZ</span></em><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"="" style=""> and lacY) if the RNA extract contains lacZlacY RNA. It will be difficult to detect the small amount of RNA in cells if the RNA, which is then converted to cDNA), is not amplified.</span></font></div>
+
<h2 class="wsite-content-title" style="text-align:left;"><font size="5"><em style="">PlacI </em><sup>Q</sup></font></h2>
  
<h2 class="wsite-content-title" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"=""><font size="5">Characterization on LacZ</font></span></h2>
+
<div class="paragraph" ><font size="3"><span style="">The <em style="">PlacI</em><sup>Q</sup> is a mutated promoter of the <em style="">lacI</em> gene with a C --> T conversion in the -35 region (Calos, 1978) (Figure 2). According to Calos (1978), the LacI protein expression level is 10-fold higher in the <em style="">PlacI</em><sup>Q</sup> system than the <em style="">PlacI</em> system.</span></font><br /><br /></div>
  
<div class="paragraph" style="text-align:left;"><font size="3"><span style="">To determine the level of beta-galactosidase encoded by <em style="">lacZ</em>, ONPG assay was performed.</span><br /><br /><span style=""></span>  <span style=""><strong>ONPG assay:</strong></span><span style="">&nbsp;(link to the protocol)</span><br /><span style=""></span><br /><span style=""></span> <span style="">Besides lactose, ONPG (ortho-Nitrophenyl-&beta;-galactoside<strong style="">)</strong> is also a substrate of beta-galactosidase. ONPG is digested into galactose and ortho-nitrophenol (ONP) which is yellow in colour. Chloroform was used to lyse the cells and the enzymes were released into the surrounding. By measuring the O.D. at 420 nm after lysing the cells, the level of the beta-galatosidase was determined.</span></font><br /><span style=""></span><br /><span style=""></span></div>
+
<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:left">
 +
<a>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2015/4/48/2015CityU_HK_lacIlacIQ.png" alt="Picture" style="width:auto;max-width:60%" />
 +
</center>
 +
</a>
 +
<br/><div style="display:block;font-size:90%"><font size= "3"><b>Figure 3. The DNA sequences of the <em style="">lacI </em> and <em style="">lacI</em><sup>Q</sup> promoters.</b> Only the top strands of the promoters are depicted and the -10 and -35 sequences are shown in boxes. The <em style="">lacI</em><sup>Q</sup> mutation is highlighted in red.</font></div><br />
 +
</div></div>
  
<h2 class="wsite-content-title" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"=""><font size="5">pL8-UV5 characterization</font></span></h2>
+
<div class="paragraph" ><font size="3"><span style="">Linking the constitutive promoter P<em style="">lacI</em><sup>Q</sup> renders LacI being expressed constitutively and the extra LacI protein provides a stronger inhibition on the <i>PL8-UV5</i> promoter.</span></font></div><br />
  
<div class="paragraph" style="text-align:left;"><span style=""><font size="3">pL8-UV5 is a regulated promoter which can be induced by either lactose or the analog IPTG. To characterize the inducible property of the pL8-UV5 promoter, pL8-UV5 was engineered upstream of the GFP gene. The GFP will be transcribed and translated after the promoter is induced. GFP fluorescent signal will be given by GFP. By measuring the GFP fluorescent signal after adding different concentration of IPTG to the bacteria, the inducible property of pL8-UV5 promoter can be determined.</font></span><br /><span style=""></span><br /><span style=""></span></div>
+
<h2 class="wsite-content-title" style="text-align:left;"><font size="5"><i>PL8-UV5</i> (BBa_K1695000)</font></h2>
 +
 
 +
<div class="paragraph" ><font size="3"><span style="">The <i>PL8-UV5</i> promoter is a mutated LacI controlled promoter. The two single base-pair mutations (C --> T at positions -66 and -55) at the CAP-binding site inactivate the binding of CAP protein (Hirschel, Shen, & Schlessinger, 1980), leading to the promoter expression being independent of the cyclic AMP level, which are produced under poor glucose supply. In addition, a two-base pair mutation (GT --> AA at -9 and -8) converts the sequence at the -10 region back to the consensus sequence (TATAAT), which allows the σ factor to bind to the -10 element without the help of CAP protein (Figure 4).</span></font><br /><br /></div>
 +
 
 +
<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:left">
 +
<a>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2015/4/43/2015CityU_HK_WT_L8UV5.png" alt="Picture" style="width:auto;max-width:60%" />
 +
</center>
 +
</a>
 +
<br/><div style="display:block;font-size:90%"><font size= "3"><b>Figure 4. Sequence of wild type Lac promoter and <i>L8-UV5</i> Lac promoter. </b>The CAP-binding site is underlined, the -10 element is boxed, and the two LacI binding sites (O3, O1) are highlighted gray. The mutations in <i>L8-UV5</i> Lac promoter and the -10 region are highlighted red.</font></div><br /><br />
 +
</div></div>
 +
<div class="paragraph" ><font size="3"><span style="">The use of the <i>PL8-UV5</i> promoter can remove the inhibitory effect of glucose on lactose induction of the promoter. The expression of the gene downstream of this promoter is thus solely dependent on lactose concentration.</span></font><br /><br /></div>
 +
 
 +
<div id="lysis"><div style="height: 100px; overflow: hidden; width: 100%;"></div>
 +
<hr class="styled-hr" style="width:100%;"></hr>
 +
<div style="height: 30px; overflow: hidden; width: 100%;"></div></div>
 +
 
 +
<h2 class="wsite-content-title" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"="" style="">C. Lysis plasmid</span></h2>
 +
 
 +
<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:left">
 +
<a>
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2015/0/06/2015CityU_HK_experiment_lysis.png" alt="Picture" style="width:636;max-width:70%" />
 +
</center>
 +
</a>
 +
<br />
 +
<div style="display:block;font-size:90%"><font size= "3"><center><b>Figure 5. The design of lysis plasmid</b></center></font></div>
 +
</div></div>
 +
 
 +
<div class="paragraph" ><font size="3"><span style="">The lysis plasmid consists mainly of two parts: the lysis cassette and <i>lacI</i> repressor gene. </span><br /><span style=""></span><br /><span style=""></span>  <span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:="" &quot;calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:="" &#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:minor-fareast;mso-hansi-theme-font:minor-latin;="" mso-bidi-font-family:&quot;times="" roman&quot;;mso-bidi-theme-font:minor-bidi;="" mso-ansi-language:en-us;mso-fareast-language:zh-tw;mso-bidi-language:ar-sa"="" style="">The lysis cassette is composed of holin (<em style="">S</em> gene), endolysin (<em style="">R</em> gene) and spanin (<em style="">Rz</em> gene). Two phage origins of the lysis cassette, phage lambda and phage 21, were cloned and compared. To speed up the cell lysis for releasing &beta;-galactosidase, 2 modifications including codon optimization and mutations on the <em style="">S </em>gene were included. A missense mutation and a deletion of the trans-membrane domain were applied to the <em style="">S</em> gene of phage lambda and phage 21, respectively. Our team has constructed 9 lysis cassettes with different combinations (please refer to the <a href="https://2015.igem.org/Team:CityU_HK/Parts" style="color: #000000"><b><u>PARTS</u></b></a>). For all the cassettes, <i>PL8-UV5</i>, a LacI regulated promoter was used to turn the transcription on.</span></font></div>
 +
 
 +
<div id="characterization"><div style="height: 100px; overflow: hidden; width: 100%;"></div>
 +
<hr class="styled-hr" style="width:100%;"></hr>
 +
<div style="height: 30px; overflow: hidden; width: 100%;"></div></div>
 +
 
 +
<h2 class="wsite-content-title" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"="" style="">Characterization of the biobricks/ parts</span></h2>
 +
 
 +
<h2 class="wsite-content-title" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"=""></span><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"="" style=""><font size="5">RNA levels of <i>lacZ</i> and <i>lacY</i></font><br /></span></h2>
 +
 
 +
<div class="paragraph" ><font size="3">To determine the levels of the <em style=""><span style="">lacZ </span></em>and <em style=""><span style="">lacY</span></em> transcripts, total RNA extraction was extracted, RNA was converted into cDNA by reverse transcription and the levels of the two transcripts were determined by real time PCR.<em style=""><span style=""></span></em><br /><br />  <strong>RNA extraction &#8594; Reverse transcription &#8594; Real time PCR</strong><br />&nbsp;<br /><br />  <strong>RNA extraction:</strong> <a href="https://2015.igem.org/Team:CityU_HK/Protocol#cloning" style="color: #000000"><b><u>(Link to the protocol)</u></b></a><br />  To extract the total RNA from the engineered <em style="">E. coli</em><br /><br />  <em style=""><span style="">&nbsp;</span></em><br />  <strong>Reverse transcription:</strong> <a href="https://2015.igem.org/Team:CityU_HK/Protocol#cloning" style="color: #000000"><b><u>(Link to the protocol)</u></b></a><br /> To convert the total RNA into cDNA for the subsequent real time PCR. Real time PCR can only quantify the levels of cDNA but not RNA.<br /><br />  &nbsp;<br />  <strong>Real time PCR:</strong> <a href="https://2015.igem.org/Team:CityU_HK/Protocol#cloning" style="color: #000000"><b><u>(Link to the protocol)</u></b></a><br />  <span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:="" &quot;calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:="" &#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:minor-fareast;mso-hansi-theme-font:minor-latin;="" mso-bidi-font-family:&quot;times="" roman&quot;;mso-bidi-theme-font:minor-bidi;="" mso-ansi-language:en-us;mso-fareast-language:zh-tw;mso-bidi-language:ar-sa"="" style="">To amplify our desired cDNA (</span><em style=""><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-hk;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"="" style="">lacZ</span></em><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"="" style=""> and <i>lacY</i>) if the RNA extract contains the <i>lacZ</i> and <i>lacY</i> transcript. It will be difficult to detect the small amount of RNA in the cell, if the RNA is not amplified.</span></font></div>
 +
 
 +
<br><h2 class="wsite-content-title" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"=""><font size="5">Characterization on LacZ</font></span></h2>
 +
 
 +
<div class="paragraph" ><font size="3"><span style="">To determine the level of &beta;-galactosidase encoded by <em style="">lacZ</em>, ONPG assay was performed.</span><br /><br /><span style=""></span>  <span style=""><strong>ONPG assay:</strong></span><span style="">&nbsp;<a href="https://2015.igem.org/Team:CityU_HK/Protocol#characterization" style="color: #000000"><b><u>(Link to the protocol)</u></b></a></span><br /><span style=""></span><br /><span style=""></span>  <span style="">Besides lactose, ONPG (ortho-Nitrophenyl-&beta;-galactoside) is also a substrate of &beta;-galactosidase. ONPG is digested into galactose and ortho-nitrophenol (ONP) which is yellow in colour. Chloroform was used to lyse the cells and the enzymes were released into the surrounding. By measuring the O.D. at 420 nm after lysing the cells, the level of the &beta;-galatosidase was determined.</span></font><br /><span style=""></span><br /><span style=""></span></div>
 +
 
 +
<h2 class="wsite-content-title" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"=""><font size="5"><i>PL8-UV5</i> characterization</font></span></h2>
 +
 
 +
<div class="paragraph" ><span style=""><font size="3"><i>L8-UV5</i> is a regulated promoter which can be induced by either lactose or the analog IPTG. To characterize the inducible property of the <i>L8-UV5</i> promoter, <i>PL8-UV5</i> was engineered upstream of the GFP gene. The GFP will be transcribed and translated after the promoter is induced. GFP fluorescent signal will be given by GFP. By measuring the GFP fluorescent signal after adding different concentration of IPTG to the bacteria, the inducible property of <i>L8-UV5</i> promoter can be determined.</font></span><br /><span style=""></span><br /><span style=""></span></div>
  
 
<h2 class="wsite-content-title" style="text-align:left;"><font size="5">Lysis cassette characterization</font><br /><span style=""></span></h2>
 
<h2 class="wsite-content-title" style="text-align:left;"><font size="5">Lysis cassette characterization</font><br /><span style=""></span></h2>
  
<div class="paragraph" style="text-align:left;"><font size="3"><span style="">To characterize the efficiency of the lysis cassette, the lysis cassette was put under the control of theT7 promoter in the pSNAP plasmid. By inducing the T7 promoter with lactose, the genes in the lysis cassette was transcribed and translated into the components of the lysis proteins, which cause cell lysis. </span><br /><br /><span style=""></span>  <span style="">The O.D. and the colony forming units (CFU) were measured to determine the efficiency of the lysis cassette. </span><br /><span style=""></span><br /><span style=""></span>  <span style="">Inducing the promoter with lactose --&gt;&nbsp;</span><span style="">Measure O.D. --&gt;&nbsp;</span><span style="">Serial dilution --&gt;&nbsp;</span><span style="">Spread plate</span></font><span style="">&nbsp;--&gt;&nbsp;</span><font size="3"><span style="">Incubate</span></font><span style="">&nbsp;--&gt;&nbsp;</span><font size="3"><span style="">Count the number of colonies</span><br /><span style=""></span><br /><span style=""></span>  <span style="">The lower the CFU/O.D., the higher the efficiency of the lysis cassette after induction</span><br /></font><span style=""></span><br /><span style=""></span></div>
+
<div class="paragraph" ><font size="3"><span style="">To characterize the efficiency of the lysis cassette, the lysis cassette was put under the control of the T7 promoter in the pSNAP plasmid. By inducing the T7 promoter with lactose, the genes in the lysis cassette was transcribed and translated into the components of the lysis proteins, which cause cell lysis. </span><br /><br /><span style=""></span>  <span style="">The O.D. and the colony forming units (CFU) were measured to determine the efficiency of the lysis cassette. </span><br /><span style=""></span><br /><span style=""></span>  <span style=""> Inducing the promoter with lactose &#8594; </span><span style=""> Measure O.D. &#8594; </span><span style=""> Serial dilution &#8594; </span><span style=""> Spread plate &#8594; </span></font><span style=""></span><font size="3"><span style="">Incubate &#8594; </span></font><span style=""></span><font size="3"><span style="">Count the number of colonies</span><br /><span style=""></span><br /><span style=""></span>  <span style="">The lower the CFU/O.D., the higher the efficiency of the lysis cassette after induction.</span><br /></font><span style=""></span><br /><span style=""></span></div>
  
<h2 class="wsite-content-title" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"=""><font size="5">Characterization of the lacY lacZ operon BBa_S04055 (from 2008 Caltech: Curing lactose intolerance)</font></span></h2>
+
<h2 class="wsite-content-title" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;="" mso-ascii-theme-font:minor-latin;mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:="" minor-fareast;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;="" mso-bidi-theme-font:minor-bidi;mso-ansi-language:en-us;mso-fareast-language:="" zh-tw;mso-bidi-language:ar-sa"=""><font size="5">Characterization of the <i>lacY lacZ</i> operon BBa_S04055 (from <a href="https://2008.igem.org/Team:Caltech/Project/Lactose_intolerance" style="color: #000000"><u>2008 Caltech</u></a>: Curing lactose intolerance)</font></span></h2>
  
<div class="paragraph" style="text-align:left;"><span "font-size:12.0pt;mso-bidi-font-size:="" 11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:minor-latin;="" mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:minor-fareast;mso-hansi-theme-font:="" minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;mso-bidi-theme-font:minor-bidi;="" mso-ansi-language:en-us;mso-fareast-language:zh-tw;mso-bidi-language:ar-sa"="" style=""><font size="3">Western blotting (link to the protocol) is used to detect the expression level of beta-galactosidase inside <em style="">E. coli</em> harboring BBa_S04055.</font></span></div></div>
+
<div class="paragraph" ><span "font-size:12.0pt;mso-bidi-font-size:="" 11.0pt;font-family:&quot;calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:minor-latin;="" mso-fareast-font-family:&#26032;&#32048;&#26126;&#39636;;mso-fareast-theme-font:minor-fareast;mso-hansi-theme-font:="" minor-latin;mso-bidi-font-family:&quot;times="" roman&quot;;mso-bidi-theme-font:minor-bidi;="" mso-ansi-language:en-us;mso-fareast-language:zh-tw;mso-bidi-language:ar-sa"="" style=""><font size="3">Western blotting analysis <a href="https://2015.igem.org/Team:CityU_HK/Protocol#characterization" style="color: #000000"><b><u>(Link to the protocol)</u></b></a> was used to detect the expression level of &beta;-galactosidase inside <em style="">E. coli</em> harboring <a href="http://parts.igem.org/Part:BBa_S04055" style="color: #000000"><b><u>BBa_S04055</u></b></a>.</font></span></div></div>
 
</div>
 
</div>
 +
 
  </div><!-- end container -->
 
  </div><!-- end container -->
 
  </div>
 
  </div>

Latest revision as of 20:46, 18 September 2015

Description - iGEM2015 wiki