Difference between revisions of "Team:CCU Taiwan/Results"

 
(40 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:CCU_Taiwan/css}}
+
{{CCU_Taiwan/css}}
 +
 
 
<html>
 
<html>
 +
 +
<head>
 +
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<script>
 +
$(document).ready(function(){
 +
 +
$("#Home").hover(function(e){
 +
$("#sub_home").stop(true,false,true).slideToggle(300);
 +
  });
 +
 +
$("#Project").hover(function(){
 +
$("#sub_project").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Parts").hover(function(){
 +
$("#sub_parts").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Modeling").hover(function(){
 +
$("#sub_modeling").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Drylab").hover(function(){
 +
$("#sub_drylab").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Human_Practice").hover(function(){
 +
$("#sub_human_practice").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Notebook").hover(function(){
 +
$("#sub_notebook").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#home_button").hover(function(){
 +
    $(this).css("background","black")
 +
},function(){
 +
    $(this).css("background","#31a97e")
 +
  });
 +
});
 +
 +
// The function actually applying the offset
 +
function offsetAnchor() {
 +
  if (location.hash.length !== 0) {
 +
    window.scrollTo(window.scrollX, window.scrollY - 90);
 +
  }
 +
}
 +
 +
// Captures click events of all <a> elements with href starting with #
 +
$(document).on('click', 'a[href^="#"]', function(event) {
 +
  // Click events are captured before hashchanges. Timeout
 +
  // causes offsetAnchor to be called after the page jump.
 +
  window.setTimeout(function() {
 +
    offsetAnchor();
 +
  }, 0);
 +
});
 +
 +
// Set the offset when entering page with hash present in the url
 +
window.setTimeout(offsetAnchor, 0);
 +
 +
$(document).scroll(function () { // remove "$"
 +
    var y = $(this).scrollTop();       
 +
    if (y > 300) {
 +
        $('.indicator').fadeIn();
 +
    }
 +
    else {
 +
        $('.indicator').fadeOut();
 +
    }
 +
});
 +
 +
</script>
 +
 +
</head>
  
 
<body>
 
<body>
 
   <header>
 
   <header>
         <nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
+
         <nav>
 
             <div class="container">
 
             <div class="container">
                 <ul>
+
                 <ul class="front">
                     <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan">Home</a>
+
                        <ul>
+
                    <div id="home_button" style="cursor:pointer;"  onclick="location.href=
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Team">Team</a></li>
+
'https://2018.igem.org/Team:CCU_Taiwan';"> <img src="https://static.igem.org/mediawiki/2018/0/08/T--CCU_Taiwan--home_button.png"></img></div>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">Attributions</a></li>
+
 
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li>
+
                     <li class="title" style="cursor:pointer;" id="Home"><img class="img_title" src="https://static.igem.org/mediawiki/2018/2/24/T--CCU_Taiwan--aboutus.png"></img><a>About Us</a>
 +
                        <ul class="sub" id="sub_home" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Team"><li class="list" id="home1">Team</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions"><li class="list" id="home2">Attributions</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Medal"><li class="list" id="home3">Medals</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Judge"><li class="list" id="home4">For Judges</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements"><li class="list" id="home5">Achievements</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title"><a href="#">Project</a>
+
                     <li class="title" style="cursor:pointer;" id="Project"><img class="img_title" src="https://static.igem.org/mediawiki/2018/6/6f/T--CCU_Taiwan--project.png"></img><a>Project</a>
<ul>
+
<ul class="sub" id="sub_project" style="cursor:default;">
    <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Description">Description</a></li>
+
    <a href="https://2018.igem.org/Team:CCU_Taiwan/Description"><li class="list" id="project1">Description</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Design">Design</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design"><li class="list" id="project2">Design</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Results">Results</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Results"><li class="list" id="project3">Results</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements">Achievements</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate"><li class="list" id="project4">Demonstration</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab ">InterLab</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab"><li class="list" id="project5">InterLab</li></a>
    <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate">Demonstration</a></li>
+
 
</ul>
 
</ul>
 
</li>
 
</li>
                     <li class="title"><a href="#">Parts</a>
+
                     <li class="title" style="cursor:pointer;" id="Parts"><img class="img_title" src="https://static.igem.org/mediawiki/2018/1/17/T--CCU_Taiwan--part.png"></img><a>Parts</a>
                        <ul>
+
                        <ul class="sub" id="sub_parts" style="cursor:default;">
    <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Parts">Parts</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Parts"><li class="list" id="parts1">Overview</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part">Basic Part</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part"><li class="list" id="parts1">Basic Part</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part">Composite Part</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part"><li class="list" id="parts2">Composite Part</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Improve">Improved Part</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title"><a href="#">Modeling</a>
+
                     <li class="title" style="cursor:pointer;" id="Modeling"><img class="img_title" src="https://static.igem.org/mediawiki/2018/0/09/T--CCU_Taiwan--model.png"></img><a>Modeling</a>
                        <ul>
+
                        <ul class="sub" id="sub_modeling" style="cursor:default;">
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Model">Model</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Model"><li class="list" id="model1">Overview</li></a>
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Enzyme">Enzyme Activity</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Binding"><li class="list" id="model2">Binding Model</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Monolignol">Monolignol Binding</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer"><li class="list" id="model3">Polymer Model</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Tools">Tools</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title"><a href="#">Drylab</a>
+
                     <li class="title" style="cursor:pointer;" id="Drylab"><img class="img_title" src="https://static.igem.org/mediawiki/2018/f/fc/T--CCU_Taiwan--Dry_lab.png"></img><a>Product</a>
                        <ul>
+
                        <ul class="sub" id="sub_drylab" style="cursor:default;">
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan">Our Plan</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan"><li class="list" id="drylab1">Analysis</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering">Engineering</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering"><li class="list" id="drylab2">Production Line</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Safety">Safety</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Safety"><li class="list" id="drylab3">Safety</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
<li class="title"><a href="#">Human Practice</a>
+
    <li class="title" style="cursor:pointer;" id="Human_Practice"><img class="img_title" src="https://static.igem.org/mediawiki/2018/9/96/T--CCU_Taiwan--humanpractice.png"></img><a>HP</a>
                        <ul>
+
                        <ul class="sub" id="sub_human_practice" style="cursor:default;">
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices">Human Practice</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices"><li class="list" id="human_practice1">Human Practice</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engagement">Engagement</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Public_Engagement"><li class="list" id="human_practice2">Public Engagement</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship">Entrepreneurship</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship"><li class="list" id="human_practice3">Entrepreneurship</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Business_Model">Business Model</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/engaging_experts"><li class="list" id="human_practice4">Engaging Experts</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Integrate"><li class="list" id="human_practice5">Integrated HP</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
<li class="title"><a href="#">Notebook</a>
+
    <li class="title" style="cursor:pointer;" id="Notebook"><img class="img_title" src="https://static.igem.org/mediawiki/2018/c/c9/T--CCU_Taiwan--notebook.png"></img><a>Notebook</a>
                         <ul>
+
                         <ul class="sub" id="sub_notebook" style="cursor:default;">
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook">Notebook</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook"><li class="list" id="notebook1">Overview</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design">Applied Design</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations"><li class="list" id="notebook2">Collaborations</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments">Experiments</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Protocols"><li class="list" id="notebook3">Protocols</li></a>
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/DATABASE">DATABASE</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments"><li class="list" id="notebook4">Experiments</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Materials"><li class="list" id="notebook5">Materials</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
Line 66: Line 146:
 
             </div>
 
             </div>
 
         </nav>
 
         </nav>
 +
 
     </header>
 
     </header>
</body>
+
<div class="indicator">
  
<div class="column full_size">
+
<div class="pointerProject" id="2"><a href="#ca1">Project Achievements</a></div>
<h1>Results</h1>
+
<p>Here you can describe the results of your project and your future plans. </p>
+
</div>
+
  
 +
</div>
  
<div class="column third_size" >
+
<div class="backgroundProject">
 
+
<div class="photoResult"><h1 class="bigtitle">RESULTS<h1></div>
<h3>What should this page contain?</h3>
+
      <div class="content">
<ul>
+
<p class="first" id="ca1">Project Achievements</p>
<li> Clearly and objectively describe the results of your work.</li>
+
<p class="description">
<li> Future plans for the project. </li>
+
1. Prove our vectors successfully constructed<br>
<li> Considerations for replicating the experiments. </li>
+
2. Prove three enzymes successfully produced<br>
</ul>
+
3. Prove enzymes are functional<br>
 +
</p>
 +
<p class="second">Prove our vectors successfully constructed</p>
 +
<p class="description">
 +
&emsp;&emsp;In LIGGREEN synthesis, monolignols react mainly with two enzymes, peroxidase and laccase. We decided to synthesize these enzymes through synthetic biology. In our experiments, we use <I>P. pastoris</I> as our host. Our goal is to transform the insert into <I>P. pastoris</I>. We did westernblot to prove the yeast transform was successful and the enzymes were produced.
 +
</p>
 +
<div id="res1" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/5/57/T--CCU_Taiwan--JOE_results_figure1.jpg" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure 1:Plasmid digest( EcoRI, AgeI) after miniprep (pGAPZ A-SalI_His4, pGAPZ A-SalI)</p>
 +
                  </div>
 +
        </div>
 +
<div id="res2" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/0/0e/T--CCU_Taiwan--JOE_results_figure2.jpg" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure 2:Plasmid digest( EcoRI, AgeI) after miniprep (Px16, Px18, Lac1)</p>
 +
                  </div>
 +
        </div>
 +
<br><br>
 +
<div id="res3" class="polaroid">
 +
                  <img src=" https://static.igem.org/mediawiki/2018/6/6b/T--CCU_Taiwan--JOE_results_figure3.jpg" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure 3:PCR result of E.coli colony (pGAPZ A_Px16, pGAPZ A_Px18, pGAPZ A_Lac1)</p>
 +
                  </div>
 +
        </div>
 +
<br><br>
 +
<p class="description">&emsp;&emsp;According to gel electrophoresis, we have confirm that our cloning is successful.</p>
 +
<p class="second">Prove three enzymes successfully produced</p>
 +
<p class="description">
 +
&emsp;&emsp;We use western blot to analyze our protein expression. To detect Lac1, Px16, Px18, we select mouse anti-FLAG tag, mouse anti-HA tag, mouse anti-V5 tag, respectively as our primary antibody. As our secondary antibody, we use goat anti-mouse HRP. We to detect secondary antibody, we apply standard enhanced chemilumescent (ECL) substrates for detecting horseradish peroxidase (HRP) enzyme activity.
 +
</p>
 +
<p class="description">
 +
Western blot:
 +
</p>
 +
<div id="res4" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/8/87/T--CCU_Taiwan--western_blot_%28lac1_protein_extraction_from_pellet%29.jpeg" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure 4:Western blot (lac1 protein extraction from pellet) of high copy strain, middle copy strain, high copy strain at 96hr</p>
 +
                  </div>
 +
        </div>
 +
<div id="res5" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/9/90/T--CCU_Taiwan--western_blot_%28prx18_protein_extraction_from_pellet%29.png" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure 5:Western blot (px18 protein extraction from pellet) of high copy strain</p>
 +
                  </div>
 +
        </div><br><br><br>
 +
<div id="res6" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/e/e5/T--CCU_Taiwan--western_blot_%28px18_soup%29.png" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure 6:Western blot (px18 protein extraction from soup) of high copy strain</p>
 +
                  </div>
 +
        </div>
 +
<div id="res7" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/6/65/T--CCU_Taiwan--western_blot_%28px16_protein_extraction_from_pellet%29.png" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure 7:Western blot (px16 protein extraction from pellet) of low copy strain</p>
 +
                  </div>
 +
        </div><br><br><br><br>
 +
<p class="second">Prove enzymes are functional</p>
 +
<p class="description">
 +
&emsp;&emsp;Coniferyl alcohol will react with our enzymes, Px16, Px18 and Lac1. We want to prove that coniferyl alcohol will polymerize into an oligomer. We use UV-visible for measurements. Through UV-visible, we can prove the difference in absorbance wavelength between monomer and oligomer.
 +
</p>
 +
<p class="description">
 +
UV-visible :
 +
</p>
 +
<div id="res8" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/4/48/T--CCU_Taiwan--JOE_results_4-5.jpg" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure 8:the difference between monomer and monomer + Lac1</p>
 +
                  </div>
 +
        </div><br><br>
 +
<div id="res9" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/f/fb/T--CCU_Taiwan--JOE_results_4-6.jpg" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure 9:the difference between monomer and monomer + Px16 and Px18 </p>
 +
                  </div>
 +
        </div><br><br>
 +
<div id="res10" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/a/a9/T--CCU_Taiwan--JOE_results_4-7.jpg" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure 10:the difference between monomer and monomer + Lac1 + Px16 and Px18</p>
 +
                  </div>
 +
        </div><br><br><br><br>
 +
<p class="description">
 +
&emsp;&emsp;According to UV-visible, when the wavelength reaches some specific positions, the oligomer will shift to the left more than the monomer. Therefore, we found that only the peroxidase case did not produce spectral absorption. We have shown that our enzymes can polymerize the monomer into the oligomer.
 +
</p><br><br><br><br><br><br>
 +
    </div>
 
</div>
 
</div>
 +
</body>
 +
<footer class="footer">
 +
            <a href="http://huitong.com.tw">
 +
              <img  id="BSlogo" src="https://static.igem.org/mediawiki/2018/0/07/T--CCU_Taiwan--CCUP1.png" align="bottom">
 +
            </a>
  
 +
            <a href="https://www.facebook.com/ccuigemteam/?ref=br_rs">
 +
            <img  id="CCUTEAMlogo" src="https://static.igem.org/mediawiki/2018/e/e3/T--CCU_Taiwan--CCUP2.png" align="bottom">
 +
            </a>
  
 
+
            <a href="http://ewww.ccu.edu.tw/">
 
+
            <img  id="CCUlogo" src="https://static.igem.org/mediawiki/2018/8/89/T--CCU_Taiwan--CCUP3.png" align="bottom">
<div class="column two_thirds_size" >
+
            </a>
<h3>Describe what your results mean </h3>
+
</footer>
<ul>
+
<li> Interpretation of the results obtained during your project. Don't just show a plot/figure/graph/other, tell us what you think the data means. This is an important part of your project that the judges will look for. </li>
+
<li> Show data, but remember all measurement and characterization data must be on part pages in the Registry. </li>
+
<li> Consider including an analysis summary section to discuss what your results mean. Judges like to read what you think your data means, beyond all the data you have acquired during your project. </li>
+
</ul>
+
</div>
+
 
+
 
+
<div class="clear extra_space"></div>
+
 
+
 
+
 
+
<div class="column two_thirds_size" >
+
<h3> Project Achievements </h3>
+
 
+
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
 
+
<ul>
+
<li>A list of linked bullet points of the successful results during your project</li>
+
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
</ul>
+
 
+
</div>
+
 
+
 
+
 
+
<div class="column third_size" >
+
<div class="highlight decoration_A_full">
+
<h3>Inspiration</h3>
+
<p>See how other teams presented their results.</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
</ul>
+
</div>
+
</div>
+
 
+
 
+
 
+
 
+
  
 
</html>
 
</html>

Latest revision as of 08:46, 1 December 2018

RESULTS

Project Achievements

1. Prove our vectors successfully constructed
2. Prove three enzymes successfully produced
3. Prove enzymes are functional

Prove our vectors successfully constructed

  In LIGGREEN synthesis, monolignols react mainly with two enzymes, peroxidase and laccase. We decided to synthesize these enzymes through synthetic biology. In our experiments, we use P. pastoris as our host. Our goal is to transform the insert into P. pastoris. We did westernblot to prove the yeast transform was successful and the enzymes were produced.

Figure 1:Plasmid digest( EcoRI, AgeI) after miniprep (pGAPZ A-SalI_His4, pGAPZ A-SalI)

Figure 2:Plasmid digest( EcoRI, AgeI) after miniprep (Px16, Px18, Lac1)



Figure 3:PCR result of E.coli colony (pGAPZ A_Px16, pGAPZ A_Px18, pGAPZ A_Lac1)



  According to gel electrophoresis, we have confirm that our cloning is successful.

Prove three enzymes successfully produced

  We use western blot to analyze our protein expression. To detect Lac1, Px16, Px18, we select mouse anti-FLAG tag, mouse anti-HA tag, mouse anti-V5 tag, respectively as our primary antibody. As our secondary antibody, we use goat anti-mouse HRP. We to detect secondary antibody, we apply standard enhanced chemilumescent (ECL) substrates for detecting horseradish peroxidase (HRP) enzyme activity.

Western blot:

Figure 4:Western blot (lac1 protein extraction from pellet) of high copy strain, middle copy strain, high copy strain at 96hr

Figure 5:Western blot (px18 protein extraction from pellet) of high copy strain




Figure 6:Western blot (px18 protein extraction from soup) of high copy strain

Figure 7:Western blot (px16 protein extraction from pellet) of low copy strain





Prove enzymes are functional

  Coniferyl alcohol will react with our enzymes, Px16, Px18 and Lac1. We want to prove that coniferyl alcohol will polymerize into an oligomer. We use UV-visible for measurements. Through UV-visible, we can prove the difference in absorbance wavelength between monomer and oligomer.

UV-visible :

Figure 8:the difference between monomer and monomer + Lac1



Figure 9:the difference between monomer and monomer + Px16 and Px18



Figure 10:the difference between monomer and monomer + Lac1 + Px16 and Px18





  According to UV-visible, when the wavelength reaches some specific positions, the oligomer will shift to the left more than the monomer. Therefore, we found that only the peroxidase case did not produce spectral absorption. We have shown that our enzymes can polymerize the monomer into the oligomer.