Difference between revisions of "Team:HUST-China/Part Collection"

(Prototype team page)
 
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{HUST-China}}
+
<html lang="en">
<html>
+
  
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <!-- 使IE用最高模式渲染页面 -->
 +
    <meta name="renderer" content="webkit">
 +
    <!-- 极速模式 -->
 +
    <title>Parts</title>
 +
    <link rel="stylesheet" href="https://2016.igem.org/Team:HUST-China/css/bootstrap-theme?action=raw&amp;ctype=text/css">
 +
    <link rel="stylesheet" href="https://2016.igem.org/Team:HUST-China/css/bootstrap?action=raw&amp;ctype=text/css">
 +
    <link rel="stylesheet" href="https://2016.igem.org/Team:HUST-China/css/index?action=raw&amp;ctype=text/css">
 +
    <script src="../js/jquery-1.11.1.min.js"></script>
 +
    <script type="text/javascript" src="https://2016.igem.org/Team:HUST-China/js/bootstrap?action=raw&amp;ctype=text/javascript"></script>
 +
    <script type="text/javascript" src="https://2016.igem.org/Team:HUST-China/js/index?action=raw&amp;ctype=text/javascript"></script>
 +
    <!-- <script src="../js/jquery.tocible.min.js"></script> -->
 +
    <script type="text/javascript" src="https://2016.igem.org/Team:HUST-China/js/tocible?action=raw&amp;ctype=text/javascript"></script>
 +
    <style>
 +
    html {
 +
        overflow-x: hidden;
 +
        width: 100%;
 +
    }
 +
   
 +
    .banner-top {
 +
        margin-left: 15%;
 +
    }
 +
   
 +
    #igem_home_logo {
 +
        width: 100%;
 +
        margin-top: 80px;
 +
    }
 +
   
 +
    @media (min-width: 992px) {
 +
        .work-content .col-md-4 {
 +
            width: 25%;
 +
            margin-right: 8%;
 +
        }
 +
    }
 +
   
 +
    .carousel-control.left,
 +
    .carousel-control.right {
 +
        background-image: none;
 +
        padding-top: 18%;
 +
    }
 +
   
 +
    .carousel-indicators li {
 +
        background-color: #fff;
 +
        border: 1px solid #a94442;
 +
    }
 +
   
 +
    .carousel-indicators li.active {
 +
        background-color: #f0ad4e;
 +
    }
 +
   
 +
    #contentSub,
 +
    #contentcontainer,
 +
    #footer-box,
 +
    #sitesub,
 +
    #catlinks,
 +
    #search-controls,
 +
    #p-logo,
 +
    .h3,
 +
    .printfooter,
 +
    .firstHeading,
 +
    .visualClear {
 +
        display: none;
 +
        box-sizing: content-box;
 +
    }
 +
   
 +
    #sideMenu,
 +
    #top_title {
 +
        display: none;
 +
        box-sizing: content-box;
 +
    }
 +
   
 +
    #sideMenu .mainMenu_toggle,
 +
    #sideMenu .mainMenu_Title,
 +
    #sideMenu .sideMenuTitle,
 +
    #sideMenu .expand_subMenus {
 +
        box-sizing: content-box;
 +
    }
 +
   
 +
    #bodyContent h1,
 +
    #bodyContent h2,
 +
    #bodyContent h3,
 +
    #bodyContent h4,
 +
    #bodyContent h5 {
 +
        margin-bottom: 0px;
 +
    }
 +
   
 +
    #search_text {
 +
        color: #000;
 +
    }
 +
   
 +
    #globalWrapper,
 +
    #content {
 +
        position: absolute;
 +
        left: 0;
 +
        right: 0;
 +
        top: 0;
 +
        width: 100%;
 +
        height: 100%;
 +
        border: 0px;
 +
        background-color: transparent;
 +
        margin: 0px;
 +
        padding: 0px;
 +
    }
 +
    #HQ_page .text-content article table{
 +
        margin-left: 10%;
 +
    }
 +
    @media (min-width: 1200px) {
 +
        .container-fluid .container {
 +
            width: 969px;
 +
            /* margin-left: 300px; */
 +
        }
 +
        .head-container {
 +
            width: 1170px;
 +
        }
 +
    }
 +
    /* article */
 +
   
 +
    .text-content article {
 +
        margin-bottom: 100px;
 +
    }
 +
   
 +
    .text-content article p {
 +
        text-indent: 20px;
 +
        margin: 10px 0;
 +
        font-size: 15px;
 +
        line-height: 24px;
 +
    }
 +
   
 +
    .text-content article img {
 +
        width: 80%;
 +
        padding-left: 20%;
 +
        /* margin-left: 20%; */
 +
    }
 +
   
 +
    .text-content article img.half_width {
 +
        width: 40%;
 +
        padding-left: 10%;
 +
        display: inline-block;
 +
        /* margin-left: 20%; */
 +
    }
 +
   
 +
    .text-content article table {
 +
        font-size: 12px;
 +
        color: #333333;
 +
        width: 80%;
 +
        margin-left: 10%;
 +
        border-width: 1px;
 +
        border-color: #729ea5;
 +
        border-collapse: collapse;
 +
    }
 +
   
 +
    .text-content article table th {
 +
        font-size: 12px;
 +
        background-color: #acc8cc;
 +
        border-width: 1px;
 +
        padding: 8px;
 +
        border-style: solid;
 +
        border-color: #729ea5;
 +
        text-align: left;
 +
    }
 +
   
 +
    .text-content article table tr {
 +
        background-color: #d4e3e5;
 +
    }
 +
   
 +
    .text-content article table td {
 +
        font-size: 12px;
 +
        border-width: 1px;
 +
        padding: 8px;
 +
        border-style: solid;
 +
        border-color: #729ea5;
 +
    }
 +
   
 +
    .text-content article table tr:hover {
 +
        background-color: #ffffff;
 +
    }
 +
    </style>
 +
</head>
  
 +
<body>
 +
    <header class="header">
 +
<div class="navbar-logo">
 +
                <a class="navbar-brand" href="https://igem.org/Main_Page">
 +
                    <img alt="Brand" src="https://2016.igem.org/wiki/skins/Igem/images/IGEM_white_letters.png">
 +
                </a>
 +
    </div>
 +
    <div class="navbar-logo">
 +
                <a class="navbar-brand" href="https://2016.igem.org/Team:HUST-China">
 +
                    <img alt="Brand" src="https://static.igem.org/mediawiki/2016/0/01/T--HUST-China--logo.png" style="left:100px;width:40px;">
 +
                </a>
 +
    </div>
  
 
+
        <nav class="navbar navbar-default">
<div class="column full_size judges-will-not-evaluate">
+
                        <div class="container">
<h3>★  ALERT! </h3>
+
                <span class="menu">Menu</span>
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Awards#Special_Prizes">Part Collection special prize</a>. </p>
+
                <div class="banner-top">
 
+
                    <ul class="nav banner-nav">
 
+
                        <li><a href="https://2016.igem.org/Team:HUST-China">HOME</a></li>
 
+
                        <li class="dropdown1"><a class="down-scroll" href="#">PROJECT</a>
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
+
                            <ul class="dropdown2">
</div>
+
                                <li><a href="https://2016.igem.org/Team:HUST-China/project/background">Background</a></li>
 
+
                                <li><a href="https://2016.igem.org/Team:HUST-China/Description">Description</a></li>
 
+
                                <li><a href="https://2016.igem.org/Team:HUST-China/Proof">Proof of concept</a></li>
 
+
                                <li><a href="https://2016.igem.org/Team:HUST-China/Demonstrate">Application</a></li>
 
+
                                <li><a href="https://2016.igem.org/Team:HUST-China/project/inprovement">Previous improvement</a></li>
 
+
                                <li><a href="https://2016.igem.org/Team:HUST-China/Safety">Safety</a></li>
<div class="column full_size">
+
                            </ul>
 
+
                        </li>
 
+
                        <li class="dropdown1"><a href="#">WETLAB</a>
 
+
                            <ul class="dropdown2">
 
+
                                <li><a href="https://2016.igem.org/Team:HUST-China/Experiments">Experiments</a></li>
 
+
                                <li><a href="https://2016.igem.org/Team:HUST-China/Results">Results</a></li>
<p>Did your team make a lot of great parts? Is there a theme that ties all your parts together? Do you have more than 10 parts in this collection? Did you make a CRISPR collection, a MoClo collection, or a collection of awesome pigment parts? Describe your parts collection on this page, so the judges can evaluate you for the Best Part Collection award.</p>
+
                                <li><a href="https://2016.igem.org/Team:HUST-China/InterLab">Interlab</a></li>
 
+
                                <li><a href="https://2016.igem.org/Team:HUST-China/Notebook">Notebook</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/wetlab/protocols">Protocols</a></li>
 +
                            </ul>
 +
                        </li>
 +
                        <li class="dropdown1"><a class="down-scroll" href="#">MODELING</a>
 +
                            <ul class="dropdown2">
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Model">Overview</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Model/model-pro">Prokaryotic circuit</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Model/model-euk">Eukaryotic circuit</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Model/model-app">Application circuit</a></li>
 +
                            </ul>
 +
                        </li>
 +
                        <li class="dropdown1"><a class="down-scroll active" href="#">PARTS</a>
 +
                            <ul class="dropdown2">
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Parts">Summary</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Basic_Part">Basic part</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Composite_Part">Composite part</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Part_Collection">Part Collection</a></li>
 +
                            </ul>
 +
                        </li>
 +
                        <li class="dropdown1"><a class="down-scroll" href="#">HUMAN PRACTICES</a>
 +
                            <ul class="dropdown2">
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Integrated_Practices">Integrated HP</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Collaborations">Collaborations</a></li>
 +
                            </ul>
 +
                        </li>
 +
                        <li class="dropdown1"><a class="down-scroll" href="#">TEAM</a>
 +
                            <ul class="dropdown2">
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Team">Team Roster</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:HUST-China/Attributions">Attributions</a></li>
 +
                            </ul>
 +
                        </li>
 +
                    </ul>
 +
                    <script>
 +
                    $("span.menu").click(function() {
 +
                        $(" ul.nav").slideToggle("slow", function() {});
 +
                    });
 +
                    </script>
 +
                </div>
 +
                <div class="clearfix"> </div>
 +
            </div>
 +
            <!-- /.container-fluid -->
 +
        </nav>
 +
    </header>
 +
    <div class="container-fluid member-head">
 +
        <div class="container">
 +
            <h2 class="text-center">Part Collection</h2>
 +
            <p style="color:#fff;margin-bottom:10px;text-align:center;">Following documented composite parts are respectively from three circuits this year:</p>
 +
        </div>
 +
    </div>
 +
    <div class="container-fluid">
 +
        <div class="text-content container" id="text-content">
 +
            <div class="ref"></div>
 +
            <article>
 +
                <h2>Collection List</h2>
 +
                <p>Here is the list of our part collection:</p>
 +
                <table border="1">
 +
                    <tr>
 +
                        <td>Part Number</td>
 +
                        <td>Name</td>
 +
                        <td>Description</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href="http://parts.igem.org/Part:BBa_K2036009"> BBa_K2036009 </a></td>
 +
                        <td> pRM-GFP-LVAssrAtag </td>
 +
                        <td> A control group of Cro and pRM interaction characterization.</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href="http://parts.igem.org/Part:BBa_K2036010"> BBa_K2036010 </a></td>
 +
                        <td>Cro-TT-pRM-RBS-GFP-LVAssrAtag </td>
 +
                        <td> To test Cro and pRM interaction intensity.</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href="http://parts.igem.org/Part:BBa_K2036011"> BBa_K2036011 </a></td>
 +
                        <td> pRE-GFP-LVAssrAtag</td>
 +
                        <td> A control group of CII and pRE interaction.</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href="http://parts.igem.org/Part:BBa_K2036013"> BBa_K2036013 </a></td>
 +
                        <td> RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag</td>
 +
                        <td> To characterize CII’s interaction with pRE.</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href="http://parts.igem.org/Part:BBa_K2036014"> BBa_K2036014 </a></td>
 +
                        <td> RBS-CIII-RBS-CIII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag</td>
 +
                        <td> To characterize CIII’s interaction with Ftsh.</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href="http://parts.igem.org/Part:BBa_K2036015"> BBa_K2036015 </a></td>
 +
                        <td> RBS-CII-RBS-CII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag</td>
 +
                        <td>Tandem of CII amplifies its function.</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href="http://parts.igem.org/Part:BBa_K2036016"> BBa_K2036016 </a></td>
 +
                        <td> pR-GFP-LVAssrAtag</td>
 +
                        <td>A control group of CI and pR interaction.</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href="http://parts.igem.org/Part:BBa_K2036017"> BBa_K2036017 </a></td>
 +
                        <td> CI-TT-pR-RBS-GFP-LVAssrAtag</td>
 +
                        <td>To characterize CI and pR interaction.</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href="http://parts.igem.org/Part:BBa_K2036027"> BBa_K2036027</a></td>
 +
                        <td>pRE-RBS-Cro-RBS-CII-TT-ptrp-RBS-CI-TT-pR-RBS-CIII-RBS-RFP-LAAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag</td>
 +
                        <td>To verify the function of the whole circuit with T7 and ptrp sensing the signals.</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href="http://parts.igem.org/Part:BBa_K2036028"> BBa_K2036028</a></td>
 +
                        <td>placm-pRE-RBS-Cro-RBS-CII-TT-patp2-RBS-CI-TT-pR-RBS-CIII-RBS-ompA-iLDH-TT-pRM-RBS-beta-galactosidase</td>
 +
                        <td>To verify bi-stable function of eukaryotic version of signal filter. </td>
 +
                    </tr>
 +
                </table>
 +
                <p>The part collection well documents the prokaryote regulation circuit of our project with every detailed characterization of the transcriptionally related proteins and promoters.</p>
 +
                <img src="https://static.igem.org/mediawiki/2016/8/88/T--HUST-China--Description-Fig-Eukaryote.png" alt="">
 +
                <p>The whole circuit employs bacteriaphage lambda operon and is redesigned as a positive-feedback tri-stable switch. Users can define two inputs and three kinds of outputs to make a sense-response system or an analysis-report system. </p>
 +
                <img src="https://static.igem.org/mediawiki/2016/7/70/T--HUST-China--Logic-gate.jpg" alt="">
 +
                <p>To characterize the internal protein-protein and protein-promoter reactions, we build four sets of test circuits:</p>
 +
                <h2>Cro and pRM</h2>
 +
                <p>1.Cro and pRM inhibition test:</p>
 +
                <table border="1">
 +
<tr>
 +
  <td>Part Number</td>
 +
  <td>Name</td>
 +
  <td>Description</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036009"> BBa_K2036009 </a></td>
 +
  <td> pRM-GFP-LVAssrAtag </td>
 +
  <td> A control group of Cro and pRM interaction characterization</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036010"> BBa_K2036010 </a></td> 
 +
  <td>Cro-TT-pRM-RBS-GFP-LVAssrAtag </td>
 +
  <td> To test Cro and pRM interaction intensity.</td>
 +
</tr>
 +
</table>
 +
<p>The control group and test group are seperately shown as below:</p>
 +
                <img src="https://static.igem.org/mediawiki/2016/e/ed/T--HUST-China--Experiments-Fig12.png " alt="">
 +
<p>We inserted the circuit into PET-Duet-1 palsmid and used plate reader to see the flourescence difference.</p>
 +
<img src="https://static.igem.org/mediawiki/2016/1/15/T--HUST-China--CI-pR_inhibition.png" alt="">
 +
<p>We can see from the figure above that the flourescence of test group went down and seperated clearly from the control.</p>
 +
<h2>CI and pR</h2>
 +
<p>2.CI and pR inhibition test</p>
 +
<table border="1">
 +
<tr>
 +
  <td>Part Number</td>
 +
  <td>Name</td>
 +
  <td>Description</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036016"> BBa_K2036016 </a></td>
 +
  <td> pR-GFP-LVAssrAtag</td>
 +
  <td>A control group of CI and pR interaction.</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036017"> BBa_K2036017 </a></td>
 +
  <td> CI-TT-pR-RBS-GFP-LVAssrAtag</td>
 +
  <td>To characterize CI and pR interaction.</td>
 +
</tr>
 +
</table>
 +
<img src="https://static.igem.org/mediawiki/2016/c/cf/T--HUST-China--Experiments-Fig11.png " alt="">
 +
<br>
 +
<img src="https://static.igem.org/mediawiki/2016/6/63/T--HUST-China--Experiments-CI-pR_Flou-detec.png" alt="">
 
<p>
 
<p>
While you should put all the characterization information for your parts on the Registry, you are encouraged to explain how all your parts form a collection on this page.  
+
We used the same method as Cro and pRE characterization to test the inhibition of CI and pR. From the figure above we can clearly see that CI does reduce the expression of GFP. </p>
</p>
+
<p>And we also did fluorescence microscope detection after 30, 120 and 240 minutes induction.</p>
 
+
<img src="https://static.igem.org/mediawiki/2016/6/63/T--HUST-China--Experiments-CI-pR_Flou-detec.png" alt="">
 
+
<p>From pictures above,the fluorescence of both two groups was increasing over time and it is obvious that the test group which contains CI expressed less GFP protein than control group. The results verify the inhibition of CI from pR in a more intuitive way.</p>
<div class="highlight">
+
<h2>CII and pRE</h2>
<h4>Note</h4>
+
<p>3. CII and pRE activation test</p>
<p>This page should list all the parts in the collection your team 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.</p>
+
<table border="1">
 
+
<tr>
</div>
+
  <td>Part Number</td>
 +
  <td>Name</td>
 +
  <td>Description</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036011"> BBa_K2036011 </a></td>
 +
  <td> pRE-GFP-LVAssrAtag</td>
 +
  <td> A control group of CII and pRE interaction.</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036013"> BBa_K2036013 </a></td>
 +
  <td> RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag</td>
 +
  <td> To characterize CII’s interaction with pRE.</td>
 +
</tr>
 +
</table>
 +
<img src="https://static.igem.org/mediawiki/2016/0/06/T--HUST-China--Experiments-Fig10.png" alt="">
 +
<img src="https://static.igem.org/mediawiki/2016/e/ef/T--HUST-China--CII-pRE_plate.png" alt="">
 +
<img src="https://static.igem.org/mediawiki/2016/4/4b/T--HUST-China--Experiments-CII-pRE_Flou-detec.png" alt="">
 +
<p>The method of verifying CI and pR inhibition is also applied to test activiation of CII to pRE.From line chart and fluorescence detection,we can see that the test group containing CII expressed more GFP protein than control group.</p>
 +
<h2>CIII and Ftsh</h2>
 +
<p>4. CIII and Ftsh</p>
 +
<table border="1">
 +
<tr>
 +
  <td>Part Number</td>
 +
  <td>Name</td>
 +
  <td>Description</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036014"> BBa_K2036014 </a></td>
 +
  <td> RBS-CIII-RBS-CIII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag</td>
 +
  <td> To characterize CIII’s interaction with Ftsh.</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036015"> BBa_K2036015 </a></td>
 +
  <td> RBS-CII-RBS-CII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag</td>
 +
  <td>Tandem of CII amplifies its function.</td>
 +
</tr>
 +
</table>
 +
<img src="https://static.igem.org/mediawiki/2016/f/f9/T--HUST-China--Experiments-Fig6.png" alt="">
 +
<p>Moreover,other characterization circuit in the collection can also serve as an individual part to construct positive and negative control of interest genes.</p>
 +
<h2>Tri-stable Switch</h2>
 +
<p>The final circuit can serve as a signal filter, and users just need to add two sensors and two interest genes into the circuit. We highly recommend to use our submission plasmid as template and employ In-Fusion methods to achieve the assembly.</p>
 +
<p>To test the switch fetures, we build a characterization circuit with GFP and RFP as reporter genes, ptrp and pT7 as sensors:</p>
 +
<table border="1">
 +
<tr>
 +
  <td>Part Number</td>
 +
  <td>Name</td>
 +
  <td>Description</td>
 +
</tr>
 +
<tr>
 +
  <td><a href="http://parts.igem.org/Part:BBa_K2036027"> BBa_K2036027</a></td>       
 +
<td>pRE-RBS-Cro-RBS-CII-TT-ptrp-RBS-CI-TT-pR-RBS-CIII-RBS-RFP-LAAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag</td>
 +
  <td>To verify the function of the whole circuit with T7 and ptrp sensing the signals.</td>
 +
</tr>
 +
</table>
 +
               
  
</div>
+
                <img src="https://static.igem.org/mediawiki/2016/f/f0/T--HUST-China--Experiments-Fig14-1.png" alt="">
 +
                <img src="https://static.igem.org/mediawiki/2016/e/e7/T--HUST-China--Experiments-Fig14-2.png" alt="">
 +
                <img src="https://static.igem.org/mediawiki/2016/4/46/T--HUST-China--Experiments-Fig14-3.png" alt="">
 +
                <p>In ideal conditions, RFP is supposed to be visualized through fluorescence microscope when induced by IPTG. And after adding IAA into the medium, our host strain will turn to the other state of GFP expression. And because of LVAssrA tag’s effect, the RFP to GFP expression transition will be relatively obvious.</p>
 +
                <h2>Application Circuit</h2>
 +
                <p>To provide an application example, we constructed an application circuit based on this version to help relieve lactose intolerance (<a href="https://2016.igem.org/Team:HUST-China/Demonstrate">more details see to application page</a>) .
 +
                </p>
 +
                                <table border="1">
 +
                    <tr>
 +
                        <td>Part Number</td>
 +
                        <td>Name</td>
 +
                        <td>Description</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td><a href="http://parts.igem.org/Part:BBa_K2036028"> BBa_K2036028</a></td>
 +
                        <td>placm-pRE-RBS-Cro-RBS-CII-TT-patp2-RBS-CI-TT-pR-RBS-CIII-RBS-ompA-iLDH-TT-pRM-RBS-beta-galactosidase</td>
 +
                        <td>To verify bi-stable function of eukaryotic version of signal filter. </td>
 +
                    </tr>
 +
                </table>
 +
                <p>In the bi-stable switch of prokaryotes, we set the gene of interest 1 as iLDH and gene of interest 2 as beta-galactosidase. For sensing the signal, we choose lactose-inducible promoter plac(mutant) and base-inducible promoter patp2 (works when the pH of microenvironment is about 7~9).</p>
 +
                <img src="https://static.igem.org/mediawiki/2016/a/a3/T--HUST-China--modeling-application.png" alt="">
 +
                <p> And we hope more teams to join and add more possibilities to the circuit!</p>
 +
            </article>
 +
        </div>
 +
    </div>
 +
    <div class="returnTop">
 +
        <img src="https://static.igem.org/mediawiki/2016/f/f0/T--HUST-China--returnTop.png" alt="">
 +
    </div>
 +
    <script type="text/javascript">
 +
    $(document).ready(function(e) {
 +
        var widthYourScreen = document.documentElement.clientWidth || document.body.clientWidth;
 +
        if (widthYourScreen > 800) {
 +
            // 文章目录导航
 +
            //call tocible():
 +
            $('.text-content').tocible({
 +
                reference: '.ref',
 +
                title: 'Contents'
 +
            });
 +
        }
 +
    });
 +
    </script>
 +
</body>
  
 
</html>
 
</html>

Latest revision as of 19:52, 19 October 2016

Parts

Part Collection

Following documented composite parts are respectively from three circuits this year:

Collection List

Here is the list of our part collection:

Part Number Name Description
BBa_K2036009 pRM-GFP-LVAssrAtag A control group of Cro and pRM interaction characterization.
BBa_K2036010 Cro-TT-pRM-RBS-GFP-LVAssrAtag To test Cro and pRM interaction intensity.
BBa_K2036011 pRE-GFP-LVAssrAtag A control group of CII and pRE interaction.
BBa_K2036013 RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag To characterize CII’s interaction with pRE.
BBa_K2036014 RBS-CIII-RBS-CIII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag To characterize CIII’s interaction with Ftsh.
BBa_K2036015 RBS-CII-RBS-CII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag Tandem of CII amplifies its function.
BBa_K2036016 pR-GFP-LVAssrAtag A control group of CI and pR interaction.
BBa_K2036017 CI-TT-pR-RBS-GFP-LVAssrAtag To characterize CI and pR interaction.
BBa_K2036027 pRE-RBS-Cro-RBS-CII-TT-ptrp-RBS-CI-TT-pR-RBS-CIII-RBS-RFP-LAAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag To verify the function of the whole circuit with T7 and ptrp sensing the signals.
BBa_K2036028 placm-pRE-RBS-Cro-RBS-CII-TT-patp2-RBS-CI-TT-pR-RBS-CIII-RBS-ompA-iLDH-TT-pRM-RBS-beta-galactosidase To verify bi-stable function of eukaryotic version of signal filter.

The part collection well documents the prokaryote regulation circuit of our project with every detailed characterization of the transcriptionally related proteins and promoters.

The whole circuit employs bacteriaphage lambda operon and is redesigned as a positive-feedback tri-stable switch. Users can define two inputs and three kinds of outputs to make a sense-response system or an analysis-report system.

To characterize the internal protein-protein and protein-promoter reactions, we build four sets of test circuits:

Cro and pRM

1.Cro and pRM inhibition test:

Part Number Name Description
BBa_K2036009 pRM-GFP-LVAssrAtag A control group of Cro and pRM interaction characterization
BBa_K2036010 Cro-TT-pRM-RBS-GFP-LVAssrAtag To test Cro and pRM interaction intensity.

The control group and test group are seperately shown as below:

We inserted the circuit into PET-Duet-1 palsmid and used plate reader to see the flourescence difference.

We can see from the figure above that the flourescence of test group went down and seperated clearly from the control.

CI and pR

2.CI and pR inhibition test

Part Number Name Description
BBa_K2036016 pR-GFP-LVAssrAtag A control group of CI and pR interaction.
BBa_K2036017 CI-TT-pR-RBS-GFP-LVAssrAtag To characterize CI and pR interaction.

We used the same method as Cro and pRE characterization to test the inhibition of CI and pR. From the figure above we can clearly see that CI does reduce the expression of GFP.

And we also did fluorescence microscope detection after 30, 120 and 240 minutes induction.

From pictures above,the fluorescence of both two groups was increasing over time and it is obvious that the test group which contains CI expressed less GFP protein than control group. The results verify the inhibition of CI from pR in a more intuitive way.

CII and pRE

3. CII and pRE activation test

Part Number Name Description
BBa_K2036011 pRE-GFP-LVAssrAtag A control group of CII and pRE interaction.
BBa_K2036013 RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag To characterize CII’s interaction with pRE.

The method of verifying CI and pR inhibition is also applied to test activiation of CII to pRE.From line chart and fluorescence detection,we can see that the test group containing CII expressed more GFP protein than control group.

CIII and Ftsh

4. CIII and Ftsh

Part Number Name Description
BBa_K2036014 RBS-CIII-RBS-CIII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag To characterize CIII’s interaction with Ftsh.
BBa_K2036015 RBS-CII-RBS-CII-RBS-CII-TT-pRE-RBS-GFP-LVAssrAtag Tandem of CII amplifies its function.

Moreover,other characterization circuit in the collection can also serve as an individual part to construct positive and negative control of interest genes.

Tri-stable Switch

The final circuit can serve as a signal filter, and users just need to add two sensors and two interest genes into the circuit. We highly recommend to use our submission plasmid as template and employ In-Fusion methods to achieve the assembly.

To test the switch fetures, we build a characterization circuit with GFP and RFP as reporter genes, ptrp and pT7 as sensors:

Part Number Name Description
BBa_K2036027 pRE-RBS-Cro-RBS-CII-TT-ptrp-RBS-CI-TT-pR-RBS-CIII-RBS-RFP-LAAssrAtag-TT-pRM-RBS-GFP-LVAssrAtag To verify the function of the whole circuit with T7 and ptrp sensing the signals.

In ideal conditions, RFP is supposed to be visualized through fluorescence microscope when induced by IPTG. And after adding IAA into the medium, our host strain will turn to the other state of GFP expression. And because of LVAssrA tag’s effect, the RFP to GFP expression transition will be relatively obvious.

Application Circuit

To provide an application example, we constructed an application circuit based on this version to help relieve lactose intolerance (more details see to application page) .

Part Number Name Description
BBa_K2036028 placm-pRE-RBS-Cro-RBS-CII-TT-patp2-RBS-CI-TT-pR-RBS-CIII-RBS-ompA-iLDH-TT-pRM-RBS-beta-galactosidase To verify bi-stable function of eukaryotic version of signal filter.

In the bi-stable switch of prokaryotes, we set the gene of interest 1 as iLDH and gene of interest 2 as beta-galactosidase. For sensing the signal, we choose lactose-inducible promoter plac(mutant) and base-inducible promoter patp2 (works when the pH of microenvironment is about 7~9).

And we hope more teams to join and add more possibilities to the circuit!