Difference between revisions of "Team:NYMU-Taipei/Pigments"

 
(77 intermediate revisions by 5 users not shown)
Line 33: Line 33:
 
 
 
.Nitrogen_Starvation h4{
 
.Nitrogen_Starvation h4{
padding:15px 0px 15px 20px;  
+
padding:10px 5px 0px 20px;  
color: #205e1a;
+
color: #3dba32;
font-size: 30px;
+
font-size: 20px;
 
font-family: 'Acme', sans-serif;
 
font-family: 'Acme', sans-serif;
 
}
 
}
 
 
 
.Nitrogen_Starvation p {
 
.Nitrogen_Starvation p {
padding:7px 0px 0px 20px;  
+
padding:0px 0px 0px 20px;  
 
font-size: 20px;
 
font-size: 20px;
 
}
 
}
Line 49: Line 49:
 
 
 
.pigments_wrapper {
 
.pigments_wrapper {
background-color: rgba(57, 96, 49, 0.7);
+
background-color: rgba(57, 96, 49, 0.8);
 
border: 1px solid transparent;
 
border: 1px solid transparent;
 
border-radius: 4px;
 
border-radius: 4px;
padding:5px;
+
border-color: rgba(57, 96, 49, 0.05);
padding-right:12px;
+
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
width:940px;
+
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
 +
padding:15px;
 +
width:920px;
 
margin: auto;
 
margin: auto;
 
margin-top:10px;
 
margin-top:10px;
Line 213: Line 215:
 
function toggleHeight8(e, maxHeight) {
 
function toggleHeight8(e, maxHeight) {
 
e = document.getElementById("s8"); // e = the gray div
 
e = document.getElementById("s8"); // e = the gray div
 +
   
 +
if(e.style.height != '30px') {
 +
e.style.height = '30px'; // height of one line: 20px
 +
} else {
 +
e.style.height = maxHeight + 'px';
 +
}
 +
}
 +
 +
function toggleHeight9(e, maxHeight) {
 +
e = document.getElementById("s9"); // e = the gray div
 
      
 
      
 
if(e.style.height != '30px') {
 
if(e.style.height != '30px') {
Line 233: Line 245:
 
<!-- Description -->
 
<!-- Description -->
 
<div class='pigments_wrapper'>
 
<div class='pigments_wrapper'>
<p>  In our project, we transfer five types of <font class='mark_description'>pigment-related gene sequence</font> (Indigoidine, Zeaxanthin, Melanin, Astaxanthin and Lycopene) into our cyanobacteria. We expect to get five different colors of microalgae, so we could see whether changing the original color of microalgae would change wavelength absorbance and have <font class='mark_description'>better photosynthetic efficiencies</font>. Due to better photosynthetic efficiencies, we could elevate oil accumulation in microalgae, which would have great benefit in both industry and scientific usage.
+
<p>  In our project, we transfer five types of <font class='mark_description'>pigment-related gene sequences</font> (Indigoidine, Zeaxanthin, Melanin, Astaxanthin and Lycopene) into our cyanobacterial cells. We expect to get five different colors of microalgae, so we could see whether adding other pigment colors to the original color of microalgae would add wavelength absorbance and have <font class='mark_description'>better photosynthetic efficiencies</font>. Due to better photosynthetic efficiencies, we could elevate oil accumulation in microalgae, which would have great benefit in both industry and scientific usage.
 
</p>
 
</p>
 
</div>
 
</div>
Line 240: Line 252:
 
<div class='panel'>
 
<div class='panel'>
 
<div id="s1" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s1" class="expandable" style='height: 30px;padding-top:15px;'>
<a href="#!" onclick="toggleHeight1(this, 840); return false"  
+
<!--title-->
 +
<a href="#!" onclick="toggleHeight1(this, 1300); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
Backbone Design
+
Backbone Design (pPIGBACK)
 
</a>
 
</a>
 +
<!-- content -->
 
<div style='color:#205e1a;'>
 
<div style='color:#205e1a;'>
<p>  To genetically engineer cyanobacteria, we chose <font class='mark_backbone'><i>Synechococcus elongatus PCC 7942</i></font> as our engineering host.  
+
<p>  To genetically engineer cyanobacteria, we chose <font class='mark_backbone'><i>Synechococcus elongatus PCC 7942</i></font> as our engineering host.  
Our main strategy is to embark on <font class='mark_backbone'><b>gene double-crossover homologous recombination</b></font> in <i>S. elongatus PCC 7942</i> genome, which is the first cyanobacterial strain to be transformed by exogenous DNAs and is reliably transformable through natural uptake of extracellular DNAs.
+
Our main strategy is to embark on <font class='mark_backbone'><b>gene double-crossover homologous recombination</b></font> in <i>S. elongatus PCC 7942</i> genome, which is the first cyanobacterial strain to be transformed by exogenous DNAs and is reliably transformable through natural uptake of extracellular DNAs.
</p>
+
</p>
<p>  First, we constructed a vector which is able to finish double-crossover homologous gene recombination in <i>S. elongatus PCC 7942</i>.  
+
<p>  First, we constructed a vector which is able to finish double-crossover homologous gene recombination in <i>S. elongatus PCC 7942</i>.  
The vector (pPIGBACK) contains <font class='mark_backbone'>5’- and 3’-ends of the neutral site II (<b>NSII</b>)</font> and an <font class='mark_backbone'>ampicillin resistance gene (<b>AmpR</b>)</font> for antibiotic selection.  
+
The vector (pPIGBACK) contains <font class='mark_backbone'>5’- and 3’-ends of the neutral site II (<b>NSII</b>)</font> and an <font class='mark_backbone'>ampicillin resistance gene (<b>AmpR</b>)</font> for antibiotic selection.  
Then we fused AmpR with double terminator, <font class='mark_backbone'><b>BBa_B0015</b></font>, which is proved to be functional in cyanobacteria.  
+
Then we fused AmpR with double terminator, <font class='mark_backbone'><b>BBa_B0015</b></font>, which is proved to be functional in cyanobacteria.  
Additionally, in order to easily manipulate DNAs for gene cloning and plasmid preparation in <i>E. coli DH5α</i>, the <font class='mark_backbone'>replication origin (<b>ORI</b>)</font> of pBR322 was also introduced to make the plasmid vector replicable in <i>E. coli</i>.
+
Additionally, to easily manipulate DNAs for gene cloning and plasmid preparation in <i>E. coli DH5α</i>, the <font class='mark_backbone'>replication origin (<b>ORI</b>)</font> of pBR322 was also introduced to make the plasmid vector replicable in <i>E. coli</i>.
Then, in order to overexpress foreign genes in the cyanobacteria, the <font class='mark_backbone'>intrinsic promoter of Rubisco large subunit (<b>PrbcL</b>)</font> was chosen as the target for vector construction.  
+
Then, in order to overexpress foreign genes in the cyanobacteria, the <font class='mark_backbone'>intrinsic promoter of Rubisco large subunit (<b>PrbcL</b>)</font> was chosen as the target for vector construction.  
PrbcL regulates the expression of the most abundant proteins in photosynthetic species and has been proven to have a high activity to express foreign genes, so we chose PrbcL as the promoter of our pigment gene.<sup>1</sup>  
+
PrbcL regulates the expression of the most abundant proteins in photosynthetic species and has been proven to have a high activity to express foreign genes, so we chose PrbcL as the promoter of our pigment gene.<sup>1</sup>  
</p>
+
</p>
<p>  The strategy we chose to construct the vector is to fuse B0015 and AmpR together first.  
+
<p>  The strategy we chose to construct the vector is to fuse B0015 and AmpR together first.  
Secondly, we fused 5’- and 3’-ends of the neutral site II (NSII) with PBR322 replication origin (ORI) together.  
+
Secondly, we fused 5’- and 3’-ends of the neutral site II (NSII) with PBR322 replication origin (ORI) together.  
At last, we ligated two parts together.  
+
At last, we ligated two parts together.  
The vector (pPIGBACK) is used to transform into PCC7942 with the inserted pigment gene in our experiments.
+
The vector (pPIGBACK) is used to transform into PCC7942 with the inserted pigment gene in our experiments.
After mass reproduction in <i>E. coli DH5α</i>, <i>PCC7942</i> were transformed through the uptake of plasmid DNAs extracted from <i>E. coli DH5α</i>.  
+
After mass reproduction in <i>E. coli DH5α</i>, <i>PCC7942</i> were transformed through the uptake of plasmid DNAs extracted from <i>E. coli DH5α</i>.  
The transformed strains (transformants) were usually successfully obtained after 2 to 3 weeks and survived the ampicillin treatment.
+
The transformed strains (transformants) were usually successfully obtained after 2 to 3 weeks and survived the ampicillin treatment.
</p>
+
</p>
 +
<!--picture-->
 +
<center><img src='https://static.igem.org/mediawiki/2017/0/0d/T--NYMU-Taipei--pigment_pPIGBACK.png' style='width:50%;'></center>
 +
 +
<!--close-->
 +
<br>
 +
<br>
 +
<center>
 +
<a href="#!" onclick="toggleHeight1(this, 1300);" style='color:#56914a'>
 +
click to close
 +
</a>
 +
</center>
 
</div>
 
</div>
 
</div>
 
</div>
Line 269: Line 294:
 
<div class='panel' style="background-color:rgba(222, 236, 247, 0.9)">
 
<div class='panel' style="background-color:rgba(222, 236, 247, 0.9)">
 
<div id="s2" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s2" class="expandable" style='height: 30px;padding-top:15px;'>
<a href="#!" onclick="toggleHeight2(this, 770); return false"  
+
<!--title-->
 +
<a href="#!" onclick="toggleHeight2(this, 900); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#002384;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#002384;height: 30px;">
 
Indigoidine (IndC)
 
Indigoidine (IndC)
 
</a>
 
</a>
 +
<!--content-->
 
<div style="color:#0e1f28;">
 
<div style="color:#0e1f28;">
<p>  Indigoidine is a bacterial natural product with antioxidant and antimicrobial activities. Its bright blue color resembles the industrial dye indigo, thus representing a new natural blue dye that may find uses in industry. In nowadays studies, an <font class='mark_blue'>Indigoidine synthetase Sc-IndC</font> and an associated helper protein <font class='mark_blue'>Sc-IndB</font> were identified from <i>Streptomyces chromofuscus ATCC 49982</i> and successfully expressed in <i>Escherichia coli BAP1</i> to produce the blue pigment<sup>2</sup>. The IndB gene codes for a putative phosphatase and the IndC gene codes for Indigoidine synthase. Together, these enzymes <font class='mark_blue'>convert L-glutamine into Indigoidine</font>. Recently, it has been shown that <font class='mark_blue'>IndC alone can produce Indogoidine, and the inclusion of IndB expression in the system will increase yields significantly</font><sup>3</sup>.</p>
+
<p>  Indigoidine is cyan pigment produced by natural-existing bacteria. Due to the resemblance of Indigoidine and industrial dye indigo, we believe that Indigoidine will find uses in both industry and biology fields. In nowadays studies, an <font class='mark_blue'>Indigoidine synthetase Sc-IndC</font> and an associated helper protein <font class='mark_blue'>Sc-IndB</font> were identified from <i>Streptomyces chromofuscus ATCC 49982</i> and successfully expressed in <i>Escherichia coli BAP1</i> to produce the blue pigment<sup>2</sup>. The IndB gene codes for a putative phosphatase and the IndC gene codes for Indigoidine synthase. Together, these enzymes <font class='mark_blue'>convert L-glutamine into Indigoidine</font>. Recently, it has been shown that <font class='mark_blue'>IndC alone can produce Indogoidine, and the inclusion of IndB expression in the system will increase yields significantly</font><sup>3</sup>.</p>
<p>  As we know, L-Glutamine is the direct biosynthetic precursor of Indigoidine, and it is a key amino acid in primary metabolism and thus naturally exists in <i>S. elongatus PCC7942</i>. Because glutamine related products are already existed in <i>S. elongatus PCC7942</i>, we only need to <font class='mark_blue'>activate the expression of Sc-IndC in <i>S. elongatus PCC7942</i> which leads to the production of Indigoidine</font>. However, due to the access difficulties of <i>Streptomyces chromofuscus ATCC 49982</i>, we decided to use the previous part for IndC, which has been submitted to the iGEM Parts Registry (BBa_K1152008)<sup>4</sup>. According to the part design, our Indigoidine gene comes from <i>Photorhabdus luminescens laumondii TT01 (DSM15139)</i>.</p>  
+
<p>  As we know, L-Glutamine is the direct biosynthetic precursor of Indigoidine, and it is a key amino acid in primary metabolism and thus naturally exists in <i>S. elongatus PCC7942</i>. Because glutamine related products are already existed in <i>S. elongatus PCC7942</i>, we only need to <font class='mark_blue'>express the gene Sc-IndC in <i>S. elongatus PCC7942</i> which leads to the production of Indigoidine</font>. However, due to the access difficulties of <i>Streptomyces chromofuscus ATCC 49982</i>, we decided to use the previous part for IndC, which has been submitted to the iGEM Parts Registry (BBa_K1152008)<sup>4</sup>. According to the part design, our Indigoidine gene comes from <i>Photorhabdus luminescens laumondii TT01 (DSM15139)</i>.</p>
 +
<center><img src="https://static.igem.org/mediawiki/parts/2/28/PrbcL-IndC_Parts.jpg" style="width:60%"></center>
 +
 
 +
                                        <!--close-->
 +
                                        <br><br>
 +
<center>
 +
<a href="#!" onclick="toggleHeight2(this, 900);" style='color:#2c498c'>
 +
click to close
 +
</a>
 +
</center>
 
</div>
 
</div>
 
</div>
 
</div>
Line 283: Line 319:
 
<div class='panel' style="background-color:#rgba(246, 255, 178, 0.9)">
 
<div class='panel' style="background-color:#rgba(246, 255, 178, 0.9)">
 
<div id="s6" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s6" class="expandable" style='height: 30px;padding-top:15px;'>
<a href="#!" onclick="toggleHeight6(this, 670); return false"  
+
<!--title-->
 +
<a href="#!" onclick="toggleHeight6(this, 780); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#f6ff00;height: 30px;text-shadow: 1px 1px 1px #393a1f;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#f6ff00;height: 30px;text-shadow: 1px 1px 1px #393a1f;">
 
Zeaxanthin (CrtZ)
 
Zeaxanthin (CrtZ)
 
</a>
 
</a>
 +
<!--content-->
 
<div style="color:#393a1f;">
 
<div style="color:#393a1f;">
<p>  Zeaxanthin belongs to carotenoid family and is widely found in the nature. It is also a natural color making corns, carrots and marigolds yellow. Moreover, zeaxanthin is an essential nutrient substance to human’s eyes, and some healthy supplements are made of it. Most of green plants produce zeaxanthin as an intermediate in carotenoid pathway. However, some photosynthetic bacteria such as cyanobacteria lack of zeaxanthin. Therefore, we try to <font class='mark_yellow'>transform zeaxanthin-related genes to cyanobacteria to make them yellow</font>.
+
<p>  Zeaxanthin belongs to carotenoid family and is widely found in the nature. It is also a natural color making corns, carrots and marigolds yellow. Moreover, zeaxanthin is an essential nutrient substance to human’s eyes, and some healthy supplements are made of it. Most of green plants produce zeaxanthin as an intermediate in carotenoid pathway. However, some photosynthetic bacteria such as cyanobacteria lack of zeaxanthin. Therefore, we try to <font class='mark_yellow'>transform zeaxanthin-related genes to cyanobacteria to make them yellow</font><sup>6</sup>.
</p>
+
</p>
<p>  After paper study, we find nobody has done it before. Under our instructor’s help, we develop a way to make cyanobacteria yellow. We compare the complete carotenoid pathway with <i>Synechococcus elongatus</i> PCC 7942 whole genomic DNA on KEGG and we find every zeaxanthin-related gene is included in PCC 7942 genomic DNA except <font class='mark_yellow'>beta-carotene hydroxylase (crtZ) </font>. And we find crtZ coding sequence with ribosome-binding site is an igem released part (BBa_I742158), which is from a plant pathogen, <i>Pantoea ananatis</i>.
+
<p>  After literature search, we did not find research articles on this subject. Under our instructor’s help, we develop a way to make cyanobacteria yellow. We compare the complete carotenoid pathway with <i>Synechococcus elongatus</i> PCC 7942 whole genomic DNA on KEGG and we find every zeaxanthin-related gene is included in PCC 7942 genomic DNA except <font class='mark_yellow'>beta-carotene hydroxylase (crtZ) </font>. And we find crtZ coding sequence with ribosome-binding site is an igem released part (BBa_I742158), which is from a plant pathogen, <i>Pantoea ananatis</i><sup>5</sup>.
</p>
+
</p>
<p>  We had successfully transformed CrtZ to <i>Escherichia coli</i> to reproduce massively, and then transformed CrtZ with pPIGBACK to <i>Synechococcus elongatus</i> PCC 7942. After a week, the transformed <i>Synechococcus elongatus</i> PCC 7942 <font class='mark_yellow'>expressed more yellow than the control group</font>. To test whether the photosynthetic efficiency is better, we used iodine to measure starch concentration and compare it with wild type.
+
<p>  We had successfully transformed CrtZ to <i>Escherichia coli</i> to reproduce massively, and then transformed CrtZ with pPIGBACK to <i>Synechococcus elongatus</i> PCC 7942. After a week, the transformed <i>Synechococcus elongatus</i> PCC 7942 <font class='mark_yellow'>expressed more yellow than the control group</font>. To test whether the photosynthetic efficiency is better, we used iodine to measure starch concentration and compare it with wild type.<sup>7, 8</sup>
</p>
+
</p>
 
+
<!--close-->
 +
<center>
 +
<a href="#!" onclick="toggleHeight6(this, 780);" style='color:#666838;'>
 +
click to close
 +
</a>
 +
</center>
 
</div>
 
</div>
 
</div>
 
</div>
Line 302: Line 345:
 
<div class='panel' style="background-color:rgba(186, 186, 186, 0.9)">
 
<div class='panel' style="background-color:rgba(186, 186, 186, 0.9)">
 
<div id="s3" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s3" class="expandable" style='height: 30px;padding-top:15px;'>
<a href="#!" onclick="toggleHeight3(this, 770); return false"  
+
<!--title-->
 +
<a href="#!" onclick="toggleHeight3(this, 800); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#303030;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#303030;height: 30px;">
 
Melanin (MelA)
 
Melanin (MelA)
 
</a>
 
</a>
 +
<!--content-->
 
<div style="color:#000000;">
 
<div style="color:#000000;">
<p>  Melanin, a biological pigment widely found in terrestrial flora and fauna, is a complex oxidation product of amino acid tyrosine. Melanin plays diverse roles in a myriad of organisms. As far as the human is concerned, melanin is the primary determinant of human skin color and pupils or irises of the eyes. It is also an important signal molecule in the human neural system. For microorganisms, melanin would protect them by against ultraviolet radiation effect from sunlight, which is detrimental to most of the organisms.</p>
+
<p>  Melanin, a biological pigment widely found in terrestrial flora and fauna, is a complex oxidation product of amino acid tyrosine. Melanin plays diverse roles in a myriad of organisms. As far as the human is concerned, melanin is the primary determinant of human skin color and pupils or irises of the eyes. It is also an important signal molecule in the human neural system. For microorganisms, melanin would protect them by against ultraviolet radiation effect from sunlight, which is detrimental to most of the organisms.</p>
<p>  Due to the fact that the dark pigment derived from <font class='mark_black'>MelA gene has extensive wavelength absorbance</font>, we decided to transform MelA gene combined with particular constitute promoter into <i>Synechococcus elongates</i> PCC 7942 to measure the growth curve and photosynthetic efficiency of it. Based on the well-elaborated procedure provide by IGEM Tokyo Tech 2009, we had intended to replicate their experiment to produce melanin massively first in <i>E. coli</i>, but failed to succeed due to inconsistence of DNA sequence. Therefore, we had no alternative but to turn to DNA synthesis and directly transform MelA gene ligated with our backbone into microalgae.</p>
+
<p>  Due to the fact that the dark pigment derived from <font class='mark_black'>MelA gene has extensive wavelength absorbance</font>, we decided to transform MelA gene combined with particular constitute promoter into <i>Synechococcus elongatus</i> PCC 7942 to measure the growth curve and photosynthetic efficiency of it. Based on the well-elaborated procedure provide by IGEM Tokyo Tech 2009<sup>9</sup>, we had intended to replicate their experiment to produce melanin massively first in <i>E. coli</i>, but failed to succeed due to inconsistence of DNA sequence. Therefore, we had no alternative but to turn to DNA synthesis and directly transform MelA gene ligated with our backbone into microalgae.</p>
<center><img src='https://static.igem.org/mediawiki/2017/8/8e/T--NYMU-Taipei--pigments_melanin.png' style='80%'></center>
+
<center><img src='https://static.igem.org/mediawiki/2017/8/8e/T--NYMU-Taipei--pigments_melanin.png' style='width:70%'></center>
 +
<!--close-->
 +
<center>
 +
<p></p>
 +
<a href="#!" onclick="toggleHeight3(this, 800);" style='color:#333333'>
 +
click to close
 +
</a>
 +
</center>
 
</div>
 
</div>
 
</div>
 
</div>
Line 317: Line 369:
 
<div class='panel' style="background-color:rgba(255, 234, 234, 0.9)">
 
<div class='panel' style="background-color:rgba(255, 234, 234, 0.9)">
 
<div id="s4" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s4" class="expandable" style='height: 30px;padding-top:15px;'>
<a href="#!" onclick="toggleHeight4(this, 870); return false"  
+
<!--title-->
 +
<a href="#!" onclick="toggleHeight4(this, 900); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#af0e0e;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#af0e0e;height: 30px;">
 
Astaxanthin (CrtW & CrtZ)
 
Astaxanthin (CrtW & CrtZ)
 
</a>
 
</a>
 +
<!--content-->
 
<div style="color:#722525;">
 
<div style="color:#722525;">
<p>  Astaxanthin is a high value and natural pink pigment which can be found in microalgae, yeast and some sea creatures. It’s special due to its antioxidant activity and has been suggested to be beneficial in cardiovascular, immune, inflammatory and neurodegenerative diseases and skin health.  Although it has lots of benefits, astaxanthin is still a product result in a minority amount in the carotenoid synthesis pathway compare with other carotenoid families and yet, the artificial chemical synthesis cost high and result in the least production.
+
<p>  Astaxanthin is a high value and natural pink pigment which can be found in microalgae, yeast and some sea creatures. It is special due to its antioxidant activity and has been suggested being beneficial in cardiovascular, immune, inflammatory and neurodegenerative diseases and skin health.  Although it has lots of benefits, astaxanthin is still a product result in a minority amount in the carotenoid synthesis pathway compare with other carotenoid families and yet, the artificial chemical synthesis cost high and result in the least production.
</p>
+
</p>
<p>  Astaxanthin synthesis does not naturally exist in the <i>S. elongatus</i> PCC7942. But fortunately, after paper research, we found out that <i>S. elongatus</i> PCC7942 has a similar pathway with other microalgae which can synthesize astaxanthin, and the only different is,  <i>S. elongatus</i> PCC7942 lack of two necessary gene: <font class='mark_red'>beta-carotene ketolase (crtW)</font> and <font class='mark_red'>beta-carotene hydroxylase (crtZ) </font> to undergo this pathway. Thus, we use IDT to synthesis these two genes and construct it on pPIGBACK, a vector which can express the carrying genes in <i>S. elongatus</i> PCC7942.
+
<p>  Astaxanthin synthesis does not naturally exist in the <i>S. elongatus</i> PCC7942. But fortunately, after literature review, we found out that <i>S. elongatus</i> PCC7942 has a similar pathway with other microalgae which can synthesize astaxanthin, and the only difference is,  <i>S. elongatus</i> PCC7942 lack of two necessary gene: <font class='mark_red'>beta-carotene ketolase (crtW)</font> and <font class='mark_red'>beta-carotene hydroxylase (crtZ) </font> to undergo this pathway.<sup>10, 11</sup> Thus, we used IDT service to synthesize these two genes and construct it on pPIGBACK, a vector which can express the carrying genes in <i>S. elongatus</i> PCC7942.
</p>
+
</p>
<center><img src='https://static.igem.org/mediawiki/2017/b/bd/T--NYMU-Taipei--pigment_astaxathin.png' style='width:80%;'></center>
+
<center><img src='https://static.igem.org/mediawiki/2017/b/bd/T--NYMU-Taipei--pigment_astaxathin.png' style='width:80%;'></center>
 +
<!--close-->
 +
<center>
 +
<p></p>
 +
<a href="#!" onclick="toggleHeight4(this, 900);" style='color:#994040'>
 +
click to close
 +
</a>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
 
 +
<!--Lycopene-->
 
<div class='panel' style="background-color:rgba(255, 234, 234, 0.9)">
 
<div class='panel' style="background-color:rgba(255, 234, 234, 0.9)">
 
<div id="s8" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s8" class="expandable" style='height: 30px;padding-top:15px;'>
<a href="#!" onclick="toggleHeight8(this, 670); return false"  
+
<!--title-->
 +
<a href="#!" onclick="toggleHeight8(this, 2100); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#af0e0e;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#af0e0e;height: 30px;">
Lycopene
+
Lycopene (CrtL knockout)
 
</a>
 
</a>
 +
<!--content-->
 
<div style="color:#722525;">
 
<div style="color:#722525;">
<p></p>
+
<img src='https://static.igem.org/mediawiki/2017/2/20/T--NYMU-Taipei--pigment_lycopene1.jpg' style='width:35%;float:right;'>
 +
<p>  Lycopene is a kind of carotenoid pigment with a bright red color. It can be found in tomatoes and other red fruits and vegetables. In photosynthesis, Lycopene plays a role in absorbing sunlight (from the wavelength about 460nm to 500nm)<sup>12</sup> and transferring the energies to Chlorophyll through electrons. It can also protect Chlorophyll from the damage of sunlight. The structure of Lycopene makes it a potent antioxidant among various common carotenoids. In Ames test, referring to testing whether a given chemical would cause mutations in the DNA, Lycopene shows its great ability to trap singlet oxygen and reduce mutagenesis.<sup>13</sup> Numerous studies have also shown that Lycopene has a significant contribution to prevent cardiovascular disease, diabetes, osteoporosis and cancers (especially prostate cancer).  We expect that producing Lycopene in cyanobacteria will <font class='mark_red'>enhance the efficiency of photosynthesis</font>, therefore, leading to the increase of biofuel. Moreover, Lycopene can <font class='mark_red'>provide additional values in human health</font> as we mentioned above.</p>
 +
<p>  In order to retain Lycopene in cyanobacteria <i>Synechococcus</i> sp. PCC7942, our chassis organism, we used the strategy-“<font class='mark_red'>Gene Knock Out</font>”. Through our studies, we found that Lycopene is an intermediate in the biosynthesis pathway of beta-carotenoids in cyanobacteria <i>Synechococcus</i> sp. PCC7942<sup>14</sup> There is an enzyme, called Lycopene cyclase3, converts acyclic hydrocarbon Lycopene into the bicyclic Beta-carotene. Once we can <font class='mark_red'>knock out the Lycopene cyclase gene (CrtL)</font>, the Lycopene cyclase won’t exist. If the lycopene cyclase doesn’t exist, the Lycopene will remain and not be transformed into other compounds. With the accumulation of Lycopene, meeting the goal of our project is anticipated.</p>
 +
<center><img src='https://static.igem.org/mediawiki/2017/b/bc/T--NYMU-Taipei--pigment_lycopene2.png' style='width:70%;'></center>
 +
<p>  We construct a plasmid to knock out the Lycopene cyclase gene (CrtL). The plasmid contains the “upstream of CrtL” (we call it <font class='mark_red'> “Lycopene-US”</font>), the downstream of CrtL(we call it <font class='mark_red'> “Lycopene-DS”</font>) and <font class='mark_red'>Ampicillin resistant gene(AmpR)</font>. First, we used PCC7942 as our template to do the polymerase chain reaction (PCR) to gain the sequence of Lycopene-US and Lycopene-DS. And we used the backbone pPIGBACK we had made as the PCR template to gain AmpR sequence. Second, with the primers we designed, we conducted a <font class='mark_red'>three pieces fusion PCR</font> to connect these three sequences as the following order:<font class='mark_red'>Lycopene-US + AmpR + Lycopene-DS</font>.</p>
 +
<p>  Third, the constructed plasmid containing” Lycopene-US + AmpR + Lycopene-DS” is transformed into PCC7942. There is a probability for Homologous Recombination<sup>11</sup> to occur in the genome of PCC7942 through this transferred plasmid. The Lycopene cyclase gene (CrtL) will be replaced by AmpR in Homologous Recombination. Finally, the “Gene Knock Out” is completed.</p>
 +
<p>  To conform to the iGEM part registry, we use IDT service to synthesize the DNA sequences of Lycopene-US and Lycopene-DS. Compared with two sequences from PCC7942 wild type, the IDT sequence synthesized sequences will not contain the Restriction Enzyme sites (RE site) of PstI and XbaI because we have changed codons in each RE site according to the codon usage table of PCC7942. The submission parts to the iGEM Parts Registry are
 +
<font class='mark_red'>
 +
<br>  BBa_K2350007(<i>Lycopene-US</i>)
 +
<br>  BBa_K2350008 (<i>Lycopene-DS</i>).
 +
<br>  BBa_K2350014 (<i>Lycopene-US + AmpR + Lycopene-DS</i>).</font></p>
 +
 
 +
<!--close-->
 +
<center>
 +
<p></p>
 +
<a href="#!" onclick="toggleHeight8(this, 2100);" style='color:#994040'>
 +
click to close
 +
</a>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
 
 +
 +
<!--Functional test-->
 +
<div class='panel'>
 +
<div id="s9" class="expandable" style='height: 30px;padding-top:15px;'>
 +
<!--title-->
 +
<a href="#!" onclick="toggleHeight9(this, 3900); return false"
 +
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 +
Functional Test
 +
</a>
 +
<!--content-->
 +
<div style='color:#205e1a;'>
 +
<p>  We expect the transformed PCC7942 with CrtZ gene could produce zeaxanthin and become more yellow. Just like our prediction, the results show that <font class='mark_backbone'>the transformed PCC7942 is more yellow than wild type apparently</font>.</p>
 +
<center><img src='https://static.igem.org/mediawiki/2017/7/77/T--NYMU-Taipei--pigments_func_CrtZ.png' style='width:50%;'></center>
 +
<br>
 +
 +
<p>  Moreover, we expect the transformed PCC7942 which produces zeaxanthin would change wavelength absorbance and have better photosynthetic efficiency.</p>
 +
 +
<h4>Wavelength Absorbance</h4>
 +
<p>  To test this hypothesis, we used spectrophotometer to measure the absorbance of CrtZ and wild type at 400 to 700 nm. The outcome is that <font class='mark_backbone'>the OD value of CrtZ transformant at 400 to 500 nm is higher than wild type</font>. The result verified our first prediction, a change of wavelength absorbance. Not only this, the change of wavelength absorbance is at 400 to 500 nm, which is blue light. This indicated CrtZ transformant can absorb blue light and reflects yellow light, so CrtZ transformant is more yellow than wild type. The measurement matches what we saw intuitively.</p>
 +
 +
<h4>Photosynthetic Efficiency</h4>
 +
<p>  To test whether the photosynthetic efficiency of CrtZ transformant is better than wild type, we used <font class='mark_backbone'>iodine to measure starch concentration</font>. First, the initial concentration of microalgae of CrtZ transformants and wild type should be the same, so that the measurement could be fair. We measured the OD value at 730 nm, which represented the concentration of microalgae. Then we calculated how much microalgae and BG11 (the medium) we should added to make the same amount of microalgae in each plate. Second, we started to measure starch concentration. We measured the OD value of each plate at 730 nm, which represented the cell number. Then we added 50 μl iodine into each cuvette, waited for five minutes, and measured the OD value at 620 nm, which represented the starch content. We repeated this step consequently for seven days. Here are our results.</p>
 +
<center><img src='https://static.igem.org/mediawiki/2017/6/6f/T--NYMU-Taipei--pigments_func_cell_number.png' style='width:60%'></center>
 +
<br>
 +
<center><img src='https://static.igem.org/mediawiki/2017/5/59/T--NYMU-Taipei--pigments_func_I2.png' style='width:60%'></center>
 +
<br>
 +
<center><img src='https://static.igem.org/mediawiki/2017/f/f8/T--NYMU-Taipei--pigments_func_cuv.png' style='width:60%'></center>
 +
<p>  Then we divided the starch content by cell number, and we knew there were how much starch in every unit cell.</p>
 +
<center><img src='https://static.igem.org/mediawiki/2017/e/e1/T--NYMU-Taipei--pigments_func_starch.png' style='width:60%;'></center>
 +
<p>  Then we calculated the variation of starch content per cell per day.</p>
 +
<center><img src='https://static.igem.org/mediawiki/2017/d/d7/T--NYMU-Taipei--pigments_func_starch_increase.png' style='width:60%;'></center>
 +
<p>  The first day, wild type (WT) had more starch than CrtZ transformants. However, the increase of starch per day of CrtZ transformants is more than wild type. The results imply that <font class='mark_backbone'>CrtZ transformants can produce more starch per day than the wild type</font>. Moreover, the results correspond to our hypothesis -- CrtZ transformants actually have better photosynthetic efficiency!</p>
 +
 +
<br>
 +
<h4>Survival Ability</h4>
 +
<p>  We also are considering about the survival ability of CrtZ transformants. Therefore, we conducted a competitive experiment of CrtZ transformants to wild type. We co-cultured CrtZ transformant and wild type together, and then observed the color after seven days. Similarly, the initial concentration of microalgae of CrtZ transformant and wild type should be the same, and we used the same method we used in photosynthetic efficiency experiments.</p>
 +
<center><img src='https://static.igem.org/mediawiki/2017/7/72/T--NYMU-Taipei--pigments_func_coculture.png' style='width:50%'></center>
 +
<p>  After seven days, <font class='mark_backbone'>CrtZ transformant and wild type both survived</font>. The result indicates that CrtZ transformant is strong and had great survival ability comparable to wild type!</p>
 +
 +
<!--close-->
 +
<center>
 +
<a href="#!" onclick="toggleHeight9(this, 3900);" style='color:#56914a'>
 +
click to close
 +
</a>
 +
</center>
 +
</div>
 +
</div>
 +
</div>
 +
 +
 +
<!--Conclusion-->
 
<div class='panel'>
 
<div class='panel'>
 
<div id="s5" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s5" class="expandable" style='height: 30px;padding-top:15px;'>
<a href="#!" onclick="toggleHeight5(this, 440); return false"  
+
<!--title-->
 +
<a href="#!" onclick="toggleHeight5(this, 860); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 
Conclusion
 
Conclusion
 
</a>
 
</a>
<p>Conclusion</p>
+
<!--content-->
 +
<div style='color:#205e1a;'>
 +
<p>  pPIGBACK-CrtZ was transformed into <i>Synechoccocus elongatus</i> PCC7942 after 20 days cultivation, the electrophoresis result based on PCR CrtZ gene from extracted genomic DNA of transformants is showed below. <font class='mark_backbone'>Transformation efficiency</font> of pPIGBACK-CrtZ is 11.4 transformants per μg DNA, and correctness is 52% (10/19), which is relatively high compared to low successful rate of gene recombination.</p>
 +
<p>  Therefore, we can conclude that pPIGBACK is quite a reliable vector which could accomplish gene double-crossover homologous recombination in <i>S. elongatus</i> PCC 7942 genome, because the successful rate of gene double-crossingover homologous recombination is low in cyanobacteria. Moreover, when comparing pPIGBACK-CrtZ transformants with wild type, we can assure that pPIGBACK could be express in <i>S. elongatus</i> PCC 7942, which is such a milestone in our project. With <font class='mark_backbone'>the high correctness of pPIGBACK-CrtZ transformants</font>, we have the confidence that multiple colors of cyanobacteria is possible and could be functional in the near future.</p>
 +
<div style="width:70%;margin:auto;">
 +
<img src="https://static.igem.org/mediawiki/2017/8/80/T--NYMU-Taipei--pigment_CrtZ.jpg" style="width:95%">
 +
<p style="font-size:18px;">This figure is pPIGBACK-CrtZ transformants electrophoresis result of CrtZ gene amplified from extracted transformants genomic DNA. C1~C20 represents the pPIGBACK-CrtZ transformant clone 1 to clone 20, and M represents 1 Kb marker.</p>
 +
</div>
 +
<br>
 +
 +
<!--close-->
 +
<center>
 +
<a href="#!" onclick="toggleHeight5(this, 860);" style='color:#56914a'>
 +
click to close
 +
</a>
 +
</center>
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
 
 +
<!--Reference-->
 
<div class='panel'>
 
<div class='panel'>
 
<div id="s7" class="expandable" style='height: 30px;padding-top:15px;'>
 
<div id="s7" class="expandable" style='height: 30px;padding-top:15px;'>
<a href="#!" onclick="toggleHeight7(this, 440); return false"  
+
<!--title-->
 +
<a href="#!" onclick="toggleHeight7(this, 960); return false"  
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 
style="font-family:'Acme', sans-serif;font-size:30px;color:#205e1a;height: 30px;">
 
Reference
 
Reference
 
</a>
 
</a>
<p>Reference</p>
+
<!--content-->
 +
<div style='color:#205e1a;font-size:16px;'>
 +
<p style="padding-top:5px;"></p>
 +
<ol>
 +
<p>
 +
<li>Pei-Hong Chen, Hsien-Lin Liu, Yin-Ju Chen, Yi-Hsiang Cheng, Wei-Ling Lin, Chien-Hung Yeh and Chuan-Hsiung Chang. (2012). Enhancing CO2 bio-mitigation by genetic engineering of cyanobacteria. <i>Energy Environ. Sci., 2012,5,</i> 8318-8327.
 +
</p>
 +
<p>
 +
<li>Alexander O. Brachmann, Ferdinand Kirchner, Carsten Kegler, Sebastian C. Kinski, Imke Schmitt, and Helge B. Bode. (2011). Triggering the production of the cryptic blue pigment indigoidine from <i>Photorhabdus luminescens</i>. <i>Journal of Biotechnology, 157,</i> 96-99.
 +
</p>
 +
<p>
 +
<li>Xu, F., Gage, D., and Zhan, J. (2015). Efficient production of indigoidine in <i>Escherichia coli</i>. <i>Journal of Industrial Microbiology & Biotechnology, 42,</i> 1149–1155.
 +
</p>
 +
<p>
 +
<li>2013 Team: Heidelberg <a href='https://2013.igem.org/Team:Heidelberg/Project/Indigoidine'>(https://2013.igem.org/Team:Heidelberg/Project/Indigoidine)</a>
 +
</p>
 +
<P>
 +
<li>Copeland,A. et al.(2014). Carotenoid pathway of <i>Synechococcus elongatus</i> PCC 7942, complete genomegatus PCC 7942. Unpublished.
 +
</p>
 +
<P>
 +
<li>Shinichi Takaichi(2011). Carotenoids in Algae: Distributions, Biosyntheses and Functions. <i>Mar Drugs. 2011; 9(6):</i> 1101–1118.
 +
</p>
 +
<P>
 +
<li>Chuan-Hsiung Chang(2012). Enhancing CO2 bio-mitigation by genetic engineering of cyanobacteria. <i>Energy Environ. Sci., 2012, 5,</i> 8318.
 +
</p>
 +
<P>
 +
<li>NCBI <a href='https://www.ncbi.nlm.nih.gov/nuccore/CP000100'>(https://www.ncbi.nlm.nih.gov/nuccore/CP000100)</a>
 +
</p>
 +
 +
 +
<p>
 +
<li>2009 Team: Tokyo Tech <a href='https://2009.igem.org/Team:Tokyo_Tech'>(https://2009.igem.org/Team:Tokyo_Tech)</a>
 +
</p>
 +
<p>
 +
<li>Nadja A. Henke, Sabine A. E. Heider, Petra Peters-Wendisch and Volker F. Wendisch. (2016). Production of the Marine Carotenoid Astaxanthin by Metabolically Engineered <i>Corynebacterium glutamicum</i>. <i>Marine drug, 14(7): 124.</i>
 +
</p>
 +
<p>
 +
<li>Chengwei Liang, Fangqing Zhao, Wei Wei, Zhangxiao Wen, Song Qin. (2006). Carotenoid Biosynthesis in Cyanobacteria: Structural and Evolutionary Scenarios Based on Comparative Genomics. <i>Int. J. Biol. Sci., 2006, 2.</i>
 +
</p>
 +
<p>
 +
<li>Miller, E. S., Mackinney, G., & Zscheile, F. P. (1935). Absorption Spectra of Alpha and Beta Carotenes And Lycopene. <i>Plant Physiology, 10</i>(2), 375–381.
 +
</p>
 +
<p>
 +
<li>David Heber, Qing-Yi Lu (2002). Overview of Mechanisms of Action of Lycopene. <i>Experimental Biology and Medicine, 227(10)</i>, 920 – 923.
 +
</p>
 +
<p>
 +
<li>Cunningham, F. X., Sun, Z., Chamovitz, D., Hirschberg, J., & Gantt, E. (1994). Molecular structure and enzymatic function of lycopene cyclase from the cyanobacterium <i>Synechococcus</i> sp strain PCC7942. <i>The Plant Cell, 6</i>(8), 1107–1121.
 +
</p>
 +
<p>
 +
<li>Jacobus, A. P., & Gross, J. (2015). Optimal Cloning of PCR Fragments by Homologous Recombination in <i>Escherichia coli</i>. <i>PLoS ONE, 10</i>(3), e0119221.
 +
</p>
 +
</ol>
 +
<!--close-->
 +
<center>
 +
<a href="#!" onclick="toggleHeight7(this, 960);" style='color:#56914a'>
 +
click to close
 +
</a>
 +
</center>
 +
</div>
 +
 +
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 17:42, 1 November 2017

Pigments

  In our project, we transfer five types of pigment-related gene sequences (Indigoidine, Zeaxanthin, Melanin, Astaxanthin and Lycopene) into our cyanobacterial cells. We expect to get five different colors of microalgae, so we could see whether adding other pigment colors to the original color of microalgae would add wavelength absorbance and have better photosynthetic efficiencies. Due to better photosynthetic efficiencies, we could elevate oil accumulation in microalgae, which would have great benefit in both industry and scientific usage.