Line 1: | Line 1: | ||
{{Fudan}} | {{Fudan}} | ||
− | <html> | + | <html lang="en"> |
+ | <!-- | ||
+ | This html document is created by Tian Huang for Team Fudan iGEM 2018. | ||
+ | We make it compatible on laptop and mobile devices by using Materialize 1.0.0-rc.2. | ||
+ | --> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <!-- CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:Fudan/css.css&action=raw&ctype=text/css" /> | ||
+ | <!-- Font-awesome icons 4.7.0 --> | ||
+ | <link href="https://2018.igem.org/wiki/index.php?title=Template:Fudan/font-awesome.css&action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <!-- Materialize 1.0.0-rc.2 (Material Design like) --> | ||
+ | <link rel="stylesheet" href="https://2018.igem.org/wiki/index.php?title=Template:Fudan/materialize.css&action=raw&ctype=text/css"> | ||
− | |||
+ | <!-- Clear default CSS settings; CSS reset --> | ||
+ | <style type="text/css"> | ||
+ | *{margin: 0;padding: 0;list-style: none;} | ||
+ | /* via: https://blog.csdn.net/weixin_41014370/article/details/79523637 */ | ||
+ | /** 清除内外边距 **/ | ||
+ | body, h1, h3, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ | ||
+ | dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ | ||
+ | pre, /* text formatting elements 文本格式元素 */ | ||
+ | form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ | ||
+ | th, td /* table elements 表格元素 */ { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | /** 设置默认字体 **/ | ||
+ | h1, h3, h3, h4, h5, h6 { font-size: 100%; } | ||
+ | address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */ | ||
+ | code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */ | ||
+ | small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */ | ||
− | + | /** 重置列表元素 **/ | |
− | + | ul, ol { list-style: none; } | |
− | + | /** 重置文本格式元素 **/ | |
− | + | a { text-decoration: none; } | |
− | + | a:hover { text-decoration: underline; } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | /** 重置表单元素 **/ | |
+ | legend { color: #000; } /* for ie6 */ | ||
+ | fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */ | ||
+ | button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */ | ||
+ | /* 注:optgroup 无法扶正 */ | ||
− | </ | + | /** 重置表格元素 **/ |
+ | table { border-collapse: collapse; border-spacing: 0; } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <!-- Fudan div at igem.org --> | ||
+ | <div id="FudanWrapper" class="white"> | ||
+ | <div id="FudanBody" class="white"> | ||
+ | <header> | ||
+ | <!-- empty bar --> | ||
+ | <div id="emptyBar" style="position:relative;width: 100%;"></div> | ||
− | <div class=" | + | <!-- Navigation bar --> |
− | <div class=" | + | <nav id="topNav" class="white z-depth-0_5"> |
− | < | + | <div class="nav-wrapper"> |
− | <p> | + | <div id="teamLogo" class="brand-logo"> |
− | Here | + | <a href="https://2018.igem.org/Team:Fudan" target="_self"><img src="https://static.igem.org/mediawiki/2018/c/c4/T--Fudan--teamLogo.svg"></a> |
− | <ul> | + | </div> |
− | <li><a href="https:// | + | <ul id="nav-mobile" class="right blueBorder"> |
− | <li><a href="https:// | + | <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown1">Project</a></li> |
− | <li><a href="https:// | + | <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown2">Dry lab</a></li> |
− | <li><a href="https:// | + | <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown3">Wet lab</a></li> |
− | </ul> | + | <li class="hide-on-med-and-down"><a class="dropdown-trigger thisPageLink" data-target="dropdown4">Toolbox</a></li> |
− | </div> | + | <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown5">Outreach</a></li> |
+ | <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown6">Team</a></li> | ||
+ | <li> | ||
+ | <a id="navList" data-target="slide-out" class="waves-effect waves-light sidenav-trigger right"> | ||
+ | <i class="fa fa-navicon" style="font-size: 24px"></i> | ||
+ | </a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </nav> | ||
+ | |||
+ | <!-- Dropdown and List elements in navigation bar --> | ||
+ | <ul id="dropdown1" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Demonstrate">Demonstration</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Antigen_Receptors">Antigen, Receptors</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Results">Transmembrane logic</a></li> | ||
+ | </ul> | ||
+ | <ul id="dropdown2" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Addon#ribo">Addon: ribo</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Addon#TALE">Addon: TALE</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Addon#T2">Addon: T2</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#Transcriptional_Amplifer">Model: transcriptional amplifer</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#War_Predictor">Model: war predictor</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Software">Software</a></li> | ||
+ | </ul> | ||
+ | <ul id="dropdown3" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/InterLab">iGEM interLab</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Notebook">Our notebook</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Primers">Primers used</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Protocols">Protocols</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | <ul id="dropdown4" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Basic_Parts">Basic parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Composite_Parts">Composite parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Optimization">Optimization</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Parts_Collection">Parts collection</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Improve">Parts improvement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Measurement">Quantification</a></li> | ||
+ | </ul> | ||
+ | <ul id="dropdown5" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Bio-Art">Bio-Art display</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Collaborations">Collaborations</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Design_Intention">Design intention</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Human_Practices">Human practices</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Public_Engagement">Public engagement</a></li> | ||
+ | </ul> | ||
+ | <ul id="dropdown6" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Acknowledgement">Acknowledgement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Heritage">Heritage</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Team">Members</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Sponsors">Sponsors</a></li> | ||
+ | </ul> | ||
+ | |||
+ | <!-- Slide-out navigator contents --> | ||
+ | <ul id="slide-out" class="sidenav"> | ||
+ | <li style="padding: 0"><div class="sidenavBanner"> | ||
+ | <div class="background"> | ||
+ | </div> | ||
+ | <p style="width: 100%;text-align: center;font-size: 24px"><span class="white-text">Parts improvement</span></p> | ||
+ | </div></li> | ||
+ | <li> | ||
+ | <ul class="collapsible expandable"> | ||
+ | <li>Navigator on this page</li> | ||
+ | <li class="onThisPageNav"><a href="#section1">Introduction</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section2">Responsive elements</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section3">pSV40 vs pCMV</a></li> | ||
+ | <li>Navigator on wiki</li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Project</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Demonstrate">Demonstration</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Antigen_Receptors">Antigen, Receptors</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Results">Transmembrane logic</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Dry Lab</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | |||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Addon#ribo">Addon: ribo</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Addon#TALE">Addon: TALE</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Addon#T2">Addon: T2</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#Transcriptional_Amplifer">Model: transcriptional amplifer</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#War_Predictor">Model: war predictor</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Software">Software</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Wet Lab</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/InterLab">iGEM interLab</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Notebook">Our notebook</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Primers">Primers used</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Protocols">Protocols</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Toolbox</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Basic_Parts">Basic parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Composite_Parts">Composite parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Optimization">Optimization</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Parts_Collection">Parts collection</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Improve">Parts improvement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Measurement">Quantification</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Outreach</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Bio-Art">Bio-Art display</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Collaborations">Collaborations</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Design_Intention">Design intention</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Human_Practices">Human practices</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Public_Engagement">Public engagement</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Team</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Acknowledgement">Acknowledgement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Heritage">Heritage</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Team">Members</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Sponsors">Sponsors</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | |||
+ | </li> | ||
+ | <li><div class="placeHolder"></div></li> | ||
+ | </ul> | ||
+ | </header> | ||
+ | |||
+ | <div id="pageContent" style=""> | ||
+ | <div id="contentBanner" class="figureBanner"> | ||
+ | <div class="row"> | ||
+ | <div class="col s12 m6 valign-wrapper hide-on-med-and-up"> | ||
+ | <h1>Parts improvement</h1> | ||
+ | </div> | ||
+ | <div class="col s12 m6 valign-wrapper hide-on-med-and-up"> | ||
+ | <span></span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="figureBannerTitle" class="hide-on-small-only"> | ||
+ | <h1>Parts improvement</h1> | ||
+ | <p><span></span></p> | ||
+ | </div> | ||
+ | <div class="hide-on-small-only"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/7/72/T--Fudan--title_partsimprovement.jpg"> | ||
+ | <svg width="10" height="10" xmlns="http://www.w3.org/2000/svg" style="position:absolute; left:0;top:0; width: 4%;height: 100%;"> | ||
+ | <defs> | ||
+ | <linearGradient y2="0%" x2="100%" y1="0%" x1="0%" id="blackgraleft"> | ||
+ | <stop stop-color="rgb(0,0,0)" stop-opacity="1" offset="0%"/> | ||
+ | <stop stop-color="rgb(0,0,0)" stop-opacity="0" offset="100%"/> | ||
+ | </linearGradient> | ||
+ | </defs> | ||
+ | <g> | ||
+ | <rect id="svg_1" fill="url(#blackgraleft)" height="100%" width="100%"/> | ||
+ | </g> | ||
+ | </svg> | ||
+ | <svg width="10" height="10" xmlns="http://www.w3.org/2000/svg" style="position:absolute; right:0;top:0; width: 4%;height: 100%;"> | ||
+ | <defs> | ||
+ | <linearGradient y2="0%" x2="100%" y1="0%" x1="0%" id="blackgraright"> | ||
+ | <stop stop-color="rgb(0,0,0)" stop-opacity="0" offset="0%"/> | ||
+ | <stop stop-color="rgb(0,0,0)" stop-opacity="1" offset="100%"/> | ||
+ | </linearGradient> | ||
+ | </defs> | ||
+ | <g> | ||
+ | <rect id="svg_2" fill="url(#blackgraright)" height="100%" width="100%"/> | ||
+ | </g> | ||
+ | </svg> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- main content of the page --> | ||
+ | <div class="container"> | ||
+ | <main> | ||
+ | <!-- side navigator of page content --> | ||
+ | <ul id="pageContentNav" class="hide-on-med-and-down z-depth-0"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Basic_Parts">Basic parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Composite_Parts">Composite parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Optimization">Optimization</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Parts_Collection">Parts collection</a></li> | ||
+ | <li>Parts improvement</li> | ||
+ | <li class="onThisPageNav"><a href="#section1">Introduction</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section2">Responsive elements</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section3">pSV40 vs pCMV</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Measurement">Quantification</a></li> | ||
+ | </ul> | ||
+ | <div id="section1" class="section container scrollspy"> | ||
+ | <h2>Introduction</h2> | ||
+ | <p>Last year our team has proposed a <a href="https://2017.igem.org/Team:Fudan/Part_Collection" target="_blank">SynTF-SynPro approach</a> which enables others to construct a customized and orthogonal transcriptional network in mammalian cells. The structures of the corresponding silencing- or activating-form of SynPros were pSV40-N*RE and N*RE-minCMV, in which N*RE is short for responsive elements of N repeats. | ||
+ | </p> | ||
+ | <p> | ||
+ | This year we took it a step further to create our engineered transmembrane binary logic gates in eukaryotic cells based on the foundational concepts we have constructed upon last year. We made use of the SynTF-SynPro system to function as our Combiner, which executes the final computation of our genetic circuits. To improve the signal-to-noise ratio of our Combiner and to allow others to more easily use our toolbox, we attempted to optimize the structure of the SynPros and constructed N*RE-CMV, which replaces the pSV40-N*RE to respond to transcriptional repressors. Furthermore, we also conducted experiments to characterize our N*RE-CMV, ensuring that it performs exceedingly better than the previous pSV40-N*RE. We have substituted all the pSV40-N*RE with N*RE-CMV when wiring our genetic circuits and picked 8*ZF21.16-CMV for specific demonstration of our parts improvement. For more details, refer to the <a href="http://parts.igem.org/Part:BBa_K2446030" target="_blank">existing BioBrick page</a> or the <a href="http://parts.igem.org/Part:BBa_K2549029" target="_blank">improved BioBrick page</a>. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div id="section2" class="section container scrollspy"> | ||
+ | <h2>Place of responsive elements</h2> | ||
+ | <p>We have experimentally discovered that the place of N*RE can have an impact on basal expression of SynPros. Thus, when designing transcription repressing circuit, we hope that the addition of the N*RE will not bother the original expression of the promotor. Unfortunately, we realized that when the N*RE is placed downstream the promotor, the basal expression of the promotor is effected without the transcriptional repressor. Therefore, we made an attempt to adjust the position of N*RE to upstream of the promotor. Interestingly, the basal expression of the promotor is less affected as compared to the previous design. Actually, similar phenomenon have been reported previously that reporter activity was highly variable among the four different TALE binding sites introduced between the promoter and the reporter coding sequence while the introduction of multiple copies of each of the four different operators upstream from the promoter caused only minimal variability in reporter expression<sup><a href="#ref">[1]</a></sup>. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div id="section3" class="section container scrollspy"> | ||
+ | <h2>pSV40 vs pCMV | ||
+ | </h2> | ||
+ | <p>To better verify that the transcription repressor can effectively repress the expression of its responsive circuit, we attempted to increase the basal expression for a more precise comparison. As a result, we designed a simple genetic circuit in which a EGFP-P2A was put downstream the promotor to test and compare the basal expression of pSV40 and pCMV. We used fluorescence microscopy to detect the expression of the reporter gene 24 hours after transient transfecting 293T cells with the two mentioned circuits, respectively. We found that pCMV has a significantly higher basal expression than that of pSV40, providing us a more ideal alternation to construct our transcriptional repressor-based Combiner circuit. | ||
+ | </p> | ||
+ | <div class="figureHolder width40" style="margin: 23px auto 0 auto;"> | ||
+ | <img class="responsive-img" src="https://static.igem.org/mediawiki/2018/c/c2/T--Fudan--improve-1.png"> | ||
+ | </div> | ||
+ | <p style="margin-top:0;text-indent: 0;"><b>Fig.1 Flow cytometry data of previously designed SynPros based on pSV40.</b> It can be clearly identified that the basal expression of pSV40 is easily effected by the adding of responsive elements. (sTF is short for silencing-form transcriptional factors) | ||
+ | </p> | ||
+ | <div class="figureHolder width40" style="margin: 23px auto 0 auto;"> | ||
+ | <img class="responsive-img" src="https://static.igem.org/mediawiki/2018/b/bb/T--Fudan--improve-2.png"> | ||
+ | </div> | ||
+ | <p style="margin-top:0;text-indent: 0;"><b>Fig.2 Flow cytometry data of the improved design of SynPros based on pCMV.</b> It is shown that the basal expression of pCMV is barely effected by the adding of responsive elements. (sTF is short for silencing-form transcriptional factors.) | ||
+ | |||
+ | </p> | ||
+ | <div class="figureHolder width45" style="margin: 23px auto 0 auto;"> | ||
+ | <img class="responsive-img" src="https://static.igem.org/mediawiki/2018/0/06/T--Fudan--improve-3.png"> | ||
+ | </div> | ||
+ | <p style="margin-top:0;text-indent: 0;"><b>Fig.3 Fluorescence intensity comparison of pCMV-EGFP-P2A and pSV40-EGFP-P2A 24 hours after transfection.</b> The expression level of the former is significantly higher than the latter. | ||
+ | |||
+ | </p> | ||
+ | </div> | ||
+ | <div class="section container"> | ||
+ | <h4 style="margin-left: 0;">References</h4> | ||
+ | <ol id="ref" style="margin: 23px 0 0 0;"> | ||
+ | <li>Designable DNA-binding domains enable construction of logic circuits in mammalian cells. | ||
+ | Gaber R, Lebar T, Majerle A, ..., Benčina M, Jerala R. | ||
+ | <i>Nat Chem Biol</i>, 2014 Mar;10(3):203-8 PMID: 24413461; DOI: 10.1038/nchembio.1433 | ||
+ | </li> | ||
+ | </ol> | ||
+ | </div> | ||
+ | </main> | ||
+ | </div> | ||
+ | |||
+ | <!--Abstract on content page--> | ||
+ | <div id="abstractContent" class="z-depth-2"> | ||
+ | <a href="#!"><img src="https://static.igem.org/mediawiki/2018/9/96/T--Fudan--X.svg"></a> | ||
+ | <div class="container"> | ||
+ | <h2 style="margin: 0;padding: 10px 0;">Abstract</h2> | ||
+ | <p style="margin: 0">Contact-dependent signaling is critical for multicellular biological | ||
+ | events, yet customizing contact-dependent signal transduction between | ||
+ | cells remains challenging. Here we have developed the ENABLE toolbox, a | ||
+ | complete set of transmembrane binary logic gates. Each gate consists of | ||
+ | 3 layers: Receptor, Amplifier, and Combiner. We first optimized synthetic | ||
+ | Notch receptors to enable cells to respond to different signals across the | ||
+ | membrane reliably. These signals, individually amplified intracellularly by | ||
+ | transcription, are further combined for computing. Our engineered zinc finger-based | ||
+ | transcription factors perform binary computation and output designed products. | ||
+ | In summary, we have combined spatially different signals in mammalian cells, | ||
+ | and revealed new potentials for biological oscillators, tissue engineering, | ||
+ | cancer treatments, bio-computing, etc. ENABLE is a toolbox for constructing | ||
+ | contact-dependent signaling networks in mammals. The 3-layer design principle | ||
+ | underlying ENABLE empowers any future development of transmembrane logic circuits, | ||
+ | thus contributes a foundational advance to Synthetic Biology. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Floating Btns --> | ||
+ | <div class="floatingBtn"> | ||
+ | <a href="#!" id="abstractBtn" class="btn"> | ||
+ | <i class="fa fa-sticky-note" style="font-size: 30px;line-height: 50px"></i> | ||
+ | </a> | ||
+ | <a href="#FudanWrapper" class="btn"> | ||
+ | <i class="fa fa-angle-up" style="font-size: 48px;line-height: 45px"></i> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <!-- Footer with sponsors and contact methods --> | ||
+ | <footer id="FudanFooter" class="page-footer grey"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div id="sponsor" class="col m3 s12 row"> | ||
+ | <a href="https://2018.igem.org/Team:Fudan" target="_blank"><img class="col s3 m6 l3" style="position:relative; padding: 0 0.3rem; margin:-0.15rem 0; left: -0.45rem;" src="https://static.igem.org/mediawiki/2018/7/73/T--Fudan--teamLogoWhite.png"> | ||
+ | </a><a href="http://www.fudan.edu.cn/en/" target="_blank"><img class="col s3 m6 l3" alt="Fudan University" src="https://static.igem.org/mediawiki/2018/f/f7/T--Fudan--schoolLogo.png"> | ||
+ | </a><a href="http://life.fudan.edu.cn/" target="_blank"><img class="col s3 m6 l3" style="margin-bottom: 4%;/* 该图比其他小一点,排版需要 */" alt="School of Life Sciences, Fudan University" src="https://static.igem.org/mediawiki/2018/1/1d/T--Fudan--schoolOfLifeSciencesIcon.png"> | ||
+ | </a><a href="http://www.yfc.cn/en/" target="_blank"><img class="col s3 m6 l3" style="padding: 0.15rem 0.9rem;" alt="Yunfeng Capital" src="https://static.igem.org/mediawiki/2018/e/e2/T--Fudan--yunfengLogo.png"> | ||
+ | </a> | ||
+ | <h3 class="col s12" style="text-align: left; color: rgba(255, 255, 255, 0.8); font-size: 18px">ENABLE: making cells even smarter</h3> | ||
+ | </div> | ||
+ | <div id="usefulLinks" class="col m9 s12 row"> | ||
+ | <div class="col s12 l6 row"> | ||
+ | <div class="col s12 m4"> | ||
+ | <span>Project</span> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Demonstrate">Demonstration</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Antigen_Receptors">Antigen, Receptors</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Results">Transmembrane logic</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Fudan">2017.iGEM</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col s12 m4"> | ||
+ | <span>Dry lab</span> | ||
+ | <ul> | ||
+ | |||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Addon#ribo">Addon: ribo</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Addon#TALE">Addon: TALE</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Addon#T2">Addon: T2</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#Transcriptional_Amplifer">Model: transcriptional amplifer</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#War_Predictor">Model: war predictor</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Software">Software</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col s12 m4"> | ||
+ | <span>Wet lab</span> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/InterLab">iGEM interLab</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Notebook">Our notebook</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Primers">Primers used</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Protocols">Protocols</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col s12 l6 row"> | ||
+ | <div class="col s12 m4 active"> | ||
+ | <span>Toolbox</span> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Basic_Parts">Basic parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Composite_Parts">Composite parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Optimization">Optimization</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Parts_Collection">Parts collection</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Improve">Parts improvement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Measurement">Quantification</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col s12 m4"> | ||
+ | <span>Outreach</span> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Bio-Art">Bio-Art display</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Collaborations">Collaborations</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Design_Intention">Design intention</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Human_Practices">Human practices</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Public_Engagement">Public engagement</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col s12 m4"> | ||
+ | <span>Team</span> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Acknowledgement">Acknowledgement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Heritage">Heritage</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Team">Members</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Sponsors">Sponsors</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="footer-copyright"> | ||
+ | <div class="container"> | ||
+ | <div class="contactUS row"> | ||
+ | <div class="col s12 m6 l4"><i class="fa fa-location-arrow"></i> Life Sci Bldg E301, 2005 Songhu Rd, Shanghai | ||
+ | </div><div class="col s12 m6 l3"><i class="fa fa-envelope-o"></i> igem@fudan.edu.cn | ||
+ | </div><div class="col s12 m6 l2"><i class="fa fa-wechat"></i> Fudan_iGEM | ||
+ | </div><div class="col s12 m6 l3"><i class="fa fa-fax"></i> +86-21-31246727 | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </footer> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | <!-- Javascript files --> | ||
+ | <!-- Materialize 1.0.0-rc.2 --> | ||
+ | <script src="https://2018.igem.org/wiki/index.php?title=Template:Fudan/materialize.js&action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- Javascript --> | ||
+ | <script src="https://2018.igem.org/wiki/index.php?title=Template:Fudan/js.js&action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 11:40, 17 October 2018
Parts improvement
Introduction
Last year our team has proposed a SynTF-SynPro approach which enables others to construct a customized and orthogonal transcriptional network in mammalian cells. The structures of the corresponding silencing- or activating-form of SynPros were pSV40-N*RE and N*RE-minCMV, in which N*RE is short for responsive elements of N repeats.
This year we took it a step further to create our engineered transmembrane binary logic gates in eukaryotic cells based on the foundational concepts we have constructed upon last year. We made use of the SynTF-SynPro system to function as our Combiner, which executes the final computation of our genetic circuits. To improve the signal-to-noise ratio of our Combiner and to allow others to more easily use our toolbox, we attempted to optimize the structure of the SynPros and constructed N*RE-CMV, which replaces the pSV40-N*RE to respond to transcriptional repressors. Furthermore, we also conducted experiments to characterize our N*RE-CMV, ensuring that it performs exceedingly better than the previous pSV40-N*RE. We have substituted all the pSV40-N*RE with N*RE-CMV when wiring our genetic circuits and picked 8*ZF21.16-CMV for specific demonstration of our parts improvement. For more details, refer to the existing BioBrick page or the improved BioBrick page.
Place of responsive elements
We have experimentally discovered that the place of N*RE can have an impact on basal expression of SynPros. Thus, when designing transcription repressing circuit, we hope that the addition of the N*RE will not bother the original expression of the promotor. Unfortunately, we realized that when the N*RE is placed downstream the promotor, the basal expression of the promotor is effected without the transcriptional repressor. Therefore, we made an attempt to adjust the position of N*RE to upstream of the promotor. Interestingly, the basal expression of the promotor is less affected as compared to the previous design. Actually, similar phenomenon have been reported previously that reporter activity was highly variable among the four different TALE binding sites introduced between the promoter and the reporter coding sequence while the introduction of multiple copies of each of the four different operators upstream from the promoter caused only minimal variability in reporter expression[1].
pSV40 vs pCMV
To better verify that the transcription repressor can effectively repress the expression of its responsive circuit, we attempted to increase the basal expression for a more precise comparison. As a result, we designed a simple genetic circuit in which a EGFP-P2A was put downstream the promotor to test and compare the basal expression of pSV40 and pCMV. We used fluorescence microscopy to detect the expression of the reporter gene 24 hours after transient transfecting 293T cells with the two mentioned circuits, respectively. We found that pCMV has a significantly higher basal expression than that of pSV40, providing us a more ideal alternation to construct our transcriptional repressor-based Combiner circuit.
Fig.1 Flow cytometry data of previously designed SynPros based on pSV40. It can be clearly identified that the basal expression of pSV40 is easily effected by the adding of responsive elements. (sTF is short for silencing-form transcriptional factors)
Fig.2 Flow cytometry data of the improved design of SynPros based on pCMV. It is shown that the basal expression of pCMV is barely effected by the adding of responsive elements. (sTF is short for silencing-form transcriptional factors.)
Fig.3 Fluorescence intensity comparison of pCMV-EGFP-P2A and pSV40-EGFP-P2A 24 hours after transfection. The expression level of the former is significantly higher than the latter.
References
- Designable DNA-binding domains enable construction of logic circuits in mammalian cells. Gaber R, Lebar T, Majerle A, ..., Benčina M, Jerala R. Nat Chem Biol, 2014 Mar;10(3):203-8 PMID: 24413461; DOI: 10.1038/nchembio.1433
Abstract
Contact-dependent signaling is critical for multicellular biological events, yet customizing contact-dependent signal transduction between cells remains challenging. Here we have developed the ENABLE toolbox, a complete set of transmembrane binary logic gates. Each gate consists of 3 layers: Receptor, Amplifier, and Combiner. We first optimized synthetic Notch receptors to enable cells to respond to different signals across the membrane reliably. These signals, individually amplified intracellularly by transcription, are further combined for computing. Our engineered zinc finger-based transcription factors perform binary computation and output designed products. In summary, we have combined spatially different signals in mammalian cells, and revealed new potentials for biological oscillators, tissue engineering, cancer treatments, bio-computing, etc. ENABLE is a toolbox for constructing contact-dependent signaling networks in mammals. The 3-layer design principle underlying ENABLE empowers any future development of transmembrane logic circuits, thus contributes a foundational advance to Synthetic Biology.