Difference between revisions of "Team:NCTU Formosa/Basic Part"

(Prototype team page)
 
 
(47 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{NCTU_Formosa}}
+
{{Team:NCTU_Formosa/navigation}}
 +
 
 
<html>
 
<html>
 +
<head>
 +
<style type=text/css>
 +
/* v1.0 | 20080212 */
  
<h2> Basic Parts</h2>
+
html, body, div, span, applet, object, iframe,
 +
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 +
a, abbr, acronym, address, big, cite, code,
 +
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;
 +
}
  
<div class="highlightBox">
+
/* remember to highlight inserts somehow! */
<h4>Note</h4>
+
ins {
<p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best New Basic Part award</a>, you must fill out this page. Please give links to the Registry entries for the Basic parts you have made. Please see the Registry's <a href="http://parts.igem.org/Help:Parts#Basic_and_Composite_Parts"> Help:Parts page</a> for more information on part types.</p>
+
    text-decoration: none;
</div>
+
}
  
<p>
+
del {
A <b>basic part</b> is a functional unit of DNA that cannot be subdivided into smaller component parts. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_R0051">BBa_R0051</a> is an example of a basic part, a promoter regulated by lambda cl.
+
    text-decoration: line-through;
</p>
+
}
  
<p>Most genetically-encoded functions have not yet been converted to BioBrick parts. Thus, there are <b>many</b> opportunities to find new, cool, and important genetically encoded functions, and refine and convert the DNA encoding these functions into BioBrick standard biological parts. </p>
+
/* tables still need 'cellspacing="0"' in the markup */
 +
table {
 +
    border-collapse: collapse;
 +
    border-spacing: 0;
 +
}
 +
.p01{
 +
background-color: #FFD700;
 +
position:relative;
 +
height:70vh;
 +
width:100%;
 +
left:0vw;
 +
opacity:0.7;
 +
}
 +
.p02{
 +
background-color:#FCFCDE;
 +
position:relative;
 +
width:100%;
 +
}
 +
.background1{
 +
background-image:url("https://static.igem.org/mediawiki/2015/f/f2/NCTU_Formosa_E.cotector10.png");
 +
background-repeat:no-repeat;
 +
background-position:center 12vh;
 +
position:relative;
 +
height:70vh;
 +
width:40vw;
 +
background-size:55%;
 +
top:0vh;
 +
left:10vw;
 +
opacity:0.9;
 +
float:left;
 +
}
 +
.title{
 +
font-family:Arial;
 +
font-size:33pt;
 +
position:relative;
 +
right:20vw;
 +
top:33vh;
 +
color:#fff;
 +
z-index:100;
 +
float:right;
 +
text-align:center;
 +
}
  
 +
.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;
 +
}
 +
h2{
 +
font-size:20pt;
 +
padding-top:2vh;}
 +
table {
 +
  border:0;
 +
  border-collpase:collpase;
 +
}
 +
 +
td {
 +
padding-top:10px;
 +
  padding-bottom:50px;
 +
  text-align: left;
 +
  font-family:Arial;
 +
font-size:14pt;
 +
LINE-HEIGHT:25pt;
 +
}
 +
.part{
 +
font-size:16pt;
 +
}
 +
.part a{
 +
font-size:16pt;
 +
color:#0200FF;
 +
text-decoration:none;
 +
}
 +
.part span{font-size:18pt;}
 +
.reference{
 +
font-size:10pt;
 +
position:relative;
 +
border-top:#999 1px solid;
 +
}
 +
#groupparts {
 +
margin: 0 auto;
 +
background-color:#FCFCDE;}
 +
</style>
 +
 +
</head>
 +
<body>
 +
<div class="p01">
 +
<div class="background1"></div>
 +
<div class="title">Basic Parts</div>
 
</div>
 
</div>
 +
<div class="p02">
 +
<div class="content">
 +
<h2>Basic Parts</h2>
  
 +
<table>
 +
  <tr><td width="20%"></td><td width="13%"></td><td width="67%"></td></tr>
 +
  <tr><td class="part"><span><a href="http://parts.igem.org/Part:BBa_K1694002">BBa_K1694002</a></span><br>Lpp-OmpA-<i>Nco</i>I</td><td></td>
 +
  <td>
 +
  To display the scFv to the <i>E.coli</i> <B>outer membrane</B>, we chose Lipoprotein-Outer membrane protein A (Lpp-OmpA).
 +
According to the paper reference, we used the first 9 amino acids of Lpp as the signal peptide, and the 46-159 amino acids of OmpA as the anchor. All the sequences is from DH5-alpha strain itself. <br>
 +
The C-terminal of Lpp-OmpA, located on the outer membrane, is then be fused with the scFv part.<br>
 +
  In order to change scFv part easily, we provide a basic part which contain <i>Nco</i>I restriction site.
 +
</td></tr>
 +
 +
  <tr><td class="part"><span><a href="http://parts.igem.org/Part:BBa_K1694010">BBa_K1694010</a></span><br>Lpp-OmpA</td><td></td>
 +
  <td>We also provide Lpp-OmpA without <i>Nco</i>I restriction site.
 +
</td></tr> 
 +
  <tr><td class="part"><span><a href="http://parts.igem.org/Part:BBa_K1694003">BBa_K1694003</a></span><br>
 +
                                  scFv of anti-VEGF<br>
 +
                      <span><a href="http://parts.igem.org/Part:BBa_K1694004">BBa_K1694004</a></span><br>
 +
                                scFv of anti-EGFR<br>
 +
                      <span><a href="http://parts.igem.org/Part:BBa_K1694005">BBa_K1694005</a></span><br>
 +
                                scFv of anti-HER2<br>
 +
</td><td></td><td>In our library of customized E.Cotectors, we chose two targeted drugs, <B>Avastin (Bevacizumab, anti-VEGF) <sup>[1]</sup>, Erbitux (Cetuximab, anti-EGFR) <sup>[2]</sup> from Drugbank, and a monoclonal antibody, anti-HER2 <sup>[3]</sup></B>. We select the part of single chain variable fragments (scFv), which is short and will not give too much stress for <i>E.coli</i> expressing it.</td></tr>
 +
 +
 +
 +
 +
 +
<tr><td class="part"><span><a href="http://parts.igem.org/Part:BBa_K1694006">BBa_K1694006</a></span><br>GBP<br>
 +
<span><a href="http://parts.igem.org/Part:BBa_K1694007">BBa_K1694007</a></span><br>FadL-GBP
 +
</td><td></td>
 +
  <td>Gold binding polypeptide (GBP) is a kind of polypeptide which can bind on gold, and is usually used to immobilize proteins on gold surfaces. The mechanism of how GBP binds the gold is not clearly understood, but its polar side-chains, such as those of serine and threonine, seem to interact with gold.<br>
 +
We used a 42 amino acids long GBP, which contain 3 repeated amino acid sequences [MHGKTQATSGTIQS]. To display GBP on cell surface, we used long-chain fatty acid transport protein (FadL) as a transmembrane protein, selecting its first 384 amino acids to link with GBP <sup>[4]</sup>, signal peptide included.
 +
</td></tr>
 +
</table>
 +
 +
<div class="content">
 +
<div class="reference">
 +
<b>Reference<br></b>
 +
[1] <a href="http://www.drugbank.ca/drugs/DB00112">DrugBank: Bevacizumab (DB00112) </a><br>
 +
[2] <a href="http://www.drugbank.ca/drugs/DB00002">DrugBank: Cetuximab (DB00002) </a><br>
 +
[3] <a href="http://www.drugbank.ca/drugs/DB00072">DrugBank: Trastuzumab (DB00072) </a><br>
 +
[4] <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>
 +
<div class="goto" style="background-color:#FCFCDE;">
 +
<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" style="background-color:#FCFCDE;">
 +
<a href="https://2015.igem.org/Team:NCTU_Formosa/Composite_Part"><img src="https://static.igem.org/mediawiki/2015/c/c2/%E7%AE%AD%E9%A0%AD2.png"; width=50vw;><br><br>Go to Composite parts</a>
 +
</div>
 +
</body>
 
</html>
 
</html>
 +
 +
{{Team:NCTU_Formosa/footer}}

Latest revision as of 03:53, 19 September 2015

Basic Parts

Basic Parts

BBa_K1694002
Lpp-OmpA-NcoI
To display the scFv to the E.coli outer membrane, we chose Lipoprotein-Outer membrane protein A (Lpp-OmpA). According to the paper reference, we used the first 9 amino acids of Lpp as the signal peptide, and the 46-159 amino acids of OmpA as the anchor. All the sequences is from DH5-alpha strain itself.
The C-terminal of Lpp-OmpA, located on the outer membrane, is then be fused with the scFv part.
In order to change scFv part easily, we provide a basic part which contain NcoI restriction site.
BBa_K1694010
Lpp-OmpA
We also provide Lpp-OmpA without NcoI restriction site.
BBa_K1694003
scFv of anti-VEGF
BBa_K1694004
scFv of anti-EGFR
BBa_K1694005
scFv of anti-HER2
In our library of customized E.Cotectors, we chose two targeted drugs, Avastin (Bevacizumab, anti-VEGF) [1], Erbitux (Cetuximab, anti-EGFR) [2] from Drugbank, and a monoclonal antibody, anti-HER2 [3]. We select the part of single chain variable fragments (scFv), which is short and will not give too much stress for E.coli expressing it.
BBa_K1694006
GBP
BBa_K1694007
FadL-GBP
Gold binding polypeptide (GBP) is a kind of polypeptide which can bind on gold, and is usually used to immobilize proteins on gold surfaces. The mechanism of how GBP binds the gold is not clearly understood, but its polar side-chains, such as those of serine and threonine, seem to interact with gold.
We used a 42 amino acids long GBP, which contain 3 repeated amino acid sequences [MHGKTQATSGTIQS]. To display GBP on cell surface, we used long-chain fatty acid transport protein (FadL) as a transmembrane protein, selecting its first 384 amino acids to link with GBP [4], signal peptide included.