Difference between revisions of "Team:Dundee/Results"

Line 27: Line 27:
 
#bodyContent {
 
#bodyContent {
 
     padding-right: 0px;}
 
     padding-right: 0px;}
 +
       
 +
        img.grayscale {
 +
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
 +
  filter: gray; /* IE6-9 */
 +
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
 +
}
 +
 +
img.grayscale:hover {
 +
  filter: none;
 +
  -webkit-filter: grayscale(0%);
 +
}
 +
 +
 +
  
 +
       
 
         #menuDisplay{
 
         #menuDisplay{
 
                 display:none;
 
                 display:none;
Line 37: Line 52:
  
  
     
+
   
 
.navbar-brand{
 
.navbar-brand{
 
padding-top:25px;
 
padding-top:25px;
+
 
}
 
}
 
#navbar{
 
#navbar{
 
padding-top:5px;
 
padding-top:5px;
 
                 float:right;
 
                 float:right;
 +
 
}
 
}
 
 
Line 58: Line 74:
 
width:100%;
 
width:100%;
 
}
 
}
         #BackImg h2 {  
+
         #BackImg h1 {
  position: absolute;  
+
  position: absolute;
  top:45%;  
+
  top:40%;
  text-align:center;  
+
  text-align: center;
  width: 100%;
+
  width: 100%;
  padding-top:15px;
+
  padding-top:20px;
 
+
  padding-bottom:17px;
}
+
}
 +
 
 +
#BackImg h1 span {
 +
  color: white;
 +
  font: bold 5vw/45px Helvetica, Sans-Serif;
 +
  letter-spacing: -1px; 
 +
  background: rgb(0, 0, 0); /* fallback color */
 +
  background: rgba(0, 0, 0, 0.7);
 +
  padding: 10px;
 +
  padding-bottom:15px;
 +
  text-align: center;
 +
}
 +
 +
#BackImg h2 {  
 +
  position: absolute;  
 +
  top:55%;  
 +
  text-align: center;  
 +
  width: 100%;
 +
  padding-top:15px;
 +
  padding-bottom:10px;
 +
}
 +
 
 +
#BackImg h2 span {
 +
  color:#3D72A4;
 +
  font: bold 5vw/45px Helvetica, Sans-Serif;
 +
  letter-spacing: -1px; 
 +
  background: rgb(0, 0, 0); /* fallback color */
 +
  background: rgba(0, 0, 0, 0.7);
 +
  padding-bottom:5px;
 +
  text-align:center;
 +
}            
  
#BackImg h2 span {
 
  color: white;
 
  font: bold 5vw/45px Helvetica, Sans-Serif;
 
  letter-spacing: -1px; 
 
  background: rgb(0, 0, 0); /* fallback color */
 
  background: rgba(0, 0, 0, 0.7);
 
  padding: 10px;
 
  padding-bottom:13px;
 
  text-align:center;
 
}         
 
 
 
#OverView{
 
#OverView{
 
 
Line 83: Line 118:
 
}
 
}
 
 
#VideoContainer{
+
width:66%;
+
float:right;
+
height:500px;
+
#SplashTitle p{
+
        border-bottom: none;
 +
        font: 4vw/6vw Helvetica, Sans-Serif;
 +
text-align: center;
 +
color:black;
 +
padding-top:15px;
 +
       
 
}
 
}
 
 
 +
 +
#SplashTitleUnder p{
 +
font:3vw/4vw Helvetica, Sans-Serif;
 +
text-align: center;
 +
color:#3D72A4;
 +
                        padding-bottom:15px;
 +
                       
 +
}
 
#ProjectDesCon{
 
#ProjectDesCon{
width:33%;
+
        height:100%;
float:left;
+
        margin-left:5%;
height:500px;
+
        margin-right:5%;
 +
        }
 +
 
 +
        #ProjectDesCon h3{
 +
        font: 2.3vw/2vw Helvetica, Sans-Serif;
 +
        padding-top:15px;
 +
        padding-bottom:15px;
 +
        text-align:left;
 +
          color:#3D72A4;
 +
       
 +
        }
 +
 
 +
#ProjectDesCon p{
 +
 +
font: 1.7vw/2vw Helvetica, Sans-Serif;
 +
                padding-bottom:2%;
 +
               
 +
               
 
}
 
}
+
 
 +
        #ProjectDesCon li{
 +
 +
font: 1.7vw/1.5vw Helvetica, Sans-Serif;
 +
                padding-bottom:15px;
 +
                color:#3D72A4;
 +
                       
 +
}
 +
 
 +
        #FlaskImg img{
 +
float:right;
 +
        width:30%;
 +
        padding-left:25px;
 +
       
 +
       
 +
}
 +
        #FlaskImg p{
 +
       
 +
 
 +
}
 +
        #FlaskStyleFifty1{
 +
        float:left;
 +
        width:50%;
 +
        padding-right:3%;
 +
        }
 +
#FlaskStyleFifty1 p{
 +
text-align:left;
 +
}
 +
 
 +
     
 +
       
 +
        }
 +
        #FlaskStyleFifty2{
 +
        float:right;
 +
        width:50%;
 +
        padding-left:3%;
 +
       
 +
        }
 +
#FlaskStyleFifty2 p{
 +
text-align:left;
 +
}
 +
     
 +
       
 +
       
 +
        #ColicinImg{
 +
                padding-top:15px;
 +
                width:100%;
 +
                margin:0 auto;
 +
        }
 +
 
 +
      #ColicinImg img{
 +
 
 +
                width:100%;
 +
      }
 +
#CytoGifAlign{
 +
                padding-top:15px;
 +
                width:66%;
 +
                margin:0 auto;
 +
        }
 +
 
 +
#CytoGifAlign img{
 +
width:100%;
 +
}
 +
 
 +
            #CytoGifHeader p{
 +
                font: 1.3vw/1.7vw Helvetica, Sans-Serif;
 +
                padding-top:15px;
 +
                padding-bottom:15px;
 +
                text-align:center;
 +
                color:#3D72A4;
 +
                margin-bottom:3%;
 +
        }
 +
     
 +
#FlaskImg1 img{
 +
float:right;
 +
        width:60%;
 +
        padding-left:25px;
 +
       
 +
       
 +
}
 +
        #FlaskImg1 p{
 +
       
 +
 
 +
}
 +
        #FlaskPos1{
 +
        float:left;
 +
        width:40%;
 +
      padding-top:1%;
 +
       
 +
        }
 +
#FlaskPos1 p{
 +
text-align:left
 +
}
 +
       
 +
#spacer{
 +
        height:100px;
 +
}
 +
 
 
#SponserFooter{
 
#SponserFooter{
 
margin:30px 0px 60px 0px;
 
margin:30px 0px 60px 0px;
Line 144: Line 306:
 
padding-right:0px;
 
padding-right:0px;
 
}
 
}
 +
 
 
    
 
    
  
Line 155: Line 318:
 
<!-- Fixed navbar -->
 
<!-- Fixed navbar -->
 
     <nav class="navbar navbar-default navbar-fixed-top">
 
     <nav class="navbar navbar-default navbar-fixed-top">
       <div class="container">
+
       <div style="padding-right:5%; padding-bottom:0px;" "class="container">
 
         <div class="navbar-header">
 
         <div class="navbar-header">
 
           <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
 
           <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
Line 175: Line 338:
 
               </ul>
 
               </ul>
 
</li>
 
</li>
             <li><a href="https://2016.igem.org/Team:Dundee/Model">Modelling</a></li>
+
             <li class="active"><a href="https://2016.igem.org/Team:Dundee/Model">Modelling</a></li>
 
<li><a href="https://2016.igem.org/Team:Dundee/Proof">Proof of Concept</a></li>
 
<li><a href="https://2016.igem.org/Team:Dundee/Proof">Proof of Concept</a></li>
 
<li class="dropdown">
 
<li class="dropdown">
Line 190: Line 353:
 
               <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Achievements <span class="caret"></span></a>
 
               <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Achievements <span class="caret"></span></a>
 
               <ul class="dropdown-menu">
 
               <ul class="dropdown-menu">
<li><a href="https://2016.igem.org/Team:Dundee/Basic_Part">Basic Parts</a></li>
+
                <li><a href="https://2016.igem.org/Team:Dundee/Parts">Parts</a></li>
 +
<li ><a href="https://2016.igem.org/Team:Dundee/Basic_Part">Basic Parts</a></li>
 
                 <li><a href="https://2016.igem.org/Team:Dundee/Composite_Part">Composite Parts</a></li>
 
                 <li><a href="https://2016.igem.org/Team:Dundee/Composite_Part">Composite Parts</a></li>
 
                 <li><a href="https://2016.igem.org/Team:Dundee/Part_Collection">Parts Collection</a></li>
 
                 <li><a href="https://2016.igem.org/Team:Dundee/Part_Collection">Parts Collection</a></li>
                <li><a href="https://2016.igem.org/Team:Dundee/HP/Gold">Judging Criteria</a></li>
 
 
               </ul>
 
               </ul>
 
             </li>
 
             </li>
Line 199: Line 362:
 
               <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Notebook <span class="caret"></span></a>
 
               <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Notebook <span class="caret"></span></a>
 
               <ul class="dropdown-menu">
 
               <ul class="dropdown-menu">
<li><a href="https://2016.igem.org/Team:Dundee/Notebook">Lab Book</a></li>
+
<li><a href="https://2016.igem.org/Team:Dundee/Notebook">Lab Book</a></li>
                <li><a href="#">Protocols</a></li>
+
                 <li><a href="https://2016.igem.org/Team:Dundee/Safety">Safety</a></li>
                 <li><a href="https://2016.igem.org/Team:Dundee/Safety">Saftey</a></li>
+
 
               </ul>
 
               </ul>
 
<li class="dropdown">
 
<li class="dropdown">
Line 217: Line 379:
  
 
                   <div id="BackImg">
 
                   <div id="BackImg">
<img src = "https://static.igem.org/mediawiki/2016/a/af/T--Dundee--BannerPlates.JPG" />
+
<img src="https://static.igem.org/mediawiki/2016/a/af/T--Dundee--BannerPlates.JPG" />
                                 <h2><span>Results</span></h2>
+
                                 <h1><span>Results</span></h1>
 
</div>
 
</div>
  
                  <div class="container">
+
   
 
+
 
 
+
<div class="container">
<div id="OverView">
+
<div id = "SplashTitle">
+
<p>Promotors</p>
<div id="VideoContainer">
+
+
+
 
</div>
 
</div>
 +
 +
<div id="SplashTitleUnder">
 +
<p>pH Sensing Device</p>
 +
</div>
 +
</div>
 +
 +
 +
<div class="container">
 +
<div  id= "ProjectDesCon">
 +
 +
 +
<h3>Introduction</h3>                 
 
 
<div id="ProjectDesCon">
+
<p>Bacteria have the ability to sense their surroundings and respond to them by turning on genetic regulatory systems. One of the environmental stimuli to which bacteria may respond is pH1. Bacteria respond to environmental stimuli for a variety of reasons for example to trigger pathogenesis or survival genes, which help the bacterium, survive, thrive and compete in a new environment1.</p>
 +
<p>We found several promoters that were submitted from previous iGEM teams, this included Pasr (BBa_K1231000) and PgadA (BBa_K1231001) both submitted by the 2013 Northwestern iGEM team. These have been reported to be activated at low pH. So we started by characterising these two promoters and finding the best one suitable for our project. We cloned gfp (BBa_E0840) downstream of both of these promoters in order to measure expression levels (enter biobrick numbers for our constructs) For our bile salt responsive promoter we used acrRA (BBa_K318514), submitted by the 2012 Wisconsin –Madison team, which consists of the acrRA operon found in salmonella enterica strain. This operon contains the RamA binding sequence, the acrR gene and part of the acrA gene. We then cloned gfp (BBa_E0840) downstream of acrRA (include biobrick number). Due to E. coli not containing its own RamA transcription factor we codon optimised the ramA gene sequence for expression in E. coli and got it synthesised by IDT as a gBlock gene fragment. RamA was also submitted by the Wisconsin-Maddison 2012 iGEM team (BBa_K318516) but was out of stock in the iGEM registry so we also submitted this as a biobrick (enter biobrick number). </p>
 +
</div>
 +
</div>
 +
 +
<div class="container">
 +
<div  id= "ProjectDesCon">
 +
 
 +
 +
<h3>Pasr</h3>                 
 
 
 +
<p>Enterobacteria can respond to low pH by de novo synthesis of specific proteins and altered levels of gene expression. The response to environmental stresses, such as pH, is often a complex mechanism and also depends on other environmental factors such as nutrition, the presence or absence of oxygen or starvation2. The E. coli asr (acid shock RNA) gene encodes small RNA, of about 450 nucleotides in length2. This gene is inducible by low external pH and contributes to the organism’s survival2. It has been suggested that asr genes may be regulated by the two component system phoB-phoR2.</p>
 +
<p>In this two-component system the protons from the environment (H+) activate the sensory part (phoR- in the periplasm) of the two-component system, which then transduces the signal to the activator protein- phoB, which can bind promoter DNA of asr2. The promoter region of asr was analysed and showed to contain a sequence similar to the pho-box; this is a consensus sequence able to bind to the phoB protein2. These interactions of H+ from the external environment with this two-component system are thought to lead to asr transcription2. Interestingly the phoB-phoR system also controls the pho regulon which is induced by phosphate starvation, the link between these two factors is not fully understood however, it has been suggested that the level of asr expressed in minimal media is higher than in enriched media2. </p>
 +
 +
 +
</div>
 +
</div>
 +
 +
 +
<div class="container">
 +
<div  id= "ProjectDesCon">
 +
 +
 +
<h3>PgadA</h3>                 
 
 
</div>
+
<p>Bacteria have a variety of environmental response mechanisms; the GAD (glutamate decarboxylase) system in E. coli has been suggested to be the most effective response to environmental acidic conditions3. This system uses two main isoforms – gadA and gadB and a putative glutamate/Q-amino butyric acid antiporter encoded by gadC3. By decarboxylation of glutamate the protons that leak into the cell can be consumed4. The end product, γ-aminobutyric acid (GABA), is then transported out of the cell by gadC4. The control of this system is very complex involving two repressors (H-NS and cyclic AMP receptor protein), one activator (gadX), one repressor activator (gadW) and two sigma factors (σS and σ70) 3.
 +
 
 +
</p>
 +
 +
 +
</div>
 +
</div>
 +
 
 +
<div class="container">
 +
<div  id= "ProjectDesCon">
 +
 
 +
 +
<h3>Design</h3>                 
 
 
</div>
+
<p>The device was designed to be active upon ingestion at a pH of approx. 5.5 or below in order to release our colicins. The promoter is not constitutive and activates transcription of genes at a low pH. The pH range of the promoter was investigated in this project. </p>
+
<p>In 2013 the Northwestern iGEM team submitted two pH sensitive promoter Pasr (BBa_K1231000) and PgadA (BBa_K1231001). In order to further characterise both of these promoters we cloned gfp (BBa_E0840) downstream of both promoters (Fig 1). We then used this construct to measure and compare the GFP expression levels in response to different pH conditions. </p>
+
 +
</div>
 +
</div>
 +
 
 +
<div class="container">
 +
<div id="ProjectDesCon">
 +
 +
<div id="CytoGifAlign">
 +
<img src="https://static.igem.org/mediawiki/2016/b/b0/T--Dundee--Results1.png">
 +
</div>
 +
                                        <div id ="CytoGifHeader">
 +
                                                <p>Figure 1:  Schematic representation of pH sensitive promoters-gfp constructs in pSB1C3 plasmid.</p>
 +
</div>
 +
 +
<p>We wanted to test both our pH sensitive promoters, Pasr and PgadA by monitoring for the production of GFP by western blotting. The western blots showed levels of GFP protein production by the cells at a range of pH values. In Fig 2A the expression of GFP at pH 5 is much higher than the other pH’s. This would indicate that at this pH the largest amount of GFP was being produced under the induction of the gadA promoter. The promoter is slightly leaky as there is also expression of protein within cells at other pH values. In Fig 2B the GFP protein expression under the regulation of Pasr can be seen, the range of activity for this promoter is much wider indicating that this promoter is leakier than PgadA. The level of expression of GFP under the regulation of Pasr appears to be uniform with only a slight increase in GFP at pH5. </p>
 +
 +
</div>
 +
</div>
 +
 
 +
 
 +
 +
<div class="container">
 +
<div id="ProjectDesCon">
 +
 +
<div id="CytoGifAlign">
 +
<img src="https://static.igem.org/mediawiki/2016/b/b0/T--Dundee--Results1.png">
 +
</div>
 +
                                        <div id ="CytoGifHeader">
 +
                                                <p>Figure 1:  Schematic representation of pH sensitive promoters-gfp constructs in pSB1C3 plasmid.</p>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<div class="container">
 
<div id="SponserFooter">
 
<div id="SponserFooter">
<div id = "BBSRC" class="SponserLink">
+
<div id = "BBSRC" class="SponserLink">
 
<a href="http://www.bbsrc.ac.uk/">
 
<a href="http://www.bbsrc.ac.uk/">
<img src="https://static.igem.org/mediawiki/2016/8/8b/T--Dundee--BBSRCFooter.png" />
+
<img class="grayscale" src="https://static.igem.org/mediawiki/2016/8/8b/T--Dundee--BBSRCFooter.png" />
 
</a>
 
</a>
 
</div>
 
</div>
<div class="SponserLink">
+
<div class="SponserLink">
 
<a href="http://www.dundee.ac.uk/">
 
<a href="http://www.dundee.ac.uk/">
<img src="https://static.igem.org/mediawiki/2016/a/a8/T--Dundee--UoDFooter.png" />
+
<img class="grayscale" src="https://static.igem.org/mediawiki/2016/a/a8/T--Dundee--UoDFooter.png" />
 
</a>
 
</a>
 
</div>
 
</div>
<div class="SponserLink">
+
<div class="SponserLink">
 
<a href="https://www.idtdna.com/site">
 
<a href="https://www.idtdna.com/site">
<img src="https://static.igem.org/mediawiki/2016/0/03/T--Dundee--IDTFooter.png" />
+
<img class="grayscale" src="https://static.igem.org/mediawiki/2016/0/03/T--Dundee--IDTFooter.png" />
 
</a>
 
</a>
 
</div>
 
</div>
 
<div class="SponserLink">
 
<div class="SponserLink">
 
<a href="https://www.sebiology.org/">
 
<a href="https://www.sebiology.org/">
<img src="https://static.igem.org/mediawiki/2016/f/f0/T--Dundee--SEBFooter.png" />
+
<img class="grayscale"src="https://static.igem.org/mediawiki/2016/f/f0/T--Dundee--SEBFooter.png" />
 
</a>
 
</a>
 
</div>
 
</div>
 
<div id = "WellcomeT" class="SponserLink">
 
<div id = "WellcomeT" class="SponserLink">
 
<a href="https://wellcome.ac.uk/">
 
<a href="https://wellcome.ac.uk/">
<img src="https://static.igem.org/mediawiki/2016/2/22/T--Dundee--WELLTFooter.png" />
+
<img class="grayscale"src="https://static.igem.org/mediawiki/2016/2/22/T--Dundee--WELLTFooter.png" />
 
</a>
 
</a>
 
</div>
 
</div>
Line 294: Line 532:
 
</div>
 
</div>
 
</div>
 
</div>
 +
 
</div>
 
</div>
  

Revision as of 01:22, 18 October 2016

Dundee 2016

Results

Promotors

pH Sensing Device

Introduction

Bacteria have the ability to sense their surroundings and respond to them by turning on genetic regulatory systems. One of the environmental stimuli to which bacteria may respond is pH1. Bacteria respond to environmental stimuli for a variety of reasons for example to trigger pathogenesis or survival genes, which help the bacterium, survive, thrive and compete in a new environment1.

We found several promoters that were submitted from previous iGEM teams, this included Pasr (BBa_K1231000) and PgadA (BBa_K1231001) both submitted by the 2013 Northwestern iGEM team. These have been reported to be activated at low pH. So we started by characterising these two promoters and finding the best one suitable for our project. We cloned gfp (BBa_E0840) downstream of both of these promoters in order to measure expression levels (enter biobrick numbers for our constructs) For our bile salt responsive promoter we used acrRA (BBa_K318514), submitted by the 2012 Wisconsin –Madison team, which consists of the acrRA operon found in salmonella enterica strain. This operon contains the RamA binding sequence, the acrR gene and part of the acrA gene. We then cloned gfp (BBa_E0840) downstream of acrRA (include biobrick number). Due to E. coli not containing its own RamA transcription factor we codon optimised the ramA gene sequence for expression in E. coli and got it synthesised by IDT as a gBlock gene fragment. RamA was also submitted by the Wisconsin-Maddison 2012 iGEM team (BBa_K318516) but was out of stock in the iGEM registry so we also submitted this as a biobrick (enter biobrick number).

Pasr

Enterobacteria can respond to low pH by de novo synthesis of specific proteins and altered levels of gene expression. The response to environmental stresses, such as pH, is often a complex mechanism and also depends on other environmental factors such as nutrition, the presence or absence of oxygen or starvation2. The E. coli asr (acid shock RNA) gene encodes small RNA, of about 450 nucleotides in length2. This gene is inducible by low external pH and contributes to the organism’s survival2. It has been suggested that asr genes may be regulated by the two component system phoB-phoR2.

In this two-component system the protons from the environment (H+) activate the sensory part (phoR- in the periplasm) of the two-component system, which then transduces the signal to the activator protein- phoB, which can bind promoter DNA of asr2. The promoter region of asr was analysed and showed to contain a sequence similar to the pho-box; this is a consensus sequence able to bind to the phoB protein2. These interactions of H+ from the external environment with this two-component system are thought to lead to asr transcription2. Interestingly the phoB-phoR system also controls the pho regulon which is induced by phosphate starvation, the link between these two factors is not fully understood however, it has been suggested that the level of asr expressed in minimal media is higher than in enriched media2.

PgadA

Bacteria have a variety of environmental response mechanisms; the GAD (glutamate decarboxylase) system in E. coli has been suggested to be the most effective response to environmental acidic conditions3. This system uses two main isoforms – gadA and gadB and a putative glutamate/Q-amino butyric acid antiporter encoded by gadC3. By decarboxylation of glutamate the protons that leak into the cell can be consumed4. The end product, γ-aminobutyric acid (GABA), is then transported out of the cell by gadC4. The control of this system is very complex involving two repressors (H-NS and cyclic AMP receptor protein), one activator (gadX), one repressor activator (gadW) and two sigma factors (σS and σ70) 3.

Design

The device was designed to be active upon ingestion at a pH of approx. 5.5 or below in order to release our colicins. The promoter is not constitutive and activates transcription of genes at a low pH. The pH range of the promoter was investigated in this project.

In 2013 the Northwestern iGEM team submitted two pH sensitive promoter Pasr (BBa_K1231000) and PgadA (BBa_K1231001). In order to further characterise both of these promoters we cloned gfp (BBa_E0840) downstream of both promoters (Fig 1). We then used this construct to measure and compare the GFP expression levels in response to different pH conditions.

Figure 1: Schematic representation of pH sensitive promoters-gfp constructs in pSB1C3 plasmid.

We wanted to test both our pH sensitive promoters, Pasr and PgadA by monitoring for the production of GFP by western blotting. The western blots showed levels of GFP protein production by the cells at a range of pH values. In Fig 2A the expression of GFP at pH 5 is much higher than the other pH’s. This would indicate that at this pH the largest amount of GFP was being produced under the induction of the gadA promoter. The promoter is slightly leaky as there is also expression of protein within cells at other pH values. In Fig 2B the GFP protein expression under the regulation of Pasr can be seen, the range of activity for this promoter is much wider indicating that this promoter is leakier than PgadA. The level of expression of GFP under the regulation of Pasr appears to be uniform with only a slight increase in GFP at pH5.

Figure 1: Schematic representation of pH sensitive promoters-gfp constructs in pSB1C3 plasmid.