Difference between revisions of "Team:Sydney Australia/Design"

 
(27 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
<html>
 
<html>
 
<head>
 
<head>
<link rel="preload" as="script" href="https://disqus.com/next/config.js">
+
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<link rel="stylesheet" href="assets/lib/google-code-prettify/prettify.css">
+
<link rel="stylesheet" href="assets/lib/bower_components/angular-bootstrap-colorpicker/css/colorpicker.css">
+
<link rel="stylesheet" href="assets/css/style.css">
+
<script type="text/javascript" async="" src="http://www.google-analytics.com/plugins/ua/linkid.js"></script>
+
<script async="" src="//www.google-analytics.com/analytics.js"></script>
+
<script id="twitter-wjs" src="http://platform.twitter.com/widgets.js"></script>
+
<script type="text/javascript" async="" src="//vixis.disqus.com/embed.js"></script>
+
<script type="text/javascript" charset="utf-8" async="" src="https://platform.twitter.com/js/timeline.6acaf768813ce8930b56fccda57f51f5.js"></script>
+
<link rel="preload" as="style" href="https://c.disquscdn.com/next/embed/styles/lounge.b86d4f6eedbae580658ac980cc1aa322.css">
+
<link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/common.bundle.8edffe1405dcc2d5eb5ee9d96a2866d1.js">
+
<link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/lounge.bundle.39785835b889caac941e173b57b89a91.js">
+
<link rel="preload" as="script" href="https://disqus.com/next/config.js"><script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
+
 
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400|Roboto:400,400i" rel="stylesheet">
 
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400|Roboto:400,400i" rel="stylesheet">
  
Line 23: Line 11:
  
 
<script>
 
<script>
 +
$(document).ready(function() {
 +
    $('.link1').on('click', function() {
 +
$( this ).toggleClass( "selected" );
 +
$('.link2').removeClass('selected');
 +
$('.link3').removeClass('selected');
 +
        $('.link4').removeClass('selected');     
 +
        $('.link5').removeClass('selected'); 
 +
        $(".box1").fadeToggle('slow');
 +
        $(".box1_arrow").fadeToggle('slow');
 +
        $(".box2").hide();
 +
        $(".box3").hide();
 +
        $(".box4").hide(); 
 +
        $(".box5").hide();
 +
        $(".box2_arrow").hide();       
 +
        $(".box3_arrow").hide();         
 +
        $(".box4_arrow").hide();         
 +
        $(".box5_arrow").hide();   
 +
});
 +
    $('.link2').on('click', function() {
 +
$( this ).toggleClass( "selected" );
 +
$('.link1').removeClass('selected');
 +
$('.link3').removeClass('selected');
 +
        $('.link4').removeClass('selected');     
 +
        $('.link5').removeClass('selected'); 
 +
        $(".box2").fadeToggle('slow');
 +
        $(".box2_arrow").fadeToggle('slow');
 +
        $(".box1").hide();
 +
        $(".box3").hide();
 +
        $(".box4").hide(); 
 +
        $(".box5").hide();   
 +
        $(".box1_arrow").hide();       
 +
        $(".box3_arrow").hide();         
 +
        $(".box4_arrow").hide();         
 +
        $(".box5_arrow").hide();
 +
});
 +
    $('.link3').on('click', function() {
 +
$( this ).toggleClass( "selected" );
 +
$('.link2').removeClass('selected');
 +
$('.link1').removeClass('selected');
 +
        $('.link4').removeClass('selected');     
 +
        $('.link5').removeClass('selected'); 
 +
        $(".box3").fadeToggle('slow');
 +
        $(".box3_arrow").fadeToggle('slow');
 +
        $(".box2").hide();
 +
        $(".box1").hide();
 +
        $(".box4").hide(); 
 +
        $(".box5").hide(); 
 +
        $(".box1_arrow").hide(); 
 +
        $(".box2_arrow").hide();                 
 +
        $(".box4_arrow").hide();         
 +
        $(".box5_arrow").hide();         
 +
 
 +
});
 +
    $('.link4').on('click', function() {
 +
$( this ).toggleClass( "selected" );
 +
$('.link2').removeClass('selected');
 +
$('.link3').removeClass('selected');
 +
        $('.link1').removeClass('selected');     
 +
        $('.link5').removeClass('selected'); 
 +
        $(".box4").fadeToggle('slow');
 +
        $(".box4_arrow").fadeToggle('slow');
 +
        $(".box2").hide();
 +
        $(".box3").hide();
 +
        $(".box1").hide(); 
 +
        $(".box5").hide();
 +
        $(".box1_arrow").hide(); 
 +
        $(".box2_arrow").hide();       
 +
        $(".box3_arrow").hide();                     
 +
        $(".box5_arrow").hide();   
 +
});
 +
    $('.link5').on('click', function() {
 +
$( this ).toggleClass( "selected" );
 +
$('.link2').removeClass('selected');
 +
$('.link3').removeClass('selected');
 +
        $('.link4').removeClass('selected');     
 +
        $('.link1').removeClass('selected'); 
 +
        $(".box5").fadeToggle('slow');
 +
        $(".box5_arrow").fadeToggle('slow');
 +
        $(".box2").hide();
 +
        $(".box3").hide();
 +
        $(".box4").hide(); 
 +
        $(".box1").hide();
 +
        $(".box1_arrow").hide(); 
 +
        $(".box2_arrow").hide();       
 +
        $(".box3_arrow").hide();         
 +
        $(".box4_arrow").hide();           
 +
});
 +
    $('.BB-prefix').on('click', function() {
 +
$('.BB-prefix' ).toggleClass( "selected" );
 +
$('.BB-suffix').removeClass('selected');
 +
$('.rbs').removeClass('selected');
 +
        $('.yncm').removeClass('selected');     
 +
        $('.his').removeClass('selected');
 +
$('.tev').removeClass('selected');
 +
        $('.winsulin').removeClass('selected');     
 +
        $('.proinsulin').removeClass('selected');
 +
        $('.arg').removeClass('selected'); 
 +
        $('.ecotin').removeClass('selected');             
 +
        $(".BBprefix_info").fadeToggle('slow');
 +
        $(".RBS_info").hide(); 
 +
        $(".YNCM_info").hide();       
 +
        $(".HIS_info").hide();         
 +
        $(".TEV_info").hide();
 +
        $(".ARG_info").hide();         
 +
        $(".BBsuffix_info").hide(); 
 +
        $(".ecotin_info").hide(); 
 +
        $(".proinsulin_info").hide(); 
 +
        $(".winsulin_info").hide();                                         
 +
});
 +
    $('.BB-suffix').on('click', function() {
 +
$('.BB-suffix' ).toggleClass( "selected" );
 +
$('.BB-prefix').removeClass('selected');
 +
$('.rbs').removeClass('selected');
 +
        $('.yncm').removeClass('selected');     
 +
        $('.his').removeClass('selected');
 +
$('.tev').removeClass('selected');
 +
        $('.winsulin').removeClass('selected');     
 +
        $('.proinsulin').removeClass('selected');
 +
        $('.arg').removeClass('selected'); 
 +
        $('.ecotin').removeClass('selected');             
 +
        $(".BBsuffix_info").fadeToggle('slow');
 +
        $(".RBS_info").hide(); 
 +
        $(".YNCM_info").hide();       
 +
        $(".HIS_info").hide();         
 +
        $(".TEV_info").hide();
 +
        $(".ARG_info").hide();         
 +
        $(".BBprefix_info").hide(); 
 +
        $(".ecotin_info").hide();
 +
        $(".proinsulin_info").hide(); 
 +
        $(".winsulin_info").hide();                               
 +
});
 +
    $('.rbs').on('click', function() {
 +
$('.rbs' ).toggleClass( "selected" );
 +
$('.BB-suffix').removeClass('selected');
 +
$('.BB-prefix').removeClass('selected');
 +
        $('.yncm').removeClass('selected');     
 +
        $('.his').removeClass('selected');
 +
$('.tev').removeClass('selected');
 +
        $('.winsulin').removeClass('selected');     
 +
        $('.proinsulin').removeClass('selected');
 +
        $('.arg').removeClass('selected'); 
 +
        $('.ecotin').removeClass('selected');             
 +
        $(".RBS_info").fadeToggle('slow');
 +
        $(".BBprefix_info").hide(); 
 +
        $(".YNCM_info").hide();       
 +
        $(".HIS_info").hide();         
 +
        $(".TEV_info").hide();
 +
        $(".ARG_info").hide();         
 +
        $(".BBsuffix_info").hide(); 
 +
        $(".ecotin_info").hide();
 +
        $(".proinsulin_info").hide(); 
 +
        $(".winsulin_info").hide();                               
 +
});
 +
    $('.yncm').on('click', function() {
 +
$('.yncm' ).toggleClass( "selected" );
 +
$('.BB-suffix').removeClass('selected');
 +
$('.rbs').removeClass('selected');
 +
        $('.BB-prefix').removeClass('selected');     
 +
        $('.his').removeClass('selected');
 +
$('.tev').removeClass('selected');
 +
        $('.winsulin').removeClass('selected');     
 +
        $('.proinsulin').removeClass('selected');
 +
        $('.arg').removeClass('selected'); 
 +
        $('.ecotin').removeClass('selected');             
 +
        $(".YNCM_info").fadeToggle('slow');
 +
        $(".RBS_info").hide(); 
 +
        $(".BBprefix_info").hide();       
 +
        $(".HIS_info").hide();         
 +
        $(".TEV_info").hide();
 +
        $(".ARG_info").hide(); 
 +
        $(".box2_arrow").hide();       
 +
        $(".BBsuffix_info").hide(); 
 +
        $(".ecotin_info").hide();
 +
        $(".proinsulin_info").hide(); 
 +
        $(".winsulin_info").hide();                                 
 +
});
 +
    $('.his').on('click', function() {
 +
$('.his' ).toggleClass( "selected" );
 +
$('.BB-suffix').removeClass('selected');
 +
$('.rbs').removeClass('selected');
 +
        $('.yncm').removeClass('selected');     
 +
        $('.BB-prefix').removeClass('selected');
 +
$('.tev').removeClass('selected');
 +
        $('.winsulin').removeClass('selected');     
 +
        $('.proinsulin').removeClass('selected');
 +
        $('.arg').removeClass('selected'); 
 +
        $('.ecotin').removeClass('selected');             
 +
        $(".HIS_info").fadeToggle('slow');
 +
        $(".RBS_info").hide(); 
 +
        $(".YNCM_info").hide();       
 +
        $(".BBprefix_info").hide();         
 +
        $(".TEV_info").hide();
 +
        $(".ARG_info").hide(); 
 +
        $(".box2_arrow").hide();       
 +
        $(".BBsuffix_info").hide();
 +
        $(".ecotin_info").hide();
 +
        $(".proinsulin_info").hide(); 
 +
        $(".winsulin_info").hide();                                 
 +
});
 +
    $('.tev').on('click', function() {
 +
$('.tev' ).toggleClass( "selected" );
 +
$('.BB-suffix').removeClass('selected');
 +
$('.rbs').removeClass('selected');
 +
        $('.yncm').removeClass('selected');     
 +
        $('.his').removeClass('selected');
 +
$('.BB-prefix').removeClass('selected');
 +
        $('.winsulin').removeClass('selected');     
 +
        $('.proinsulin').removeClass('selected');
 +
        $('.arg').removeClass('selected'); 
 +
        $('.ecotin').removeClass('selected');             
 +
        $(".TEV_info").fadeToggle('slow');
 +
        $(".RBS_info").hide(); 
 +
        $(".YNCM_info").hide();       
 +
        $(".HIS_info").hide();         
 +
        $(".BBprefix_info").hide();
 +
        $(".ARG_info").hide(); 
 +
        $(".box2_arrow").hide();       
 +
        $(".BBsuffix_info").hide(); 
 +
        $(".ecotin_info").hide();
 +
        $(".proinsulin_info").hide(); 
 +
        $(".winsulin_info").hide();                               
 +
});
 +
    $('.arg').on('click', function() {
 +
$('.arg' ).toggleClass( "selected" );
 +
$('.BB-suffix').removeClass('selected');
 +
$('.rbs').removeClass('selected');
 +
        $('.yncm').removeClass('selected');     
 +
        $('.his').removeClass('selected');
 +
$('.tev').removeClass('selected');
 +
        $('.BB-prefix').removeClass('selected');     
 +
        $('.proinsulin').removeClass('selected');
 +
        $('.BB-suffix').removeClass('selected'); 
 +
        $('.ecotin').removeClass('selected');             
 +
        $(".ARG_info").fadeToggle('slow');
 +
        $(".RBS_info").hide(); 
 +
        $(".YNCM_info").hide();       
 +
        $(".HIS_info").hide();         
 +
        $(".TEV_info").hide();
 +
        $(".BBprefix_info").hide(); 
 +
        $(".box2_arrow").hide();       
 +
        $(".BBsuffix_info").hide();
 +
        $(".ecotin_info").hide();
 +
        $(".proinsulin_info").hide(); 
 +
        $(".winsulin_info").hide();                               
 +
});
 +
    $('.ecotin').on('click', function() {
 +
$('.ecotin' ).toggleClass( "selected" );
 +
$('.BB-suffix').removeClass('selected');
 +
$('.rbs').removeClass('selected');
 +
        $('.yncm').removeClass('selected');     
 +
        $('.his').removeClass('selected');
 +
$('.tev').removeClass('selected');
 +
        $('.winsulin').removeClass('selected');     
 +
        $('.proinsulin').removeClass('selected');
 +
        $('.arg').removeClass('selected'); 
 +
        $('.BB-prefix').removeClass('selected');             
 +
        $(".ecotin_info").fadeToggle('slow');
 +
        $(".RBS_info").hide(); 
 +
        $(".YNCM_info").hide();       
 +
        $(".HIS_info").hide();         
 +
        $(".TEV_info").hide();
 +
        $(".ARG_info").hide(); 
 +
        $(".box2_arrow").hide();       
 +
        $(".BBsuffix_info").hide(); 
 +
        $(".BBprefix_info").hide();
 +
        $(".proinsulin_info").hide(); 
 +
        $(".winsulin_info").hide();                               
 +
});
 +
    $('.proinsulin').on('click', function() {
 +
$('.ecotin' ).removeClass( "selected" );
 +
$('.BB-suffix').removeClass('selected');
 +
$('.rbs').removeClass('selected');
 +
        $('.yncm').removeClass('selected');     
 +
        $('.his').removeClass('selected');
 +
$('.tev').removeClass('selected');
 +
        $('.winsulin').removeClass('selected');     
 +
        $('.proinsulin').toggleClass('selected');
 +
        $('.arg').removeClass('selected'); 
 +
        $('.BB-prefix').removeClass('selected');             
 +
        $(".proinsulin_info").fadeToggle('slow');
 +
        $(".RBS_info").hide(); 
 +
        $(".YNCM_info").hide();       
 +
        $(".HIS_info").hide();         
 +
        $(".TEV_info").hide();
 +
        $(".ARG_info").hide(); 
 +
        $(".box2_arrow").hide();       
 +
        $(".BBsuffix_info").hide(); 
 +
        $(".BBprefix_info").hide();
 +
        $(".ecotin_info").hide();   
 +
        $(".winsulin_info").hide();                               
 +
});
 +
    $('.winsulin').on('click', function() {
 +
$('.ecotin' ).removeClass( "selected" );
 +
$('.BB-suffix').removeClass('selected');
 +
$('.rbs').removeClass('selected');
 +
        $('.yncm').removeClass('selected');     
 +
        $('.his').removeClass('selected');
 +
$('.tev').removeClass('selected');
 +
        $('.winsulin').toggleClass('selected');     
 +
        $('.proinsulin').removeClass('selected');
 +
        $('.arg').removeClass('selected'); 
 +
        $('.BB-prefix').removeClass('selected');             
 +
        $(".winsulin_info").fadeToggle('slow');
 +
        $(".RBS_info").hide(); 
 +
        $(".YNCM_info").hide();       
 +
        $(".HIS_info").hide();         
 +
        $(".TEV_info").hide();
 +
        $(".ARG_info").hide(); 
 +
        $(".box2_arrow").hide();       
 +
        $(".BBsuffix_info").hide(); 
 +
        $(".BBprefix_info").hide();
 +
        $(".ecotin_info").hide(); 
 +
        $(".proinsulin_info").hide();                                 
 +
});
 +
});
 +
 +
 
$(document).ready(function() {
 
$(document).ready(function() {
 
   $(function() {
 
   $(function() {
Line 148: Line 453:
 
height:10px;
 
height:10px;
 
background-color: #fad990;
 
background-color: #fad990;
margin-left:15%;
 
 
}
 
}
 
.divider2 {
 
.divider2 {
Line 154: Line 458:
 
height:10px;
 
height:10px;
 
background-color: #c1808e;
 
background-color: #c1808e;
margin-left:15%;
 
 
}
 
}
 
.divider3 {
 
.divider3 {
Line 160: Line 463:
 
height:10px;
 
height:10px;
 
background-color: #88bec2;
 
background-color: #88bec2;
margin-left:15%;
 
 
}
 
}
 
.divider4 {
 
.divider4 {
Line 166: Line 468:
 
height:10px;
 
height:10px;
 
background-color: #9fe6b0;
 
background-color: #9fe6b0;
margin-left:25%;
 
 
}
 
}
 
h4{
 
h4{
Line 172: Line 473:
 
color: #3e3f3f;
 
color: #3e3f3f;
 
font-size: 20px;
 
font-size: 20px;
 +
line-height: 30px
 
text-align:center;
 
text-align:center;
 
}
 
}
Line 192: Line 494:
 
text-align:center;
 
text-align:center;
 
}
 
}
 +
h7 {
 +
font-family: "Quicksand", sans-serif;
 +
color: #3e3f3f;
 +
font-size: 16px;
 +
text-align:center;
 +
line-height:20px;
 +
}
 +
 +
h10 {
 +
  font-family: "Quicksand", sans-serif;
 +
  color: #93bcc1;
 +
  font-size: 30px;
 +
  text-align:center;
 +
}
 +
 
.para_container {
 
.para_container {
 
padding: 0 10% 2% 10%;
 
padding: 0 10% 2% 10%;
Line 244: Line 561:
 
.box4 {width:80%;min-height:10vh;padding:2%; background-color:#afe0b2;margin-left:10%;border-radius:5px;}
 
.box4 {width:80%;min-height:10vh;padding:2%; background-color:#afe0b2;margin-left:10%;border-radius:5px;}
 
.box5 {width:80%;min-height:10vh;padding:2%; background-color:#a696ea;margin-left:10%;border-radius:5px;}
 
.box5 {width:80%;min-height:10vh;padding:2%; background-color:#a696ea;margin-left:10%;border-radius:5px;}
 
+
.panel-group {
 +
margin-top:20px;
 +
width:90%;
 +
margin:auto;
 +
padding:10px;
 +
 +
}
 +
.panel-heading {
 +
 +
  border:0px!important;
 +
  background-image:none;
 +
  color:#3e3f3f;
 +
  padding:20px 20px 20px 20px;
 +
  font-family: 'Quicksand', sans-serif;
 +
}
 
.box1_arrow {
 
.box1_arrow {
 
   width: 0;  
 
   width: 0;  
Line 295: Line 626:
 
.winsulin {width:220px;background-color:#b0dfb3;}
 
.winsulin {width:220px;background-color:#b0dfb3;}
 
.divider {width:20px;}
 
.divider {width:20px;}
.proinsulin {width:260px;background-color:#96c6ca;}
+
.proinsulin {width:260px;background-color:#c1faff;}
.arg {width:30px;background-color:#c1faff;}
+
.arg {width:30px;background-color:#96c6ca;}
 
.ecotin {width:220px; background-color:#ffae7b;}
 
.ecotin {width:220px; background-color:#ffae7b;}
 
.element {
 
.element {
Line 394: Line 725:
 
.tev-arrow {border-left: 22.5px solid #f1ccf0;}
 
.tev-arrow {border-left: 22.5px solid #f1ccf0;}
 
.winsulin-arrow {border-left: 22.5px solid #b0dfb3;}
 
.winsulin-arrow {border-left: 22.5px solid #b0dfb3;}
.arg-arrow {border-left: 22.5px solid #c1faff;}
+
.arg-arrow {border-left: 22.5px solid #96c6ca;}
.proinsulin-arrow {border-left: 22.5px solid #96c6ca;}
+
.proinsulin-arrow {border-left: 22.5px solid #c1faff;}
 
.ecotin-arrow {border-left: 22.5px solid #ffae7b;}
 
.ecotin-arrow {border-left: 22.5px solid #ffae7b;}
 
.element_text:hover {
 
.element_text:hover {
Line 405: Line 736:
 
.element_info_box_container {
 
.element_info_box_container {
 
width:95%;
 
width:95%;
height:550px;
+
height:650px;
 
overflow:scroll;
 
overflow:scroll;
 
background-color:#e2e2e2;
 
background-color:#e2e2e2;
Line 431: Line 762:
 
   border-radius: 10px 10px 0 0;
 
   border-radius: 10px 10px 0 0;
 
}
 
}
 +
 
label:first-of-type {
 
label:first-of-type {
 
   margin-left: 0;
 
   margin-left: 0;
 
   border-radius: 10px 10px 0 0;
 
   border-radius: 10px 10px 0 0;
 
}
 
}
 
 
.bish {
 
.bish {
 
   width: 100%;
 
   width: 100%;
Line 464: Line 795:
 
-ms-interpolation-mode: nearest-neighbor;
 
-ms-interpolation-mode: nearest-neighbor;
 
}
 
}
figcaption {font-family:'Quicksand';font-size:14px;text-align:center}
+
figcaption {font-family:'Quicksand';font-size:16px;line-height:30px;text-align:center;}
 
.ecoliexp {display:inline-block}
 
.ecoliexp {display:inline-block}
 
figure img {vertical-align:top;}
 
figure img {vertical-align:top;}
 
.tabheading:hover {text-decoration:underline;}
 
.tabheading:hover {text-decoration:underline;}
.purification_box {width:80%;margin-left:10%;-moz-box-shadow: 0 0 3px #ccc;
+
.purification_box {width:80%;-moz-box-shadow: 0 0 3px #ccc;
 
-webkit-box-shadow: 0 0 3px #ccc;
 
-webkit-box-shadow: 0 0 3px #ccc;
 
box-shadow: 0 0 3px #ccc;}
 
box-shadow: 0 0 3px #ccc;}
 +
  
 
   .plasmid .markerhover:hover {
 
   .plasmid .markerhover:hover {
Line 536: Line 868:
 
}
 
}
  
.element_info_box_container {
+
 
width:95%;
+
height:460px;
+
overflow:scroll;
+
background-color:#e2e2e2;
+
border-radius:20px;
+
}
+
 
.pus270_container {
 
.pus270_container {
 
display:flex;
 
display:flex;
Line 559: Line 885:
 
</head>
 
</head>
 
<body>
 
<body>
 +
 
<div class="container-fluid">
 
<div class="container-fluid">
 
<div class= "row" style="background-color:#e2e2e2;margin-top:60px;">
 
<div class= "row" style="background-color:#e2e2e2;margin-top:60px;">
Line 564: Line 891:
 
</div>
 
</div>
  
<div class = "row" >
+
<div class = "row"  align = "center">
 
<div class="para_container">
 
<div class="para_container">
 
<h2>Our Key Goals</h2>
 
<h2>Our Key Goals</h2>
Line 645: Line 972:
 
</div>
 
</div>
  
<div class = "row" id="analogue-intro">
+
<div class = "row" id="analogue-intro" align = "center">
 
<div class="para_container">
 
<div class="para_container">
 
<h2>Our Insulin Analogue</h2>
 
<h2>Our Insulin Analogue</h2>
 
<div class = "divider2"></div>
 
<div class = "divider2"></div>
 
<br>
 
<br>
<h4>Winsulin stuff</h4>
+
<center><h10>Proinsulin</h10></center>
 +
<h4>We began working on expressing proinsulin as it is a reliable, unpatented, and well characterised therapeutic. Proinsulin itself is inactive, and to become active it requires additional processing to form insulin. This processing is performed by the protease trypsin, which cleaves the C chain from proinsulin. After trypsin activity, the A and B chains are left over to form active insulin. Proinsulin processing is demonstrated in Figure 1. with the cleavage of the C chain.</h4><br>
 +
<img class="crispy" src="https://static.igem.org/mediawiki/2017/6/61/T--Sydney_Australia--design_cleavage.png" width="100%"/>
 +
<div><h7><center><br> Figure 1. Cleavage of proinsulin results in active insulin</h7></center></div>
 +
<br>
 +
<h4>Due to the additional processing steps required to produce purified active insulin from proinsulin, increasing the cost of insulin synthesis, we looked for way to diminish this cost by reducing the steps required to obtain active insulin.</h4>
 +
<br>
 +
<center><h10>Winsulin</h10></center>
 +
<h4>Our team decided to design a single-chain insulin, as single-chain insulins have been demonstrated to have <i>higher stability</i> and <i>activity</i> than human proinsulin. Stability in particular was important to our design due to the need to synthesise an insulin that could be transported over long distances without requiring cold temperatures. Crucially, single-chain insulins do <i>not</i> need to be cleaved to be active, requiring less processing than proinsulin.</h4>
 +
<br>
 +
<img class="crispy" src="https://static.igem.org/mediawiki/2017/d/d0/T--Sydney_Australia--design_alignment.png" width ="100%" /><br>
 +
<h7><center><br>Figure 2. Sequence comparison of proinsulin, active insulin and Winsulin.</center></h7>
 +
<br>
 +
<h4> We based the linker peptide of Winsulin (shown above) on sequences and principles tested in Rajpal et al., 2009. This paper found that peptides with a length of 5 to 12 amino acids had the highest receptor binding activity. Importantly, the composition of the sequence is identified as integral in determining whether the single chain construct has activity.</h4><br>
 +
 
 +
<h4>With the above considerations in mind, we designed the linker peptide sequence for Winsulin with the following characteristics:</h4>
 +
<img class="crispy" src="https://static.igem.org/mediawiki/2017/8/8b/T--Sydney_Australia--winsulin.png" width="90%"/>
 +
<br>
 +
<h4><br>A further consideration was in ensuring that this single chain construct woudl not infringe any potential <a href="https://2017.igem.org/Team:Sydney_Australia/Patent_Law">patents</a>. With this in mind - we designed our construct to also have 12 amino acids.<br>
 +
<h4>Additionally, the C-terminal residue of proinsulin is an asparagine. In Winsulin we substituted this for a glycine to increase the pI of Winsulin to approximately 7.8. This pI is somewhat high, but it leads to the aggregation of Winsulin monomers to form hexamers. This substitution is present in many long-acting insulins currently on the market. Yet, <i>interestingly</i>, our <a href="https://2017.igem.org/Team:Sydney_Australia/Model">modelling</a> indicates our Winsulin is still a rapid-acting insulin, and dissociates from hexamers more readily than human insulin.</h4>
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class = "row" id="constructs-intro">
+
<div class = "row" id="constructs-intro" align = "center">
 
<div class="para_container">
 
<div class="para_container">
 
<h2>Our Constructs</h2>
 
<h2>Our Constructs</h2>
Line 663: Line 1,009:
 
</div>
 
</div>
  
<div class = "row" id="constructs">
+
<div class = "row" id="constructs" align = "center">
 
<div class="col-xs-8">
 
<div class="col-xs-8">
 
<div class="construct_container">
 
<div class="construct_container">
Line 814: Line 1,160:
 
<div class="info_box YNCM_info">
 
<div class="info_box YNCM_info">
 
<h6>YncM Tag</h6>
 
<h6>YncM Tag</h6>
<br></br>
 
 
<h4>The YNCM tag is a 12 amino acid sequence whose presence on the N-terminus of the protein targets it for secretion out of the cell into the surrounding media via the Sec pathway in Bacillus subtilis. YNCM was chosen because it was recently shown to be massively successful in targeting recombinant protein for secretion compared to a library of other signal peptides. Additionally, this was shown in B. subtilis strain WB600, which is the bacteria that our WB800 strain was derived from. So we expect that it should give us similar success in secretion of our constructs. (Guan et. al. 2016)</h4>
 
<h4>The YNCM tag is a 12 amino acid sequence whose presence on the N-terminus of the protein targets it for secretion out of the cell into the surrounding media via the Sec pathway in Bacillus subtilis. YNCM was chosen because it was recently shown to be massively successful in targeting recombinant protein for secretion compared to a library of other signal peptides. Additionally, this was shown in B. subtilis strain WB600, which is the bacteria that our WB800 strain was derived from. So we expect that it should give us similar success in secretion of our constructs. (Guan et. al. 2016)</h4>
  
Line 832: Line 1,177:
 
<div class="info_box ARG_info">
 
<div class="info_box ARG_info">
 
<h6>“R” Arginine Cleavage Site</h6>
 
<h6>“R” Arginine Cleavage Site</h6>
<br></br>
 
 
<h4>Arginine acts as a recognition site for Trypsin Protease which we will use to specifically remove Proinsulin from the his tag and YNCM/Ecotin tag in a similar way to TEV. We have chosen to use Trypsin in these constructs because it allows us to further simplify the processing of proinsulin. Trypsin naturally cleaves the C-peptide from proinsulin which, following disulfide bond formation, leaves the active form of insulin. This is the way it works in our body, so we are confident that it will work here too. </h4>
 
<h4>Arginine acts as a recognition site for Trypsin Protease which we will use to specifically remove Proinsulin from the his tag and YNCM/Ecotin tag in a similar way to TEV. We have chosen to use Trypsin in these constructs because it allows us to further simplify the processing of proinsulin. Trypsin naturally cleaves the C-peptide from proinsulin which, following disulfide bond formation, leaves the active form of insulin. This is the way it works in our body, so we are confident that it will work here too. </h4>
  
Line 844: Line 1,188:
 
<div class="info_box ecotin_info">
 
<div class="info_box ecotin_info">
 
<h6>Ecotin Tag</h6>
 
<h6>Ecotin Tag</h6>
<br></br>
 
 
<h4>Ecotin acts as a signal sequence to target the translated protein to the periplasm of the cell. There are a number of advantages that make it a good choice over other tags.
 
<h4>Ecotin acts as a signal sequence to target the translated protein to the periplasm of the cell. There are a number of advantages that make it a good choice over other tags.
 
</h4>
 
</h4>
Line 874: Line 1,217:
 
</div>
 
</div>
  
<div class="row" style="height:10vh;"></div>
 
  
<div class = "row" id="vector-intro">
+
 
 +
<div class="row" style="height:10vh;" align = "center"></div>
 +
 
 +
<div class = "row" id="vector-intro" align = "center">
 
<div class="para_container">
 
<div class="para_container">
 
<h2>Our Vectors</h2>
 
<h2>Our Vectors</h2>
 
<div class = "divider1"></div>
 
<div class = "divider1"></div>
 
<br>
 
<br>
<h4>Vector intro </h4>
 
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class="row" id="vector_box">
+
<div class="row" id="vector_box" align = "center">
 
<div class="col-xs-1"></div>
 
<div class="col-xs-1"></div>
 
<div class="col-xs-10">
 
<div class="col-xs-10">
Line 893: Line 1,237:
 
<label for="tab-one1"><h3 class="tabheading">E. Coli</h3></label>
 
<label for="tab-one1"><h3 class="tabheading">E. Coli</h3></label>
 
<div class="bish">
 
<div class="bish">
<h4>pet16b justification</h4>
+
<h4>We have chosen to use the pET-15b expression system paired with BL21 strain E. coli to express our periplasmic and cytoplasmic constructs. It is a well characterised vector that uses the T7 induction system to prevent expression without the presence of IPTG, providing a convenient level of control over production.<br><br></h4>
 
<div class="row">
 
<div class="row">
 
<figure>
 
<figure>
<img style="margin-left:12.5%" class="img-center center-block crispy ecoliexp" align="left" src="https://static.igem.org/mediawiki/2017/8/80/T--Sydney_Australia--design_pet15b.png" width="75%"></img>
+
<img style="margin-left:12.5%" class="img-center center-block crispy ecoliexp" align="center" src="https://static.igem.org/mediawiki/2017/8/80/T--Sydney_Australia--design_pet15b.png" width="60%"></img>
 
</figure></div>
 
</figure></div>
 
<div class="row">
 
<div class="row">
<figcaption>Figure 1. pET-15b was used for cytoplasmic and periplasmic expression of proinsulin and winsulin.</figcaption>
+
<h7><br>Figure 3. pET-15b was used for cytoplasmic and periplasmic expression of proinsulin and winsulin.</h7>
 
</div>
 
</div>
 
</div>
 
</div>
Line 908: Line 1,252:
 
<h4>
 
<h4>
 
pUS258 is an integrative expression vector which undergoes homologous recombination to insert into the amyE gene of the Bacillus subtilis chromosome. It’s a relatively simple plasmid using the same IPTG induction system that we use across all of our expression systems.  
 
pUS258 is an integrative expression vector which undergoes homologous recombination to insert into the amyE gene of the Bacillus subtilis chromosome. It’s a relatively simple plasmid using the same IPTG induction system that we use across all of our expression systems.  
 
+
<br><br>
 
</h4>
 
</h4>
<div class="row">
+
<div class="row" align = "center">
 
<figure>
 
<figure>
 
<img style="margin-left:32.5%" class="img-center center-block crispy ecoliexp" align="left" src="https://static.igem.org/mediawiki/2017/1/11/T--Sydney_Australia--design_pus258.png" width="45%"></img>
 
<img style="margin-left:32.5%" class="img-center center-block crispy ecoliexp" align="left" src="https://static.igem.org/mediawiki/2017/1/11/T--Sydney_Australia--design_pus258.png" width="45%"></img>
 
</figure></div>
 
</figure></div>
<div class="row">
+
<div class="row" align = "center">
<figcaption>Figure 2. pus258 was used for cytoplasmic and periplasmic expression of proinsulin and winsulin.</figcaption>
+
<figcaption><br>Figure 4. pus258 was used for cytoplasmic and periplasmic expression of proinsulin and winsulin.</figcaption>
 
</div>
 
</div>
  
Line 924: Line 1,268:
 
</div>
 
</div>
  
<div class="row" id="expression-systems-intro">
+
<div class="row" id="expression-systems-intro" align = "center">
 
<div class="para_container">
 
<div class="para_container">
 
<h2> Our Expression Systems</h2>
 
<h2> Our Expression Systems</h2>
Line 933: Line 1,277:
 
</div>
 
</div>
  
<div class="row" id="expression_box">
+
<div class="row" id="expression_box" align = "center">
 
<div class="col-xs-1"></div>
 
<div class="col-xs-1"></div>
 
<div class="col-xs-10">
 
<div class="col-xs-10">
Line 944: Line 1,288:
 
<h3> Cytoplasmic Expression</h3>
 
<h3> Cytoplasmic Expression</h3>
 
<h4>Cytoplasmic expression is our recombinant protein production in its raw and simple form. With no tags attached to the fusion protein, both Winsulin and Proinsulin will accumulate within the cytoplasm to form aggregated inclusion bodies. Extraction will involve complete lysis of the cell and purification will require separating them from DNA,  membranes and other proteins.
 
<h4>Cytoplasmic expression is our recombinant protein production in its raw and simple form. With no tags attached to the fusion protein, both Winsulin and Proinsulin will accumulate within the cytoplasm to form aggregated inclusion bodies. Extraction will involve complete lysis of the cell and purification will require separating them from DNA,  membranes and other proteins.
<br><br>
+
<br></br>
 
The reason to express in the cytoplasm is mainly to compare our other expression systems to where we will be able to see whether they are a viable means of production.
 
The reason to express in the cytoplasm is mainly to compare our other expression systems to where we will be able to see whether they are a viable means of production.
 
+
<br></br>
 +
We are using the E. Coli shuffle strain as alternative to BL21 because it is associated with a higher capacity to fold recombinant protein within the cytoplasm This should promote the formation of disulfide bonds and reduce the formation of inclusion bodies
 
</h4>
 
</h4>
  
 
</div>
 
</div>
<div class="row">
+
<div class="row" align = "center">
 
<figure>
 
<figure>
<img class="crispy ecoliexp" style="margin-left:22.5%" src="https://static.igem.org/mediawiki/2017/1/1a/T--Sydney_Australia--design_ecolicytexp.png" width="55%"></img>
+
<img class="crispy ecoliexp" src="https://static.igem.org/mediawiki/2017/1/1a/T--Sydney_Australia--design_ecolicytexp.png" width="90%"></img>
 
</figure>
 
</figure>
 
</div>
 
</div>
<div class="row">
+
<div class="row" align = "center">
<figcaption>Figure 1. Details of E. Coli cytoplasmic expression of pro/winsulin</figcaption>
+
<figcaption><br>Figure 5. Details of E. Coli cytoplasmic expression of pro/winsulin</figcaption>
 
</div>
 
</div>
 
</div>
 
</div>
Line 967: Line 1,312:
 
<h3> Periplasmic Expression</h3>
 
<h3> Periplasmic Expression</h3>
 
<h4>Potentially the biggest hurdle to overcome in efficiently producing recombinant insulin is having the three disulfide bonds in proinsulin and active insulin form correctly. This is because they require an oxidative environment that isn’t usually found in the cytoplasm of common protein factories like E. coli where proteins are naturally expressed.
 
<h4>Potentially the biggest hurdle to overcome in efficiently producing recombinant insulin is having the three disulfide bonds in proinsulin and active insulin form correctly. This is because they require an oxidative environment that isn’t usually found in the cytoplasm of common protein factories like E. coli where proteins are naturally expressed.
<br>
+
<br><br>
 
Fortunately, the periplasmic compartment of gram negative bacteria, including E. coli is more oxidative than the cytoplasm and will therefore improve disulfide bond formation. So we are using the Ecotin tag to target proinsulin and Winsulin to the periplasm in the hope that they will fold correctly and form the correct disulfides.
 
Fortunately, the periplasmic compartment of gram negative bacteria, including E. coli is more oxidative than the cytoplasm and will therefore improve disulfide bond formation. So we are using the Ecotin tag to target proinsulin and Winsulin to the periplasm in the hope that they will fold correctly and form the correct disulfides.
<br>
+
<br><br>
This method also has the additional advantage that the periplasmic fraction can be extracted without lysing the entire cell, separating our insulin from cells DNA and the rest of the cytoplasmic “junk”.
+
This method also has the additional advantage that the periplasmic fraction can be extracted without lysing the entire cell, separating our insulin from cells DNA and the rest of the cytoplasmic “junk”.<br><br>
 
</h4>
 
</h4>
 
</div>
 
</div>
<div class="row">
+
<div class="row" align = "center">
 
<figure>
 
<figure>
<img class="crispy ecoliexp" style="margin-left:22.5%" src="https://static.igem.org/mediawiki/2017/f/f3/T--Sydney_Australia--design_ecoliperiexp.png" width="55%"></img>
+
<img class="crispy ecoliexp" src="https://static.igem.org/mediawiki/2017/f/f3/T--Sydney_Australia--design_ecoliperiexp.png" width="90%"></img>
 
</figure>
 
</figure>
 
</div>
 
</div>
<div class="row">
+
<div class="row" align = "center">
<figcaption>Figure 2. Details of E. Coli periplasmic expression of pro/winsulin</figcaption>
+
<figcaption><br>Figure 6. Details of E. Coli periplasmic expression of pro/winsulin</figcaption>
 
</div>
 
</div>
 
</div>
 
</div>
Line 987: Line 1,332:
 
<div class="bish">
 
<div class="bish">
 
<h3> Secretory Expression</h3>
 
<h3> Secretory Expression</h3>
<h4> Current methods of insulin production grow bacteria in huge vats. But bacteria like E. coli that only express the protein in the cytoplasm need to be lysed to extract it. Which means they need to drain hundreds of thousands of liters of culture to separate the cells from the media before lysing the cells and then purifying insulin from the DNA and other cellular proteins. Although we will be testing cytoplasmic E. coli expression similar to these methods, we wanted to come up with a way to efficiently separate our insulin from the cells and decided the best way would be have it secreted directly into the media. This is where Bacillus subtilis comes in!
+
<h4> Current methods of insulin production grow bacteria in huge vats. But bacteria like E. coli that only express the protein in the cytoplasm need to be lysed to extract it. Which means they need to drain hundreds of thousands of liters of culture to separate the cells from the media before lysing the cells and then purifying insulin from the DNA and other cellular proteins. Although we will be testing cytoplasmic E. coli expression similar to these methods, we wanted to come up with a way to efficiently separate our insulin from the cells and decided the best way would be have it secreted directly into the media.  
Bacillus has been a common tool for recombinant protein production for years and has been proven again and again that they are highly efficient secretion factories. The hope is that having the insulin separated from the cells in the media would mean that scaled up production could use a system where the media is constantly cycled out and the cells can continuously produce our insulin. As can be seen in Figure 3, expression using B. Subtilis can be very simple contributing to our goal to create an easily purifiable product.
+
<br><br><center>This is where Bacillus subtilis comes in!</center><br><br>
 +
Bacillus has been a common tool for recombinant protein production for years and has been proven again and again that they are highly efficient secretion factories. The hope is that having the insulin separated from the cells in the media would mean that scaled up production could use a system where the media is constantly cycled out and the cells can continuously produce our insulin. As can be seen in Figure 7, expression using B. Subtilis can be very simple contributing to our goal to create an easily purifiable product.
 
  </h4>
 
  </h4>
<div class="row">
+
<div class="row" align = "center">
 
<figure>
 
<figure>
 
<img style="margin-left:12.5%" class="img-center center-block crispy ecoliexp" align="left" src="https://static.igem.org/mediawiki/2017/a/ab/T--Sydney_Australia--design_bacexp.png" width="75%"></img>
 
<img style="margin-left:12.5%" class="img-center center-block crispy ecoliexp" align="left" src="https://static.igem.org/mediawiki/2017/a/ab/T--Sydney_Australia--design_bacexp.png" width="75%"></img>
Line 996: Line 1,342:
 
</div>
 
</div>
  
<figcaption>Figure 3. Details of expression of pro/winsulin in B. Subtilis</figcaption>
+
<figcaption><br>Figure 7. Details of expression of pro/winsulin in B. Subtilis</figcaption>
  
 
</div>
 
</div>
Line 1,004: Line 1,350:
 
</div>
 
</div>
  
<div class="row" id="purification-intro">
+
<div class="row" id="purification-intro" align = "center">
 
<div class="para_container">
 
<div class="para_container">
 
<h2> Our Purification Process</h2>
 
<h2> Our Purification Process</h2>
Line 1,010: Line 1,356:
 
<br>
 
<br>
 
<h4> Our insulins were designed with a 6x His sequence at the N-terminus of the insulin. This sequence, comprised of 6 histidine residues, binds to nickel. When cell lysates or media containing insulin are added to nickel beads, all of the cellular components should wash off from the beads. This separates them from insulin which remains bound to the nickel beads. As such, the 6x His tag sequence's affinity to nickel can be used to purify insulin from cells or media.
 
<h4> Our insulins were designed with a 6x His sequence at the N-terminus of the insulin. This sequence, comprised of 6 histidine residues, binds to nickel. When cell lysates or media containing insulin are added to nickel beads, all of the cellular components should wash off from the beads. This separates them from insulin which remains bound to the nickel beads. As such, the 6x His tag sequence's affinity to nickel can be used to purify insulin from cells or media.
 
 
<br></br> We considered two methods for the purification of our insulins: nickel columns, and nickel agarose resin. The nickel column method is simpler, as insulin can be purified in a single step, yet it is more expensive. On the other hand, the nickel agarose resin method involves more steps but is more cost-effective.
 
<br></br> We considered two methods for the purification of our insulins: nickel columns, and nickel agarose resin. The nickel column method is simpler, as insulin can be purified in a single step, yet it is more expensive. On the other hand, the nickel agarose resin method involves more steps but is more cost-effective.
 
<br></br> An additional factor in the purification of our insulins is the need to remove the 6x His sequence and the expression tags from the insulin. We designed our Winsulin constructs so that both could be cleaved off in a single step by TEV protease. Our Proinsulin constructs take this further - in a single step using the protease trypsin, the His-tag, expression tag and C chain are removed, simultaneously removing the tags and allowing the proinsulin to fold into active insulin.  
 
<br></br> An additional factor in the purification of our insulins is the need to remove the 6x His sequence and the expression tags from the insulin. We designed our Winsulin constructs so that both could be cleaved off in a single step by TEV protease. Our Proinsulin constructs take this further - in a single step using the protease trypsin, the His-tag, expression tag and C chain are removed, simultaneously removing the tags and allowing the proinsulin to fold into active insulin.  
+
</h4>
<br></br>In the nickel column method, the protease step also releases the insulin from the nickel column for collection. However, it also reduces the amount of insulin released from the nickel column. Taking this into consideration, along with the increased expense of the nickel column method, our team decided to use the nickel agarose resin method for insulin purification. </h4>
+
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class="row" id="purification_box_row">
+
<div class="row" id="purification_box_row" align = "center">
 
<div class="purification_box">
 
<div class="purification_box">
 
<figure>  
 
<figure>  
 
<img class="crispy purification" align="left" src="https://static.igem.org/mediawiki/2017/2/29/T--Sydney_Australia--design_purification.png" width="100%"></img>
 
<img class="crispy purification" align="left" src="https://static.igem.org/mediawiki/2017/2/29/T--Sydney_Australia--design_purification.png" width="100%"></img>
<figcaption>Figure 4. Purification process</figcaption>
+
<figcaption><br>Figure 8. Schematic demonstrating the purification methods</figcaption>
 
+
 
</figure>
 
</figure>
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class="row" id="Assays Intro-intro">
+
<div class="row" align = "center">
 +
<div class="para_container">
 +
<br></br><h4>In the nickel column method, the protease step also releases the insulin from the nickel column for collection. However, it also reduces the amount of insulin released from the nickel column. Taking this into consideration, along with the increased expense of the nickel column method, our team decided to use the nickel agarose resin method for insulin purification.</h4>
 +
</div>
 +
</div>
 +
 
 +
<div class="row" id="Assays Intro-intro" align = "center">
 
<div class="para_container">
 
<div class="para_container">
 
<h2> Assays</h2>
 
<h2> Assays</h2>
 
<div class = "divider1"></div>
 
<div class = "divider1"></div>
 
<br></br>
 
<br></br>
<h4> ??</h4>
+
<center><h10>ELISA Assay</h10></center>
 +
<h4> As an initial test to determine protein folding and accurately quantify expression yield, we will be using an ELISA. This test uses antibodies that bind to the folded structure of insulin with extremely high specificity. In this regard, it gives an initial indication as to whether the protein is in a conformation that could potentially bind to the insulin receptor. Additionally, the antibodies are tagged with fluorescent protein, so the relative fluorescence will correlate to the amount of insulin in the sample, also with great accuracy.<br><br>
  
 
<figure>  
 
<figure>  
<img class="crispy" align="left" src="https://static.igem.org/mediawiki/2017/9/95/T--Sydney_Australia--design_assay.png" width="100%"></img>
+
<img class="crispy" align="left" src="https://static.igem.org/mediawiki/2017/2/29/T--Sydney_Australia--design_elisaassay.png" width="100%"></img>
<figcaption>Figure ?. Schematic for ELISA and glucose uptake assays for insulin assay</figcaption>
+
<figcaption><br><br>Figure 9. Schematic for ELISA insulin assay</figcaption>
 +
</figure>
 +
<br><br>
 +
<center><h10>Glucose Uptake Assay</h10></center>
 +
<br></br>Following the ELISA, we will test the function of our expressed recombinant Winsulin, and Proinsulin (with trypsin removal of the C-peptide) using an in vitro glucose uptake assay. Here, we measure the changes in glycogen synthesis and glucose oxidation in response to activation of the insulin receptor in cell cultures. C14 radioalabelled glucose will be taken up into the cell at a faster rate upon stimulation and result in incorporation of the carbon into glycogen and CO2, which is measured by a scintillation counter. This assay is a great alternative to an in vivo assay that uses involves assessing the convulsions of mice in response to injections of increasing concentrations of insulin.</h4>
 +
<br></br>
 +
<figure>
 +
<img class="crispy" align="left" src="https://static.igem.org/mediawiki/2017/4/4a/T--Sydney_Australia--design_glucoseuptake.png" width="100%"></img>
 +
<figcaption><br><br>Figure 10. Schematic for glucose uptake assays for insulin assay</figcaption>
 
</figure>
 
</figure>
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class="row" id="additional-intro">
+
<div class="row" id="additional-intro" align = "center">
 
<div class="para_container">
 
<div class="para_container">
<h2> Additional Solutions</h2>
+
<h2> Additional Design Considerations</h2>
 
<div class = "divider2"></div>
 
<div class = "divider2"></div>
<br></br>
 
<h4> ??</h4>
 
 
<br></br>
 
<br></br>
 
<h3> WB800 Bacillus Strain</h3>
 
<h3> WB800 Bacillus Strain</h3>
Line 1,059: Line 1,415:
 
Our actual solution: find one that already exists.  
 
Our actual solution: find one that already exists.  
 
<br></br>
 
<br></br>
And hence we discovered B. subtilis WB800. It is one of the more recent of a long line of protease deficient strains of Bacillus subtilis that have been optimised for recombinant protein secretion (Figure 5).
+
And hence we discovered B. subtilis WB800. It is one of the more recent of a long line of protease deficient strains of Bacillus subtilis that have been optimised for recombinant protein secretion (Figure 11).
 
<br></br>
 
<br></br>
 
WB800 specifically has 8 proteases knocked that include both intracellular and membrane bound. The strain was kindly provided to us for experimental use by Professor Sui-Lam Wong of the University of Calgary, Canada.
 
WB800 specifically has 8 proteases knocked that include both intracellular and membrane bound. The strain was kindly provided to us for experimental use by Professor Sui-Lam Wong of the University of Calgary, Canada.
Line 1,065: Line 1,421:
 
<figure>  
 
<figure>  
 
<img class="crispy" align="left" src="https://static.igem.org/mediawiki/2017/9/93/T--Sydney_Australia--modelling_wb800.png" width="100%"></img>
 
<img class="crispy" align="left" src="https://static.igem.org/mediawiki/2017/9/93/T--Sydney_Australia--modelling_wb800.png" width="100%"></img>
<figcaption>Figure 5. WB800 protease knockout strain</figcaption>
+
<figcaption>Figure 11. WB800 protease knockout strain</figcaption>
 
</figure>
 
</figure>
  
 +
</div>
 +
</div>
 +
 +
<div class="row" id="pus270" align = "center">
 +
<br></br>
 
<div class="para_container">
 
<div class="para_container">
<h2> pUS270</h2>
+
<h3> pUS270 </h3>
<div class = "divider3"></div>
+
<div class = "divider4"></div>
 
<br></br>
 
<br></br>
<h4>Although pUS258 appeared to work quite well as an expression vector, we noticed that it wasn't the most streamline process of cloning in our constructs nor transforming into Bacillus subtilis because of an MCS that was incompatible with the BioBrick cloning system, and the extra steps needed to ensure the correct integration of the plasmid into the chromosome.
+
<h4>Although pUS258 appeared to work quite well as an expression vector, we noticed that it wasn't the most streamlined process of cloning in our constructs nor transforming into Bacillus subtilis because of an MCS that was incompatible with the BioBrick cloning system, and the extra steps needed to ensure the correct integration of the plasmid into the chromosome.
 
<br></br>
 
<br></br>
 
So we decided to design a new compact, highly efficient replicative expression vector that would serve not just our own future experiments, but the whole iGEM community. Thus, pUS270 was born!
 
So we decided to design a new compact, highly efficient replicative expression vector that would serve not just our own future experiments, but the whole iGEM community. Thus, pUS270 was born!
Line 1,078: Line 1,439:
 
While we were too short on time to construct it ourselves, we are holding onto it for a future project that can be tested and eventually submitted to the registry.
 
While we were too short on time to construct it ourselves, we are holding onto it for a future project that can be tested and eventually submitted to the registry.
 
<br></br>
 
<br></br>
Click on each feature for more information
+
Select each dropdown for more information
 
</h4>
 
</h4>
 
</div>
 
</div>
 
</div>
 
</div>
</div>
+
 
</div>
+
<div class="row" style="padding:20px;" align = "center">
 +
<div class="col-xs-5">
 +
<img class="crispy img-responsive" style="margin-top:50px;" src="https://static.igem.org/mediawiki/2017/c/c2/T--Sydney_Australia--pus270.png" width="100%"/>
 
</div>
 
</div>
  
<div class="pus270_container">
+
<div class="col-xs-7">
<div class="pus_270">
+
<div class="pus_270_info element_info_box_container" style="padding:5%;background:white;border:3px solid #e2e2e2;">
<plasmid id="pdemo" class="plasmid" plasmidheight="450" plasmidwidth="600" sequencelength="1240">
+
    <plasmidtrack style="fill:#e2e2e2;stroke:none;" trackclass="track" radius="200" width="5">
+
    <!-- plasmid title -->
+
        <tracklabel text="pUS270" labelstyle="font-size:30px;font-weight:700;font-family:'Quicksand';"></tracklabel>
+
        <tracklabel text="5707 bp" labelstyle="font-size:18px;font-weight:400;font-family:'Quicksand';" vadjust="25"></tracklabel>
+
  
 +
<div class="panel-group" id="anti_info" >
 +
  <div class="panel panel-default">
 +
    <div class="panel-heading" style="background-color:#f2cbf1">
 +
      <h4 class="panel-title">
 +
        <a data-toggle="collapse" href="#collapse4" style="font-size:30px;">Antibiotic Resistance</a>
 +
      </h4>
 +
    </div>
 +
    <div id="collapse4" class="panel-collapse collapse">
 +
<div class="panel-body">
 +
<h4>Codes for Neomycin Phosphotransferase II that gives transformants resistance to both Neomycin and Kanamycin. Allows selective screening of transformants</h4>
  
        <!-- NeoR/KanR -->  
+
</div>
  <trackmarker markerclass="markerhover" start="0" end="200" style="fill:#f2cbf1"  arrowendlength="15" arrowendwidth="10" vadjust="-10" wadjust="20">
+
</div>
                <svgelement type="a" xlink:href="" id="anti" target="_blank">
+
</div>
            <markerlabel labelclass="markerlabel" text="NeoR/KanR" style="fill:#3e3f3f;font-weight:700;font-family:'Quicksand';font-size:16px;" ></markerlabel>
+
</div>
            </svgelement>
+
  
  </trackmarker>
+
<div class="panel-group" id="pip_info" >
        <!-- pIP501 Rep -->   
+
  <div class="panel panel-default">
  <trackmarker markerclass="markerhover" start="220" end="420" style="fill:#b1d7dd" arrowendlength="15" arrowendwidth="10" vadjust="-10" wadjust="20">
+
    <div class="panel-heading" style="background-color:#b1d7dd">
                <svgelement type="a" xlink:href="" id="pip" target="_blank">
+
      <h4 class="panel-title">
          <markerlabel labelclass="markerlabel" text="pIP501 Rep" style="fill:#3e3f3f;font-weight:700;font-family:'Quicksand';font-size:16px;" ></markerlabel>
+
         <a data-toggle="collapse" href="#collapse1" style="font-size:30px;">pIP501 Rep</a>
            </svgelement>
+
      </h4>
            </trackmarker>
+
    </div>
      <!-- B. Subtilis OriV -->   
+
    <div id="collapse1" class="panel-collapse collapse">
  <trackmarker markerclass="markerhover" start="440" end="540" style="fill:#eca0a7" vadjust="-10" wadjust="20">
+
<div class="panel-body">
                    <svgelement type="a" xlink:href="" id="boriv" target="_blank">
+
<h4>This gene codes for the Replicator protein that pairs with the Bacillus OriV and is essential to promote the independent replication of pUS270 in Bacillus. </h4>
          <markerlabel labelclass="markerlabel" text="B. Subtilis OriV" style="fill:#3e3f3f;font-weight:700;font-family:'Quicksand';font-size:16px;" ></markerlabel>
+
            </svgelement>
+
            </trackmarker>
+
 
+
         <!-- E. Coli OriV -->   
+
  <trackmarker markerclass="markerhover" start="560" end="660" style="fill:#fbde9e" vadjust="-10" wadjust="20">
+
                    <svgelement type="a" xlink:href="" id="eoriv" target="_blank">
+
          <markerlabel labelclass="markerlabel" text="E. Coli OriV" style="fill:#3e3f3f;font-weight:700;font-family:'Quicksand';font-size:16px;" ></markerlabel>
+
            </svgelement>
+
            </trackmarker>
+
+
        <!-- Lac Operator -->   
+
  <trackmarker markerclass="markerhover" start="680" end="780" style="fill:#cdf8ff" vadjust="-10" wadjust="20">
+
                    <svgelement type="a" xlink:href="" id="laco" target="_blank">
+
          <markerlabel labelclass="markerlabel" text="Lac Operator" style="fill:#3e3f3f;font-weight:700;font-family:'Quicksand';font-size:16px;" ></markerlabel>
+
            </svgelement>
+
            </trackmarker>
+
  
        <!-- MCS -->   
+
</div>
  <trackmarker markerclass="markerhover" start="800" end="840" style="fill:#d0cece" vadjust="-10" wadjust="20">
+
</div>
                  <svgelement type="a" xlink:href="" id="mcs1" target="_blank">
+
</div>
          <markerlabel labelclass="markerlabel" text="MCS" style="fill:#3e3f3f;font-weight:700;font-family:'Quicksand';font-size:16px;" ></markerlabel>
+
</div>
            </svgelement>
+
            </trackmarker>
+
      <!-- Sf-AmilCP-6 -->   
+
  <trackmarker markerclass="markerhover" start="860" end="1000" style="fill:#a395c8" arrowendlength="15" arrowendwidth="10" vadjust="-10" wadjust="20">
+
                  <svgelement type="a" xlink:href="" id="super" target="_blank">
+
          <markerlabel labelclass="markerlabel" text="Sf-AmilCP-6" style="fill:#3e3f3f;font-weight:700;font-family:'Quicksand';font-size:16px;" ></markerlabel>
+
            </svgelement>
+
            </trackmarker>
+
+
  
      <!-- MCS -->  
+
<div class="panel-group" id="boriv_info" >
  <trackmarker markerclass="markerhover" start="1020" end="1060" style="fill:#d0cece" vadjust="-10" wadjust="20">
+
  <div class="panel panel-default">
                  <svgelement type="a" xlink:href="" id="mcs2" target="_blank">
+
    <div class="panel-heading" style="background-color:#eca0a7">
          <markerlabel labelclass="markerlabel" text="MCS" style="fill:#3e3f3f;font-weight:700;font-family:'Quicksand';font-size:16px;" ></markerlabel>
+
      <h4 class="panel-title">
            </svgelement>
+
        <a data-toggle="collapse" href="#collapse5" style="font-size:30px;">B. Subtilis origin of replication</a>
            </trackmarker>
+
      </h4>
 +
    </div>
 +
    <div id="collapse5" class="panel-collapse collapse">
 +
<div class="panel-body">
 +
<h4>This region allows independent replication of the vector within Bacillus at a high copy number to provide more copies of the recombinant gene to maximise expression.</h4>
  
      <!-- LacI-->   
 
  <trackmarker markerclass="markerhover" start="1080" end="1220" style="fill:#afe0b2" arrowendlength="15" arrowendwidth="10" vadjust="-10" wadjust="20">
 
                    <svgelement type="a" xlink:href="" id="lacr" target="_blank">
 
          <markerlabel labelclass="markerlabel" text="LacI" style="fill:#3e3f3f;font-weight:700;font-family:'Quicksand';font-size:16px;" ></markerlabel>
 
            </svgelement>
 
            </trackmarker>
 
 
    </plasmidtrack>
 
</plasmid>
 
 
</div>
 
</div>
<div class="pus_270_info element_info_box_container" style="padding:5%;">
 
<div class="lacr_info">
 
<h6>Lac Operon Repressor</h6>
 
 
<h4>Codes for the production of the repressor protein that binds to the Lac Operator to prevent expression until induction of the media with IPTG. We have designed pUS270 to have the LacI under the pVeg promoter for strong constitutive expression in Bacillus.</h4>
 
 
</div>
 
</div>
 
+
</div>
<div class="pip_info">
+
<h6>pIP501 Rep</h6>
+
<h4>This gene codes for the Replicator protein that pairs with the Bacillus OriV and is essential to promote the independent replication of pUS270 in Bacillus. </h4>
+
 
</div>
 
</div>
  
<div class="eoriv_info">
+
<div class="panel-group" id="eoriv_info" >
<h6>E. coli OriV</h6>
+
  <div class="panel panel-default">
 +
    <div class="panel-heading" style="background-color:#fbde9e">
 +
      <h4 class="panel-title">
 +
        <a data-toggle="collapse" href="#collapse2" style="font-size:30px;">E. coli OriV</a>
 +
      </h4>
 +
    </div>
 +
    <div id="collapse2" class="panel-collapse collapse">
 +
<div class="panel-body">
 
<h4>Taken from pSB1C3, having this origin of replication will make it easier to construct the plasmid using E. coli as well as improve cloning efficiency downstream. Chosen because of the high copy number of pSB1C3.</h4>
 
<h4>Taken from pSB1C3, having this origin of replication will make it easier to construct the plasmid using E. coli as well as improve cloning efficiency downstream. Chosen because of the high copy number of pSB1C3.</h4>
</div>
 
  
<div class="mcs_info">
+
</div>
<h6>Multiple Cloning Site</h6>
+
</div>
<h4>The multiple cloning site of pUS258 and other expression plasmids that we considered using either had too few restriction sites or sites that were incompatible for the efficient cloning with the BB Prefix and Suffix. So we have designed two highly diverse MCS’ that have 27 unique sites amongst them on either side of SF AmylCP-6 to promote simple cloning of parts from the Bio Brick Registry.</h4>
+
</div>
 
</div>
 
</div>
  
<div class="anti_info">
+
<div class="panel-group" id="laco_info" >
<h6>Antibiotic Resistance</h6>
+
  <div class="panel panel-default">
 +
    <div class="panel-heading" style="background-color:#cdf8ff">
 +
      <h4 class="panel-title">
 +
        <a data-toggle="collapse" href="#collapse6" style="font-size:30px;">Lac Operator</a>
 +
      </h4>
 +
    </div>
 +
    <div id="collapse6" class="panel-collapse collapse">
 +
<div class="panel-body">
 +
<h4>Consists of the target sequence for the lac repressor protein to contribute to the IPTG induction system.</h4>
  
<h4>Codes for Neomycin Phosphotransferase II that gives transformants resistance to both Neomycin and Kanamycin. Allows selective screening of transformants</h4>
 
 
</div>
 
</div>
 
+
</div>
<div class="boriv_info">
+
</div>
<h6> Antibiotic Resistance </h6>
+
<h4>This region allows independent replication of the vector within Bacillus at a high copy number to provide more copies of the recombinant gene to maximise expression.</h4>
+
 
</div>
 
</div>
  
<div class="laco_info">
+
<div class="panel-group" id="lacr_infolacr_info" >
<h6>Lac Operator </h6>
+
  <div class="panel panel-default">
<h4>Consists of the target sequence for the lac repressor protein to contribute to the IPTG induction system.</h4>
+
    <div class="panel-heading" style="background-color:#d0cece">
 +
      <h4 class="panel-title">
 +
        <a data-toggle="collapse" href="#collapse3" style="font-size:30px;">Multiple Cloning Site</a>
 +
      </h4>
 +
    </div>
 +
    <div id="collapse3" class="panel-collapse collapse">
 +
<div class="panel-body">
 +
<h4>The multiple cloning site of pUS258 and other expression plasmids that we considered using either had too few restriction sites or sites that were incompatible for the efficient cloning with the BB Prefix and Suffix. So we have designed two highly diverse MCS’ that have 27 unique sites amongst them on either side of SF AmylCP-6 to promote simple cloning of parts from the Bio Brick Registry.</h4>
 +
 
 +
</div>
 +
</div>
 +
</div>
 
</div>
 
</div>
  
<div class="super_info">
+
<div class="panel-group" id="super_info" >
<h6>SuperFold AmilCP-6</h6>
+
  <div class="panel panel-default">
 +
    <div class="panel-heading" style="background-color:#a395c8">
 +
      <h4 class="panel-title">
 +
        <a data-toggle="collapse" href="#collapse7" style="font-size:30px;">SuperFold AmilCP-6</a>
 +
      </h4>
 +
    </div>
 +
    <div id="collapse7" class="panel-collapse collapse">
 +
<div class="panel-body">
 
<h4>SuperFold AmilCP-6 is a variant of amilCP which was used by the 2016 Sydney IGEM team and originally submitted to the registry by Team Uppsala Sweden in 2011. This variant has undergone site directed mutagenesis to increase the folding rate of the chromoprotein and enhance the blue colour. We are taking advantage of this protein to enable blue-white screening without the need for adding X-gal to the plates. Cloning with the two multiple cloning sites that flank SF AmilCP-6 essentially swaps it with the insert to leave the recombinant bacteria white rather than blue. </h4>
 
<h4>SuperFold AmilCP-6 is a variant of amilCP which was used by the 2016 Sydney IGEM team and originally submitted to the registry by Team Uppsala Sweden in 2011. This variant has undergone site directed mutagenesis to increase the folding rate of the chromoprotein and enhance the blue colour. We are taking advantage of this protein to enable blue-white screening without the need for adding X-gal to the plates. Cloning with the two multiple cloning sites that flank SF AmilCP-6 essentially swaps it with the insert to leave the recombinant bacteria white rather than blue. </h4>
 +
 +
</div>
 +
</div>
 +
</div>
 
</div>
 
</div>
 +
<div class="panel-group" id="lacr_infolacr_info" >
 +
  <div class="panel panel-default">
 +
    <div class="panel-heading" style="background-color:#afe0b2">
 +
      <h4 class="panel-title">
 +
        <a data-toggle="collapse" href="#collapse0" style="font-size:30px;">Lac Operon Repressor</a>
 +
      </h4>
 +
    </div>
 +
    <div id="collapse0" class="panel-collapse collapse">
 +
<div class="panel-body">
 +
 +
<h4>Codes for the production of the repressor protein that binds to the Lac Operator to prevent expression until induction of the media with IPTG. We have designed pUS270 to have the LacI under the pVeg promoter for strong constitutive expression in Bacillus.</h4>
 +
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
  
  
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
  
 +
 +
 +
</div>
 +
 +
<div class="row" align = "center">
 +
<h4>References<h4>
 +
<ol>
 +
<li style="font-family:'Quicksand';color:#3e3f3f;font-size:16px;">Rajpal, G., Liu, M., Zhang, Yi, Arvan, P. (2009). Single-Chain Insulins as Receptor Agonists. Mol Endocrinol 23(5):679-688</li>
 +
</ol>
 +
</div>
 
<div class="row" style="height:10vh;"></div>
 
<div class="row" style="height:10vh;"></div>
 
</div>
 
</div>
 
</body>
 
</body>
 
</html>
 
</html>
 +
 
{{:Team:Sydney_Australia/templates/Footer}}
 
{{:Team:Sydney_Australia/templates/Footer}}

Latest revision as of 03:14, 2 November 2017

Our Key Goals


The aim of the USYD iGEM 2017 team was to address the problem of insulin inaccessibility. The design of our insulin, and its means of expression, needed to look at five key characteristics:

Stability

For our project to work effectively, we must have a supply chain that’s not a cold chain, so that costs can be reduced. This will ultimately mean that the cost of these cold chains will not be passed onto the consumer. To achieve this, we hope to design an insulin that will not lose efficacy after being exposed to room temperature for long periods of time.

Single Chained

As a result of the difficult purification methods, Single Chain Insulins, or SCIs for short, have been developed with a small, C-peptide chain linker. This linker connects the A and B chains in such a way that the di-sulfide bonds form more favorably. We aim to develop our own single chain insulin to compare it’s simplicity.

Ease of Purification and Affordaility

We must also consider the impact of a difficult, costly manufacturing process on small scale manufacturing companies. This impact is too great to impose on this grass-roots organisations, so we have pursued to find a cheap, simple purification method which is able to produce high yields from a recombinant system.

Intellectual Property Issues

As a result of the way drugs are currently developed, all new inventions for therapies are protected by Intellectual Property Law through patents. These patents surrounding all currently prescribed and newly invented insulins has inspired our team to pursue a completely open source project.

Safety and Efficacy

Our insulin products must be of certifiable medical grade such that it can be approved for human use after stage IV clinical trials, or biosimilar clinical trials. Furthermore, it must also be at least as effective as the other insulins on the market.

Our Insulin Analogue


Proinsulin

We began working on expressing proinsulin as it is a reliable, unpatented, and well characterised therapeutic. Proinsulin itself is inactive, and to become active it requires additional processing to form insulin. This processing is performed by the protease trypsin, which cleaves the C chain from proinsulin. After trypsin activity, the A and B chains are left over to form active insulin. Proinsulin processing is demonstrated in Figure 1. with the cleavage of the C chain.



Figure 1. Cleavage of proinsulin results in active insulin

Due to the additional processing steps required to produce purified active insulin from proinsulin, increasing the cost of insulin synthesis, we looked for way to diminish this cost by reducing the steps required to obtain active insulin.


Winsulin

Our team decided to design a single-chain insulin, as single-chain insulins have been demonstrated to have higher stability and activity than human proinsulin. Stability in particular was important to our design due to the need to synthesise an insulin that could be transported over long distances without requiring cold temperatures. Crucially, single-chain insulins do not need to be cleaved to be active, requiring less processing than proinsulin.




Figure 2. Sequence comparison of proinsulin, active insulin and Winsulin.

We based the linker peptide of Winsulin (shown above) on sequences and principles tested in Rajpal et al., 2009. This paper found that peptides with a length of 5 to 12 amino acids had the highest receptor binding activity. Importantly, the composition of the sequence is identified as integral in determining whether the single chain construct has activity.


With the above considerations in mind, we designed the linker peptide sequence for Winsulin with the following characteristics:



A further consideration was in ensuring that this single chain construct woudl not infringe any potential patents. With this in mind - we designed our construct to also have 12 amino acids.

Additionally, the C-terminal residue of proinsulin is an asparagine. In Winsulin we substituted this for a glycine to increase the pI of Winsulin to approximately 7.8. This pI is somewhat high, but it leads to the aggregation of Winsulin monomers to form hexamers. This substitution is present in many long-acting insulins currently on the market. Yet, interestingly, our modelling indicates our Winsulin is still a rapid-acting insulin, and dissociates from hexamers more readily than human insulin.

Our Constructs


We designed our expression constructs in order to test winsulin and proinsulin with multiple expression systems. Click on each element of the construct to learn more about why we chose it:

Winsulin secreted by B. subtilis

BB prefix

RBS

YNCM Tag

His Tag

TEV

Winsulin

BB suffix

Proinsulin secreted by B. subtilis

BB prefix

RBS

YNCM Tag

His Tag

R

Proinsulin

BB suffix

Winsulin targeted to the periplasm of E. coli

BB prefix

RBS

Ecotin Tag

His Tag

TEV

Winsulin

BB suffix

Proinsulin targeted to the periplasm of E. coli

BB prefix

RBS

Ecotin Tag

His Tag

R

Proinsulin

BB suffix

Winsulin targeted to the cytoplasm of E. coli

BB prefix

RBS

His Tag

TEV

Winsulin

BB suffix

Proinsulin targeted to the cytoplasm of E. coli

BB prefix

RBS

His Tag

R

Proinsulin

BB suffix

iGEM BioBrick Prefix


Contains the restriction sites that are necessary for BioBrick compatibility including EcoRI, NotI & XbaI.

E. coli Extended Ribosome Binding Site


A derivative of the RBS found in gene 10 of the T7 bacteriophage, this 23 base pair sequence rich in A’s & T’s enhances ribosome binding to boost expression.

YncM Tag

The YNCM tag is a 12 amino acid sequence whose presence on the N-terminus of the protein targets it for secretion out of the cell into the surrounding media via the Sec pathway in Bacillus subtilis. YNCM was chosen because it was recently shown to be massively successful in targeting recombinant protein for secretion compared to a library of other signal peptides. Additionally, this was shown in B. subtilis strain WB600, which is the bacteria that our WB800 strain was derived from. So we expect that it should give us similar success in secretion of our constructs. (Guan et. al. 2016)

His Tag


We have included a tag comprised of 6 sequential histidines that form a vital aspect of our purification technique using affinity chromatography. Histidine’s high attraction to metal ions will cause the entire protein, insulin and all, to bind to a nickel column and separate it from the other proteins of the cell.

TEV Protease Cleavage Site


TEV is a sequence-specific cysteine protease derived from Tobacco Etch Virus. Because of its high specificity, it is commonly used for deliberate protein cleavage. In our project, we will use it to exclusively detach Winsulin from the nickel column, leaving the his tag and Ecotin/YNCM tags behind. This should provide us with a pure elution of Winsulin.

“R” Arginine Cleavage Site

Arginine acts as a recognition site for Trypsin Protease which we will use to specifically remove Proinsulin from the his tag and YNCM/Ecotin tag in a similar way to TEV. We have chosen to use Trypsin in these constructs because it allows us to further simplify the processing of proinsulin. Trypsin naturally cleaves the C-peptide from proinsulin which, following disulfide bond formation, leaves the active form of insulin. This is the way it works in our body, so we are confident that it will work here too.

iGEM BioBrick Suffix


Contains the restriction sites that are necessary for BioBrick compatibility including SpeI, NotI & PstI. We have also added an additional BamHI site at the terminus of our E. coli expressed constructs for ligation into pET-15b.

Ecotin Tag

Ecotin acts as a signal sequence to target the translated protein to the periplasm of the cell. There are a number of advantages that make it a good choice over other tags.

  • Relatively low metabolic burden due to its small size
  • No interaction with other proteins within the periplasm
  • Is native in E. coli and contains a disulfide bond meaning it undergoes through an oxidative compartment that may assist in the formation of the disulfides in Proinsulin and Winsulin.
  • It has already been shown to successfully target proinsulin to the periplasm (Malik et. al. 2007)
Proinsulin


See our section above!

Winsulin


See our section above!

Our Vectors


We have chosen to use the pET-15b expression system paired with BL21 strain E. coli to express our periplasmic and cytoplasmic constructs. It is a well characterised vector that uses the T7 induction system to prevent expression without the presence of IPTG, providing a convenient level of control over production.


Figure 3. pET-15b was used for cytoplasmic and periplasmic expression of proinsulin and winsulin.

pUS258 is an integrative expression vector which undergoes homologous recombination to insert into the amyE gene of the Bacillus subtilis chromosome. It’s a relatively simple plasmid using the same IPTG induction system that we use across all of our expression systems.


Figure 4. pus258 was used for cytoplasmic and periplasmic expression of proinsulin and winsulin.

Our Expression Systems


In order to maximise the yield of our insulin, while also reducing the post-expression methods currently undertaken by manufacturers, we tested both of these constructs in three different expression systems. Two of these expression systems were in BL21 E. coli, and the other was in Bacillus subtilis.

Cytoplasmic Expression

Cytoplasmic expression is our recombinant protein production in its raw and simple form. With no tags attached to the fusion protein, both Winsulin and Proinsulin will accumulate within the cytoplasm to form aggregated inclusion bodies. Extraction will involve complete lysis of the cell and purification will require separating them from DNA, membranes and other proteins.

The reason to express in the cytoplasm is mainly to compare our other expression systems to where we will be able to see whether they are a viable means of production.

We are using the E. Coli shuffle strain as alternative to BL21 because it is associated with a higher capacity to fold recombinant protein within the cytoplasm This should promote the formation of disulfide bonds and reduce the formation of inclusion bodies


Figure 5. Details of E. Coli cytoplasmic expression of pro/winsulin

Periplasmic Expression

Potentially the biggest hurdle to overcome in efficiently producing recombinant insulin is having the three disulfide bonds in proinsulin and active insulin form correctly. This is because they require an oxidative environment that isn’t usually found in the cytoplasm of common protein factories like E. coli where proteins are naturally expressed.

Fortunately, the periplasmic compartment of gram negative bacteria, including E. coli is more oxidative than the cytoplasm and will therefore improve disulfide bond formation. So we are using the Ecotin tag to target proinsulin and Winsulin to the periplasm in the hope that they will fold correctly and form the correct disulfides.

This method also has the additional advantage that the periplasmic fraction can be extracted without lysing the entire cell, separating our insulin from cells DNA and the rest of the cytoplasmic “junk”.


Figure 6. Details of E. Coli periplasmic expression of pro/winsulin

Secretory Expression

Current methods of insulin production grow bacteria in huge vats. But bacteria like E. coli that only express the protein in the cytoplasm need to be lysed to extract it. Which means they need to drain hundreds of thousands of liters of culture to separate the cells from the media before lysing the cells and then purifying insulin from the DNA and other cellular proteins. Although we will be testing cytoplasmic E. coli expression similar to these methods, we wanted to come up with a way to efficiently separate our insulin from the cells and decided the best way would be have it secreted directly into the media.

This is where Bacillus subtilis comes in!


Bacillus has been a common tool for recombinant protein production for years and has been proven again and again that they are highly efficient secretion factories. The hope is that having the insulin separated from the cells in the media would mean that scaled up production could use a system where the media is constantly cycled out and the cells can continuously produce our insulin. As can be seen in Figure 7, expression using B. Subtilis can be very simple contributing to our goal to create an easily purifiable product.


Figure 7. Details of expression of pro/winsulin in B. Subtilis

Our Purification Process


Our insulins were designed with a 6x His sequence at the N-terminus of the insulin. This sequence, comprised of 6 histidine residues, binds to nickel. When cell lysates or media containing insulin are added to nickel beads, all of the cellular components should wash off from the beads. This separates them from insulin which remains bound to the nickel beads. As such, the 6x His tag sequence's affinity to nickel can be used to purify insulin from cells or media.

We considered two methods for the purification of our insulins: nickel columns, and nickel agarose resin. The nickel column method is simpler, as insulin can be purified in a single step, yet it is more expensive. On the other hand, the nickel agarose resin method involves more steps but is more cost-effective.

An additional factor in the purification of our insulins is the need to remove the 6x His sequence and the expression tags from the insulin. We designed our Winsulin constructs so that both could be cleaved off in a single step by TEV protease. Our Proinsulin constructs take this further - in a single step using the protease trypsin, the His-tag, expression tag and C chain are removed, simultaneously removing the tags and allowing the proinsulin to fold into active insulin.


Figure 8. Schematic demonstrating the purification methods


In the nickel column method, the protease step also releases the insulin from the nickel column for collection. However, it also reduces the amount of insulin released from the nickel column. Taking this into consideration, along with the increased expense of the nickel column method, our team decided to use the nickel agarose resin method for insulin purification.

Assays



ELISA Assay

As an initial test to determine protein folding and accurately quantify expression yield, we will be using an ELISA. This test uses antibodies that bind to the folded structure of insulin with extremely high specificity. In this regard, it gives an initial indication as to whether the protein is in a conformation that could potentially bind to the insulin receptor. Additionally, the antibodies are tagged with fluorescent protein, so the relative fluorescence will correlate to the amount of insulin in the sample, also with great accuracy.



Figure 9. Schematic for ELISA insulin assay


Glucose Uptake Assay


Following the ELISA, we will test the function of our expressed recombinant Winsulin, and Proinsulin (with trypsin removal of the C-peptide) using an in vitro glucose uptake assay. Here, we measure the changes in glycogen synthesis and glucose oxidation in response to activation of the insulin receptor in cell cultures. C14 radioalabelled glucose will be taken up into the cell at a faster rate upon stimulation and result in incorporation of the carbon into glycogen and CO2, which is measured by a scintillation counter. This assay is a great alternative to an in vivo assay that uses involves assessing the convulsions of mice in response to injections of increasing concentrations of insulin.





Figure 10. Schematic for glucose uptake assays for insulin assay

Additional Design Considerations



WB800 Bacillus Strain



One of the challenges that we found in the literature of producing recombinant insulin was its susceptibility to proteolytic decay. So to continue with the theme of maximising expression, it would make sense to reduce the effect of proteolytic decay.

Our idea: knockout proteases from an existing strain such as B. subtilis 168.

Our actual solution: find one that already exists.

And hence we discovered B. subtilis WB800. It is one of the more recent of a long line of protease deficient strains of Bacillus subtilis that have been optimised for recombinant protein secretion (Figure 11).

WB800 specifically has 8 proteases knocked that include both intracellular and membrane bound. The strain was kindly provided to us for experimental use by Professor Sui-Lam Wong of the University of Calgary, Canada.

Figure 11. WB800 protease knockout strain


pUS270



Although pUS258 appeared to work quite well as an expression vector, we noticed that it wasn't the most streamlined process of cloning in our constructs nor transforming into Bacillus subtilis because of an MCS that was incompatible with the BioBrick cloning system, and the extra steps needed to ensure the correct integration of the plasmid into the chromosome.

So we decided to design a new compact, highly efficient replicative expression vector that would serve not just our own future experiments, but the whole iGEM community. Thus, pUS270 was born!

While we were too short on time to construct it ourselves, we are holding onto it for a future project that can be tested and eventually submitted to the registry.

Select each dropdown for more information

Codes for Neomycin Phosphotransferase II that gives transformants resistance to both Neomycin and Kanamycin. Allows selective screening of transformants

This gene codes for the Replicator protein that pairs with the Bacillus OriV and is essential to promote the independent replication of pUS270 in Bacillus.

This region allows independent replication of the vector within Bacillus at a high copy number to provide more copies of the recombinant gene to maximise expression.

Taken from pSB1C3, having this origin of replication will make it easier to construct the plasmid using E. coli as well as improve cloning efficiency downstream. Chosen because of the high copy number of pSB1C3.

Consists of the target sequence for the lac repressor protein to contribute to the IPTG induction system.

The multiple cloning site of pUS258 and other expression plasmids that we considered using either had too few restriction sites or sites that were incompatible for the efficient cloning with the BB Prefix and Suffix. So we have designed two highly diverse MCS’ that have 27 unique sites amongst them on either side of SF AmylCP-6 to promote simple cloning of parts from the Bio Brick Registry.

SuperFold AmilCP-6 is a variant of amilCP which was used by the 2016 Sydney IGEM team and originally submitted to the registry by Team Uppsala Sweden in 2011. This variant has undergone site directed mutagenesis to increase the folding rate of the chromoprotein and enhance the blue colour. We are taking advantage of this protein to enable blue-white screening without the need for adding X-gal to the plates. Cloning with the two multiple cloning sites that flank SF AmilCP-6 essentially swaps it with the insert to leave the recombinant bacteria white rather than blue.

Codes for the production of the repressor protein that binds to the Lac Operator to prevent expression until induction of the media with IPTG. We have designed pUS270 to have the LacI under the pVeg promoter for strong constitutive expression in Bacillus.

References

  1. Rajpal, G., Liu, M., Zhang, Yi, Arvan, P. (2009). Single-Chain Insulins as Receptor Agonists. Mol Endocrinol 23(5):679-688