Difference between revisions of "Team:Peking/InterLab"

Line 54: Line 54:
 
     </head>
 
     </head>
 
     <body>
 
     <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 ==============================================================================-->
 +
        <!--panel 引用==================================================================================-->
 +
        <style type="text/css">
 +
            .panel-default .panel-heading a{
 +
                text-decoration: none;
 +
                display:block;
 +
                padding:10px;
 +
            }
 +
        .panel-heading.panel-title{
 +
            text-decoration: none;
 +
            padding-top:0px;
 +
            padding-bottom:0px;
 +
            padding-left:0px;
 +
            padding-right:0px;
 +
            text-align:center;
 +
            font-size:19px;
 +
           
 +
        }
 +
        a[aria-expanded="true"] {
 +
            background-color:rgba(70, 73, 76, 0.95);
 +
            text-decoration: none;
 +
            color:white;
 +
        }
 +
       
 +
        .panel-default .panel-heading a[aria-expanded="false"]{
 +
            -o-transition: background-color 1s linear;
 +
            -moz-transition: background-color 1s linear;
 +
            -khtml-transition: background-color 1s linear;
 +
            -webkit-transition: background-color 1s linear;
 +
            -ms-transition: background-color 1s linear;
 +
            transition: background-color 1s linear;
 +
        }
 +
        .panel-default .panel-heading a[aria-expanded="false"]:hover{
 +
            background-color:rgba(70, 73, 76, 0.95);
 +
            text-decoration: none;
 +
            color:white;
 +
        }
 +
        .panel-default .panel-heading a[aria-expanded="true"]{
 +
            -o-transition: opacity 1s linear;
 +
            -moz-transition: opacity 1s linear;
 +
            -khtml-transition: opacity 1s linear;
 +
            -webkit-transition: opacity 1s linear;
 +
            -ms-transition: opacity 1s linear;
 +
            transition: opacity 0.7s linear;
 +
        }
 +
        .panel-default .panel-heading a[aria-expanded="true"]:hover{
 +
            opacity:0.7;
 +
        }
 +
       
 +
        .coll p a{
 +
            color:#5c9085 !important;
 +
        }
 +
        .coll p a:hover{
 +
            color:#11abb0 !important;
 +
        }
 +
        .coll {
 +
            width:100%;
 +
            float:left;
 +
        }
 +
        .coll .info {
 +
            width:6%;
 +
            font-size:11px;
 +
            color:#a4a4a4;
 +
            margin-top:0px;
 +
            float:left;
 +
           
 +
        }
 +
        .coll .content {
 +
            width:94%;
 +
            float:left;
 +
            margin-left:40px;
 +
            margin-top:-3px;
 +
        }
 +
        .coll .ordi {
 +
            width;100%;
 +
            margin:0px 0px 0px 0px;
 +
            font-size:35px;
 +
            font-style:italic;
 +
            float:left;
 +
            color:#1E90FF;
 +
            opacity:0.8;
 +
        }
 +
       
 +
            </style>
 +
       
 +
        <script type="text/javascript">
 +
            $(document).ready(function(){
 +
                              $("#button1").click(function(){
 +
                                                  $(".panel-collapse").collapse("show");
 +
                                                  });
 +
                              });
 +
                              $(document).ready(function(){
 +
                                                $("#button2").click(function(){
 +
                                                                    $(".panel-collapse").collapse("hide");
 +
                                                                    });
 +
                                                });
 +
                                                $("#notebook").addClass("navbar-active");
 +
            </script>
 +
        <!--panel 引用 end ==================-->
 +
       
 
           <!-- Navigation -->
 
           <!-- Navigation -->
 
         <div id="navigation" class="navbar navbar-fixed-top">
 
         <div id="navigation" class="navbar navbar-fixed-top">
Line 71: Line 236:
 
                             <li class="dropdown menu-2"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Project</a>
 
                             <li class="dropdown menu-2"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Project</a>
 
                                 <ul class="dropdown-menu">
 
                                 <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/Project_overview" 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/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/Demonstrate" class="barfont1">Demonstration</a></li>
                                     <li><a href="https://2018.igem.org/Team:Peking/Prospective" class="barfont1">Prospective</a></li>
+
                                     <li><a href="https://2018.igem.org/Team:Peking/Project_Perspective" class="barfont1">Perspective</a></li>
 
                                 </ul>
 
                                 </ul>
 
                             </li>
 
                             </li>
 
                             <li class="dropdown menu-3"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Modeling</a>
 
                             <li class="dropdown menu-3"><a class="dropdown-toggle" data-toggle="dropdown" href="#" >Modeling</a>
 
                                 <ul class="dropdown-menu">
 
                                 <ul class="dropdown-menu">
                                     <li><a href="https://2018.igem.org/Team:Peking/Model">Overview</a></li>
+
                                     <li><a href="https://2018.igem.org/Team:Peking/Modeling_overview">Overview</a></li>
 
                                     <li><a href="https://2018.igem.org/Team:Peking/SPOT_Formation" class="barfont1">SPOT Formation</a></li>
 
                                     <li><a href="https://2018.igem.org/Team:Peking/SPOT_Formation" class="barfont1">SPOT Formation</a></li>
 
                                     <li><a href="https://2018.igem.org/Team:Peking/Application" class="barfont1">Application</a></li>
 
                                     <li><a href="https://2018.igem.org/Team:Peking/Application" class="barfont1">Application</a></li>
Line 113: Line 278:
 
         </div>
 
         </div>
 
         <!--/Navigation -->
 
         <!--/Navigation -->
 
 
          
 
          
 
 
          
 
          
 +
        <!-- Page Title======================================================================== -->
 +
        <div id="page-title">
 +
            <div class="row">
 +
                <div class="twelve columns centered text-center">
 +
                    <h1>Design</h1>
 +
                    <p class="title1" style="text-align:justify; text-justify:inter-ideograph;">While people are constantly exploring the world, the greatest pursuit is to remould the world. While the ‘phase separation’ in cells is under investigation and in a research boom, the scientific community hopes that the the phenomenon ‘worth of millions of dollars’ can to be artificially designed to enhance original functions and even acquire new functions. Our team, Peking iGEM 2018 go all out to overcome the challenge: artificially designfulfill phase separation in cells and synthesize membraneless organelles.</p>
 +
                </div>
 +
            </div>
 +
        </div><!-- Page Title End-->
 
          
 
          
         <div class="content-outer">
+
       
             <div id="page-content" class="row page">
+
         <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/Project">Description</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Design">Design</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Demonstration">Demonstration</a></h4>
 +
                                    <h4><a href="https://2018.igem.org/Team:Peking/Perspective">Perspective</a></h4>
  
 +
                                 
 +
                                </div>
 +
                            </div>
 +
                        </div>
 +
                       
 +
                       
 +
                       
 +
                       
 +
                        <div class="nine columns">
 +
                           
 +
                            <div class="texttitle">Overall design
 +
<a id="A"></a></div>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
  
 +
                            <div class="coll">
 +
                               
 +
                                <div class="content">
 +
                                    <p>Then we put forward two questions: Why phase separation in cells can produce membraneless organelles? And how can we design our system to fulfill its intended functions?
 +
Like oil in water, the contents of cells can separate into droplets. According to physical principles, the process where material self-assemble into organelles is described as ‘phase separation’, which is the conversion of a single-phase system into a multiphase system. In general, materials flow to regions with low chemical potential instead of low concentration. Finally, the components no longer distribute uniformly but form granules locally which are organelles in the cell.
 +
That is to say, the main work to synthesize an organelle is to fulfill phase separation in a cell. Then, how can we do it? Composition can switch rapidly through changes in scaffold concentration or multivalency. And our design was inspired by recent works showing that multivalency drives protein phase separation and formation of synthetic organelles. What’s more, we take our inspiration from existing life systems and previous works. For example, Intrinsic Disordered Regions are the symbol of massive phase separation in the cell. They interact with each other through the van der Waals force, hydrophobic effect and electrostatic attraction. And there are many interactions like this in nature, such as FKBP and FRB, SUMO and SIM, SH3 and PRM, phyB and PIF6. Thus, we can make good use of them to induce our designed organelles and regulate them variously.!
 +
In a conclusion,multivalency drives protein’s -self-assemblyies and interaction binds the parts together. It means, interaction can induce phase separation and multivalency can make larger assemblies, which are two essential elementmodules in our design and ensure the formation of synthetic organelles.
 +
</p>
  
<h1 style="color: #001388; text-align: center;">Interlab</h1>
+
<div align="center"><img src="https://static.igem.org/mediawiki/2018/f/f1/T--Peking--project_design1.jpeg" width="300px" height="100 px" ></div>
 +
        <figcaption style="text-align:center;">
 +
                                  Figure. 1 Overall design
 +
                              </figcaption> 
 +
<br/><br/>
 +
</div>
 +
                            </div>
 +
                            <div class="coll">
 +
                               
 +
                             
 +
                            </div>
 +
<div class="coll">
 +
                               
 +
                                <div class="content">
 +
                                 
 +
                                </div>
 +
                            </div>
 +
<div class="coll">
 +
                               
 +
                             
 +
                            </div>
 +
                            <div class="texttitle">Multivalency
 +
<a id="A"></a></div>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
  
<h2 style="color:#000000 ;text-align: left; font-size;" > Introduction </h2>
+
                            <div class="coll">
 +
                                                                <div class="info">
 +
<a id="B1"></a>
 +
                                 
 +
                                </div>
 +
                                <div class="content">
 +
                                    <p>To design multivalent modules, it is not ideal to use multiple repeat domains, which not only will make the protein extremely large and bring difficulties to DNA recombination, but also may be problematic for making transgenic animals. Thus, instead of using multiple repeats, we turned to de novo-designed homo-oligomeric coiled coils. And we named these coiled coils as HO-Tag (homo-oligomeric tag). They are short peptides, ~30 amino acids<sup>[1]</sup>, therefore they are ideal tags to introduce multivalency. There are seven coiled coils previously characterized in protein de novo design studies. They have been proved by previous work of Shu Xiaokun’s lab, and according to their work, HOTag3 and HOTag6 are most robust in driving protein droplet formation over a wide range of protein concentrations, so we choose them.
 +
</p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2018/a/a1/T--Peking--project_design2.jpeg" width="300px" height="100 px" ></div>
 +
    <figcaption style="text-align:center;">
 +
                                  Figure. 2 Coiled-coil assemblies and helical bundles<sup>[2]</sup>.
 +
                              </figcaption> 
 +
<br/><br/>               
 +
</div>
  
<p style="color: #000000; text-align: left; font-size: large;"><strong>Introduction</strong></p>
+
                            </div>
 +
                            <div class="coll">
 +
                               
 +
                             
 +
                            </div>
 +
<div class="coll">
 +
                               
 +
                                <div class="content">
 +
                                 
 +
                                </div>
 +
                            </div>
 +
<div class="coll">
 +
                               
 +
                             
 +
                            </div>
 +
         
 +
                   
  
<p style="color: #000000; text-align: justify;">&ldquo;All of the 2016 iGEM teams are invited and encouraged to participate in the Third International InterLaboratory Measurement Study in synthetic biology.&rdquo; Our team took part in this study which aimed to standardize the measurements of fluorescence in different labs. The main task was to quantify expression of GFP in common, comparable or absolute units. In our case, we measured fluorescence using plate reader. </p>
+
<div class="texttitle">Interaction
<p style="color: #000000; text-align: left; font-size: large;"><strong>Design</strong></p>
+
<p style="text-align: justify">Fluorescence is widely used as a proxy for promoter activity by expressing fluorescent proteins such as green fluorescent protein (GFP). Despite this is an indirect measurement, it provides a useful insight into expression levels and has significant advantage that it could be ontinuously monitored without disrupting cells. </p>
+
<p>Fluorescence/OD600 is routinely used to give an adjustment of the relative expression per cell.</p>
+
<p>We aim to do this using the supplied FITC as a standard reference material. The standard curve could be constructed via measuring the fluorescence of a dilution series. We have previously performed this standard curve on our own instrument alongside a standard curve for purified GFP. Using these standard curves alongside your own standard curve for FITC it is thus possible to transform your relative measurements of fluorescence into absolute measurements of GFP molecules.</p>
+
<p>However, we aim to contain instrument variability, at least to some degree, by measuring a standard scattering solution of a mono-dispersed silica suspension (LUDOX). The objective is to see if a simple, single fixed-point measurement can be used as a ratiometric adjustment to provide greater uniformity in fluorescence/OD600 measurements across sites.</p>
+
<p style="text-align: left; font-size: large;"><strong>Materials and methods</strong></p>
+
  
 +
<a id="B"></a></div>
 +
                            <hr style="border:2px dashed; height:2px" color="#1E90FF">
 +
                    <div class="coll">
  
 +
                                <div class="content">
 +
                                    <p>To design interaction modules, we tried a lot of components and we fused them to the N-terminus of HOTag3 or HOTag6. Some of them are spontaneous and some are inducible. And we can regulate them through various kinds of inducers and different intensities of promoters.</p>
 +
                                </div>
 +
               
  
 +
                            <div class="coll">
 +
                                <div class="info">
 +
<a id="B1"></a>
 +
                                    <div class="ordi">1.</div>
 +
                                </div>
 +
                                <div class="content">
 +
                                    <h3>SUMO and SIM</h3>
 +
                                </div>
 +
                            </div>
 +
                           
 +
                            <div class="coll">
  
<h1>InterLab</h1>
+
                                <div class="content">
<h2>Calibrations</h2>
+
                                    <p>Post-translational modifications by the small ubiquitin-like modifier (SUMO) are crucial events in cellular response to radiation and a wide range of DNA-damaging agents. Previous studies have shown that SUMO mediates protein-protein interactions by binding to a SUMO-interacting motif (SIM) on receptor proteins. And recent studies have shown that a protein with ten repeats of human SUMO3 (polySUMO) and a protein with ten repeats of SIM (polySIM) can phase separate in vitro<sup>[3]</sup>. Therefore, we chose SUMO3 and SIM as a pair of interaction modules and they can drive the formation of synthetic organelles spontaneously. For plasmid construction, in order to make synthetic organelles visible, we chose mCherry (red fluorescent protein) and yEGFP (yeast-enhanced green fluorescent protein) as reporters. Then, we fused mCherry between the C-terminus of SIM and the N-terminus of HOTag6. Similarly, we fused yEGFP between the C-terminus of SUMO and the N-terminus of HOTag3. We transformed them into yeast and proved that they can stably express. If it work, we will find red granules colocalize with green granules in cells under fluorescence microscope. </p>
<p>OD600 reference point</p>
+
<div align="center"><img src="https://static.igem.org/mediawiki/2018/b/b0/T--Peking--project_design4.jpeg" ></div>
<p><img src="https://static.igem.org/mediawiki/2018/3/3c/T--Peking--Interlab1.png"/></p>
+
                          <figcaption style="text-align:justify; text-justify:inter-ideograph;">
<p>Particle Standard Curve</p>
+
                                    Figure. 3A Structure of SUMO3 and SIM. Modification of proteins by SUMO are recognized by SUMO-interacting motifs termed SIMs. In natural process, polySUMOylation recruits distinct interaction partners, such as E3 ubiquitin ligases, that bind to polySUMO chains through tandem SIMs. SIMs bind to a surface patch between the α-helix and a β-sheet of the SUMO protein and extend the β-sheet of SUMO by one additional strand. the SIM either attaches as a parallel or an antiparallel strand to the SUMO β-sheet. Binding is primarily mediated by a stretch of four residues containing 3–4 hydrophobic amino acids (I, V, or L). This core interaction motif is a common property of all SIMs<sup>[4]</sup>.
<p><img src="https://static.igem.org/mediawiki/2018/9/97/T--Peking--Interlab2.png"/></p>
+
Figure. 3B Pattern diagram of SUMO-yeGFP and SIM-mCherry. YeGFP is fused to the C-terminus of SUMO and to the N-terminus of HOTag3, mCherry is fused to the C-terminus of SIM and to the N-terminus of HOTag6.  
<p>Fluorescein Standard Curve</p>
+
<p><img src="https://static.igem.org/mediawiki/2018/7/71/T--Peking--Interlab3.png"/></p>
+
<h2>Raw Plate Reader Measurements</h2>
+
<p>Fluorescence Raw</p>
+
<p><img src="https://static.igem.org/mediawiki/2018/2/24/T--Peking--Interlab4.png"/></p>
+
<p>Abs600 Raw</p>
+
<p><img src="https://static.igem.org/mediawiki/2018/c/c0/T--Peking--Interlab5.png"/></p>
+
<p>CFU counts</p>
+
<p><img src="https://static.igem.org/mediawiki/2018/2/2c/T--Peking--Interlab6.png"/></p>
+
  
 +
                              </figcaption>   
 +
</div></div>
 +
                            </div>
 +
                           
 +
                         
 +
                           
 +
               
  
  
 +
                            <div class="coll">
 +
                                <div class="info">
 +
<a id="B2"></a>
 +
                                    <div class="ordi">2.</div>
  
 +
                                </div>
 +
                                <div class="content">
 +
                                    <h3>FKBP and Frb</h3>
 +
                                </div>
 +
                            </div>
 +
                           
 +
                            <div class="coll">
  
            </div> <!-- page-content End-->
+
                                <div class="content">
        </div> <!-- Content End-->
+
                                    <p>The interaction between FKBP and FRB can be robustly induced by rapamycin. Rapamycin is a 31-membered macrolide antifungal antibiotic. It binds with high affinity (Kd=0.2nM) to the 12-kDa FK506 binding protein (FKBP), as well as to a 100-amino acid domain of the mammalian target of rapamycin (mTOR) known as FKBP-rapamycin binding domain (Frb)<sup>[5]</sup>. Thus, we chose them as a pair of interaction modules. And we assembled them on to yeast plasmid as the same as the construction of SUMO and SIM and transformed them into yeast. if we add rapamycin to the yeast, we will see red granules colocalize with green granules in cells under fluorescence microscope. Synthetic organelles come true! </p>
       
+
<div align="center"><img src="https://static.igem.org/mediawiki/2018/6/6c/T--Peking--project_design3.jpeg" ></div>
       
+
                            <figcaption style="p style="text-align:justify; text-justify:inter-ideograph;">
       
+
                                    Chemical-induced SPOT can be formed by using rapamycin to induce FKBP-Frb interacitons
          
+
Figure. 4A The sturcture of FKBP and Frb. Rapamycin can induce the interaction between them.
          
+
Figure. 4B Design of RapaSPOT. FKBP is fused with mCherry and HOTag3 while Frb is fused with yEGFP and HOTag6. After adding rapamycin, they are expected to self-organize to form large assemblys, which will be an organelle in cells.
 +
 
 +
                              </figcaption>
 +
 
 +
</div>
 +
                            </div>
 +
  <div class="coll">
 +
                                <div class="info">
 +
<a id="B2"></a>
 +
                                    <div class="ordi">3.</div>
 +
 
 +
                                </div>
 +
                                <div class="content">
 +
                                    <h3>Phytohormone</h3>
 +
                                </div>
 +
                            </div>
 +
                           
 +
                            <div class="coll">
 +
 
 +
                                <div class="content">
 +
                                   
 +
  </div>
 +
                            </div>
 +
                           
 +
                            <div class="coll">
 +
 
 +
                                <div class="content">
 +
                                    <p>As mentioned above, interactions can be formed not only by inducers such as rapamycin and gibberellin, but also spontaneously, just as SUMO and SIM. So can we combine these two ways of interactions? To solve this problem, we did further studies about phytohormone and found ABA.
 +
Abscisic acid (ABA) is an important phytohormone that regulates plant stress responses. Proteins from the PYR-PYL-PCAR family were identified as ABA receptors<sup>[6]</sup>. Upon binding to ABA, a PYL protein associates with type 2C protein phosphatases (PP2Cs) such as ABI1 and ABI2, inhibiting their activity<sup>[7]</sup>. Previous structural and biochemical observations have provided insight into PYL-mediated ABA signaling and given rise to a working model. In the absence of ABA signaling, PP2Cs are fully active and PYLs exist as inactive homodimers in cells, unable to bind or inhibit PP2Cs, mainly due to the incompatible conformation of CL2loop<sup>[7]</sup>. In response to ABA binding, the CL2 loop undergoes a conformational rearrangement to close onto the ABA-bound pocket, then, the interaction between PYLs and PP2Cs can be formed.
 +
Here we chose PYL1 and ABI1 as a pair of interaction modules. Then, we assembled them on to yeast plasmid as the same as the construction of FKBP and FRB and transformed them into yeast. Based on the interaction of PYL1 and ABI1, we can get a wonderful scene: In the absence of ABA, the synthetic organelles composed only of PYL1 appear, because of the homodimers of PYL1. And after we add ABA into yeast, ABI1 can enter the organelles with the interaction of ABI1 and PYL1, and we can see red droplets colocalize with green droplets in cells through fluorescence microscope. In this way, new components can enter the original organelles and the time of occurrence can be regulated as it is inducer-mediated regulation. So it give our designs and functions more possibilities. 
 +
</p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2018/3/35/T--Peking--project_design6.jpeg" width="700px" height="410 px" ></div>
 +
                              <figcaption style="text-align:center;">
 +
                                  Figure. 5 Interaction of PYL and PP2C<sup>[7]</sup>
 +
                              </figcaption> </div>
 +
                            </div>
 +
                           
 +
                            <div class="coll">
 +
                                <div class="info">
 +
<a id="B2"></a>
 +
                                   
 +
 
 +
                                </div>
 +
                                                          </div>
 +
                           
 +
                            <div class="coll">
 +
 
 +
                                <div class="content">
 +
                                                   
 +
</div>
 +
                            </div>
 +
<div class="texttitle">Two function sites
 +
 
 +
<a id="B"></a></div>
 +
                            <hr style="border:2px dashed; height:2px" color="#1E90FF">
 +
                    <div class="coll">
 +
 
 +
                                <div class="content">
 +
                                    <p>Now, we have artificially designed phase separation in cells and synthesized membraneless organelles. But how can we fulfill intended functions with synthetic organelles? Here, we propose two ideas. We reserve two sites to implement functions, which means function modules, such as enzymes in metabolism, proteins in signaling pathway, transcription factors in transcription and so on, have two sites in our designs.</p>
 +
                                </div>
 +
               
 +
 
 +
                            <div class="coll">
 +
                                <div class="info">
 +
<a id="B1"></a>
 +
                                    <div class="ordi">1.</div>
 +
                                </div>
 +
                                <div class="content">
 +
                                    <h3> Direct integration into the skeleton</h3>
 +
                                </div>
 +
                            </div>
 +
                           
 +
                            <div class="coll">
 +
 
 +
                                <div class="content">
 +
                                    <p>Just as we characterize synthetic organelles with fluorescent proteins, we can fuse function modules to the C-terminus of interaction modules and to the N-terminus of HOTags. Then, the function modules can be “kidnapped” into the synthetic organelles to fulfill intended functions.</p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2018/4/43/T--Peking--project_design8.jpeg" width="300px" height="100 px" ><div>
 +
                                <figcaption style="text-align:center;">
 +
                                  Figure. 6 Integrate function modules to the skeleton
 +
                              </figcaption>  </div></div>
 +
                            </div>
 +
                            <div class="coll">
 +
                                <div class="info">
 +
<a id="B2"></a>
 +
                                    <div class="ordi">2.</div>
 +
 
 +
                                </div>
 +
                                <div class="content">
 +
                                    <h3> Targeting GFP with nanobody</h3>
 +
                                </div>
 +
                            </div>
 +
                           
 +
                            <div class="coll">
 +
 
 +
                                <div class="content">
 +
                                    <p>We introduce a magic protein, anti-GFP nanobody, which is very small (only 13-kDa, 1.5nm 2.5nm) and high-affinity (0.59nM) camelid antibody to GFP<sup>[8]</sup>. So we can use its characteristic to improve our designs. We can fuse GFP to the C-terminus of interaction modules and to the N-terminus of HOTags, and fuse function modules to the C-terminus of anti-GFP nanobodies. Then, with the help of interaction between anti-GFP nanobodies and GFP, synthetic organelles will “welcome” function modules, expected functions can be realized. You may ask: How does anti-GFP nanobody improve the design? Firstly, it will not make the protein extremely large and will reduce the effect on the structure of function modules, which can ensure the quality of functions. Secondly, it can bring components not belonging to the original structure to synthetic organelles, which can enlarge the enrichment range of synthetic organelles. Thirdly, it is easy to regulate the expression of target proteins. So you can see, nanobodies may do better and give you a surprise!</p>
 +
<div align="center"><img src="https://static.igem.org/mediawiki/2018/e/e5/T--Peking--project_design9.jpeg" width="400px" height="175 px" ></div>
 +
<figcaption style="text-align:center;">
 +
                                  Figure. 7 Interaction of anti-GFP nanobody and GFP
 +
                              </figcaption>
 +
                                </div>
 +
                            </div>
 +
  <div class="coll">
 +
                         
 +
                           
 +
               
 +
 
 +
                                                       
 +
                         
 +
 
 +
                       
 +
                           
 +
 
 +
                            <div class="texttitle">Conclusion
 +
<a id="C"></a></div>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
 +
                            <div class="coll">
 +
                                <div class="content">
 +
                                    <p>We artificially designed phase separation in cells and synthesized membraneless organelles. And the main work to synthesize an organelle is to fulfill phase separation in a cell, so we stress the importance of interactions and multivalency. For these two aspects, we gave our ideas and the feasibility was analyzed. At last, we proposed two ideas to implement functions. We believe that in the near future, “millions of dollars” will no longer be a dream!</p>
 +
                                </div>
 +
                            </div>
 +
                                                       
 +
                         
 +
                           
 +
 
 +
                            <div class="texttitle">References
 +
<a id="D"></a></div>
 +
                            <hr style="border:2px dashed; height:2px" color="#666666">
 +
                            <div class="coll">
 +
                                <div class="content">
 +
                                    <p>
 +
[1] Zhang, Q., Huang, H., Zhang, L., Wu, R., Chung, C. I., Zhang, S. Q., ... & Shu, X. (2018). Visualizing Dynamics of Cell Signaling In Vivo with a Phase Separation-Based Kinase Reporter. Molecular cell, 69(2), 334-346.<br/>
 +
[2] Woolfson, D. N., Bartlett, G. J., Burton, A. J., Heal, J. W., Niitsu, A., Thomson, A. R., & Wood, C. W. (2015). De novo protein design: how do we expand into the universe of possible protein structures?. Current opinion in structural biology, 33, 16-26.<br/>
 +
[3] Banani, S. F., Rice, A. M., Peeples, W. B., Lin, Y., Jain, S., Parker, R., & Rosen, M. K. (2016). Compositional control of phase-separated cellular bodies. Cell, 166(3), 651-663.<br/>
 +
[4] Husnjak, K., Keiten-Schmitz, J., & Müller, S. (2016). Identification and characterization of SUMO-SIM interactions. In SUMO (pp. 79-98). Humana Press, New York, NY.<br/>
 +
[5] Banaszynski, L. A., Liu, C. W., & Wandless, T. J. (2005). Characterization of the FKBP Rapamycin FRB Ternary Complex. Journal of the American Chemical Society, 127(13), 4715-4721.<br/>
 +
[6] Park, S. Y., Fung, P., Nishimura, N., Jensen, D. R., Fujii, H., Zhao, Y., ... & Alfred, S. E. (2009). Abscisic acid inhibits type 2C protein phosphatases via the PYR/PYL family of START proteins. science, 324(5930), 1068-1071.<br/>
 +
[7] Yin, P., Fan, H., Hao, Q., Yuan, X., Wu, D., Pang, Y., ... & Yan, N. (2009). Structural insights into the mechanism of abscisic acid signaling by PYL proteins. Nature structural & molecular biology, 16(12), 1230.<br/>
 +
[8] Ries, J., Kaplan, C., Platonova, E., Eghlidi, H., & Ewers, H. (2012). A simple, versatile method for GFP-based super-resolution microscopy via nanobodies. Nature methods, 9(6), 582.<br/>
 +
 
 +
.</p>
 +
                                </div>
 +
                            </div>                           
 +
                           
 +
                        </div><!--9 columns end-->
 +
                       
 +
                    </div>
 +
                   
 +
                   
 +
                   
 +
                   
 +
                    </div><!--row end-->
 +
            </section>
 +
         </div><!--12 columes end-->
 +
         </div><!--page-content end-->
 
          
 
          
 
          
 
          

Revision as of 17:12, 16 October 2018

Design

While people are constantly exploring the world, the greatest pursuit is to remould the world. While the ‘phase separation’ in cells is under investigation and in a research boom, the scientific community hopes that the the phenomenon ‘worth of millions of dollars’ can to be artificially designed to enhance original functions and even acquire new functions. Our team, Peking iGEM 2018 go all out to overcome the challenge: artificially designfulfill phase separation in cells and synthesize membraneless organelles.

Overall design

Then we put forward two questions: Why phase separation in cells can produce membraneless organelles? And how can we design our system to fulfill its intended functions? Like oil in water, the contents of cells can separate into droplets. According to physical principles, the process where material self-assemble into organelles is described as ‘phase separation’, which is the conversion of a single-phase system into a multiphase system. In general, materials flow to regions with low chemical potential instead of low concentration. Finally, the components no longer distribute uniformly but form granules locally which are organelles in the cell. That is to say, the main work to synthesize an organelle is to fulfill phase separation in a cell. Then, how can we do it? Composition can switch rapidly through changes in scaffold concentration or multivalency. And our design was inspired by recent works showing that multivalency drives protein phase separation and formation of synthetic organelles. What’s more, we take our inspiration from existing life systems and previous works. For example, Intrinsic Disordered Regions are the symbol of massive phase separation in the cell. They interact with each other through the van der Waals force, hydrophobic effect and electrostatic attraction. And there are many interactions like this in nature, such as FKBP and FRB, SUMO and SIM, SH3 and PRM, phyB and PIF6. Thus, we can make good use of them to induce our designed organelles and regulate them variously.! In a conclusion,multivalency drives protein’s -self-assemblyies and interaction binds the parts together. It means, interaction can induce phase separation and multivalency can make larger assemblies, which are two essential elementmodules in our design and ensure the formation of synthetic organelles.

Figure. 1 Overall design


Multivalency

To design multivalent modules, it is not ideal to use multiple repeat domains, which not only will make the protein extremely large and bring difficulties to DNA recombination, but also may be problematic for making transgenic animals. Thus, instead of using multiple repeats, we turned to de novo-designed homo-oligomeric coiled coils. And we named these coiled coils as HO-Tag (homo-oligomeric tag). They are short peptides, ~30 amino acids[1], therefore they are ideal tags to introduce multivalency. There are seven coiled coils previously characterized in protein de novo design studies. They have been proved by previous work of Shu Xiaokun’s lab, and according to their work, HOTag3 and HOTag6 are most robust in driving protein droplet formation over a wide range of protein concentrations, so we choose them.

Figure. 2 Coiled-coil assemblies and helical bundles[2].


Interaction

To design interaction modules, we tried a lot of components and we fused them to the N-terminus of HOTag3 or HOTag6. Some of them are spontaneous and some are inducible. And we can regulate them through various kinds of inducers and different intensities of promoters.

1.

SUMO and SIM

Post-translational modifications by the small ubiquitin-like modifier (SUMO) are crucial events in cellular response to radiation and a wide range of DNA-damaging agents. Previous studies have shown that SUMO mediates protein-protein interactions by binding to a SUMO-interacting motif (SIM) on receptor proteins. And recent studies have shown that a protein with ten repeats of human SUMO3 (polySUMO) and a protein with ten repeats of SIM (polySIM) can phase separate in vitro[3]. Therefore, we chose SUMO3 and SIM as a pair of interaction modules and they can drive the formation of synthetic organelles spontaneously. For plasmid construction, in order to make synthetic organelles visible, we chose mCherry (red fluorescent protein) and yEGFP (yeast-enhanced green fluorescent protein) as reporters. Then, we fused mCherry between the C-terminus of SIM and the N-terminus of HOTag6. Similarly, we fused yEGFP between the C-terminus of SUMO and the N-terminus of HOTag3. We transformed them into yeast and proved that they can stably express. If it work, we will find red granules colocalize with green granules in cells under fluorescence microscope.

Figure. 3A Structure of SUMO3 and SIM. Modification of proteins by SUMO are recognized by SUMO-interacting motifs termed SIMs. In natural process, polySUMOylation recruits distinct interaction partners, such as E3 ubiquitin ligases, that bind to polySUMO chains through tandem SIMs. SIMs bind to a surface patch between the α-helix and a β-sheet of the SUMO protein and extend the β-sheet of SUMO by one additional strand. the SIM either attaches as a parallel or an antiparallel strand to the SUMO β-sheet. Binding is primarily mediated by a stretch of four residues containing 3–4 hydrophobic amino acids (I, V, or L). This core interaction motif is a common property of all SIMs[4]. Figure. 3B Pattern diagram of SUMO-yeGFP and SIM-mCherry. YeGFP is fused to the C-terminus of SUMO and to the N-terminus of HOTag3, mCherry is fused to the C-terminus of SIM and to the N-terminus of HOTag6.
2.

FKBP and Frb

The interaction between FKBP and FRB can be robustly induced by rapamycin. Rapamycin is a 31-membered macrolide antifungal antibiotic. It binds with high affinity (Kd=0.2nM) to the 12-kDa FK506 binding protein (FKBP), as well as to a 100-amino acid domain of the mammalian target of rapamycin (mTOR) known as FKBP-rapamycin binding domain (Frb)[5]. Thus, we chose them as a pair of interaction modules. And we assembled them on to yeast plasmid as the same as the construction of SUMO and SIM and transformed them into yeast. if we add rapamycin to the yeast, we will see red granules colocalize with green granules in cells under fluorescence microscope. Synthetic organelles come true!

Chemical-induced SPOT can be formed by using rapamycin to induce FKBP-Frb interacitons Figure. 4A The sturcture of FKBP and Frb. Rapamycin can induce the interaction between them. Figure. 4B Design of RapaSPOT. FKBP is fused with mCherry and HOTag3 while Frb is fused with yEGFP and HOTag6. After adding rapamycin, they are expected to self-organize to form large assemblys, which will be an organelle in cells.
3.

Phytohormone

As mentioned above, interactions can be formed not only by inducers such as rapamycin and gibberellin, but also spontaneously, just as SUMO and SIM. So can we combine these two ways of interactions? To solve this problem, we did further studies about phytohormone and found ABA. Abscisic acid (ABA) is an important phytohormone that regulates plant stress responses. Proteins from the PYR-PYL-PCAR family were identified as ABA receptors[6]. Upon binding to ABA, a PYL protein associates with type 2C protein phosphatases (PP2Cs) such as ABI1 and ABI2, inhibiting their activity[7]. Previous structural and biochemical observations have provided insight into PYL-mediated ABA signaling and given rise to a working model. In the absence of ABA signaling, PP2Cs are fully active and PYLs exist as inactive homodimers in cells, unable to bind or inhibit PP2Cs, mainly due to the incompatible conformation of CL2loop[7]. In response to ABA binding, the CL2 loop undergoes a conformational rearrangement to close onto the ABA-bound pocket, then, the interaction between PYLs and PP2Cs can be formed. Here we chose PYL1 and ABI1 as a pair of interaction modules. Then, we assembled them on to yeast plasmid as the same as the construction of FKBP and FRB and transformed them into yeast. Based on the interaction of PYL1 and ABI1, we can get a wonderful scene: In the absence of ABA, the synthetic organelles composed only of PYL1 appear, because of the homodimers of PYL1. And after we add ABA into yeast, ABI1 can enter the organelles with the interaction of ABI1 and PYL1, and we can see red droplets colocalize with green droplets in cells through fluorescence microscope. In this way, new components can enter the original organelles and the time of occurrence can be regulated as it is inducer-mediated regulation. So it give our designs and functions more possibilities.

Figure. 5 Interaction of PYL and PP2C[7]
Two function sites

Now, we have artificially designed phase separation in cells and synthesized membraneless organelles. But how can we fulfill intended functions with synthetic organelles? Here, we propose two ideas. We reserve two sites to implement functions, which means function modules, such as enzymes in metabolism, proteins in signaling pathway, transcription factors in transcription and so on, have two sites in our designs.

1.

Direct integration into the skeleton

Just as we characterize synthetic organelles with fluorescent proteins, we can fuse function modules to the C-terminus of interaction modules and to the N-terminus of HOTags. Then, the function modules can be “kidnapped” into the synthetic organelles to fulfill intended functions.

Figure. 6 Integrate function modules to the skeleton
2.

Targeting GFP with nanobody

We introduce a magic protein, anti-GFP nanobody, which is very small (only 13-kDa, 1.5nm 2.5nm) and high-affinity (0.59nM) camelid antibody to GFP[8]. So we can use its characteristic to improve our designs. We can fuse GFP to the C-terminus of interaction modules and to the N-terminus of HOTags, and fuse function modules to the C-terminus of anti-GFP nanobodies. Then, with the help of interaction between anti-GFP nanobodies and GFP, synthetic organelles will “welcome” function modules, expected functions can be realized. You may ask: How does anti-GFP nanobody improve the design? Firstly, it will not make the protein extremely large and will reduce the effect on the structure of function modules, which can ensure the quality of functions. Secondly, it can bring components not belonging to the original structure to synthetic organelles, which can enlarge the enrichment range of synthetic organelles. Thirdly, it is easy to regulate the expression of target proteins. So you can see, nanobodies may do better and give you a surprise!

Figure. 7 Interaction of anti-GFP nanobody and GFP
Conclusion

We artificially designed phase separation in cells and synthesized membraneless organelles. And the main work to synthesize an organelle is to fulfill phase separation in a cell, so we stress the importance of interactions and multivalency. For these two aspects, we gave our ideas and the feasibility was analyzed. At last, we proposed two ideas to implement functions. We believe that in the near future, “millions of dollars” will no longer be a dream!

References

[1] Zhang, Q., Huang, H., Zhang, L., Wu, R., Chung, C. I., Zhang, S. Q., ... & Shu, X. (2018). Visualizing Dynamics of Cell Signaling In Vivo with a Phase Separation-Based Kinase Reporter. Molecular cell, 69(2), 334-346.
[2] Woolfson, D. N., Bartlett, G. J., Burton, A. J., Heal, J. W., Niitsu, A., Thomson, A. R., & Wood, C. W. (2015). De novo protein design: how do we expand into the universe of possible protein structures?. Current opinion in structural biology, 33, 16-26.
[3] Banani, S. F., Rice, A. M., Peeples, W. B., Lin, Y., Jain, S., Parker, R., & Rosen, M. K. (2016). Compositional control of phase-separated cellular bodies. Cell, 166(3), 651-663.
[4] Husnjak, K., Keiten-Schmitz, J., & Müller, S. (2016). Identification and characterization of SUMO-SIM interactions. In SUMO (pp. 79-98). Humana Press, New York, NY.
[5] Banaszynski, L. A., Liu, C. W., & Wandless, T. J. (2005). Characterization of the FKBP Rapamycin FRB Ternary Complex. Journal of the American Chemical Society, 127(13), 4715-4721.
[6] Park, S. Y., Fung, P., Nishimura, N., Jensen, D. R., Fujii, H., Zhao, Y., ... & Alfred, S. E. (2009). Abscisic acid inhibits type 2C protein phosphatases via the PYR/PYL family of START proteins. science, 324(5930), 1068-1071.
[7] Yin, P., Fan, H., Hao, Q., Yuan, X., Wu, D., Pang, Y., ... & Yan, N. (2009). Structural insights into the mechanism of abscisic acid signaling by PYL proteins. Nature structural & molecular biology, 16(12), 1230.
[8] Ries, J., Kaplan, C., Platonova, E., Eghlidi, H., & Ewers, H. (2012). A simple, versatile method for GFP-based super-resolution microscopy via nanobodies. Nature methods, 9(6), 582.
.