Difference between revisions of "Team:Korea U Seoul/Project/Download/content"

(Created page with "<html> <head> <style> .content_wrapper{ top: -10px; width: 80%; min-width:1000px; max-width:1000px; margin:0 auto;overf...")
 
Line 44: Line 44:
 
             <div class="title">
 
             <div class="title">
 
                 <div class="title_">
 
                 <div class="title_">
                   Background
+
                   Download
 
                 </div>
 
                 </div>
 
                 <div class="left_line"></div><div class="right_line"></div>
 
                 <div class="left_line"></div><div class="right_line"></div>
Line 50: Line 50:
 
             <div class="content_">
 
             <div class="content_">
 
             <p>
 
             <p>
    Sortases, enzymes that recognize and cleave the specific sorting signal of secreted proteins to form isopeptide bonds between the secreted proteins and polypeptides, function as protein ligase to form the cell-wall surface of gram-positive bacteria. In case of <i>C.diphtheriae</i>, which belongs to the same genus of our experimental bacteria <i>Corynebacterium glutamicum</i>, has total of 6 sortases, 5 pilus specific sortases (Srt A,B,C,D,E) and 1 housekeeping sortase (Srt F) involved in the formation of all types of pili. <br />
+
All of the code and installation instructions for future development are available on 'Gil' Github page.(https://github.com/igemsoftware/KoreaUSeoul-2015)
There are 9 types of pillins that comprise pilus; Spa A, B, C, D, E, F, G, H, I, J. SrtA build up SpaA-type pili, which is composed of Spa A, B and C. Srt B/C and Srt d/E each forms SpaD-type pili and SpaH-type pili, which is made up of Spa D, E, F and Spa H, I, J respectively. Like this, the names of each pili types are generally from the names of many Spa proteins. <br />
+
 
The picture below shows the process of SpaA type pili formation, using SrtA. Sortase class A enzymes recognize the sequence LPXTG at the carboxyl terminus of surface protein precursors. Cystein of SrtA recognizes LPXTG motif of SpaC, cleaves between T and G, forming SpaC-SrtA intermediate via nucleophilic attack. This intermediate is again attacked by lysine of SrtA bounded SpaA, and the process is continued to form SpaC–SpaAn–SrtA intermediates.<br />
+
We plan to publish next versions of Gil, rather than just release 1.0 version. Changes between these releases are available on our github page.(https://github.com/igemsoftware/KoreaUSeoul-2015/releases)
Nucleophilic attack by Lysine of SrtF bounded SpaB form SpaC-SpaA(n)-SpaB-SrtF intermediate. The product of this SrtA reaction is covalently linked to lipidⅡ and is then incorporated into the cell wall envelope, terminating the formation of SpaA-type pilus.
+
 
 
             </p>
 
             </p>
 
<img src="https://static.igem.org/mediawiki/2014/thumb/e/ee/Background1.png/800px-Background1.png">
 
<img src="https://static.igem.org/mediawiki/2014/thumb/e/ee/Background1.png/800px-Background1.png">
Line 62: Line 62:
 
             <div class="title">
 
             <div class="title">
 
                 <div class="title_">
 
                 <div class="title_">
                  Description
+
                  API documentation
 
                 </div>
 
                 </div>
 
                 <div class="left_line"></div><div class="right_line"></div>
 
                 <div class="left_line"></div><div class="right_line"></div>
Line 69: Line 69:
 
             <p>
 
             <p>
 
   
 
   
The main objective of our project is to construct a novel “protein whip” platform, with which we can make <i>Corynebacterium glutamicum</i> to express other corynebacterium’s pili structure comprised of chains of a protein of our choice. As our first try, we decided to make pili made out of green fluorescence proteins (GFP); in order to do so, we substituted SpaA protein, one of the surface proteins in the Pilin A gene cluster, into green fluorescence protein, and transformed a vector containing the modified Pilin A gene cluster into a <i>C. glutamicum</i> strain. <br />Our “protein whip” platform is expected to have many practical applications. For example, pili made out of an enzyme, enzyme whip will enable the reaction to take place with high efficiency, for a great number of the enzyme included in the pili will be able to “attack” the reactants simultaneously. Biofilms made of strains of bacteria that express pili comprised of chains of specific amino acids such as histidine or cysteine that readily bind to heavy metals may be utilized to purify water contaminated with heavy metals. <br />
+
We provide an API documentation in detail, which can be download here.(문서 다운로드 링크) It is useful for other developers to modify, use or reuse our code.
Having a number of potential applications is not the sole merit of our project; by using <i>C. glutamicum</i> instead of widely exploited <i>Escherichia coli</i>, our project also contributes to expanding model organisms used in synthetic biology beyond <i>E. coli</i>.
+
 
             </p>
 
             </p>
 
             </div>
 
             </div>

Revision as of 07:46, 18 September 2015

Download

All of the code and installation instructions for future development are available on 'Gil' Github page.(https://github.com/igemsoftware/KoreaUSeoul-2015) We plan to publish next versions of Gil, rather than just release 1.0 version. Changes between these releases are available on our github page.(https://github.com/igemsoftware/KoreaUSeoul-2015/releases)

(Architects at the bacterial surface — sortases and the assembly of pili with isopeptide bonds Antoni P. A. Hendrickx, Jonathan M. Budzik, So-Young Oh and Olaf Schneewind)

API documentation

We provide an API documentation in detail, which can be download here.(문서 다운로드 링크) It is useful for other developers to modify, use or reuse our code.