Team/CINVESTAV-IPN-UNAM MX/Lightandoxre.htm

From 2012.igem.org

(Difference between revisions)
 
(22 intermediate revisions not shown)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml"><head>
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<title>Home</title>
+
<head>
 +
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 +
<title>Rho</title>
 +
<style type="text/css">
-
<link rel="stylesheet" href="https://dl.dropbox.com/u/199422/Cinvestav/style.css" />
+
#top-section {
 +
position: relative;
 +
height: 20px;
 +
width: 975px;
 +
margin: 0 auto 0 auto;
 +
border-left: hidden;
 +
border-right: hidden;
 +
border-bottom: hidden;
 +
}
 +
* {
 +
margin: 0;
 +
padding: 0;
 +
}
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
body {
-
<style type="text/css">td img {display: block;}</style>
+
background: #FFFFFF url(https://static.igem.org/mediawiki/2012/f/f3/Fondo_bod.jpg) repeat-x;
 +
text-align: justify;
 +
font-family: Georgia, "Times New Roman", Times, serif;
 +
font-size: 12px;
 +
color: #000000;
 +
}
 +
 
 +
h1, h2, h3 {
 +
color: #333333;
 +
}
 +
 
 +
h1, h2 {
 +
margin-bottom: 20px;
 +
font-weight: normal;
 +
}
 +
 
 +
h1 {
 +
font-size: 197%;
 +
}
 +
 
 +
h2 {
 +
font-size: 152%;
 +
}
 +
 
 +
h3 {
 +
font-size: 100%;
 +
}
 +
 
 +
p, ul, ol {
 +
margin-bottom: 20px;
 +
line-height: 1.8em;
 +
}
 +
 
 +
ul, ol {
 +
margin-left: 3em;
 +
}
 +
 
 +
blockquote {
 +
padding-left: 3em;
 +
background: url(https://static.igem.org/mediawiki/2012/1/11/Img08.gif) no-repeat;
 +
font-style: italic;
 +
}
 +
 
 +
a:link {
 +
color: #1953A7;
 +
}
 +
 
 +
a:active {
 +
color: #ED5C0C;
 +
}
 +
 
 +
a:visited {
 +
color: #666666;
 +
}
 +
 
 +
a:hover {
 +
text-decoration: none;
 +
color: #067600;
 +
}
 +
 
 +
img {
 +
border: none;
 +
}
 +
 
 +
img.left {
 +
float: left;
 +
margin: 0 20px 10px 0;
 +
}
 +
 
 +
/* Menu */
 +
 
 +
#menu {
 +
width: 770px;
 +
height: 65px;
 +
margin: 0 auto;
 +
border-right: 1px solid #EDEBD5;
 +
}
 +
 
 +
#menu ul {
 +
margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
}
 +
 
 +
#menu li {
 +
display: inline;
 +
font-size: 12px;
 +
color:#4E4E4E;
 +
}
 +
 
 +
#menu a {
 +
display: block;
 +
float: left;
 +
width: 95px;
 +
height: 45px;
 +
padding: 10px 0 0 0;
 +
border-left: 1px solid #EDEBD5;
 +
text-transform: lowercase;
 +
text-decoration: none;
 +
text-align: center;
 +
font-size: 135%;
 +
color: #BABABA;
 +
}
 +
 
 +
#menu a:hover {
 +
background: #F7F7F4;
 +
}
 +
 
 +
#menu .active a {
 +
background: #5dbb10;
 +
color: #FFFFFF;
 +
}
 +
 
 +
/* Header */
 +
 
 +
#header {
 +
width: 770px;
 +
height: 170px;
 +
margin: 0 auto;
 +
}
 +
 
 +
#header h1 {
 +
float: left;
 +
width: 220px;
 +
height: 100px;
 +
margin: 0;
 +
padding: 70px 0 0 0;
 +
background: url(https://static.igem.org/mediawiki/2012/0/0a/Img02.jpg) no-repeat;
 +
text-align: center;
 +
font-size: 36px;
 +
}
 +
 
 +
#header h2 {
 +
float: right;
 +
width: 530px;
 +
height: 86px;
 +
margin: 0;
 +
background: url(https://static.igem.org/mediawiki/2012/4/4a/Img03.jpg) no-repeat;
 +
padding: 84px 20px 0 0;
 +
text-align: right;
 +
}
 +
 
 +
#header a {
 +
text-transform: lowercase;
 +
text-decoration: none;
 +
font-style: italic;
 +
font-weight: normal;
 +
color: #FFFFFF;
 +
}
 +
 
 +
/* Page */
 +
 
 +
#page {
 +
width: 770px;
 +
margin: 0 auto;
 +
padding: 20px 0;
 +
}
 +
#context{
 +
float: left;
 +
width: 570px;
 +
padding-top:5px;
 +
}       
 +
/* menudecontenido */
 +
 
 +
#sidebar {
 +
float: right;
 +
width: 160px;
 +
padding: 15px;
 +
background: #EDEBD5;
 +
}
 +
 
 +
#sidebar h2 {
 +
margin: 0;
 +
padding: 5px 15px;
 +
color: #FFFFFF;
 +
}
 +
 
 +
#sidebar h3 {
 +
font-size: 60%;
 +
color: #FFFFFF;
 +
}
 +
 
 +
#sidebar ul {
 +
margin: 0;
 +
padding: 15px;
 +
list-style: none;
 +
}
 +
 
 +
#sidebar li {
 +
              font-size: 12px;
 +
  text-align:left;
 +
}
 +
 
 +
#sidebar a {
 +
color: #FFFFFF;
 +
}
 +
 
 +
.orangebox {
 +
background: url(https://static.igem.org/mediawiki/2012/b/b0/Img05.gif) repeat-y;
 +
}
 +
 
 +
.orangebox h2 {
 +
background: url(https://static.igem.org/mediawiki/2012/c/c2/Img06.gif) repeat-y;
 +
}
 +
 
 +
/* Footer */
 +
 
 +
#piep {
 +
clear: both;
 +
height: 150px;
 +
padding: 25px 0;
 +
background: #EDEBD5 url(https://static.igem.org/mediawiki/2012/a/a5/Img04.gif) repeat-x;
 +
}
 +
 
 +
#sponsors{
 +
 +
float: left;
 +
width: 85px;
 +
padding-top:5px;
 +
background: #EDEBD5;
 +
 +
      }
 +
#text2
 +
{
 +
color: #333333;
 +
font-size: 152%;
 +
margin-bottom: 20px;
 +
font-weight: normal;
 +
}
 +
#refe
 +
{
 +
color: #000000;
 +
font-size:9;
 +
margin-bottom: 20px;
 +
font-weight: normal;
 +
}
 +
.Estilo2 {color: #FDFDFD; font-weight: bold; }
 +
.Estilo3 {
 +
color: #FFFFFF;
 +
font-weight: bold;
 +
}
 +
 
 +
.firstHeading {
 +
margin-bottom: .1em;
 +
visibility:hidden;
 +
}
 +
 
 +
img[src*="/wiki/skins/common/images/wiki.png"]{
 +
    width:0;
 +
    height:0px;
 +
    padding-right:975px;
 +
    background:transparent url(https://2011.igem.org/wiki/skins/common/images/wiki.png) top left no-repeat;
 +
}
 +
 
 +
</style>
 +
 
 +
<meta name="keywords" content="" />
 +
<meta name="description" content="" />
-
<!--Fireworks CS6 Dreamweaver CS6 target.  Created Tue Sep 25 17:05:18 GMT-0500 (Central Daylight Time (Mexico)) 2012-->
 
</head>
</head>
-
<body bgcolor="#ffffff">
+
<body>
-
<table style="display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="950" bgcolor="">
+
<div id="menu">
-
<!-- fwtable fwsrc="INDEX.fw.png" fwpage="Page 1" fwbase="principal.jpg" fwstyle="Dreamweaver" fwdocid = "927795023" fwnested="0" -->
+
<ul>
-
  <tr>
+
<li><a href="home.htm">Home</a></li>
-
  <td><img src="images/spacer.gif" width="240" height="1" alt="" /></td>
+
<li><a href="rhodofactory.htm">Rhodofactory</a></li>
-
  <td><img src="images/spacer.gif" width="710" height="1" alt="" /></td>
+
<li><a href="promoterselection.htm">Promoter selection </a></li>
-
  <td><img src="images/spacer.gif" width="1" height="1" alt="" /></td>
+
<li class="active"><a href="results.htm">results </a></li>
-
  </tr>tr>
+
<li><a href="perspectives.htm">Perspectives</a></li>
-
  <td><img src="https://static.igem.org/mediawiki/2012/6/68/LOGOPRIN.jpg" width="240" height="178" alt="Logo Principal" /></td>
+
<li><a href="Modelling.htm">Modeling</a></li>
-
  <td bgcolor="01A79D"><ul class="nav">
+
<li><a href="aboutus.htm">About us</a> </li>
-
<li>
+
<li><a href="outreach.htm">outreach</a></li>
-
<a href="/Team/CINVESTAV-IPN-UNAM_MX/home.htm">Home<span class="flecha">&#9660;</span></a>
+
</ul>
-
</li>
+
</div>
-
<li>
+
<!-- end #menu -->
-
<a href="#">Rhodofactory<span class="flecha">&#9660;</span></a>
+
<div id="header">
-
<ul>
+
<h1><a href="#"></a></h1>  
-
<li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Overview.htm">Overview<span class="flecha">&#9660;</span></a></li>
+
<h2><span></span></h2>
-
           
+
</div>
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Light Response.htm">Light Response<span class="flecha">&#9660;</span></a></li>
+
<!-- end #header -->
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Oxigen Response.htm">Oxigen Response<span class="flecha">&#9660;</span></a></li>
+
<div id="page">
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Chassis.htm">Chassis<span class="flecha">&#9660;</span></a></li>
+
<div id="context">
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Perspective.htm">Perspective<span class="flecha">&#9660;</span></a></li>
+
<h1>Light and oxygen response!</h1>
-
+
<p id="text2">AppA/PpsR Regulation System</p>
-
</ul>
+
<p>In this repressor/antirepressor system, under low oxygen tension, the GFP
-
</li>
+
expression is possible because the repressor PpsR is forming a complex with the
-
<li>
+
antirepresssor protein AppA. Moreover, when blue light fall upon the complex, a
-
<a href="">Results<span class="flecha">&#9660;</span></a>
+
conformational change in AppA breaks the complex, and AppA avoid GFP expression. (See
-
<ul>
+
Rhodofactory section for a complete explanation).<br><br>
-
<li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Biobricks.htm">Biobricks<span class="flecha">&#9660;</span></a></li>
+
-
           
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Notebook.htm">Notebook<span class="flecha">&#9660;</span></a></li>
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Protocol.htm">Protocol<span class="flecha">&#9660;</span></a></li>
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/palustris response.htm">R. palustris response<span class="flecha">&#9660;</span></a></li>
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/sphaeroides response.htm">R. sphaeroides response<span class="flecha">&#9660;</span></a></li>
+
-
</ul>
+
-
</li>
+
-
+
-
<li>
+
-
<a href="#">IGEM Contribution<span class="flecha">&#9660;</span></a>
+
-
<ul>
+
-
<li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Construction.htm">Construction<span class="flecha">&#9660;</span></a></li>
+
-
           
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Metods.htm">Metods<span class="flecha">&#9660;</span></a></li>
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Results.htm">Results<span class="flecha">&#9660;</span></a></li>
+
-
+
-
</ul>
+
-
</li>
+
-
<li>
+
-
<a href="/Team/CINVESTAV-IPN-UNAM_MX/Modelling.htm">Modelling<span class="flecha">&#9660;</span></a>
+
-
+
-
</li>  
+
-
   
+
-
    <li>
+
-
<a href="#">Team<span class="flecha">&#9660;</span></a>
+
-
<ul>
+
-
<li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Members.htm">Members<span class="flecha">&#9660;</span></a></li>
+
-
           
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Institute.htm">Institute<span class="flecha">&#9660;</span></a></li>
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Labs.htm">Labs<span class="flecha">&#9660;</span></a></li>
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Sponsor.htm">Sponsor<span class="flecha">&#9660;</span></a></li>
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Gallery.htm">Gallery<span class="flecha">&#9660;</span></a></li>
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Acknowledgments.htm">Acknowledgments<span class="flecha">&#9660;</span></a></li>
+
-
+
-
</ul>
+
-
</li>
+
-
    <li>
+
-
<a href="#">Outreach<span class="flecha">&#9660;</span></a>
+
-
<ul>
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Human Practice.htm">Human Practice<span class="flecha">&#9660;</span></a></li>
+
-
            <li><a href="/Team/CINVESTAV-IPN-UNAM_MX/Safety.htm">Safety<span class="flecha">&#9660;</span></a></li>
+
-
</ul>
+
-
</li>
+
-
   
+
-
   
+
-
</ul></td>
+
-
  <td><img src="images/spacer.gif" width="1" height="150" alt="" /></td>
+
-
  </tr>
+
-
  <tr>
+
-
  <td colspan="2" >
+
-
 
+
-
  <div id="main">
+
-
<div id="bodys_r1_c2">
+
-
</div>
+
-
<div id="bodys_r1_c3">
+
-
   
+
-
      <img src="images/Modelling.fw.png" width="500" height="92" /> </div>
+
-
<div class="clearFloat"></div>
+
-
<div id="bodys_r2_c2"></div>
+
-
<div id="bodys_r2_c3">
+
-
    <div class="Text">
+
-
      <p>
+
-
<img src="https://static.igem.org/mediawiki/2012/e/ef/Rpa_%285%29.jpg" width="535" height="550" />
+
We made two BioBricks (BBa_K776018 y BBa_K776020) to test the Light &
-
<img src="https://static.igem.org/mediawiki/2012/e/ea/Rpa_%281%29.jpg" width="535" height="550" />
+
Oxygen Control System, each one has GFP as a reporter gene and the functionality was
-
<img src="https://static.igem.org/mediawiki/2012/4/41/Rpa_%282%29.jpg" width="535" height="550" />
+
related to the fluorescence detection.</p>
-
<img src="https://static.igem.org/mediawiki/2012/b/be/Rpa_%283%29.jpg" width="535" height="550" />
+
<img src="https://static.igem.org/mediawiki/2012/4/40/Oxy01.jpg" alt="oxy01" width="561" height="241">
-
<img src="https://static.igem.org/mediawiki/2012/f/fc/Rpa_%284%29.JPG" />
+
<p>Figure 1. This BioBrick will show if our dependent promoter is functional, using the
 +
constitutive (or natural) system from <em>R. sphaeroides</em> or the orthologue system from <em>R.palustris.</em></p>
 +
<img src="https://static.igem.org/mediawiki/2012/1/1c/Oxy02.jpg" width="563" height="183">
 +
<p>Figure 2. This BioBrick will show if our complete system is functional because probably
 +
we need a synthetic system to promote GFP expression by binding its target sequence
 +
(dependent promoter) in <em>R. palustris.</em></p>
 +
<p>Both systems were cloned in pRK415 because this is a vector for Purple Non-Sulfur
 +
Photosynthetic Bacteria, the plasmids were introduced in <em>R. sphaeroides</em> and <em>R.palustris</em>,
 +
by biparental and triparental conjugation.</p>
 +
<p>The measurement approach was:
 +
<li>Fluorescence Microscopy: To have a qualitative GFP detection in these bacteria.</li>
 +
<li>Flow Cytometry: To have a quantitative GFP detection, we calculated the percentage of
 +
bacterial population expressing GFP (GFP+) in 1000 bacteria.</li></p><br>
-
</p>
+
<p>We used 3 environmental growing conditions:
-
     </div>
+
<li>Aerobic/Darkness</li>
 +
<li>Anaerobic/Light</li>
 +
<li>Anaeroibic/darkness</li>
 +
</p><br>
 +
 
 +
<p>For all data results, we considered a negative control: <em>R. sphaeroides</em> and
 +
<em>R.palustris</em>, conjugated bacteria with pRK415 vector without BioBrick.</p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2012/f/f0/Oxygenres01.jpg" width="563" height="452">
 +
<img src="https://static.igem.org/mediawiki/2012/c/cc/Oxygenres02.jpg" width="563" height="452">
 +
<p>Figure 3. Percentage of bacterial population expressing GFP..<br>
 +
</p>
 +
  <img src="https://static.igem.org/mediawiki/2012/9/9b/Oxy03.jpg" width="561" height="465"></div>
 +
<div align="center">
 +
</div>
 +
<p>Figure 4. Images obtained by fluorescence microscopy, where our systems
 +
were functional in the expected conditions.</p>
 +
<p id="text2">Discussion</p>
 +
<p>In <em>R. sphaeroides</em>, the best functionality of our system was in aerobic and darknesss
 +
condition, it was not the expected result, but probably the activation is because to the
 +
incomplete repression of the system because we were overexpressing the constitutive
 +
proteins. Altought, we obtained GFP expression with a lower level, in the expected
 +
condition, both BioBricks (BBa_K776018 y BBa_K776020) were functional.<br>
 +
<br>
 +
 
 +
In <em>R.palustris</em>, our best condition was in anaerobic and light condition, expected result. The low level of GFP in BioBrick BBa_K77608 it could be due to low affinity of orthologous proteins to our promoter sequence, but when we introduced the complete system BBa_K776020 GFP expression increases showing the funcionality of our system. </p>
 +
 +
<p id="text2">Conclusion</p>
 +
<p>Both BioBricks (K776018 and BBa_K776020) are functional in two photosynthetic
 +
bacteria <em>R.palustris</em> and <em>R. sphaeroides.</em> The best condicion was aerobic/darknes and anaerobic light respectively.
 +
 
 +
 
 +
This is a functional system for controlling genetic expression with Light and Oxygen signals.</p>
 +
 
 +
</div>
 +
 
 +
<div id="sidebar">
 +
  <div id="updates" class="orangebox">
 +
 +
    <h2>Results</h2>
 +
<ul>
 +
<li><a href="Biobricks.htm" target="_parent">Biobricks</a></li>
 +
<li><a href="Lightandoxre.htm">Light and oxygen response</a></li>
 +
<li><a href="Notebook.htm">Notebook</a></li>
 +
<li><a href="oxigenresponse.htm">Oxygen response</a></li>
 +
<li><a href="Protocol.htm">Protocols</a></li>
 +
</ul>
 +
</div>
 +
  </div>  
 +
  <div style="clear: both;">&nbsp;</div>
 +
</div>
 +
<!-- end #page -->
 +
<div id="piep">
 +
<p align="center"> <strong>Rhodofactory 2012</strong> </p>
 +
<div id="sponsors">
 +
  <div align="center"><img src="https://static.igem.org/mediawiki/2012/8/8a/Icytdf.png" alt="icytdf" width="90" height="82" /></div>
 +
</div>
 +
<div id="sponsors">
 +
  <div align="center"><img src="https://static.igem.org/mediawiki/2012/6/67/Osli.png" alt="osli" width="88" height="46" /></div>
 +
</div>
 +
 +
<div id="sponsors">
 +
  <div align="center"><img src="https://static.igem.org/mediawiki/2012/f/fb/Bio.png" alt="bio" width="80" height="97" /></div>
 +
</div>
 +
<div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/d/d6/Fermentas.png" alt="fermentAS" width="82" height="45" /></div>
 +
<div id="sponsors">
 +
  <div align="center"><img src="https://static.igem.org/mediawiki/2012/a/a3/Cinestav.png" alt="cinestav" width="74" height="91" /></div>
 +
</div>
 +
<div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/9/9b/Genscript.png" alt="genscript" width="83" height="45" /></div>
 +
<div id="sponsors">
 +
  <div align="center"><img src="https://static.igem.org/mediawiki/2012/1/16/Unam.png" alt="unam" width="83" height="93" /></div>
 +
</div>
 +
<div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/c/c9/Gto.png" alt="gto" width="84" height="46" /></div>
 +
     <div id="sponsors">
 +
      <div align="center"><img src="https://static.igem.org/mediawiki/2012/f/fa/Qimica.png" alt="quimica" width="80" height="72" /></div>
     </div>
     </div>
-
<div class="clearFloat"></div>
+
<div id="sponsors"><img src="https://static.igem.org/mediawiki/2012/7/73/Valaner.png" alt="valaner" width="84" height="48" /></div>
 +
<div id="sponsors">
 +
  <div align="center"><img src="https://static.igem.org/mediawiki/2012/7/79/Ipn.png" alt="ipn" width="70" height="96" /></div>
 +
</div>
 +
</div>
</div>
-
 
+
<!-- end #footer -->
-
    </td>
+
-
  <td><img src="images/spacer.gif" width="1" height="500" alt="" /></td>
+
-
  </tr>
+
-
</table>
+
</body>
</body>
</html>
</html>

Latest revision as of 22:59, 26 October 2012

Rho

Light and oxygen response!

AppA/PpsR Regulation System

In this repressor/antirepressor system, under low oxygen tension, the GFP expression is possible because the repressor PpsR is forming a complex with the antirepresssor protein AppA. Moreover, when blue light fall upon the complex, a conformational change in AppA breaks the complex, and AppA avoid GFP expression. (See Rhodofactory section for a complete explanation).

We made two BioBricks (BBa_K776018 y BBa_K776020) to test the Light & Oxygen Control System, each one has GFP as a reporter gene and the functionality was related to the fluorescence detection.

oxy01

Figure 1. This BioBrick will show if our dependent promoter is functional, using the constitutive (or natural) system from R. sphaeroides or the orthologue system from R.palustris.

Figure 2. This BioBrick will show if our complete system is functional because probably we need a synthetic system to promote GFP expression by binding its target sequence (dependent promoter) in R. palustris.

Both systems were cloned in pRK415 because this is a vector for Purple Non-Sulfur Photosynthetic Bacteria, the plasmids were introduced in R. sphaeroides and R.palustris, by biparental and triparental conjugation.

The measurement approach was:

  • Fluorescence Microscopy: To have a qualitative GFP detection in these bacteria.
  • Flow Cytometry: To have a quantitative GFP detection, we calculated the percentage of bacterial population expressing GFP (GFP+) in 1000 bacteria.

  • We used 3 environmental growing conditions:

  • Aerobic/Darkness
  • Anaerobic/Light
  • Anaeroibic/darkness

  • For all data results, we considered a negative control: R. sphaeroides and R.palustris, conjugated bacteria with pRK415 vector without BioBrick.

    Figure 3. Percentage of bacterial population expressing GFP..

    Figure 4. Images obtained by fluorescence microscopy, where our systems were functional in the expected conditions.

    Discussion

    In R. sphaeroides, the best functionality of our system was in aerobic and darknesss condition, it was not the expected result, but probably the activation is because to the incomplete repression of the system because we were overexpressing the constitutive proteins. Altought, we obtained GFP expression with a lower level, in the expected condition, both BioBricks (BBa_K776018 y BBa_K776020) were functional.

    In R.palustris, our best condition was in anaerobic and light condition, expected result. The low level of GFP in BioBrick BBa_K77608 it could be due to low affinity of orthologous proteins to our promoter sequence, but when we introduced the complete system BBa_K776020 GFP expression increases showing the funcionality of our system.

    Conclusion

    Both BioBricks (K776018 and BBa_K776020) are functional in two photosynthetic bacteria R.palustris and R. sphaeroides. The best condicion was aerobic/darknes and anaerobic light respectively. This is a functional system for controlling genetic expression with Light and Oxygen signals.

     

    Rhodofactory 2012

    icytdf
    osli
    bio
    fermentAS
    cinestav
    genscript
    unam
    gto
    quimica
    valaner
    ipn