Difference between revisions of "Team:NCTU Formosa/Design"

 
(185 intermediate revisions by 14 users not shown)
Line 3: Line 3:
 
<html>
 
<html>
 
<head>
 
<head>
<link href='https://2015.igem.org/Team:NCTU_Formosa/source/contentcss?action=raw&ctype=text/css' rel="stylesheet">
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
</head>
+
<script src="https://2015.igem.org/Team:NCTU_Formosa/source/scrollit?action=raw&ctype=text/javascript" type='text/javascript'></script>
 +
<script src="https://2015.igem.org/Team:NCTU_Formosa/source/stickyrelocate?action=raw&ctype=text/javascript" type="text/javascript"></script>
 +
    <script>$(function() { $.scrollIt(); });</script>  
 +
<style type="text/css">
 +
/* v1.0 | 20080212 */
  
<style>
+
html, body, div, span, applet, object, iframe,
#image1 img{
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
background-color:#E9EAD7;
+
a, abbr, acronym, address, big, cite, code,
max-width:40vw;
+
del, dfn, em, font, img, ins, kbd, q, s, samp,
 +
small, strike, strong, sub, tt, var,
 +
b, u, i, center,
 +
dl, dt, dd, ol, ul, li,
 +
fieldset, form, label, legend,
 +
table, caption, tbody, tfoot, thead, tr, th, td {
 +
    margin: 0;
 +
    padding: 0;
 +
    border: 0;
 +
    outline: 0;
 +
    vertical-align: baseline;
 +
    background: transparent;
 +
}
 +
body {
 +
    line-height: 1;
 +
}
 +
ol, ul {
 +
    list-style: none;
 +
}
 +
blockquote, q {
 +
    quotes: none;
 +
}
 +
blockquote:before, blockquote:after,
 +
q:before, q:after {
 +
    content: '';
 +
    content: none;
 +
}
 +
 
 +
/* remember to define focus styles! */
 +
:focus {
 +
    outline: 0;
 +
}
 +
 
 +
/* remember to highlight inserts somehow! */
 +
ins {
 +
    text-decoration: none;
 +
}
 +
del {
 +
    text-decoration: line-through;
 +
}
 +
 
 +
/* tables still need 'cellspacing="0"' in the markup */
 +
table {
 +
    border-collapse: collapse;
 +
    border-spacing: 0;
 +
}
 +
 
 +
.p01{
 +
background-color:#3BA862;
 +
position:relative;
 +
height:70vh;
 +
width:100%;
 +
left:0vw;
 +
opacity:0.9;
 +
}
 +
.p02{
 +
background-color:#FCFCDE;
 +
position:relative;
 +
width:100%;
 +
}
 +
.background1{
 +
background-image:url("https://static.igem.org/mediawiki/2015/1/15/NCTU_Formosa_Design_Ecotector.png");
 +
background-repeat:no-repeat;
 +
background-position:center 18vh;
 +
position:relative;
 +
height:70vh;
 
width:40vw;
 
width:40vw;
width:expression(document.body.clientWidth>92vw?"92vw":"auto");
+
background-size:90%;
overflow:hidden;
+
top:0vh;
max-height:100vh;
+
left:10vw;
 +
opacity:0.9;
 +
float:left;
 +
}
 +
.title{
 +
font-family:Arial;
 +
font-size:33pt;
 
position:relative;
 
position:relative;
padding-left:0vw;
+
right:20vw;
 +
top:33vh;
 +
color:#fff;
 +
z-index:100;
 +
float:right;
 +
text-align:center;
 
}
 
}
.logo{
+
 
background-image:url("https://static.igem.org/mediawiki/2015/5/53/2015_NCTU_Formosa_11897155_889492047791513_1100794190_n.jpg");
+
 
 +
.content{
 +
font-family:Arial;
 +
font-size:20pt;
 +
width:60vw;
 +
margin:0 auto;
 +
left:20vw;
 +
right:20vw;
 +
top:9vh;
 +
color:#000;
 +
text-align: justify;
 +
padding-top:6vh;
 +
padding-bottom:8vh;
 +
}
 +
.goto{
 +
position:relative;
 +
padding-left:20vw;
 +
padding-top:3vh;
 +
float:left;
 +
z-index:100;
 +
}
 +
.goto a{
 +
text-decoration:none;
 +
color:#000;
 +
}
 +
.goto1{
 +
position:relative;
 +
padding-left:76vw;
 +
padding-top:3vh;
 +
}
 +
.goto1 a{
 +
text-decoration:none;
 +
color:#000;
 +
}
 +
p{
 +
text-indent: 40px;
 +
font-family:Arial;
 +
font-size:14pt;
 +
position:relative;
 +
color:#000;
 +
text-align: justify;
 +
LINE-HEIGHT:25pt;
 +
}
 +
h1{
 +
font-size:25pt;
 +
text-align: center;
 +
}
 +
h2{
 +
font-size:20pt;
 +
padding-top:2vh;
 +
text-align: center;}
 +
.image{
 +
mragin:0 auto;
 +
width:auto;
 +
text-align:center;
 +
font-size:11pt;
 +
padding-top:50px;
 +
padding-bottom:50px;
 +
}
 +
.reference{
 +
font-size:10pt;
 +
position:relative;
 +
border-top:#999 1px solid;
 +
}
 +
#sidenav a{
 +
cursor: pointer;
 +
text-decoration:none;}
 +
#sidenav{
 +
left:2%;
 +
top:80%;
 +
background-color:transparent;
 +
font-size:12pt;
 
position:absolute;
 
position:absolute;
background-size:80%;
+
z-index:999;
background-repeat: no-repeat;
+
width:13%;
height:50vh;
+
font-family:Arial;
width:20vw;
+
color:#999;
right:0vw;
+
border-right:1px solid #000;
top:0vh;
+
text-decoration:none;
 
}
 
}
 +
#sidenav.stick {
 +
position:fixed;
 +
padding:10px;
 +
left:2%;
 +
top:25%;
 +
z-index:9999;
 +
}
 +
 +
#sidenav a.active{
 +
color:#AC1F4A;}
 +
#sidenav ul li{
 +
padding:5px;
 +
list-style-type:disc}
 
</style>
 
</style>
  </head>
+
</head>
  <body>
+
<body>
<div class="logo"></div>
+
<div id="sticky-anchor"></div>
  <div class="side"></div>
+
<div id="sidenav">
 +
<ul>
 +
            <li><a class="active" data-scroll-nav='0'>Core of APOllO E.Cotector: Customization</a></li>
 +
            <li><a data-scroll-nav="1">Single Chain Variable Fragment</a>
 +
                <ul>
 +
                <li><a data-scroll-nav="2">Probe: scFv from targeted drugs</a>
 +
                <li><a data-scroll-nav="3">Transmembrane Protein of scFv</a></li>
 +
                <li><a data-scroll-nav="4">Color Signal</a></li>
 +
                </ul>
 +
            </li>
 +
            <li><a data-scroll-nav="5">Gold Binding Polypeptide</a>
 +
                <ul>
 +
                <li><a data-scroll-nav="6">Transmembrane Protein of GBP</a>
 +
                <li><a data-scroll-nav="7">Application: Immobilize on Gold</a></li>
 +
                </ul>
 +
            </li>
 +
</ul>
 +
    </div>
 +
<div class="p01">
 +
<div class="background1"></div>
 +
<div class="title">Design</div>
 +
</div>
 +
<div class="p02">
 +
<div class="content" data-scroll-index="0"><h1>Core of APOllO E.Cotector: Customization</h1>
 +
<p>By utilizing the concept of <font color="#AC1F4A">co-transformation</font>, APOllO can offer various E.Cotectors with scFv, color signal or GBP and even any desired combination. Therefore, APOllO could <font color="#AC1F4A">customize the E.Cotector to satisfy the need of various detection platforms.</font></p>
 +
<div class="image">
 +
<img src="https://static.igem.org/mediawiki/2015/0/07/Nctu_formosa_design_newfig1.png" height="400px"><br><br>
 +
Figure 1. With the co-transform technique, we can insert any scFv or signal-related genetic sequences into the <i>E.coli</i>, and create a customized platform ─ the APOllO E.Cotector.
 +
</div>
  
 
 
  <div class="project">
 
<div class="Background"><a class="link link--kukuri" href="#" data-letters="Design"> Design</a></div>
 
<p></p>
 
 
<div class="project_title">
 
<strong>APOllO E.Cotector</strong></div>
 
<div class="project_text">
 
    <P>To help doctors with innovated methods to judge whether to use <<font color="#AC1F4A";>monoclonal antibody targeted drugs</font> more directly ,we redesigned the FDA approved monoclonal antibody targeted drugs,
 
such as <font color="#AC1F4A";>Bevacizumab (Avastin<sup>®</sup> anti-VEGF)<sup>[1]</sup></font>, <font color="#AC1F4A";>Cetuximab (Erbitux<sup>®</sup> anti-EGFR)<sup>[2]</font></sup> and Trastuzumab (Herceptin<sup>®</sup> anti-HER2)<sup>[3]</sup></font> into recombinant antibodies : scFv (single chain variable fragment).
 
    For detecting the specific molecules ("targeted molecules"), which are specific to these <font color="#AC1F4A";>scFv of targeted drugs</font>, scFv are displayed on the surfaces of E.coli by using a transmembrane fusion protein, <font color="#AC1F4A";>Lpp-OmpA<sup>[5]</sup></font> respectively;
 
    that is one APOllO E.Cotector displays one kind of targeted drugs of scFv each time. Take an example, while the anti-EGFR scFv (originate from Cetuximab) is displayed on the surface of E.coli, we can detect EGFR by this APOllO E.Cotector.
 
    Furthermore, as APOllO E.Cotector expressed fluorescence protein at the same time, the specific molecules ("targeted molecules") that correspond to those scFv of targeted drugs can be identified individually <font color="#AC1F4A";>in direct</font> by those different colors APOllO E.Cotector.
 
    In a simple word, because of the APOllO E.Cotector that display scFv of targeted drugs can we identify the corresponding specific molecules ("targeted molecules") ,then achieve to offer a prescription of monoclonal antibody targeted drug in direct . </P></div> 
 
 
 
   
 
<div id="image1"> <img src=https://static.igem.org/mediawiki/2015/3/32/NCTU_Formosa_APOllO_E.Cotecter_1.jpg></div>
 
    <span style="text-align:center;display:block"></br><p><b>Figure 1. Concept of APOllO E.Cotecter: Displaying single chain variable fragment(scFv) of antibody drugs on the surface of E.coli</b></p>
 
    <div class="figure" style="float:center; margin: 10px 10px 10px 40px; border:0px solid #aaa;width:900px;padding:0px;">
 
<table></div>
 
<tr>
 
<td><img src="https://static.igem.org/mediawiki/2015/3/32/NCTU_Formosa_APOllO_E.Cotecter_1.jpg" width="500vw" height="400vh" /></a>
 
</td></tr></div>
 
<span style="text-align:center;display:block"></br><p><b>Figure 2. Concept of our Application: Cell Staining </b></p>
 
 
<div class="project_title">
 
<strong>The introduction of scFv</strong></div>
 
<div class="project_text">
 
<p>scFv is a fusion protein of the variable regions of the heavy chains(<b>VH</b>) and light chains (<b>VL</b>) of antibody connected by a flexible linker peptide.
 
scFv still reserve <font color="#AC1F4A";>completely functional antigen-binding fragment </font> and specificity of the original immunoglobulin; that is ,
 
the property of specificity of antibody to antigen has being maintained. Moreover, scFv is only 20 percent the size as antibody <sup>[4]</sup>,
 
therefore it will not cause stress to E.coli for displaying it</p></div>
 
  
<div class="project_title">
+
</div>
<strong>Cell Staining: Direct Multimarker diagnosis</strong></div>
+
<div class="project_text">
+
<p>In clinical situation, doctors may stain cancer tissue slides by specific antibody to judge whether to use targeted drugs therapy.
+
As we utilizing those fluorescence APOllO E.Cotectors, which respectively display scFv of targeted drugs, such as <font color="#AC1F4A";>anti-EGFR scFv </font> , <font color="#AC1F4A";>anti-VEGF scFv </font> and <font color="#AC1F4A";>anti-HER2 scFv </font>
+
to stain the cancer cells, they may <font color="#AC1F4A";>specify </font>each of the targeted molecules –EGFR,VEGFR or HER2 on the cell <font color="#AC1F4A";>directly in same time </font>.
+
Therefore, doctors may obtain results to define whether these <font color="#AC1F4A";>monoclonal antibody targeted drugs</font> is proper to use for the patient or not.
+
That is, by this application, we will offer a <font color="#AC1F4A";>multimarker diagnosis </font> for doctors to judge whether to use combination targeted drugs </p></div>
+
+
  
 
  <div class="project_title">
 
<strong> The reasons why APOllO E.Cotector may be a directly multimarker diagnosis method</strong></div>
 
  <div class="project_text">
 
    <p><br> 1.The design of scFv of targeted drugs <br>2.The usage of Cell Staining </p> </div>
 
 
 
  
  <strong>  <div class="project_title">
+
<div class="content" data-scroll-index="1"><h1>Single Chain Variable Fragment</h1>
  <strong> APOllO E.Cotector Plus </strong></div>
+
  <h2 data-scroll-index="2">Probe: scFv from targeted drugs</h2>
 +
<p>
 +
In order to provide doctors with new, direct, and innovative methods in determining the usage of <font color="#AC1F4A">monoclonal-antibody-targeted drugs</font>, we redesigned the <font color="#AC1F4A">FDA approved</font> monoclonal antibody targeted drugs, such as <font color="#AC1F4A">Bevacizumab (Avastin<sup>®</sup> anti-VEGF)<sup>[1]</sup></font>, <font color="#AC1F4A">Cetuximab (Erbitux<sup>®</sup> anti-EGFR)<sup>[2]</sup></font> and <font color="#AC1F4A">Trastuzumab (Herceptin<sup>®</sup> anti-HER2)<sup>[3]</sup></font> into scFv as probes.
 +
</p>
 +
<div class="image">
 +
<img src="https://static.igem.org/mediawiki/2015/e/ef/Nctu_Formosa_design_newfig2.png" height="300px"> <br><br>
 +
Figure 2. We design the platform to detect multimarkers as the reference for applying the combination therapy.
 +
</div>
  
<div class="project_text">  
+
<p>Each distinct scFv of targeted drugs is displayed on the surfaces of <i>E.coli</i> allowing it to specifically detect target molecules. </p>
    <P>While imaging tests and tissue biopsies are the most common methods for diagnosing cancer, serum tests can also help doctors identify the cancer by the usage of certain indicators, the antigens.
+
<p>Furthermore, since APOllO E.Cotector expresses scFv and <font color="#AC1F4A">color signals</font> at the same time, the specific molecules that correspond to the scFv can be identified by different colors, which allows an accurate prescription of monoclonal antibody targeted drugs.</p>
      Via measuring the levels of antigens, our APOllO E.Cotector Plus can help doctors to suggest the diagnosis as the reference for prescription of target therapy<sup>[1]</sup>. </P></div><br>
+
  
 +
<div class="image">
 +
<img src="https://static.igem.org/mediawiki/2015/thumb/a/a6/Figure_2_E.Cotector.png/800px-Figure_2_E.Cotector.png" height="250px"> <br><br>
 +
Figure 3. E.Cotector expresses scFv from targeted drugs.
 +
</div>
 +
 +
<h2 data-scroll-index="3">Transmembrane Protein of scFv</h2>
 +
  <p>To display scFv on the surface of <i>E.coli</i>, we use a <font color="#AC1F4A">transmembrane protein</font>. The transmembrane protein is composed of <font color="#AC1F4A">lipoprotein (Lpp)</font> and <font color="#AC1F4A">outer membrane protein A (OmpA)</font>.</p>
 +
 +
<div class="image">
 +
  <img src="https://static.igem.org/mediawiki/2015/0/0b/Nctu_formosa_design_Lpp-Ompa123.png" height="200px"><br><br>
 +
  Figure 4. Transmembrane protein: Lpp-OmpA is composed of lipoprotein (Lpp) and outer membrane protein A (OmpA).
 +
  </div>
 
    
 
    
    <div class="project_title">
 
<strong>Novel design </strong></div>
 
    <div class="project_text">
 
 
    
 
    
    <p>In our APOllO E.Cotector Plus design, we engineered the E.coli to display dual display system. One of the system displayed scFv by the transmembrane protein Lpp-OmpA. Meanwhile, the other system expressed transmembrane protein FadL fused with gold binding polypeptide (GBP) for the purpose of specifically binding on the gold chip, the material commonly used in biosensors<sup>[2]</sup>.
+
  <p>Lpp-OmpA was designed as a fusion protein consisting of the signal sequence, first 9 amino acids of Lpp, and residue 46~159 amino acids of OmpA. The Lpp of the N-terminal of this fusion protein targets the protein on the membrane while the transmembrane domain of OmpA serves as an anchor. Owing to the fact that it is on the external exposed loops of the C-terminal of OmpA, scFv can be easily anchored to the outer membrane. Between the OmpA and scFv, there is <font color="#AC1F4A">a cut site of restriction enzyme</font> called <font color="#AC1F4A"><i>NcoI</i></font> allowing the linked scFv to be easily changed (like a cassette)<sup>[4]</sup>.</p>
      By processing our E.Cotector Plus, with gold binding polypeptide connecting to the gold chip, we simplified the procedures of the self-assemble modification (SAM), the technique to immobilize antibodies on the gold surface<sup>[3]</sup>. We skipped the procedure of the gold surface decoration with sulfur bond and omitted the carbon chains attaching to antibody, which may occasionally block the binding sites of scFv,
+
 
      further increasing the efficiency of antibody-antigen interactions.<BR>  
+
<div class="image">
      Combined with the idea of the biosensor, we deemed our E.cotectorplus played the role of biological recognition part and the gold chip acted as the transducer part.  
+
 
      Therefore, our E.cotectorplus, which is able to attach on gold chip, can be regarded as the platform for precise physicochemical nanoscale detectors, such as Quartz crystal microbalance, Surface plasmon resonance Spectroscopy, Dual-polarization interferometry, ellipsometry, etcetera.<BR>
+
<img src="https://static.igem.org/mediawiki/2015/b/b4/Figure_4_NocI_scFv.png" height="200px">
      With our powerful APOllO E.Cotector Plus , we solved the time-consuming and sophisticated process of gold surface modification. What's more, by coupling our E.Cotector Plus to precise measurement instruments, we can achieve a huge boost to provide more sensitive and specific scFv detecting techniques options,  
+
<img src="https://static.igem.org/mediawiki/2015/8/84/Nctu_formosa_design_figure4-2.png" height="250px"><br> <br> <br> <br>
      and give more reliable diagnosis for doctors to apply monoclonal antibody target drugs.</p></div>  
+
<img src="https://static.igem.org/mediawiki/2015/b/b4/Lpp-OmpA_NcoI.png" height="70px">
 +
<img src="https://static.igem.org/mediawiki/2015/a/ab/Ncol_scFv.png" height="85px"> <br><br>
 +
  Figure 5. To change the scFv sequence easily, we designed the <I>Nco</I>I restriction site between Lpp-OmpA and scFv. When designing <i>XbaI</i>-<i>Spe</i>I restriction site between Lpp-OmpA and scFv, it can cause a mixed site. Therefore, the <i>NcoI</i> restriction site rather than the EX-SP restriction site was designed.
 +
 
 +
 
 +
  </div>
 
      
 
      
<div id="image1"><img src=https://static.igem.org/mediawiki/2015/b/bc/APOllO_E.Cotector_Plus.jpg></div>
+
  <h2 data-scroll-index="4">Color Signal</h2>
  <span style="text-align:center;display:block"></br><p><b>Figure 3. APOllO E.Cotector Plus contains dual display system. <br> One system displayed the transmembrane protein Lpp-OmpA fused with the sequence of scFv, which can bind with targeted antigens. <br>  
+
<p>The color signals that we have selected are <font color="#AC1F4A">fluorescent proteins</font> and <font color="#AC1F4A">chromoproteins</font>. Cooperating with iGEM, all of the resources that were from the giant registry of iGEM is accessible to every iGEMer.
    The other system expressed transmembrane protein FadL fused with gold binding polypeptide (GBP) for the purpose of specifically binding on the gold chip.</b></p>
+
APOllO utilized red flourescent protein <a href="http://parts.igem.org/Part:BBa_E1010">BBa_E1010</a>, green fluorescent protein <a href="http://parts.igem.org/Part:BBa_E0040">BBa_E0040</a>, and blue chromoprotein <a href="http://parts.igem.org/Part:BBa_K592009">BBa_K592009</a>.</p><br>
    <div id="image1"><img src=https://static.igem.org/mediawiki/2015/5/52/E.Cotector_Plus.jpg></div>
+
 
<span style="text-align:left;display:block"></br><p><b>Figure 4. (a) When targeted antigens in patients' serum attach to scFv on APOllO E.Cotector Plus, the signal change of mass on the gold surface will be caught by the machines, such as Quartz crystal microbalance (QCM), Surface plasmon resonance Spectroscopy (SPR).Therefore, we can quantize and evaluate the level of binding antigens, and give the more accurate diagnosis for doctors.  
+
<div class="image">
    <br>(b)A biosensor is an analytical device, which can be divided into three elements including the sensitive biological element, the transducer and the detector with data evaluation device.</b></p>
+
<img src="https://static.igem.org/mediawiki/2015/4/48/Design_Figure_5-1.png" height="100px">
   
+
<img src="https://static.igem.org/mediawiki/2015/2/26/Design_Figure_5.png" height="100px">  
+
<img src="https://static.igem.org/mediawiki/2015/d/d3/Design_Figure_5-3.png" height="100px"> <br><br>
<div class="project_title">
+
    Figure 6. Different Color Signal
<strong> The introduction of gold binding polypeptide </strong></div>
+
  </div>
    <div class="project_text">
+
 
    <p>The gold binding polypeptide, abbreviated as GBP, is the three-repeated of following 14 aminoacid sequences: [MHGKTQATSGTIQS], which was developed in an <i>E. coli</i> cell-surface display system<sup>[4]</sup>.
+
<h2><a href="https://2015.igem.org/Team:NCTU_Formosa/Results">Jump to results to check the scFv function.</a></h2>
    According to the paper, the binding sequence of GBP does not contain cysteine which can form a covalent thiol linkage with gold, the linkage to the gold surface in Self-Assembled Monolayers (SAMs)<sup>[5]</sup>.
+
</div>
    The mechanism of the connection between GBP and gold metal plane remains unknown. By using Molecular Dynamics (MD), it indicates that GBP, with an antiparallel β-sheet structure, can recognize gold surface via OH-binding.
+
 
    It is likely that the hydroxyl, together with amine, ligands on GBP recognize the atomic lattice of gold, aligning the molecule along the variants of a six-fold axis on the Au (111) surface<sup>[6]</sup>. </p> </div> <br>
+
 
 +
<div class="content" data-scroll-index="5"><h1>Gold Binding Polypeptide</h1>
 +
<p>Another plasmid is <font color="#AC1F4A">gold binding polypeptide</font>, abbreviated as GBP. APOllO may display GBP on the surface of <i>E.coli</i> for <font color="#AC1F4A">binding on gold surface</font>.</p>
 
    
 
    
    <div class="project_title">
+
<p>GBP was designed with the three-repeated following 14 amino acids sequences: [MHGKTQATSGTIQS]. The binding sequence of GBP does not contain cysteine which can form a covalent thiol linkage with gold, the linkage to the gold surface in Self-Assembled Monolayers (SAMs)<sup>[5]</sup>.</P>
<strong>  The utilize of gold chip in biosensor </strong></div>
+
<p>The mechanism of the connection between GBP and gold metal plane remains unknown. By using Molecular Dynamics (MD), it indicates that GBP, with an antiparallel β-sheet structure, can recognize gold surface via OH-binding. It is likely that the hydroxyl, together with amine, ligands on GBP recognize the atomic lattice of gold, aligning the molecule along the variants of a six-fold axis on the Au (111) surface<sup>[6]</sup>.</p>
    <div class="project_text">  
+
    <p>The gold is the best choice for our biosensor substrate because of its advantages of stability to external environment, the excellent capability of transducing electronic signals, the sensitive physicochemical properties
+
      and, most important of all, the specific interaction with gold binding polypeptide.</p></div><br>
+
  
 
+
<div class="image">
+
<img src="https://static.igem.org/mediawiki/2015/thumb/3/36/Design_Figure_6.png/800px-Design_Figure_6.png" height="200px"> <br><br>
+
  Figure 7. GBP can recognize and bind on the gold surface.
    <div class="project_title">
+
  </div>
<strong> Summary</strong></div>
+
</div>
+
<div class="content" data-scroll-index="6"><h2>Transmembrane Protein of GBP</h2>
<div class="project_text">
+
<p>To display the GBP to the outer membrane of E.Cotector, we use a transmembrane protein called <font color="#AC1F4A">Long-chain fatty acid</font> short as FadL. We selected the first 384 amino acids sequence from the FadL for the transmembrane protein of GBP<sup>[7]</sup>.</p>
<p>This year, our hit project, E.Cotector is to assist the medical practitioners to choose the appropriate targeted drug therapies for various conditions of patients. Before doctors prescribing the targeted drugs for cancer patients, E.Cotector can mark the tumor cells or test the antigens in the serum by part of monoclonal antibodies (scFv) which is a kind of targeted drug directly binding with antigens. APOllO organization provided an advanced method in selecting personalized therapy for every particular patient.
+
<div class="image">
        <UL><br>E.Cotectors marked the tumor cells by displaying scFv on its outer membranes and fluorescence proteins: <br>
+
<img src="https://static.igem.org/mediawiki/2015/thumb/1/1a/Design_Figure_7.png/800px-Design_Figure_7.png" height="200px"> <br><br>
        <LI>Simultaneously marked multiple kinds of overexpressed unique antigens on the cells.<br></LI>
+
  Figure 8. Transmembrane Protein FadL transports GBP out of the surface of <i>E.coli</i>.
        <LI>Amplified the signal by E. coli expressing fluorescence proteins.</LI>
+
  </div>  
        <br>E.Cotectors Plus detected the antigens in the serum by dual-displaying scFv and gold binding peptides on their outer membranes: <br>
+
        <LI>An innovative indicator to combine synthetic biology and numerous precision measurement technology.</LI>
+
        <LI>Achieve the extraordinary degree of precision in detecting concentration of antigens in the serum.</LI> 
+
        <LI>Enhance the process yield in immobilization of antibodies on the medium gold surface.</LI>
+
          Want to see more, please see Achievements page.</UL></p> </div>
+
    </div>
+
    </div>
+
            <div style=float:left;> <a href="https://2015.igem.org/Team:NCTU_Formosa/Results" class="btn btn-sm animated-button thar-three">Go to Result</a> </div>
+
<div style=float:left;> <a href="https://2015.igem.org/Team:NCTU_Formosa/Project" class="btn btn-sm animated-button thar-three-two">Back to project</a> </div>
+
           
+
    <div style="position:relative;">
+
    <div style="width:30vw;height:5vh;position:absolute;left:2vw;float:left;background-color:#00171F;color:#fff;font-family:Myriad Pro;font-size:2em;padding:7vh 0vw 7vh 5vw;">contact us<BR> NCTU_Formosa APOllO &nbsp;&nbsp;<a href="https://www.facebook.com/pages/NCTU_Formosa-IGEM-team/267841893250331?fref=ts" target="_blank"><img src=https://static.igem.org/mediawiki/2015/a/ab/NCTU_FORMOSA_Facebook_LINK.png width=40vw></a> </div>
+
        <div style="width:58.85vw;height:5vh;position:absolute;right:0;float:left;background-color:#263A40;color:#fff;font-family:Myriad Pro;font-size:2em;padding:7vh 0vw 7vh 6vw;">
+
        <a href="https://goo.gl/maps/nqUy6" target="_blank"><img src=https://static.igem.org/mediawiki/2015/1/10/NCTU_Formosa_footer_location.png width=40vw></a>
+
            &nbsp;&nbsp;Engineering Building 6 EF455, 1001 University Road, Hsinchu 300, Taiwan, ROC. </div>
+
    </div>
+
  
 +
<h2 data-scroll-index="7">Application: Immobilize on Gold</h2>
 
    
 
    
  </body>
+
<p> According to the concept of biosensor, APOllO’s customers may deem the E.Cotector to play the role of biological recognition part and the gold chip to <font color="#AC1F4A">act as the signal transducer part</font>. Combining with multiple physicochemical nanoscale detectors in various fields, such as optical, electrochemistry, microbalance and etcetera, greater precision and accuracy will be achieved.</p>
  </html>
+
 
 +
<div class="image">
 +
<img src="https://static.igem.org/mediawiki/2015/7/79/Nctu_formosa_design_figure12.png" height="300px"> <br><br>
 +
Figure 9. Concept of Biosensor via E.Cotector
 +
</div>
 +
 
 +
<h2><a href="https://2015.igem.org/Team:NCTU_Formosa/Results">Jump to results to check GBP function.</a></h2>
 +
</div>
 +
 
 +
<div class="content">
 +
<div class="reference">
 +
<b>Reference<br></b>
 +
[1] <a href="http://www.ncbi.nlm.nih.gov/pubmed/15961063">Bevacimab(Avastin)</a><br>
 +
[2] <a href="http://www.drugbank.ca/drugs/DB00002">Cetuximab(Erbitux)</a><br>
 +
[3] <a href="http://www.drugbank.ca/drugs/DB00072">Trastuzumab(Herceptin)</a><br>
 +
[4] <a href="http://www.uniprot.org/uniprot/P0A910">UniProtKB - P0A910 (OMPA_ECOLI)</a><br>
 +
[5] <a href="http://onlinelibrary.wiley.com/doi/10.1002/sia.2536/abstract">Adsorption of genetically engineered proteins studied by time-of-flight secondary ion mass spectrometry (TOF-SIMS). Part A: data acquisition and principal component analysis (PCA), Noriaki Suzuki,1 Lara Gamble,2 Candan Tamerler,3 Mehmet Sarikaya,1 David G. Castner2,4 (2007)</a><br>
 +
[6] <a href="http://austinpublishinggroup.com/biosensors-bioelectronics/fulltext/ajbb-v1-id1005.php">Assembly of Gold-Binding Proteins for Biomolecular Recognition, Zareie HM1,2* and Sarikaya M3, Austin Journal of Biosensors & Bioelectronics (2015)</a><br>
 +
[7] <a href="http://www.ncbi.nlm.nih.gov/pubmed/19228193">Tae Jung Park et al. (2009) Development of a whole-cell biosensor by cell surface display of a gold-binding polypeptide on the gold surface </a><br>
 +
</div>
 +
</div>
 +
 
 +
<div class="goto">
 +
<a href="https://2015.igem.org/Team:NCTU_Formosa/Project"><img src="https://static.igem.org/mediawiki/2015/3/3c/%E7%AE%AD%E9%A0%AD1.png"; width=50vw;><br><br>Back to Navigation</a>
 +
</div>
 +
<div class="goto1">
 +
<a href="https://2015.igem.org/Team:NCTU_Formosa/Results"><img src="https://static.igem.org/mediawiki/2015/c/c2/%E7%AE%AD%E9%A0%AD2.png"; width=50vw;><br><br>Go to Results</a>
 +
</div>
 +
</body>
 +
</html>
 +
{{Team:NCTU_Formosa/footer}}

Latest revision as of 03:28, 19 September 2015

Design

Core of APOllO E.Cotector: Customization

By utilizing the concept of co-transformation, APOllO can offer various E.Cotectors with scFv, color signal or GBP and even any desired combination. Therefore, APOllO could customize the E.Cotector to satisfy the need of various detection platforms.



Figure 1. With the co-transform technique, we can insert any scFv or signal-related genetic sequences into the E.coli, and create a customized platform ─ the APOllO E.Cotector.

Single Chain Variable Fragment

Probe: scFv from targeted drugs

In order to provide doctors with new, direct, and innovative methods in determining the usage of monoclonal-antibody-targeted drugs, we redesigned the FDA approved monoclonal antibody targeted drugs, such as Bevacizumab (Avastin® anti-VEGF)[1], Cetuximab (Erbitux® anti-EGFR)[2] and Trastuzumab (Herceptin® anti-HER2)[3] into scFv as probes.



Figure 2. We design the platform to detect multimarkers as the reference for applying the combination therapy.

Each distinct scFv of targeted drugs is displayed on the surfaces of E.coli allowing it to specifically detect target molecules.

Furthermore, since APOllO E.Cotector expresses scFv and color signals at the same time, the specific molecules that correspond to the scFv can be identified by different colors, which allows an accurate prescription of monoclonal antibody targeted drugs.



Figure 3. E.Cotector expresses scFv from targeted drugs.

Transmembrane Protein of scFv

To display scFv on the surface of E.coli, we use a transmembrane protein. The transmembrane protein is composed of lipoprotein (Lpp) and outer membrane protein A (OmpA).



Figure 4. Transmembrane protein: Lpp-OmpA is composed of lipoprotein (Lpp) and outer membrane protein A (OmpA).

Lpp-OmpA was designed as a fusion protein consisting of the signal sequence, first 9 amino acids of Lpp, and residue 46~159 amino acids of OmpA. The Lpp of the N-terminal of this fusion protein targets the protein on the membrane while the transmembrane domain of OmpA serves as an anchor. Owing to the fact that it is on the external exposed loops of the C-terminal of OmpA, scFv can be easily anchored to the outer membrane. Between the OmpA and scFv, there is a cut site of restriction enzyme called NcoI allowing the linked scFv to be easily changed (like a cassette)[4].







Figure 5. To change the scFv sequence easily, we designed the NcoI restriction site between Lpp-OmpA and scFv. When designing XbaI-SpeI restriction site between Lpp-OmpA and scFv, it can cause a mixed site. Therefore, the NcoI restriction site rather than the EX-SP restriction site was designed.

Color Signal

The color signals that we have selected are fluorescent proteins and chromoproteins. Cooperating with iGEM, all of the resources that were from the giant registry of iGEM is accessible to every iGEMer. APOllO utilized red flourescent protein BBa_E1010, green fluorescent protein BBa_E0040, and blue chromoprotein BBa_K592009.




Figure 6. Different Color Signal

Jump to results to check the scFv function.

Gold Binding Polypeptide

Another plasmid is gold binding polypeptide, abbreviated as GBP. APOllO may display GBP on the surface of E.coli for binding on gold surface.

GBP was designed with the three-repeated following 14 amino acids sequences: [MHGKTQATSGTIQS]. The binding sequence of GBP does not contain cysteine which can form a covalent thiol linkage with gold, the linkage to the gold surface in Self-Assembled Monolayers (SAMs)[5].

The mechanism of the connection between GBP and gold metal plane remains unknown. By using Molecular Dynamics (MD), it indicates that GBP, with an antiparallel β-sheet structure, can recognize gold surface via OH-binding. It is likely that the hydroxyl, together with amine, ligands on GBP recognize the atomic lattice of gold, aligning the molecule along the variants of a six-fold axis on the Au (111) surface[6].



Figure 7. GBP can recognize and bind on the gold surface.

Transmembrane Protein of GBP

To display the GBP to the outer membrane of E.Cotector, we use a transmembrane protein called Long-chain fatty acid short as FadL. We selected the first 384 amino acids sequence from the FadL for the transmembrane protein of GBP[7].



Figure 8. Transmembrane Protein FadL transports GBP out of the surface of E.coli.

Application: Immobilize on Gold

According to the concept of biosensor, APOllO’s customers may deem the E.Cotector to play the role of biological recognition part and the gold chip to act as the signal transducer part. Combining with multiple physicochemical nanoscale detectors in various fields, such as optical, electrochemistry, microbalance and etcetera, greater precision and accuracy will be achieved.



Figure 9. Concept of Biosensor via E.Cotector

Jump to results to check GBP function.