Team/CINVESTAV-IPN-UNAM MX/oxigenresponse.htm
From 2012.igem.org
(15 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> | + | <head> |
+ | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
+ | <title>Rho</title> | ||
+ | <style type="text/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; | ||
+ | } | ||
- | + | body { | |
- | + | 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="" /> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | <div id="menu"> | ||
+ | <ul> | ||
+ | <li><a href="home.htm">Home</a></li> | ||
+ | <li><a href="rhodofactory.htm">Rhodofactory</a></li> | ||
+ | <li><a href="promoterselection.htm">Promoter selection </a></li> | ||
+ | <li class="active"><a href="results.htm">results </a></li> | ||
+ | <li><a href="perspectives.htm">Perspectives</a></li> | ||
+ | <li><a href="Modelling.htm">Modeling</a></li> | ||
+ | <li><a href="aboutus.htm">About us</a> </li> | ||
+ | <li><a href="outreach.htm">outreach</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <!-- end #menu --> | ||
+ | <div id="header"> | ||
+ | <h1><a href="#"></a></h1> | ||
+ | <h2><span></span></h2> | ||
+ | </div> | ||
+ | <!-- end #header --> | ||
+ | <div id="page"> | ||
+ | <div id="context"> | ||
+ | |||
+ | <h1><em>Oxygen Control System!</em></h1> | ||
+ | <p id="text2"> PrrA/PrrB two component system</p> | ||
+ | <p>This system remains inactive under high oxygen tension, when oxygen | ||
+ | concentration decreases, it is possible the GFP transcription. (See Rhodofactory section for | ||
+ | a complete explanation).<br><br> | ||
+ | |||
+ | We made two BioBricks (BBa_K776019 y BBa_K776021) to test the Oxygen | ||
+ | Control System, each one has GFP as a reporter gene and the functionality was related to | ||
+ | the fluorescence detection.</p> | ||
+ | <div align="center"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/c/c5/Osy01.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> | ||
+ | </div> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/0/06/Osy02.jpg" width="562" height="192"> | ||
+ | <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> | ||
+ | </div> | ||
+ | <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 we used was: | ||
+ | <li>Fluorescence Microscopy: To have a qualitative detection of GFP in these bacteria.</li> | ||
+ | <li>Flow Cytometry: To have a quantitative detection of GFP expression, we calculated the | ||
+ | percentage of bacterial population expressing GFP (GFP+) in 1000 bacteria.</li><br> | ||
</p> | </p> | ||
- | + | <p>We used 3 environmental growing conditions: | |
+ | <li>Aerobic/Darkness</li> | ||
+ | <li>Anaerobic/Light</li> | ||
+ | <li>Anaeroibic/darkness</li></p> | ||
+ | <p>For all data results, we considered a negative control: <em>Rhodobacter sphaeroides</em> or <em>Rhodopseudomonas palustris</em>, conjugated bacteria with pRK415 vector without BioBrick.</p> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2012/7/73/Osy03.jpg" width="563" height="452"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/e/ec/Osy04.jpg" width="563" height="452"> | ||
+ | <p>Figure 3. Percentage of bacterial population expressing GFP.<br> | ||
</p> | </p> | ||
- | + | </div> | |
+ | <div align="center"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012/6/6b/Osy05.jpg" width="556" height="384"> | ||
+ | <p>Figure 4. Representative images obtained by fluorescence microscopy, where our systems | ||
+ | were functional in the expected conditions.</p> | ||
+ | </div> | ||
+ | <p id="text2">Discussion</p> | ||
+ | <p>In <em>R. sphaeroides</em>, as we can see in figure 3 and 4, there was low GFP expression, probably | ||
+ | because growing conditions were microaerophilic instead of extrictly anaerobic. In | ||
+ | anaerobic conditions PrrB autophosphorylates and passes a phosphate group to PrrA, this | ||
+ | activated PrrA binds its promoter sequence to start GFP expression. Furthermore, when | ||
+ | we introduced the complete system (BBa_K776021), actually we are overexpressing the | ||
+ | regulatory proteins and the signaling could not be fully controlled.<br> | ||
+ | <br> | ||
+ | In <em>R. palustris</em>, we had GFP expression in PrrA dependent promoter (BBa_K776019), maybe | ||
+ | because orthologous proteins activated it. The complete system (BBa_K776021) also | ||
+ | was functional but in a lower level, assumably due to the interference of other proteins that regulate photosynthetic genes.<br> | ||
+ | <br> | ||
+ | The GFP expression that we did not expected was in aerobic condition in the complete system, probably | ||
+ | is due to the complexity of the regulatory network where this system is involved. | ||
</p> | </p> | ||
+ | <p id="text2">Conclusion</p> | ||
+ | <p> Our two BioBricks (K776019 and BBa_K776021) are functional in two photosynthetic | ||
+ | bacteria <em>R. palustris</em> and <em>R. sphaeroides</em>, both in anaerobic/light expected condition. This is a functional system for controlling genetic | ||
+ | expression with Oxygen tension.</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;"> </div> | ||
+ | </div> | ||
+ | <!-- end #page --> | ||
+ | <div id="piep"> | ||
+ | <p align="center"> <strong>Rhodofactory</strong> 2012 </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 id="sponsors"><img src="https://static.igem.org/mediawiki/2012/7/73/Valaner.png" alt="valaner" width="84" height="48" /></div> | |
- | <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 --> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 03:36, 27 October 2012
Oxygen Control System!
PrrA/PrrB two component system
This system remains inactive under high oxygen tension, when oxygen
concentration decreases, it is possible the GFP transcription. (See Rhodofactory section for
a complete explanation).
We made two BioBricks (BBa_K776019 y BBa_K776021) to test the Oxygen
Control System, each one has GFP as a reporter gene and the functionality was related to
the fluorescence detection.
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 we used was:
We used 3 environmental growing conditions:
For all data results, we considered a negative control: Rhodobacter sphaeroides or Rhodopseudomonas palustris, conjugated bacteria with pRK415 vector without BioBrick.
Figure 3. Percentage of bacterial population expressing GFP.
Figure 4. Representative images obtained by fluorescence microscopy, where our systems were functional in the expected conditions.
Discussion
In R. sphaeroides, as we can see in figure 3 and 4, there was low GFP expression, probably
because growing conditions were microaerophilic instead of extrictly anaerobic. In
anaerobic conditions PrrB autophosphorylates and passes a phosphate group to PrrA, this
activated PrrA binds its promoter sequence to start GFP expression. Furthermore, when
we introduced the complete system (BBa_K776021), actually we are overexpressing the
regulatory proteins and the signaling could not be fully controlled.
In R. palustris, we had GFP expression in PrrA dependent promoter (BBa_K776019), maybe
because orthologous proteins activated it. The complete system (BBa_K776021) also
was functional but in a lower level, assumably due to the interference of other proteins that regulate photosynthetic genes.
The GFP expression that we did not expected was in aerobic condition in the complete system, probably
is due to the complexity of the regulatory network where this system is involved.
Conclusion
Our two BioBricks (K776019 and BBa_K776021) are functional in two photosynthetic bacteria R. palustris and R. sphaeroides, both in anaerobic/light expected condition. This is a functional system for controlling genetic expression with Oxygen tension.
Rhodofactory 2012