Difference between revisions of "Team:Peking/Composite Part"

(Prototype team page)
 
Line 1: Line 1:
{{Peking}}
+
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<html>
+
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
 +
<!--[if (gte IE 8)|!(IE)]><!-->
 +
<html class="no-js" lang="en">
 +
    <!--<![endif]-->
 +
    <head>
 +
        <!--- Basic Page Needs========================================================================= -->
 +
        <meta charset="utf-8"/>
 +
        <title></title>
 +
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.2, user-scalable=yes" />
 +
        <meta name="description" content="Wiki of Peking iGEM 2018" />
 +
        <meta name="author" content="Peking iGEM"/>
 +
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
        <!-- Mobile Specific Metas===================================================================== -->
 +
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
 +
        <!-- Fix  Overwrite the original iGEM style=================================================== -->
 +
        <link href="https://2018.igem.org/Template:Peking/css/fix?action=raw&ctype=text/css" rel="stylesheet" />
 +
        <!-- CSS======================================================================================= -->
 +
        <link href="https://2018.igem.org/Template:Peking/css/bootstrap_min?action=raw&ctype=text/css" rel="stylesheet" />
 +
        <link href="https://2018.igem.org/Template:Peking/css/style?action=raw&ctype=text/css" rel="stylesheet" />
 +
        <!-- CSS======================================================================================= -->
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/default?action=raw&ctype=text/css"/>
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/layout?action=raw&ctype=text/css"/>
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/media-queries?action=raw&ctype=text/css"/>
 +
        <link rel="stylesheet" href="https://2018.igem.org/Template:Peking/css/notebook_panel?action=raw&ctype=text/css"/>
 +
        <style>
 +
                        body { background: #D2D8D8 url(https://static.igem.org/mediawiki/2018/7/78/T--Peking--images_bodyBackground.jpeg); background-attachment:fixed;}
 +
            .texttitle{
 +
                color:#6495ED;
 +
                font-size: 38px;
 +
                line-height: 48px;
 +
                margin-bottom: 12px;
 +
                font-family: raleway-bold, sans-serif !important;
 +
                background: transparent;
 +
                letter-spacing: 3px;
 +
                text-transform: uppercase;
 +
                font-weight: 350;
 +
                text-align: center;
 +
                padding-top:40px;
 +
            }
 +
        sup{font-size:11px;}
 +
        .references{margin-top:150px;margin-bottom:40px;}
 +
        .references p{font-size:14px !important; color:#666161 !important;}
 +
        .classic-title {font-weight: 300;padding-top:30px;}
 +
        .classic-title span {
 +
            padding-bottom: 8px;
 +
            border-bottom: 1px solid #383232;
 +
            font-weight: 400;
 +
        }
 +
        figure{margin-top:40px;margin-bottom:40px;height:auto;}
 +
        .anchor{padding-top:100px;margin-top:-100px;}
 +
            </style>
 +
       
 +
    </head>
 +
    <body>
 +
        <!--sidebar 引用==============================================================================-->
 +
        <style>
 +
            #primary span{
 +
                display:block;
 +
                word-break:break-all
 +
            }
 +
       
 +
        #page-wrap {
 +
            width: 25%;
 +
            margin: 0px;
 +
            position: relative;
 +
        }
 +
       
 +
        #sidebar {
 +
            width: 25%;
 +
            margin-left: 0px;
 +
        }
 +
        @media (min-width:1024px){
 +
            #sidebar{position:relative;top:120px;max-width:200px;}}
 +
        @media (max-width: 1023px){
 +
            #sidebar{display:none;
 +
            }
 +
            #page-wrap{display:none;}
 +
        }
 +
        </style>
 +
       
 +
       
 +
        <script type="text/javascript">
 +
            function menuFixed(id){
 +
                var obj = document.getElementById(id);
 +
                var _getHeight = obj.offsetTop;
 +
               
 +
                window.onscroll = function(){
 +
                    changePos(id,_getHeight);
 +
                }
 +
            }
 +
        function changePos(id,height){
 +
            var obj = document.getElementById(id);var windowBottom = $(window).scrollTop() + $(window).innerHeight();
 +
            if(w>=1024){
 +
                if($(window).scrollTop() + $(window).height() > $(document).height() - 230){
 +
                    $('#sidebar').fadeOut("fast");}else{$('#sidebar').fadeIn("fast");}
 +
            }
 +
            var scrollTop = document.documentElement.scrollTop || document.body.scrollTop -230;
 +
            var windowBottom = $(window).scrollTop() + $(window).innerHeight();
 +
            var w = window.innerWidth;
 +
           
 +
            if(scrollTop < height){ obj.style.position = 'relative';
 +
            }else{
 +
                obj.style.position = 'fixed';
 +
            }
 +
        }
 +
        </script>
 +
       
 +
        <script type="text/javascript">
 +
            window.onload = function(){
 +
                menuFixed('sidebar');
 +
            }
 +
        </script>
 +
        <script>
 +
            function naver(id){
 +
                var obj=document.getElementById(id);
 +
                var oPos=obj.offsetTop;
 +
                return window.scrollTo(0,oPos+250);
 +
            }
 +
        </script>
 +
        <!--sidebar 引用 end ==============================================================================-->
 +
          <!-- Navigation -->
 +
        <div id="navigation" class="navbar navbar-fixed-top">
 +
            <div class="navbar-inner ">
 +
                <div class="container no-padding">
 +
                    <a class="show-menu" data-toggle="collapse" data-target=".nav-collapse"><span class="show-menu-bar"></span>
 +
                    </a>
 +
                    <div id="logo" style="max-width:0px"><a class="" href="https://2018.igem.org/Team:Peking"><img
 +
                    src="https://static.igem.org/mediawiki/2018/3/36/T--Peking--Logo.png"></a></div>
 +
                 
 +
                    <div class="nav-collapse collapse">
 +
                        <ul class="nav">                          
  
 +
                            <li class="menu-1"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking">Home</a>
 +
                            </li>
  
 +
                            <li class="dropdown menu-2"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Project</a>
 +
                                <ul class="dropdown-menu">
 +
                                    <li><a href="https://2018.igem.org/Team:Peking/Project" class="barfont1">Description</a></li>
 +
                                    <li><a href="https://2018.igem.org/Team:Peking/Design" class="barfont1">Design</a></li>
 +
                                    <li><a href="https://2018.igem.org/Team:Peking/Demonstrate" class="barfont1">Demonstration</a></li>
 +
                                    <li><a href="https://2018.igem.org/Team:Peking/Perspective" class="barfont1">Perspective</a></li>
 +
                                </ul>
 +
                            </li>
 +
                            <li class="menu-3"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Model">Modeling</a>
 +
                            </li>
 +
                            <li class="menu-4"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Software">Software</a>
 +
                            </li>
  
<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>
 
  
 +
                            <li class="menu-6"><a class="colapse-menu1" href="https://2018.igem.org/Team:Peking/Human_Practices">Human Practices</a>
 +
                            </li>
 +
                                <li class="dropdown menu-7"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Achievement</a>
 +
                                    <ul class="dropdown-menu">
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Judging_Form" class="barfont1">Judging Form</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Parts" class="barfont1">Parts</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Improve" class="barfont1">Improvement</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/InterLab" class="barfont1">InterLab</a></li>
  
<div class="clear"></div>
+
                                    </ul>
 +
                                </li>
 +
                                <li class="dropdown menu-8"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Lab</a>
 +
                                    <ul class="dropdown-menu">
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Team_Members">Team Members</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Attributions" class="barfont1">Attributions</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Notebook" class="barfont1">Notebook</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Collaborations" class="barfont1">Collaborations</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Safety" class="barfont1">Safety</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Peking/Acknowledgement" class="barfont1">Acknowledgement</a></li>
 +
                                       
 +
                                    </ul>
 +
                                </li>
 +
                                </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <!--/Navigation -->
  
 +
       
 +
        <!-- Page Title======================================================================== -->
 +
        <div id="page-title">
 +
            <div class="row">
 +
                <div class="twelve columns centered text-center">
 +
                    <h1>Parts</h1>
 +
                    <p class="title1" style="text-align:center"></p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <!-- Page Title End-->
 +
       
 +
       
 +
        <div id="page-content" class="row page">
 +
            <div id="primary" class="twelve columns">
 +
                <section>
 +
                    <div class="row">
 +
                       
 +
                       
 +
                       
 +
                       
 +
                       
 +
                        <div class="three columns">
 +
                            <div id="page-wrap">
 +
                                <div id="sidebar" style="color:#000000">
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Part_Collection">Part&nbsp;Collection</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Basic_Part">Basic&nbsp;Part</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Composite_Part">Composite&nbsp;Part</a></h4>
 +
                                </div>
 +
                            </div>
 +
                        </div>
 +
                       
 +
                       
 +
                        <div class="nine columns">
 +
                         
 +
                           
 +
                         
 +
                           
 +
                            <div class="texttitle"><a id="favor"></a>Favorite Parts</div>
 +
                            <h3 class="classic-title">Schematic diagram</h3>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
 +
                            <figure>
 +
                                <p style="text-align:center;"><img src="https://static.igem.org/mediawiki/2018/d/df/T--Peking--parts0.png" alt=""/></p>
 +
                                <figcaption style="text-align:center;">
 +
                                    Figure. 1 Schematic diagram of most parts submitted by Peking iGEM 2018.
 +
                                </figcaption>
 +
                            </figure>
 +
                            <h3 class="classic-title"><a href="http://parts.igem.org/Part:BBa_K2601010">BBa_K2601010</a></h3>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
 +
                            <figure>
 +
                                <p style="text-align:center;"><img src=" https://static.igem.org/mediawiki/2018/1/1f/T--Peking--parts1.png" alt=""/></p>
 +
                                <figcaption style="text-align:center;">
 +
                                  Figure. 2 Schematic diagram of BBa_K2601010
 +
                                </figcaption>
 +
                            </figure>
 +
                            <p class="lead add-bottom" style="color:#5E5656">We combined Frb, yEGFP and HOTag6 togethor in <a href="http://parts.igem.org/Part:BBa_K2601010">BBa_K2601010</a>. Frb can interact with FKBP after adding rapamycin, which makes the RapaSPOT formation controllable. We constructed yeast strains with FKBP-mCherry-HOTag3 and Frb-yEGFP-HOTag6 and used 10 μM rapamycin to induce SPOT formation. Minutes after adding rapamycin, granules appeared and became larger gradually.</p>
 +
                            <br/>
 +
<h3 class="classic-title"><a href="http://parts.igem.org/Part:BBa_K2601011">BBa_K2601011</a></h3>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
 +
                            <figure>
 +
                                <p style="text-align:center;"><div align="center"><img src=" https://static.igem.org/mediawiki/2018/8/87/T--Peking--parts2.jpeg" alt=""/></p></div>
 +
                                <figcaption style="text-align:center;">
 +
                                    Figure. 3 Schematic diagram of BBa_K2601011
 +
                                </figcaption>
 +
                            </figure>
 +
                            <p class="lead add-bottom" style="color:#5E5656">To make our SPOT a reaction hub, we fused the enzymes of β-carotene synthase system, CrtI, CrtE and CrtYB into Frb-HOTag6 backbone. In the presence of rapamycin, FKBP-yEGFP-HOTag3 and Frb-enzyme-HOTag6 can condense into aggregates. And if the yeast contains SPOT, there will be more β-carotene producted. Meanwhile, we wondered if we can load enzymes onto SPOT mediated by indirected connection. We fused CFP to anti-GFP nanobody as the demonstration of our design and we observed the co-localization of the blue and green fluorescence as expected.  </p>
 +
                            <br/>
 +
                           
 +
                           
 +
                           
 +
                            <h3 class="classic-title"><a href="http://parts.igem.org/Part:BBa_K2601012">BBa_K2601012</a></h3>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
 +
                            <figure>
 +
                                <div align="center"><p style="text-align:center;"><img  src="https://static.igem.org/mediawiki/2018/3/36/T--Peking--parts3.png" alt=""/></p></div>
 +
                                <figcaption style="text-align:center;">
 +
                                    Figure. 4 Schematic diagram of BBa_K2601012.
 +
                                </figcaption>
 +
                            </figure>
 +
                            <p class="lead add-bottom" style="color:#5E5656">In the biobrick  <a href="http://parts.igem.org/Part:BBa_K2601012">BBa_K2601012</a>, we fused SUMO, yEGFP and HOTag3 together. SUMO is the interaction module which can bind SIM spontaneously, while HOTag3 can introduce multivalence. These two features are necessary for SPOT formation. We expressed SUMO-yEGFP-HOTag3 and SIM-mCherry-HOTag6 in one yeast strain, and we observed the colocalization of yEGFP and mCherry in two different fluorescence channels, which confirms our hypothesis that the two components could form synthetic organelles. </p>
 +
                           
 +
                           
 +
                           
 +
                         
 +
                           
 +
                           
 +
                           
 +
                            <br/>
 +
                            <a id="table"></a>
 +
                            <div class="texttitle">Part Table</div>
 +
                           
 +
                            <div class="highlight" align="center" >
 +
                              <table cellpadding="3" cellspacing="0" style="width: 60%;margin:auto">
 +
<tr>
 +
<td width="30%">BBa_</td>
 +
<td align="right">Part</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601000">K2601000</a></td>
 +
<td align="right">Promoter-tet07</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601001">K2601001</a></td>
 +
<td align="right">Promoter-PDH3</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601002">K2601002</a></td>
 +
<td align="right">SUMO</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601003">K2601003</a></td>
 +
<td align="right">SIM</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601004">K2601004</a></td>
 +
<td align="right">HOTag3</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601005">K2601005</a></td>
 +
<td align="right">HOTag6</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601007">K2601007</a></td>
 +
<td align="right">Frb-yEGFP</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601008">K2601008</a></td>
 +
<td width="570%" align="right">FKBP-yEGFP</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601010">K2601010</a></td>
 +
<td align="right">Frb-yEGFP-HOTag6</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601011">K2601011</a></td>
 +
<td align="right">FKBP-yEGFP-HOTag3</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601012">K2601012</a></td>
 +
<td align="right">SUMO-yEGFP-HOtag3</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601021">K2601021</a></td>
 +
<td align="right">Tet07-Frb-yEGFP</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601023">K2601023</a></td>
 +
<td align="right">PDH3-Frb-yEGFP</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601025">K2601025</a></td>
 +
<td align="right">Tet07-FKBP-yEGFP</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601026">K2601026</a></td>
 +
<td align="right">TEF1-FKBP-yEGFP</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601027">K2601027</a></td>
 +
<td align="right">PDH3-FKBP-yEGFP</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601032">K2601032</a></td>
 +
<td align="right">Tet07-Frb-yEGFP-HOTag6</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601033">K2601033</a></td>
 +
<td align="right">TEF1-Frb-yEGFP-HOTag6</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601034">K2601034</a></td>
 +
<td align="right">PDH3-Frb-yEGFP-HOTag6</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601037">K2601037</a></td>
 +
<td align="right">TEF1-FKBP-yEGFP-HOTag3</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601038">K2601038</a></td>
 +
<td align="right">PDH3-FKBP-yEGFP-HOTag3</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601040">K2601040</a></td>
 +
<td align="right">Tet07-SUMO-yEGFP-HOtag3</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601041">K2601041</a></td>
 +
<td align="right">TEF1-SUMO-yEGFP-HOtag3</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601042">K2601042</a></td>
 +
<td align="right">PDH3-SUMO-yEGFP-HOtag3</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601054">K2601054</a></td>
 +
<td align="right">PDH3-Frb-crtE-HOTag6</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601056">K2601056</a></td>
 +
<td align="right">Tet07-Frb-crtYB-HOTag6</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601058">K2601058</a></td>
 +
<td align="right">PDH3-Frb-crtYB-HOTag6</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601060">K2601060</a></td>
 +
<td align="right">SIM-crtE-Hotag6</td>
 +
</tr>
 +
<tr>
 +
<td><a href="http://parts.igem.org/Part:BBa_K2601061">K2601061</a></td>
 +
<td align="right">SIM-crtYB-Hotag6</td>
 +
</tr>
 +
</table>
 +
                            </div>
 +
                           
 +
                           
 +
                           
 +
                           
 +
                            <a id="collection"></a>
 +
                            <div class="texttitle">Part Collection</div>
 +
                            <p class="lead add-bottom" style="color:#5E5656">2018 Peking iGEM team members devoted themselves to constructing a part collection that can drive phase separation. We have not only submitted all of new basic HOTag parts, but also provided multiple composite parts combining HOTags with other protein-protein interaction modules and fluorescent reporters. The basic part, HOTag3, is a homo-oligomeric short peptide containing only 30 amino acids. It has high stoichiometry, forming hexamer spontaneously. The HOTag3, together with another tetrameric HOTag6, can robustly drive phase separation upon protein-protein interaction. Protein-protein interaction is achieved by our dimerization parts, including FKBP/Frb and SUMO/SIM. Functions of all the parts were thoroughly tested. Some thermodynamic and kinetic properties of the parts were characterized as well. We believe the HOTag is useful tool for other iGEM teams to investigate protein phase separation and design synthetic organelles.</p>
 +
                           
 +
                        </div><!--9columns end-->
 +
                       
 +
                       
 +
                       
 +
                       
 +
                       
 +
                    </div><!--row end-->
 +
                </section>
 +
            </div><!--12 columes end-->
 +
        </div><!--page-content end-->
 +
       
 +
       
 +
       
 +
       
 +
       
 +
                                <!-- footer============================================================================== -->
 +
        <style>
 +
            footer .copyright span:before {
 +
                content: "|";
 +
                padding-left: 10px;
 +
                padding-right: 12px;
 +
                color: #b4bbbb;
 +
            }
 +
        footer .copyright span:after {
 +
            content: "|";
 +
            padding-left: 10px;
 +
            padding-right: 12px;
 +
            color: #b4bbbb;
 +
        }
 +
        </style>
 +
        <footer id="page-footer">
 +
<footer id="page-footer">
 +
                <div class="row,row1">
 +
                    <ul class="footer-social">
 +
                        <li class="col-md-6" id="PKU-administration" style="margin-bottom:25px;max-width:300px">
 +
                            <a href="http://dean.pku.edu.cn/pkudean/index.html"><img src="https://static.igem.org/mediawiki/2018/7/7a/T--Peking--images_PKU_Administration_logo.png"></a>
 +
                        </li>
 +
                        <li class="col-md-6" id="PKU-SLS" style="margin-bottom:25px;max-width:300px">
 +
                            <a href="http://www.bio.pku.edu.cn/"><img src="https://static.igem.org/mediawiki/2018/0/04/T--Peking--images_PKU_SLS_logo.png"></a>
 +
                        </li>
 +
                     
 +
                        <li class="col-md-6" id="PKU-CQB" style="margin-bottom:25px;max-width:300px">
 +
                            <a href="http://cqb.pku.edu.cn/en/"><img src="https://static.igem.org/mediawiki/2018/e/e1/T--Peking--images_PKU_CQB_logo.png"></a>
 +
                        </li>
  
 +
                    </ul>
 +
                </div>
 +
            <div class="row">
 +
                <div class="twelve columns" >
 +
                    <ul class="copyright">
 +
                        <!--<li>&copy; 2014 Sparrow</li> -->
 +
                        <li><a href="https://2018.igem.org/Team:Peking">Home</a>&nbsp;&nbsp;&nbsp;<a href="mailto:indigomad@pku.edu.cn">Contact</a></li>
 +
                        <span> &copy;2018 PEKING IGEM. All Rights Reserved.</span>
 +
                        <li><a href="http://getbootstrap.com/2.3.2/">Based on Bootstrap</a></li>
 +
                    </ul>
 +
                </div>
 +
                <div id="go-top" style="display: block;"><a title="Back to Top" href="#">Go To Top</a></div>
 +
            </div>
  
  
 
+
<!-- Footer End-->
<div class="column full_size">
+
                       
<h1>Composite Parts</h1>
+
                       
 
+
            <!-- Java Script======================================================================= -->
 
+
            <script>window.jQuery || document.write('<script src="https://2018.igem.org/Template:Peking/Javascript/jquery_1_10_2_min?action=raw&ctype=text/javascript"><\/script>')</script>
<p>
+
            <script type="text/javascript" src="https://2018.igem.org/Template:Peking/Javascript/jquery_migrate_1_2_1_min?action=raw&ctype=text/javascript"></script>
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>
+
            <script src="https://2018.igem.org/Template:Peking/Javascript/jquery_flexslider?action=raw&ctype=text/javascript"></script>
 
+
            <script src="https://2018.igem.org/Template:Peking/Javascript/doubleaptogo?action=raw&ctype=text/javascript"></script>
<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>
+
            <script src="https://2018.igem.org/Template:Peking/Javascript/init?action=raw&ctype=text/javascript"></script>
</div>
+
           
 
+
            <!--quotations from flexslider: start-->
<div class="column full_size">
+
            <script src='https://2018.igem.org/Template:Peking/Javascript/modernizr_js?action=raw&ctype=text/javascript'></script>
<div class="highlight decoration_background">
+
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_polaroid?action=raw&ctype=text/javascript'></script>
<h3>Note</h3>
+
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_easing?action=raw&ctype=text/javascript'></script>
<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>
+
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_transform_0_8_0_min?action=raw&ctype=text/javascript'></script>
</div>
+
                <script type='text/javascript' src='https://2018.igem.org/Template:Peking/Javascript/fjquery_preloader?action=raw&ctype=text/javascript'></script>
</div>
+
                <!--quotations from flexslider: end-->
 
+
               
 
+
                <!--quotations from black: start-->
 
+
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery?action=raw&ctype=text/javascript"></script>
<div class="column full_size">
+
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_sticky?action=raw&ctype=text/javascript"></script>
<h3>Best Composite Part Special Prize</h3>
+
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_easing_1_3_pack?action=raw&ctype=text/javascript"></script>
 
+
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/bootstrap_min?action=raw&ctype=text/javascript"></script>
<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.
+
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_patallax_1_1_3?action=raw&ctype=text/javascript"></script>
 
+
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/appear?action=raw&ctype=text/javascript"></script>
<br><br>
+
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/modernizr?action=raw&ctype=text/javascript"></script>
<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>
+
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_prettyPhoto?action=raw&ctype=text/javascript"></script>
 
+
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/isotope?action=raw&ctype=text/javascript"></script>
</div>
+
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_bxslider_min?action=raw&ctype=text/javascript"></script>
 
+
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_cycle_all?action=raw&ctype=text/javascript" ></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/jquery_maximage?action=raw&ctype=text/javascript"></script>
 +
                <script type='text/javascript' src="https://2018.igem.org/Template:Peking/Javascript/scripts?action=raw&ctype=text/javascript "></script>
 +
                <!--quotations from black: end-->
 +
                           
 +
                           
 +
                            </body>
 
</html>
 
</html>

Revision as of 13:13, 17 October 2018

Parts

Favorite Parts

Schematic diagram


Figure. 1 Schematic diagram of most parts submitted by Peking iGEM 2018.

BBa_K2601010


Figure. 2 Schematic diagram of BBa_K2601010

We combined Frb, yEGFP and HOTag6 togethor in BBa_K2601010. Frb can interact with FKBP after adding rapamycin, which makes the RapaSPOT formation controllable. We constructed yeast strains with FKBP-mCherry-HOTag3 and Frb-yEGFP-HOTag6 and used 10 μM rapamycin to induce SPOT formation. Minutes after adding rapamycin, granules appeared and became larger gradually.


BBa_K2601011


Figure. 3 Schematic diagram of BBa_K2601011

To make our SPOT a reaction hub, we fused the enzymes of β-carotene synthase system, CrtI, CrtE and CrtYB into Frb-HOTag6 backbone. In the presence of rapamycin, FKBP-yEGFP-HOTag3 and Frb-enzyme-HOTag6 can condense into aggregates. And if the yeast contains SPOT, there will be more β-carotene producted. Meanwhile, we wondered if we can load enzymes onto SPOT mediated by indirected connection. We fused CFP to anti-GFP nanobody as the demonstration of our design and we observed the co-localization of the blue and green fluorescence as expected.


BBa_K2601012


Figure. 4 Schematic diagram of BBa_K2601012.

In the biobrick BBa_K2601012, we fused SUMO, yEGFP and HOTag3 together. SUMO is the interaction module which can bind SIM spontaneously, while HOTag3 can introduce multivalence. These two features are necessary for SPOT formation. We expressed SUMO-yEGFP-HOTag3 and SIM-mCherry-HOTag6 in one yeast strain, and we observed the colocalization of yEGFP and mCherry in two different fluorescence channels, which confirms our hypothesis that the two components could form synthetic organelles.


Part Table
BBa_ Part
K2601000 Promoter-tet07
K2601001 Promoter-PDH3
K2601002 SUMO
K2601003 SIM
K2601004 HOTag3
K2601005 HOTag6
K2601007 Frb-yEGFP
K2601008 FKBP-yEGFP
K2601010 Frb-yEGFP-HOTag6
K2601011 FKBP-yEGFP-HOTag3
K2601012 SUMO-yEGFP-HOtag3
K2601021 Tet07-Frb-yEGFP
K2601023 PDH3-Frb-yEGFP
K2601025 Tet07-FKBP-yEGFP
K2601026 TEF1-FKBP-yEGFP
K2601027 PDH3-FKBP-yEGFP
K2601032 Tet07-Frb-yEGFP-HOTag6
K2601033 TEF1-Frb-yEGFP-HOTag6
K2601034 PDH3-Frb-yEGFP-HOTag6
K2601037 TEF1-FKBP-yEGFP-HOTag3
K2601038 PDH3-FKBP-yEGFP-HOTag3
K2601040 Tet07-SUMO-yEGFP-HOtag3
K2601041 TEF1-SUMO-yEGFP-HOtag3
K2601042 PDH3-SUMO-yEGFP-HOtag3
K2601054 PDH3-Frb-crtE-HOTag6
K2601056 Tet07-Frb-crtYB-HOTag6
K2601058 PDH3-Frb-crtYB-HOTag6
K2601060 SIM-crtE-Hotag6
K2601061 SIM-crtYB-Hotag6
Part Collection

2018 Peking iGEM team members devoted themselves to constructing a part collection that can drive phase separation. We have not only submitted all of new basic HOTag parts, but also provided multiple composite parts combining HOTags with other protein-protein interaction modules and fluorescent reporters. The basic part, HOTag3, is a homo-oligomeric short peptide containing only 30 amino acids. It has high stoichiometry, forming hexamer spontaneously. The HOTag3, together with another tetrameric HOTag6, can robustly drive phase separation upon protein-protein interaction. Protein-protein interaction is achieved by our dimerization parts, including FKBP/Frb and SUMO/SIM. Functions of all the parts were thoroughly tested. Some thermodynamic and kinetic properties of the parts were characterized as well. We believe the HOTag is useful tool for other iGEM teams to investigate protein phase separation and design synthetic organelles.