Project usu.html

From 2010.igem.org

(Difference between revisions)
(Synechocystis sp. PCC 6803)
 
(26 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
{{:Team:Utah_State/usu_bg}}
 +
{{:Team:Utah_State/usu_header}}
 +
{{:Team:Utah_State/usu_menu}}
-
<head>
 
-
<title>iGEM 2010 - USU - THE TEAM</title>
 
-
 
-
<style type="text/css">
 
-
 
-
.container { position:relative; height: auto; width: 900px; margin:auto; z-index:1; background-color: rgba(255, 255, 255, 0.7)}
 
-
 
-
.header { position:inherit; height:158px; width: 900px; margin:auto; z-index:2; background-image:url(https://static.igem.org/mediawiki/2010/b/b6/USU2010banner.jpg);/*Change this link with the one from iGEM*/
 
-
 
-
background-repeat:no-repeat;}
 
-
 
-
.menu {position: relative; height:auto; width: 900px; margin:auto; z-index:3;}
 
-
 
-
.menu1 {position: relative; height:auto; width: 900px; margin:auto; z-index:7;}
 
-
 
-
.intro {position: relative; height:auto; width: 900px; margin:auto; z-index:9;}
 
-
 
-
.content{position:inherit; height:auto; width: 850px; margin:auto; z-index:4; background-image:url(https://static.igem.org/mediawiki/2010/7/7d/Background.gif) background-repeat:no-repeat}
 
-
 
-
.content_logo{}
 
-
 
-
.footer{position:relative; height:auto; width: 900px; margin:auto; z-index:5; background-color:#000; background-image:url(https://static.igem.org/mediawiki/2010/7/7d/Background.gif)}
 
-
 
-
.bottom{position:relative; height:16px; width: 900px; margin:auto; z-index:6; background-image:url(https://static.igem.org/mediawiki/2010/7/7d/Background.gif)/*Change this link with the one from iGEM*/}
 
-
 
-
 
-
 
-
.slideshow { height:auto; width: 224px; margin-left:200px; margin-top:40px; position:relative}
 
-
 
-
.slideshow img { padding: 15px; border: 0px solid #ccc; background-color:transparent; background-image:url(https://static.igem.org/mediawiki/2010/7/7d/Background.gif)  }
 
-
 
-
body {
 
-
 
-
background-attachment:fixed;
 
-
 
-
background-image: url(background-image:url(https://static.igem.org/mediawiki/2010/7/7d/Background.gif))/*Change this link with the one from iGEM*/;
 
-
 
-
background-repeat: no-repeat;
 
-
 
-
}
 
-
 
-
 
-
 
-
ul.topnav {
 
-
 
-
list-style: none;
 
-
 
-
padding: 0 20px;
 
-
 
-
margin: 0;
 
-
 
-
float: left;
 
-
 
-
width: 900px;
 
-
 
-
background: #222;
 
-
 
-
font-size: 1.2em;
 
-
 
-
background: url(https://static.igem.org/mediawiki/2010/1/1b/Topnav_bg.gif)/*Change this link with the one from iGEM*/ no-repeat;
 
-
 
-
}
 
-
 
-
ul.topnav li {
 
-
 
-
float: left;
 
-
 
-
margin: 0;
 
-
 
-
padding: 0 15px 0 0;
 
-
 
-
position: relative; /*--Declare X and Y axis base for sub navigation--*/
 
-
 
-
}
 
-
 
-
ul.topnav li a{
 
-
 
-
padding: 10px 5px;
 
-
 
-
color: #fff;
 
-
 
-
display: block;
 
-
 
-
text-decoration: none;
 
-
 
-
float: left;
 
-
 
-
}
 
-
 
-
ul.topnav li a:hover{
 
-
 
-
background: url(images/topnav_hover.gif) no-repeat center top;
 
-
 
-
}
 
-
 
-
ul.topnav li span { /*--Drop down trigger styles--*/
 
-
 
-
width: 17px;
 
-
 
-
height: 35px;
 
-
 
-
float: left;
 
-
 
-
background: url(images/subnav_btn.gif) no-repeat center top;
 
-
 
-
}
 
-
 
-
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
 
-
 
-
ul.topnav li ul.subnav {
 
-
 
-
list-style: none;
 
-
 
-
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
 
-
 
-
left: 0; top: 35px;
 
-
 
-
background: #333;
 
-
 
-
margin: 0; padding: 0;
 
-
 
-
display: none;
 
-
 
-
float: left;
 
-
 
-
width: 170px;
 
-
 
-
border: 1px solid #111;
 
-
 
-
}
 
-
 
-
ul.topnav li ul.subnav li{
 
-
 
-
margin: 0; padding: 0;
 
-
 
-
border-top: 1px solid #252525; /*--Create bevel effect--*/
 
-
 
-
border-bottom: 1px solid #444; /*--Create bevel effect--*/
 
-
 
-
clear: both;
 
-
 
-
width: 170px;
 
-
 
-
}
 
-
 
-
html ul.topnav li ul.subnav li a {
 
-
 
-
float: left;
 
-
 
-
width: 145px;
 
-
 
-
background: #333 url(images/dropdown_linkbg.gif)/*Change this link with the one from iGEM*/ no-repeat 10px center;
 
-
 
-
padding-left: 20px;
 
-
 
-
}
 
-
 
-
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
 
-
 
-
background: #222 url(images/dropdown_linkbg.gif)/*Change this link with the one from iGEM*/ no-repeat 10px center;
 
-
 
-
}
 
-
 
-
 
-
 
-
body,td,th {
 
-
 
-
font-family: Arial, Helvetica, sans-serif;
 
-
 
-
}
 
-
 
-
</style>
 
-
 
-
<!-- include jQuery library -->
 
-
 
-
 
-
 
-
 
-
<!--  initialize the slideshow when the DOM is ready -->
 
-
 
-
<script type="text/javascript">
 
-
 
-
$(document).ready(function() {
 
-
 
-
    $('.slideshow').cycle({
 
-
 
-
fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
 
-
 
-
});
 
-
 
-
 
-
 
-
//Here I am declaring the functions for the menu behavior "Miguel Leonardo"
 
-
 
-
 
-
 
-
$("ul.subnav").parent().append("<span></span>"); //Only shows drop down trigger when js is enabled (Adds empty span tag after ul.subnav*)
 
-
 
-
 
-
 
-
$("ul.topnav li span").click(function() { //When trigger is clicked...
 
-
 
-
 
-
 
-
//Following events are applied to the subnav itself (moving subnav up and down)
 
-
 
-
$(this).parent().find("ul.subnav").slideDown('fast').show(); //Drop down the subnav on click
 
-
 
-
 
-
 
-
$(this).parent().hover(function() {
 
-
 
-
}, function(){
 
-
 
-
$(this).parent().find("ul.subnav").slideUp('slow'); //When the mouse hovers out of the subnav, move it back up
 
-
 
-
});
 
-
 
-
 
-
 
-
//Following events are applied to the trigger (Hover events for the trigger)
 
-
 
-
}).hover(function() {
 
-
 
-
$(this).addClass("subhover"); //On hover over, add class "subhover"
 
-
 
-
}, function(){ //On Hover Out
 
-
 
-
$(this).removeClass("subhover"); //On hover out, remove class "subhover"
 
-
 
-
});
 
-
 
-
 
-
 
-
});
 
-
 
-
</script>
 
-
 
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
-
 
-
</head>
 
-
 
-
<!--/*Change this link with the one from iGEM*/-->
 
-
 
-
<body background="https://static.igem.org/mediawiki/2010/7/7d/Background.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
 
-
 
-
<div class="header"> <a href="https://2010.igem.org/Team:Utah_State"><img src="https://static.igem.org/mediawiki/2010/b/b6/USU2010banner.jpg" width="958" height="158" alt="USU_IGEM" longdesc="http://https://2010.igem.org/Team:Utah_State"></a></div>
 
-
 
-
 
-
 
-
<div class="container">
 
-
 
-
<div class="menu">
 
-
 
-
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="122" id="FlashID" title="menu">
 
-
 
-
    <param name="movie" value="https://static.igem.org/mediawiki/2010/d/db/Menu.swf"><!--/*Change this link with the one from iGEM*/-->
 
-
 
-
    <param name="quality" value="high">
 
-
 
-
    <param name="wmode" value="opaque">
 
-
 
-
    <param name="swfversion" value="6.0.65.0">
 
-
 
-
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
 
-
 
-
    <param name="expressinstall" value="https://static.igem.org/mediawiki/2010/3/3b/ExpressInstall.swf"><!--/*Change this link with the one from iGEM*/-->
 
-
 
-
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
 
-
 
-
    <!--[if !IE]>-->
 
-
 
-
    <object type="application/x-shockwave-flash" data="https://static.igem.org/mediawiki/2010/d/db/Menu.swf" width="900" height="122"><!--/*Change this link with the one from iGEM*/-->
 
-
 
-
      <!--<![endif]-->
 
-
 
-
      <param name="quality" value="high">
 
-
 
-
      <param name="wmode" value="opaque">
 
-
 
-
      <param name="swfversion" value="6.0.65.0">
 
-
 
-
      <param name="expressinstall" value="https://static.igem.org/mediawiki/2010/3/3b/ExpressInstall.swf"><!--/*Change this link with the one from iGEM*/-->
 
-
 
-
      <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
 
-
 
-
      <div>
 
-
 
-
        <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
 
-
 
-
        <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
 
-
 
-
      </div>
 
-
 
-
      <!--[if !IE]>-->
 
-
 
-
    </object>
 
-
 
-
    <!--<![endif]-->
 
-
 
-
  </object>
 
 +
<div id="HomeCenterCenterBB">
 +
<div id="Tittle">
 +
Project
</div>
</div>
 +
=Abstract=
 +
The future of synthetic biology lies in expanding our ability to engineer genes in new organisms. Our project develops a system to engineer the genome of the photosynthetic cyanobacterium ''Synechocystis'' sp. PCC6803, establishes expression standards for this species, and adds a set of characterized ''Synechocystis'' promoters and ribosome binding sites to the BioBrick toolbox. We developed a BioBrick vector that can be used to assemble parts and devices in E. coli. Upon transformation into ''Synechocystis'', it integrates the device directly into the genome through homologous recombination. We utilized genes that were activated under a variety of conditions, from those responding to heat stress to ones oscillating under a circadian rhythm. The promoters and ribosome binding sites were converted into BioBrick-compatible parts, and subsequently characterized. Our success will enable the use of existing parts in new species, and will expand the range of devices that can be built.
-
<div class="content"><!--Add here the content of the site-->
+
=Introduction=
-
<table width="850px" border="0">
+
==''Synechocystis'' sp. PCC 6803==
 +
''Synechocystis'' sp. PCC 6803 (hereafter referred to as PCC 6803) is a cyanobacterium, a photosynthetic bacterium, and one of the major model organisms in microbiology. The photosynthetic pathway of PCC 6803 has been extensively studied and its genome has been completely sequenced. It is capable of acting as both an autotroph, obtaining its energy from light and its carbon from the atmosphere, and as a heterotroph, using glycolysis of sugars as both an energy source and a carbon source. It also possesses the ability to uptake DNA present in its environment through natural transformation, making it a useful species for genetic manipulation (Zang, et al., 2007). PCC 6803 possesses many industrial applications including lipid recovery in biofuel production, PHB collection, and as a toxin biosensor (Wu, et al., 2001; Avramescu, et al., 1999). PCC 6803 also exhibits phototaxis and possesses an oscillating circadian clock, which may be of interest to genetic programmers. This species also has a set of well characterized secretion tags, which, unlike many species, are not sequence-dependent but rather charge-dependent, potentially allowing positively charged secretion tags from other species (such as ''E. coli'') to be used in PCC 6803.
-
  <tr>
+
==Project Justification==
 +
Despite the many potential uses and the promises of PCC 6803 in genetic research, new techniques for manipulating and studying bacterial genetics have not been adapted to this species. This project attempts the first step of the adaptations of the BioBrick biological part system to PCC 6803. This project seeks to create a BioBrick compatible integration vector for use in PCC 6803, since the species is more efficient at integrating genetic material into its chromosomes than maintaining separately replicating plasmids. This project also seeks to study the behaviors and strengths of 15 promoters from PCC 6803 which potentially are induced in light, darkness, heat stress, or nitrogen stress. Promoter strength and activation will be assessed using a cycle 3 mutant GFP (BBa_K20800), which has been used to test promoters in PCC 6803 in previous studies and is clearly distinguishable by spectrofluorometer despite the cell’s natural green color (Kunert, et al., 2000; Spence, et al., 2003). GFP was also chosen over CFP and RFP due to its excitation and emission wavelengths lying in a region where the photosynthetic system of PCC 6803 has reduced absorbance, which may improve accuracy of quantitative measurements by limiting interference (Figure 1) (Wilde, et al. 1995).
-
    <td style="font-size: 20px; font-weight: bold;">&nbsp;</td>
 
-
  </tr>
+
[[Image:USU_spectrum.png||400px]]
-
  <tr>
+
'''Figure 1.''' Absorbance spectrum of Synechocystis sp. PCC 6803 and the excitation and emission wavelengths of CFP, GFP, YFP, and RFP. Absorbance spectrum (black line) adaptated from Wilde, et al. (1995). Fluorescent proteins emission and excitation wavelengths shown as a single bar due to small relative distance between wavelengths, bars are color coded to the proteins.
-
    <td style="font-size: 20px; font-weight: bold;">&nbsp;</td>
+
==Sigma Factors==
 +
The transcription of genes in PCC 6803 is controlled in part by a system of nine currently known sigma factors (Table 1) (Imamura and Asayama, 2009). SigA controls the transcription of housekeeping genes, and its promoter will likely be a useful standard, as its concentration varies little over a range of temperatures, cell cycle phases, and stress conditions. SigE is upregulated by light and downregulated in the dark, potentially contributing to circadian rhythm-based gene transcription. The other sigma factors are detailed in Table 1 and are thoroughly reviewed in Imamura and Asayama (2009).
 +
-
  </tr>
+
'''Table 1.''' Sigma Factors in Synechocystis sp. PCC 6803. Potential functions of genes listed, if known. Adapted from Imamura and Asayama (2009).
-
  <tr>
+
[[Image:Sigma Factors.png||900px]]
-
    <td style="font-size: 20px; font-weight: bold;">Title</td>
+
==Promoter Types==
 +
These sigma factors act on three classes of promoter sequences (summarized from Imamura and Asayama, 2009):
 +
<uL>
 +
<li>Type I promoters have the typical prokaryotic structure of -10 and -30 regions, and are generally activated by SigA. Type I promoters have high homology to ''E. coli’s'' sigma70 binding sequence, and could potentially be active in both species.
 +
<li>Type II promoters have only the -10 region, but may include enhancer sequences for stress response.
 +
<li>Type III promoters have -12 and -32 regions, are activated through SigF, and are transcriptionally independent of the other two types
 +
</uL>
-
  </tr>
+
=References and Useful Papers=
 +
Avramescu A, Rouillon R, and Carpentier R. 1999. Potential for use of a cyanobacterium ''Synechocystis'' sp. immobilized in poly(vinylalcohol): Application to the detection of pollutants. Biotechnology Techniques 13: 559-562.
-
  <tr>
+
Haring V, Scholz P, Scherzinger E, Frey J, Derbyshire K, Hatfull G, Willetts NS, and Bagdasarian M. 1985. Protein RepC is involved in copy number control of the broad host range plasmid RSF1010. Proceedings of the National Academy of Sciences of the United States of America 82: 6090-6094.
-
    <td bgcolor="#000000" height="1px"></td>
+
Imamura S and Asayama M. 2009. Sigma Factors for Cyanobacterial Transcription. Gene Regulation and Systems Biology 3: 65-87.
-
  </tr>
+
Imamura S, Asayama M, Takahashi H, Tanaka K, Takahashi H, and Shirai M. 2003. Antagonistic dark/light-induced SigB/SigD, group 2 sigma factors, expression through redox potential and their roles in cyanobacteria. FEBS Letters 554: 357-362.
-
  <tr>
+
Imamura S, Tanaka K, Shirai M, and Asayama M. 2006. Growth phase-dependent activation of nitrogen-related genes by a control network of group 1 and group 2 sigma factors in a cyanobacterium. Journal of Biological Chemistry 281: 2668–2675.
-
    <td>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel sapien lectus, in dignissim leo. Duis diam tortor, facilisis id tincidunt in, fringilla a est. Ut elit libero, venenatis porttitor ultrices eget, rutrum sed diam. Duis semper libero posuere lorem pharetra pretium. Nulla a lacus eu ante elementum rutrum et a neque. Aenean volutpat tellus non est tempus rhoncus in nec lacus. Vivamus ac nibh at eros porta iaculis. Duis non magna ligula. Vivamus nec ipsum quis magna faucibus eleifend pretium sed lectus. Pellentesque sit amet augue non dolor tempor pharetra. Vivamus rhoncus turpis sed risus mollis sit amet ullamcorper tellus molestie. Vivamus eget lorem eget purus scelerisque sollicitudin vel ut ipsum. Nam aliquet urna odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam semper condimentum felis, eget mollis neque pulvinar et. Cras a augue enim, a facilisis nisi. Suspendisse potenti. Sed sit amet est augue. Quisque non tortor enim, quis pretium ante.<br/><br/>
+
Kunert A, Hagemann M, and Erdmann N. 2000. Construction of promoter probe vectors for ''Synechocystis'' sp. PCC 6803 using the light-emitting reporter systems GFP and LuxAB. Journal of Microbiological Methods 41: 185-194.  
 +
Ludwig A, Heimbucher T, Gregor W, Czerny T, and Schmetterer G. 2008. Transformation and gene replacement in the facultatively chemoheterotrophic, unicellular cyanobacterium ''Synechocystis'' sp. PCC6714 by electroporation. Applied Microbiology and Biotechnology 78: 729-735.
 +
Singh AK, Summerfield TC, Li H, an d Sherman LA. 2006. The heat shock response in the cyanobacterium ''Synechocystis'' sp. Strain PCC 6803 and regulation of gene expression by HrcA and SigB. Archives of Microbiology 186: 273-286.
-
Integer consequat convallis diam, quis cursus justo ultricies sit amet. Integer in dui nec magna scelerisque aliquet. Etiam placerat, velit at semper pretium, purus massa fringilla dui, id malesuada lectus est id enim. Nunc sit amet lobortis leo. Aliquam ut purus id mauris molestie faucibus molestie at sapien. Vestibulum ut nulla velit, id convallis risus. Pellentesque gravida, sem eu faucibus accumsan, urna ante facilisis ante, at tempus ante purus at massa. Proin leo arcu, tristique at sollicitudin eget, dictum non risus. Curabitur faucibus ante interdum enim suscipit mattis. Mauris massa ante, sagittis ac lobortis eu, pulvinar sed velit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ac nisl sed quam facilisis laoreet. Sed faucibus magna sit amet ante blandit in aliquet quam bibendum. Donec viverra convallis pretium. Curabitur purus neque, sodales ut pretium ut, commodo a erat. Pellentesque at risus nulla, a fermentum nisi. Nullam et justo at enim volutpat porttitor quis ut sem. Quisque odio diam, pretium et adipiscing gravida, varius sed justo.</td>
+
Spence E, Sarcina M, Ray N, Moller SG, Mullineaux CW, and Robinson C. 2003. Membrane-specific targeting of green fluorescent protein by the Tat pathway in the cyanobacterium ''Synechocystis'' PCC 6803. Molecular Microbiology 48: 1481-1489.
-
  </tr>
+
Wilde A, Härtel H, Hübschmann T, Hoffmann P, Shestakov SV, and Börner  T. 1995. Inactivation of a ''Synechocystis'' sp strain PCC 6803 gene with homology to conserved chloroplast open reading frame 184 increases the photosystem II-to-photosystem I ratio. The Plant Cell 7: 649-658.
-
 
+
-
  <tr>
+
-
 
+
-
    <td bgcolor="#000000" height="1px"></td>
+
-
 
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
 
+
-
    <td>Integer consequat convallis diam, quis cursus justo ultricies sit amet. Integer in dui nec magna scelerisque aliquet. Etiam placerat, velit at semper pretium, purus massa fringilla dui, id malesuada lectus est id enim. Nunc sit amet lobortis leo. Aliquam ut purus id mauris molestie faucibus molestie at sapien. Vestibulum ut nulla velit, id convallis risus. Pellentesque gravida, sem eu faucibus accumsan, urna ante facilisis ante, at tempus ante purus at massa. Proin leo arcu, tristique at sollicitudin eget, dictum non risus. Curabitur faucibus ante interdum enim suscipit mattis. Mauris massa ante, sagittis ac lobortis eu, pulvinar sed velit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras ac nisl sed quam facilisis laoreet. Sed faucibus magna sit amet ante blandit in aliquet quam bibendum. Donec viverra convallis pretium. Curabitur purus neque, sodales ut pretium ut, commodo a erat. Pellentesque at risus nulla, a fermentum nisi. Nullam et justo at enim volutpat porttitor quis ut sem. Quisque odio diam, pretium et adipiscing gravida, varius sed justo.</td>
+
-
 
+
-
  </tr>
+
-
 
+
-
  <tr>
+
-
 
+
-
    <td style="font-size: 20px; font-weight: bold;">&nbsp;</td>
+
-
 
+
-
  </tr>
+
-
 
+
-
</table>
+
 +
Wu GF, Wu QY, and Shen ZY. 2001. Accumulation of poly-[beta]-hydroxybutyrate in cyanobacterium ''Synechocystis'' sp. PCC6803. Bioresource Technology 76: 85-90.
 +
Zang X, Liu B, Liu S, Arunakumara KK, and Zhang X. 2007. Optimum conditions for transformation of ''Synechocystis'' sp. PCC 6803. Journal of Microbiology (Seoul, Korea) 45: 241-245
</div>
</div>
-
 
+
{{:Team:Utah_State/usu_footer}}
-
</div>
+
-
 
+
-
<div class="footer"><table width="100%" border="0" align="center">
+
-
 
+
-
  <tr>
+
-
 
+
-
  <!--/*Change this link with the one from iGEM*/-->
+
-
 
+
-
    <td align="left" valign="middle" width="33%"><img src="https://static.igem.org/mediawiki/2010/3/3b/SBClogo_white.png" width="250" height="131" alt="SBC LOGO"></td>
+
-
 
+
-
    <!--/*Change this link with the one from iGEM*/-->
+
-
 
+
-
    <td align="center" valign="bottom" width="34%"><img src="https://static.igem.org/mediawiki/2009/c/c8/Bio_Engineering-04.png" width="300" height="77" alt="USU BIO ENG"></td>
+
-
 
+
-
    <!--/*Change this link with the one from iGEM*/-->
+
-
 
+
-
    <td align="right" valign="middle" width="33%"><img src="https://static.igem.org/mediawiki/2009/d/db/UsuLogo_BLWboard-02.png" width="250" height="104" alt="USU"></td>
+
-
 
+
-
  </tr>
+
-
 
+
-
</table>
+
-
 
+
-
 
+
-
 
+
-
</div>
+
-
 
+
-
<div class="bottom">
+
-
 
+
-
</div>
+
-
 
+
-
<script type="text/javascript">
+
-
 
+
-
<!--
+
-
 
+
-
swfobject.registerObject("FlashID");
+
-
 
+
-
swfobject.registerObject("FlashID");
+
-
 
+
-
swfobject.registerObject("FlashID");
+
-
 
+
-
swfobject.registerObject("FlashID2");
+
-
 
+
-
//-->
+
-
 
+
-
</script>
+
-
 
+
-
</body>
+
-
 
+
-
<head>
+
-
<style>
+
-
table {
+
-
  background-color: #231f20;
+
-
  font-color: white;
+
-
  color:white;
+
-
}
+
-
a.menu {
+
-
  background-color: #231f20;
+
-
  color: white;
+
-
  width: 12em;
+
-
}
+
-
 
+
-
.firstHeading {
+
-
  color:white;
+
-
}
+
-
 
+
-
#bodyContent {
+
-
background-color: #231f20;
+
-
}
+
-
 
+
-
#content {
+
-
background-color: #231f20;
+
-
}
+
-
 
+
-
#footer-box {
+
-
  background-color: #231f20;
+
-
}
+
-
p {
+
-
  color:white;
+
-
}
+
-
body {
+
-
  background-color:#231f20;
+
-
}
+
-
.firstHeading {
+
-
  display:none;
+
-
}
+
-
 
+
-
</style>
+
-
</head>
+
-
 
+
-
 
+
-
 
+
-
</p><p><br />
+
-
</p><p>
+
-
<style type="text/css">
+
-
body {background-color:#231f20; background-image:url(https://static.igem.org/mediawiki/2010/b/b6/USU2010banner.jpg);/*Change this link with the one from iGEM*/
+
-
background-repeat:no-repeat;}
+
-
#content{
+
-
border:0px;
+
-
}
+
-
 
+
-
</style>
+
-
 
+
-
 
+
-
</p><p>
+
-
<head>
+
-
 
+
-
<style type="text/css">
+
-
 
+
-
.container { position:relative; height: auto; width: 900px; margin:auto; z-index:1; background-color: rgba(255, 255, 255, 0.7)}
+
-
 
+
-
.header { position:inherit; height:158px; width: 950px; margin:auto; z-index:2; background-image:url(https://static.igem.org/mediawiki/2010/b/b6/USU2010banner.jpg);/*Change this link with the one from iGEM*/
+
-
 
+
-
background-repeat:no-repeat;}
+
-
 
+
-
.menu {position: relative; height:auto; width: 900px; margin:auto; z-index:3;}
+
-
 
+
-
.menu1 {position: relative; height:auto; width: 900px; margin:auto; z-index:7;}
+
-
 
+
-
.intro {position: relative; height:auto; width: 900px; margin:auto; z-index:9;}
+
-
 
+
-
.content{position:inherit; height:auto; width: 850px; margin:auto; z-index:4; background-color:#CCF; background-repeat:no-repeat}
+
-
 
+
-
.content_logo{}
+
-
 
+
-
.footer{position:relative; height:auto; width: 900px; margin:auto; z-index:5; background-image:url(https://static.igem.org/mediawiki/2010/7/7d/Background.gif); background-color:#000}
+
-
 
+
-
.bottom{position:relative; height:16px; width: 900px; margin:auto; z-index:6; background-image:url(https://static.igem.org/mediawiki/2010/7/7d/Background.gif)/*Change this link with the one from iGEM*/}
+
-
 
+
-
 
+
-
 
+
-
.slideshow { height:auto; width: 224px; margin-left:200px; margin-top:40px; position:relative}
+
-
 
+
-
.slideshow img { padding: 15px; border: 0px solid #ccc; background-color:transparent;  background-image:url(https://static.igem.org/mediawiki/2010/7/7d/Background.gif);}
+
-
 
+
-
body {
+
-
 
+
-
background-attachment:fixed;
+
-
 
+
-
background-image: url(https://static.igem.org/mediawiki/2010/7/7d/Background.gif)/*Change this link with the one from iGEM*/;
+
-
 
+
-
background-repeat: no-repeat;
+
-
 
+
-
}
+
-
 
+
-
 
+
-
 
+
-
ul.topnav {
+
-
 
+
-
list-style: none;
+
-
 
+
-
padding: 0 20px;
+
-
 
+
-
margin: 0;
+
-
 
+
-
float: left;
+
-
 
+
-
width: 900px;
+
-
 
+
-
background: #222;
+
-
 
+
-
font-size: 1.2em;
+
-
 
+
-
background: url(https://static.igem.org/mediawiki/2010/1/1b/Topnav_bg.gif)/*Change this link with the one from iGEM*/ no-repeat;
+
-
 
+
-
}
+
-
 
+
-
ul.topnav li {
+
-
 
+
-
float: left;
+
-
 
+
-
margin: 0;
+
-
 
+
-
padding: 0 15px 0 0;
+
-
 
+
-
position: relative; /*--Declare X and Y axis base for sub navigation--*/
+
-
 
+
-
}
+
-
 
+
-
ul.topnav li a{
+
-
 
+
-
padding: 10px 5px;
+
-
 
+
-
color: #fff;
+
-
 
+
-
display: block;
+
-
 
+
-
text-decoration: none;
+
-
 
+
-
float: left;
+
-
 
+
-
}
+
-
 
+
-
ul.topnav li a:hover{
+
-
 
+
-
background: url(images/topnav_hover.gif) no-repeat center top;
+
-
 
+
-
}
+
-
 
+
-
ul.topnav li span { /*--Drop down trigger styles--*/
+
-
 
+
-
width: 17px;
+
-
 
+
-
height: 35px;
+
-
 
+
-
float: left;
+
-
 
+
-
background: url(images/subnav_btn.gif) no-repeat center top;
+
-
 
+
-
}
+
-
 
+
-
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
+
-
 
+
-
ul.topnav li ul.subnav {
+
-
 
+
-
list-style: none;
+
-
 
+
-
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
+
-
 
+
-
left: 0; top: 35px;
+
-
 
+
-
background: #333;
+
-
 
+
-
margin: 0; padding: 0;
+
-
 
+
-
display: none;
+
-
 
+
-
float: left;
+
-
 
+
-
width: 170px;
+
-
 
+
-
border: 1px solid #111;
+
-
 
+
-
}
+
-
 
+
-
ul.topnav li ul.subnav li{
+
-
 
+
-
margin: 0; padding: 0;
+
-
 
+
-
border-top: 1px solid #252525; /*--Create bevel effect--*/
+
-
 
+
-
border-bottom: 1px solid #444; /*--Create bevel effect--*/
+
-
 
+
-
clear: both;
+
-
 
+
-
width: 170px;
+
-
 
+
-
}
+
-
 
+
-
html ul.topnav li ul.subnav li a {
+
-
 
+
-
float: left;
+
-
 
+
-
width: 145px;
+
-
 
+
-
background: #333 url(images/dropdown_linkbg.gif)/*Change this link with the one from iGEM*/ no-repeat 10px center;
+
-
 
+
-
padding-left: 20px;
+
-
 
+
-
}
+
-
 
+
-
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
+
-
 
+
-
background: #222 url(images/dropdown_linkbg.gif)/*Change this link with the one from iGEM*/ no-repeat 10px center;
+
-
 
+
-
}
+
-
 
+
-
 
+
-
 
+
-
body,td,th {
+
-
 
+
-
font-family: Arial, Helvetica, sans-serif;
+
-
 
+
-
}
+
-
 
+
-
</style>
+
-
 
+
-
<!-- include jQuery library -->
+
-
 
+
-
 
+
-
 
+
-
</head>
+
-
 
+
-
</html>
+

Latest revision as of 16:23, 27 October 2010

USU_IGEM

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player


Project

Contents

Abstract

The future of synthetic biology lies in expanding our ability to engineer genes in new organisms. Our project develops a system to engineer the genome of the photosynthetic cyanobacterium Synechocystis sp. PCC6803, establishes expression standards for this species, and adds a set of characterized Synechocystis promoters and ribosome binding sites to the BioBrick toolbox. We developed a BioBrick vector that can be used to assemble parts and devices in E. coli. Upon transformation into Synechocystis, it integrates the device directly into the genome through homologous recombination. We utilized genes that were activated under a variety of conditions, from those responding to heat stress to ones oscillating under a circadian rhythm. The promoters and ribosome binding sites were converted into BioBrick-compatible parts, and subsequently characterized. Our success will enable the use of existing parts in new species, and will expand the range of devices that can be built.

Introduction

Synechocystis sp. PCC 6803

Synechocystis sp. PCC 6803 (hereafter referred to as PCC 6803) is a cyanobacterium, a photosynthetic bacterium, and one of the major model organisms in microbiology. The photosynthetic pathway of PCC 6803 has been extensively studied and its genome has been completely sequenced. It is capable of acting as both an autotroph, obtaining its energy from light and its carbon from the atmosphere, and as a heterotroph, using glycolysis of sugars as both an energy source and a carbon source. It also possesses the ability to uptake DNA present in its environment through natural transformation, making it a useful species for genetic manipulation (Zang, et al., 2007). PCC 6803 possesses many industrial applications including lipid recovery in biofuel production, PHB collection, and as a toxin biosensor (Wu, et al., 2001; Avramescu, et al., 1999). PCC 6803 also exhibits phototaxis and possesses an oscillating circadian clock, which may be of interest to genetic programmers. This species also has a set of well characterized secretion tags, which, unlike many species, are not sequence-dependent but rather charge-dependent, potentially allowing positively charged secretion tags from other species (such as E. coli) to be used in PCC 6803.

Project Justification

Despite the many potential uses and the promises of PCC 6803 in genetic research, new techniques for manipulating and studying bacterial genetics have not been adapted to this species. This project attempts the first step of the adaptations of the BioBrick biological part system to PCC 6803. This project seeks to create a BioBrick compatible integration vector for use in PCC 6803, since the species is more efficient at integrating genetic material into its chromosomes than maintaining separately replicating plasmids. This project also seeks to study the behaviors and strengths of 15 promoters from PCC 6803 which potentially are induced in light, darkness, heat stress, or nitrogen stress. Promoter strength and activation will be assessed using a cycle 3 mutant GFP (BBa_K20800), which has been used to test promoters in PCC 6803 in previous studies and is clearly distinguishable by spectrofluorometer despite the cell’s natural green color (Kunert, et al., 2000; Spence, et al., 2003). GFP was also chosen over CFP and RFP due to its excitation and emission wavelengths lying in a region where the photosynthetic system of PCC 6803 has reduced absorbance, which may improve accuracy of quantitative measurements by limiting interference (Figure 1) (Wilde, et al. 1995).


USU spectrum.png

Figure 1. Absorbance spectrum of Synechocystis sp. PCC 6803 and the excitation and emission wavelengths of CFP, GFP, YFP, and RFP. Absorbance spectrum (black line) adaptated from Wilde, et al. (1995). Fluorescent proteins emission and excitation wavelengths shown as a single bar due to small relative distance between wavelengths, bars are color coded to the proteins.

Sigma Factors

The transcription of genes in PCC 6803 is controlled in part by a system of nine currently known sigma factors (Table 1) (Imamura and Asayama, 2009). SigA controls the transcription of housekeeping genes, and its promoter will likely be a useful standard, as its concentration varies little over a range of temperatures, cell cycle phases, and stress conditions. SigE is upregulated by light and downregulated in the dark, potentially contributing to circadian rhythm-based gene transcription. The other sigma factors are detailed in Table 1 and are thoroughly reviewed in Imamura and Asayama (2009).


Table 1. Sigma Factors in Synechocystis sp. PCC 6803. Potential functions of genes listed, if known. Adapted from Imamura and Asayama (2009).

Sigma Factors.png

Promoter Types

These sigma factors act on three classes of promoter sequences (summarized from Imamura and Asayama, 2009):

  • Type I promoters have the typical prokaryotic structure of -10 and -30 regions, and are generally activated by SigA. Type I promoters have high homology to E. coli’s sigma70 binding sequence, and could potentially be active in both species.
  • Type II promoters have only the -10 region, but may include enhancer sequences for stress response.
  • Type III promoters have -12 and -32 regions, are activated through SigF, and are transcriptionally independent of the other two types

References and Useful Papers

Avramescu A, Rouillon R, and Carpentier R. 1999. Potential for use of a cyanobacterium Synechocystis sp. immobilized in poly(vinylalcohol): Application to the detection of pollutants. Biotechnology Techniques 13: 559-562.

Haring V, Scholz P, Scherzinger E, Frey J, Derbyshire K, Hatfull G, Willetts NS, and Bagdasarian M. 1985. Protein RepC is involved in copy number control of the broad host range plasmid RSF1010. Proceedings of the National Academy of Sciences of the United States of America 82: 6090-6094.

Imamura S and Asayama M. 2009. Sigma Factors for Cyanobacterial Transcription. Gene Regulation and Systems Biology 3: 65-87.

Imamura S, Asayama M, Takahashi H, Tanaka K, Takahashi H, and Shirai M. 2003. Antagonistic dark/light-induced SigB/SigD, group 2 sigma factors, expression through redox potential and their roles in cyanobacteria. FEBS Letters 554: 357-362.

Imamura S, Tanaka K, Shirai M, and Asayama M. 2006. Growth phase-dependent activation of nitrogen-related genes by a control network of group 1 and group 2 sigma factors in a cyanobacterium. Journal of Biological Chemistry 281: 2668–2675.

Kunert A, Hagemann M, and Erdmann N. 2000. Construction of promoter probe vectors for Synechocystis sp. PCC 6803 using the light-emitting reporter systems GFP and LuxAB. Journal of Microbiological Methods 41: 185-194.

Ludwig A, Heimbucher T, Gregor W, Czerny T, and Schmetterer G. 2008. Transformation and gene replacement in the facultatively chemoheterotrophic, unicellular cyanobacterium Synechocystis sp. PCC6714 by electroporation. Applied Microbiology and Biotechnology 78: 729-735.

Singh AK, Summerfield TC, Li H, an d Sherman LA. 2006. The heat shock response in the cyanobacterium Synechocystis sp. Strain PCC 6803 and regulation of gene expression by HrcA and SigB. Archives of Microbiology 186: 273-286.

Spence E, Sarcina M, Ray N, Moller SG, Mullineaux CW, and Robinson C. 2003. Membrane-specific targeting of green fluorescent protein by the Tat pathway in the cyanobacterium Synechocystis PCC 6803. Molecular Microbiology 48: 1481-1489.

Wilde A, Härtel H, Hübschmann T, Hoffmann P, Shestakov SV, and Börner T. 1995. Inactivation of a Synechocystis sp strain PCC 6803 gene with homology to conserved chloroplast open reading frame 184 increases the photosystem II-to-photosystem I ratio. The Plant Cell 7: 649-658.

Wu GF, Wu QY, and Shen ZY. 2001. Accumulation of poly-[beta]-hydroxybutyrate in cyanobacterium Synechocystis sp. PCC6803. Bioresource Technology 76: 85-90.

Zang X, Liu B, Liu S, Arunakumara KK, and Zhang X. 2007. Optimum conditions for transformation of Synechocystis sp. PCC 6803. Journal of Microbiology (Seoul, Korea) 45: 241-245