Difference between revisions of "Team:CCU Taiwan/Composite Part"

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>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
 
 
$("#Home").hover(function(){
+
$("#Home").hover(function(e){
$("#sub_home").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_home").stop(true,false,true).slideToggle(300);
});
+
  });
+
 
 
$("#Project").hover(function(){
 
$("#Project").hover(function(){
$("#sub_project").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_project").stop(true,false,true).slideToggle(300);
 
});
 
});
 
 
 
$("#Parts").hover(function(){
 
$("#Parts").hover(function(){
$("#sub_parts").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_parts").stop(true,false,true).slideToggle(300);
 
});
 
});
 
 
$("#Modeling").hover(function(){
+
$("#Modeling").hover(function(){  
$("#sub_modeling").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_modeling").stop(true,false,true).slideToggle(300);
 
});
 
});
 
 
 
$("#Drylab").hover(function(){
 
$("#Drylab").hover(function(){
$("#sub_drylab").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_drylab").stop(true,false,true).slideToggle(300);
 
});
 
});
 
 
 
$("#Human_Practice").hover(function(){
 
$("#Human_Practice").hover(function(){
$("#sub_human_practice").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_human_practice").stop(true,false,true).slideToggle(300);
 
});
 
});
 
 
 
$("#Notebook").hover(function(){
 
$("#Notebook").hover(function(){
$("#sub_notebook").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_notebook").stop(true,false,true).slideToggle(300);
 
});
 
});
  
Line 35: Line 40:
 
     $(this).css("background","black")
 
     $(this).css("background","black")
 
},function(){
 
},function(){
     $(this).css("background","#F96784")
+
     $(this).css("background","#31a97e")
 
   });
 
   });
 
$("#home1").hover(function(){
 
$("#home_img").css('display', 'block');
 
$("#home_img").animate({ opacity: 0 }, 0);
 
$("#home_img").stop(true,false,true).animate({opacity: 1,left:'25vw'},800, 'swing')
 
$("#home_word").stop(true,false,true).delay(750).fadeIn(700)
 
},function(){
 
$("#home_img").stop(true,false,true).css("display","none").css("left","50vw");
 
$("#home_word").fadeOut(0)
 
});
 
 
});
 
});
 +
var s = skrollr.init({
 +
render: function(data) {
 +
  //Log the current scroll position.
 +
  $('#info').text(data.curTop);
 +
}
 +
});;
 +
 
</script>
 
</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">
 +
 
                     <div id="home_button" style="cursor:pointer;"  onclick="location.href=
 
                     <div id="home_button" style="cursor:pointer;"  onclick="location.href=
 
'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>
 
'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" id="Home"><a>Home</a>
+
 
                         <ul class="sub" id="sub_home">
+
                     <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><hr>
                            <li class="list" id="home1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Team">Team</a></li>
+
                         <ul class="sub" id="sub_home" style="cursor:default;">
<li class="list" id="home2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">Attributions</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Team"><li class="list" id="home1">Team</li></a>
<li class="list" id="home3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li>
+
<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="home2">Medals</li></a>
<div id="home_img">
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Judge"><li class="list" id="home3">For Judges</li></a>
<img src="https://static.igem.org/mediawiki/2018/5/57/T--CCU_Taiwan--home.png"></img>
+
</div>
+
<div id="home_word">
+
<p>There's a home for us, always.</p>
+
</div>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title" id="Project"><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><hr>
<ul class="sub" id="sub_project">
+
<ul class="sub" id="sub_project" style="cursor:default;">
    <li class="list" id="project1"><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="list" id="project2"><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="list" id="project3"><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="list" id="project4"><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="list" id="project5"><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="list" id="project6"><a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate">Demonstration</a></li>
+
 
</ul>
 
</ul>
 
</li>
 
</li>
                     <li class="title" id="Parts"><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><hr>
                        <ul class="sub" id="sub_parts">
+
                        <ul class="sub" id="sub_parts" style="cursor:default;">
    <li class="list" id="parts1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Parts">Parts</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part"><li class="list" id="parts1">Basic Part</li></a>
<li class="list" id="parts2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part">Basic 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="list" id="parts3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part">Composite Part</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Improve"><li class="list" id="parts3">Improved Part</li></a>
<li class="list" id="parts4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Improve">Improved Part</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title" id="Modeling"><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><hr>
                         <ul class="sub" id="sub_modeling">
+
                         <ul class="sub" id="sub_modeling" style="cursor:default;">
                            <li class="list" id="model1"><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="list" id="model2"><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</li></a>
<li class="list" id="model3"><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</li></a>
<li class="list" id="model4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Tools">Tools</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title" id="Drylab"><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><hr>
                         <ul class="sub" id="sub_drylab">
+
                         <ul class="sub" id="sub_drylab" style="cursor:default;">
                            <li class="list" id="drylab1"><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="list" id="drylab2"><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="list" id="drylab3"><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" id="Human_Practice"><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><hr>
                         <ul class="sub" id="sub_human_practice">
+
                         <ul class="sub" id="sub_human_practice" style="cursor:default;">
                             <li class="list" id="human_practice1"><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">Overview</li></a>
<li class="list" id="human_practice2"><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="list" id="human_practice3"><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="list" id="human_practice4"><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/Intergrate"><li class="list" id="human_practice5">Intergrated HP</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
<li class="title" id="Notebook"><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 class="sub" id="sub_notebook">
+
                         <ul class="sub" id="sub_notebook" style="cursor:default;">
                             <li class="list" id="notebook1"><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="list" id="notebook2"><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="list" id="notebook3"><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="list" id="notebook4"><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 122: Line 122:
 
             </div>
 
             </div>
 
         </nav>
 
         </nav>
    </header>
 
</body>
 
 
<div class="column full_size judges-will-not-evaluate">
 
<h3>★  ALERT! </h3>
 
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
 
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
 
</div>
 
 
 
<div class="clear"></div>
 
 
 
 
 
  
<div class="column full_size">
+
    </header>
<h1>Composite Parts</h1>
+
 
+
<div class="backgroundParts">
 
+
<div class="photoBasicPart"></div>
<p>
+
<div class="content">
A composite part is a functional unit of DNA consisting of two or more basic parts assembled together. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_I13507">BBa_I13507</a> is an example of a composite part, consisting of an RBS, a protein coding region for a red fluorescent protein, and a terminator.
+
<p class="first">Composite Parts</p>
 +
<p class="second">BBa_K2809001 <br>
 +
Kozak sequence (Pichia pastoris)
 
</p>
 
</p>
 +
<p class="description">The Kozak sequence initiates the translation in Pichia pastoris. This Sequence is copied directly from pCore1 in reference .The start codon is not included.</p>
 +
 +
<p class="second">BBa_K2809002<br>
 +
Prepro-alpha-factor (codon modified for p.pastoris)
 +
</p>
 +
<p class="description">Prepro-alpha-factor is the secretion signal peptide from the yeast α-mating factor. This signal peptide directs secreted expression of the recombinant protein, therefore, it allows the exportation of it. Once the recombinant protein is in the endoplasmic reticulum(ER) lumen, this secretion signal will be cleaved.</p>
 +
 +
<p class="second">BBa_K2809010<br>
 +
Mature Lac1 (laccase)
 +
</p>
 +
<p class="description">This is the codon-optimized version of laccase derived from Pinus taeda(Loblolly pine). Laccase is involved in monolignol dehydrogenation, using oxygen to oxidize their metal centers to enable catalytical phenol oxidation.It is able to produce dimers and oligomers of coniferyl alcohol, which is involved in the early stage of lignification.</p>
 +
<p class="description">The signal peptide have removed, so the sequence do NOT contain start codon. Furthermore, it includes HA-tag for Western Blot protein detection and 6xHis-tag for protein purification before stop codon.</p>
 +
 +
<p class="second">BBa_K2809020<br>
 +
Mature Px18 (peroxidase)
 +
</p>
 +
<p class="second">BBa_K2809030<br>
 +
Mature Px16 (peroxidase)
 +
</p>
 +
<p class="description">Those are the codon-optimized version of peroxidase derived from Picea abies(Norway spruce). Peroxidases (Px16 and Px18) are involved in monolignol dehydrogenation, using hydrogen peroxide as a substrate. They are able to form polymers from oligomers or dimers, which contribute to lignin polymerization.</p>
 +
<p class="description">The signal peptide have removed, so the sequence do NOT contain start codon.Moreover, it includes V5-tag for Western Blot protein detection and  6xHis-tag for protein purification before stop codon.</p>
 +
<p class="description">The signal peptide have removed, so the sequence do NOT contain start codon.Furthermore, it includes FLAG-tag for Western Blot protein detection and 6xHis-tag for protein purification before stop codon.</p>
 +
<p class="description"><br>Best New Composite parts: </p>
 +
<p class="second">BBa_K2809011<br>
 +
laccase 1
 +
</p>
 +
<p class="description">We use pGAPZ A vector from invitrogen and insert this part to construct our vector. We constructed this part by combining BBa_K2809001, BBa_K2809002 and BBa_K2809010.<br>
 +
  This part contain a Kozak sequence for initiating and enhancing translation, Prepro-alpha-factor as a signal peptide for secretion, codon-optimized version of laccase gene sequence, HA tag for Western Blot protein detection and 6xHis-tag for protein purification.
 +
</p>
 +
<p class="second">BBa_K2809021<br>
 +
peroxidase 18
 +
</p>
 +
<p class="description">  We use pGAPZ A vector from invitrogen and insert this part to construct our vector. We constructed this part by combining BBa_K2809001, BBa_K2809002 and BBa_K2809020.<br>
 +
  This part contain a Kozak sequence for initiating and enhancing translation, Prepro-alpha-factor as a signal peptide for secretion, codon-optimized version of peroxidase 18 gene sequence, V5-tag for Western Blot protein detection and 6xHis-tag for protein purification.
 +
 +
</p>
 +
<p class="second">BBa_K2809031<br>
 +
peroxidase 16
 +
</p>
 +
<p class="description">  We use pGAPZ A vector from invitrogen and insert this part to construct our vector. We constructed this part by combining BBa_K2809001, BBa_K2809002 and BBa_K2809030.<br>
 +
  This part contain a Kozak sequence for initiating and enhancing translation, Prepro-alpha-factor as a signal peptide for secretion, codon-optimized version of peroxidase 16 gene sequence, FLAG-tag for Western Blot protein detection and 6xHis-tag for protein purification.
  
<p>New composite BioBrick devices can be made by combining existing BioBrick Parts (like Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on).</p>
+
</p>
</div>
+
</div>
 
+
</div>
<div class="column full_size">
+
</body>
<div class="highlight decoration_background">
+
<footer class="footer">
<h3>Note</h3>
+
            <a href="http://huitong.com.tw">
<p>This page should list all the composite parts your team has made during your project. You must add all characterization information for your parts on the Registry. You should not put characterization information on this page. Remember judges will only look at the first part in the list for the Best Composite Part award, so put your best part first!</p>
+
              <img  id="BSlogo" src="https://static.igem.org/mediawiki/2018/0/07/T--CCU_Taiwan--CCUP1.png" align="bottom">
</div>
+
            </a>
</div>
+
 
+
 
+
 
+
<div class="column full_size">
+
<h3>Best Composite Part Special Prize</h3>
+
 
+
<p>To be eligible for this award, this part must adhere to <a href="http://parts.igem.org/DNA_Submission">Registry sample submission guidelines</a> and have been sent to the Registry of Standard Biological Parts. If you have a part you wish to nominate your team for this <a href="https://2018.igem.org/Judging/Awards">special prize</a>, make sure you add your part number to your <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a> and delete the box at the top of this page.
+
  
<br><br>
+
            <a href="https://www.facebook.com/ccuigemteam/?ref=br_rs">
<b>Please note:</b> Judges will only look at the first part number you list, so please only enter ONE (1) part number in the judging form for this prize. </p>
+
            <img  id="CCUTEAMlogo" src="https://static.igem.org/mediawiki/2018/e/e3/T--CCU_Taiwan--CCUP2.png" align="bottom">
 +
            </a>
  
</div>
+
            <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">
 +
            </a>
 +
</footer>
  
 
</html>
 
</html>

Revision as of 10:46, 14 October 2018

Composite Parts

BBa_K2809001
Kozak sequence (Pichia pastoris)

The Kozak sequence initiates the translation in Pichia pastoris. This Sequence is copied directly from pCore1 in reference .The start codon is not included.

BBa_K2809002
Prepro-alpha-factor (codon modified for p.pastoris)

Prepro-alpha-factor is the secretion signal peptide from the yeast α-mating factor. This signal peptide directs secreted expression of the recombinant protein, therefore, it allows the exportation of it. Once the recombinant protein is in the endoplasmic reticulum(ER) lumen, this secretion signal will be cleaved.

BBa_K2809010
Mature Lac1 (laccase)

This is the codon-optimized version of laccase derived from Pinus taeda(Loblolly pine). Laccase is involved in monolignol dehydrogenation, using oxygen to oxidize their metal centers to enable catalytical phenol oxidation.It is able to produce dimers and oligomers of coniferyl alcohol, which is involved in the early stage of lignification.

The signal peptide have removed, so the sequence do NOT contain start codon. Furthermore, it includes HA-tag for Western Blot protein detection and 6xHis-tag for protein purification before stop codon.

BBa_K2809020
Mature Px18 (peroxidase)

BBa_K2809030
Mature Px16 (peroxidase)

Those are the codon-optimized version of peroxidase derived from Picea abies(Norway spruce). Peroxidases (Px16 and Px18) are involved in monolignol dehydrogenation, using hydrogen peroxide as a substrate. They are able to form polymers from oligomers or dimers, which contribute to lignin polymerization.

The signal peptide have removed, so the sequence do NOT contain start codon.Moreover, it includes V5-tag for Western Blot protein detection and 6xHis-tag for protein purification before stop codon.

The signal peptide have removed, so the sequence do NOT contain start codon.Furthermore, it includes FLAG-tag for Western Blot protein detection and 6xHis-tag for protein purification before stop codon.


Best New Composite parts:

BBa_K2809011
laccase 1

We use pGAPZ A vector from invitrogen and insert this part to construct our vector. We constructed this part by combining BBa_K2809001, BBa_K2809002 and BBa_K2809010.
This part contain a Kozak sequence for initiating and enhancing translation, Prepro-alpha-factor as a signal peptide for secretion, codon-optimized version of laccase gene sequence, HA tag for Western Blot protein detection and 6xHis-tag for protein purification.

BBa_K2809021
peroxidase 18

We use pGAPZ A vector from invitrogen and insert this part to construct our vector. We constructed this part by combining BBa_K2809001, BBa_K2809002 and BBa_K2809020.
This part contain a Kozak sequence for initiating and enhancing translation, Prepro-alpha-factor as a signal peptide for secretion, codon-optimized version of peroxidase 18 gene sequence, V5-tag for Western Blot protein detection and 6xHis-tag for protein purification.

BBa_K2809031
peroxidase 16

We use pGAPZ A vector from invitrogen and insert this part to construct our vector. We constructed this part by combining BBa_K2809001, BBa_K2809002 and BBa_K2809030.
This part contain a Kozak sequence for initiating and enhancing translation, Prepro-alpha-factor as a signal peptide for secretion, codon-optimized version of peroxidase 16 gene sequence, FLAG-tag for Western Blot protein detection and 6xHis-tag for protein purification.