Difference between revisions of "Team:Dundee Schools/Results"

 
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 +
 
<style>
 
<style>
  
Line 6: Line 7:
 
#sideMenu, #top_title {display:none;}
 
#sideMenu, #top_title {display:none;}
 
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
 
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
 +
body {background-color:#bcc8dd; }
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
 
+
/********************************* MENU ********************************/
/********************************* RESPONSIVE STYLING ********************************/
+
 
+
/* IF THE SCREEN IS LESS THAN 1000PX */
+
 
+
@media only screen and (max-width: 1000px) {
+
 
+
#content {width:100%; }
+
.menu_wrapper {width:15%;}
+
.content_wrapper {margin-left: 15%;}
+
.menu_item {display:block;}
+
.icon {display:none;}
+
.highlight {padding:10px 0px;}
+
}
+
 
+
 
+
/* IF THE SCREEN IS LESS THAN 680PX */
+
 
+
@media only screen and (max-width: 680px) {
+
.collapsable_menu_control { display:block;}
+
.menu_item {display:none;}
+
.menu_wrapper { width:100%; height: 15%; position:relative;}
+
.content_wrapper {width:100%; margin-left:0px;}
+
.column.half_size {width:100%; }
+
.column img { width: 100%; padding: 5px 0px;}
+
.icon {display:block;}
+
.highlight {padding:15px 5px;}
+
}
+
 
+
 
+
</style>
+
 
+
<!-------------------------------------------------OWN CODE--------------------------------------------------------->
+
 
+
<!--iGEM HS Wiki HTML:Results-->
+
<!--Darryl Sime, started 2/8/16-->
+
 
+
<head>
+
  <meta name="viewport" content="width=device-width, initial-scale=1">
+
  <title>Dundee Schools: Results</title>
+
</head>
+
 
+
<body>
+
  <!--CSS-->
+
  <style>
+
 
/* Wrapper for the menu */
 
/* Wrapper for the menu */
 
.menu_wrapper {  
 
.menu_wrapper {  
width:16vw;  
+
width:150px;  
 
height:100vh;  
 
height:100vh;  
 
position:fixed;  
 
position:fixed;  
 
padding:0px;
 
padding:0px;
 
float:left;  
 
float:left;  
background-color:#ffffff;  
+
background-color:#a8bce1;  
 
text-align:left;
 
text-align:left;
 
}
 
}
Line 68: Line 27:
 
margin:-2px 0px 0px -20px;  
 
margin:-2px 0px 0px -20px;  
 
padding: 10px 10px;   
 
padding: 10px 10px;   
border-bottom: 1px solid #d3d3d3;  
+
border-bottom: 1px solid white;  
 
font-weight:bold;
 
font-weight:bold;
color:#2d305a;  
+
color:white;  
 
cursor: pointer;  
 
cursor: pointer;  
 
}
 
}
Line 76: Line 35:
 
/* when hovering on a menu item */
 
/* when hovering on a menu item */
 
.menu_item:hover {  
 
.menu_item:hover {  
color:#2d305a;  
+
color:#000000;  
background-color: #f1f89b;
+
background-color: #c4d1e9;
 
}
 
}
  
Line 110: Line 69:
 
padding: 15px 0px 15px 15px ;  
 
padding: 15px 0px 15px 15px ;  
 
display:block;
 
display:block;
border-bottom: 1px solid #34878f;   
+
border-bottom: 1px solid #d3d3d3;   
 
text-align:left;  
 
text-align:left;  
 
font-weight:bold;
 
font-weight:bold;
 
text-decoration:none;  
 
text-decoration:none;  
color:#2d305a;  
+
color:white;  
 
list-style-type:none;  
 
list-style-type:none;  
 
cursor:pointer;  
 
cursor:pointer;  
Line 128: Line 87:
 
padding: 11px 90px 12px 20px;
 
padding: 11px 90px 12px 20px;
 
text-decoration: none;
 
text-decoration: none;
color:black;
+
color:white;
 
}
 
}
  
 
/* When hovering on a menu item */
 
/* When hovering on a menu item */
 
.menu_items li:hover {  
 
.menu_items li:hover {  
background-color:#26d2c6;
+
background-color:#a8bce1;
color: #2d305a;
+
color: #000000;
 
}
 
}
  
Line 166: Line 125:
 
padding: 5px 10px;  
 
padding: 5px 10px;  
 
display: inline-block;
 
display: inline-block;
border-bottom: 1px solid #d3d3d3;
+
border-bottom: 1px solid white;
background-color:white;  
+
background-color:#c1cfe8;  
 
text-decoration:none;
 
text-decoration:none;
color:#2d305a;  
+
color:white;  
 
}
 
}
  
Line 175: Line 134:
  
 
.submenu li a:hover  {
 
.submenu li a:hover  {
background-color:#26d2c6;  
+
background-color:#a3b6d7;  
color: #ffffff;
+
color:black;
 
}
 
}
  
Line 203: Line 162:
 
}
 
}
  
 +
/********************************* CONTENT OF THE PAGE ********************************/
  
 +
/* Wrapper for the content */
 +
.content_wrapper {
 +
width: 85%;
 +
margin-left:150px;
 +
padding:10px 0px;
 +
float:left;
 +
background-color:white;
 +
}
  
    body {
+
/*LAYOUT */
padding:0px;
+
.column  {
margin:0px;
+
padding: 10px 0px;
background-color:white;
+
float:left;
overflow-y:scroll;
+
background-color:white;  
overflow-x:hidden;
+
}
font-family:Helvetica;
+
 
height:auto;
+
.full_size {
width:100vw;
+
width:100%;
    }
+
}
 +
 
 +
.full_size img {
 +
padding: 10px 15px;
 +
width:96.5%;
 +
}
 +
 
 +
.half_size {
 +
width: 50%;
 +
}
 +
.half_size img {
 +
padding: 10px 15px;
 +
width: 93%;
 +
}
 +
 
 +
 
 +
.clear {
 +
clear:both;
 +
}
 +
 
 +
.highlight {
 +
width: 90%;
 +
margin: auto;
 +
padding: 15px 5px;
 +
background-color: #f2f2f2;
 +
}
 +
 
 +
 
 +
/*STYLING */
 +
 
 +
/* styling for the titles */
 +
.content_wrapper h1, .content_wrapper h2 {
 +
padding:5px 15px;
 +
border-bottom:0px;  
 +
color:#72c9b6;
 +
 
 +
}
 +
.content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {
 +
padding:5px 15px;
 +
border-bottom:0px;
 +
color: #000000;
 +
}
 +
 
 +
 
 +
/* font and text */
 +
.content_wrapper p {
 +
padding:0px 15px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;  
 +
}
 +
 
 +
/* Links */
 +
.content_wrapper a {
 +
font-weight: bold;
 +
text-decoration: underline;
 +
text-decoration-color:#72c9b6;
 +
color: #72c9b6;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
transition: all 0.4s ease;
 +
}
 +
 
 +
/* hover for the links */
 +
.content_wrapper a:hover {
 +
text-decoration:none;
 +
color:#000000;
 +
}
 +
 
 +
/* non numbered lists */
 +
.content_wrapper ul {
 +
padding:0px 20px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;  
 +
}
 +
 
 +
/* numbered lists */
 +
.content_wrapper ol {
 +
padding:0px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
 +
 
 +
/* Table */
 +
.content_wrapper table {
 +
width: 97%;
 +
margin:15px 10px;
 +
border: 1px solid #d3d3d3;
 +
border-collapse: collapse;
 +
}
 +
 
 +
/* table cells */
 +
.content_wrapper  td {
 +
padding: 10px;
 +
vertical-align: text-top;
 +
border: 1px solid #d3d3d3;
 +
border-collapse: collapse;
 +
}
 +
 
 +
/* table headers */
 +
.content_wrapper th {
 +
padding: 10px;
 +
vertical-align: text-top;
 +
border: 1px solid #d3d3d3;
 +
border-collapse: collapse;
 +
background-color:#f2f2f2;
 +
}
 +
 
 +
/* Button class */
 +
.button_click {
 +
margin: 10px auto;
 +
padding: 15px; width:12%; 
 +
text-align:center;
 +
font-weight:bold;
 +
background-color: #72c9b6;
 +
cursor:pointer; 
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
transition: all 0.4s ease;  
 +
}
 +
 
 +
/* button class on hover */
 +
.button_click:hover { 
 +
background-color:#000000;
 +
color:#72c9b6;
 +
}
 +
 
 +
/********************************* RESPONSIVE STYLING ********************************/
 +
 
 +
/* IF THE SCREEN IS LESS THAN 1000PX */
 +
 
 +
@media only screen and (max-width: 1000px) {
 +
 
 +
#content {width:100%; }
 +
.menu_wrapper {width:15%;}
 +
.content_wrapper {margin-left: 15%;}
 +
.menu_item {display:block;}
 +
.icon {display:none;}
 +
.highlight {padding:10px 0px;}
 +
}
 +
 
 +
 
 +
/* IF THE SCREEN IS LESS THAN 680PX */
 +
 
 +
@media only screen and (max-width: 680px) {
 +
.collapsable_menu_control { display:block;}
 +
.menu_item {display:none;}
 +
.menu_wrapper { width:100%; height: 15%; position:relative;}
 +
.content_wrapper {width:100%; margin-left:0px;}
 +
.column.half_size {width:100%; }
 +
.column img { width: 100%; padding: 5px 0px;}
 +
.icon {display:block;}
 +
.highlight {padding:15px 5px;}
 +
}
  
 
</style>
 
</style>
  
  
<!--HTML-->
+
 
 +
 
 +
<!--- THIS IS WHERE THE HTML BEGINS --->
 +
 
 +
 
 +
<!-- This tells the browser that your page is responsive -->
 +
 
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
</head>
 +
 
 +
 
 +
 
  
 
<div class="menu_wrapper" >
 
<div class="menu_wrapper" >
Line 235: Line 371:
 
<li class="menu_item"> <div class="icon plus"></div> TEAM
 
<li class="menu_item"> <div class="icon plus"></div> TEAM
 
<ul class="submenu">
 
<ul class="submenu">
<li> <a href=" https://2016.igem.org/Team:Dundee_Schools/Team"> Team  </a> </li>
+
<li> <a href=" https://2016.igem.org/Team:Dundee_Schools/Team"> Meet the Agents  </a> </li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Collaborations">★  Collaborations </a> </li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Collaborations"> Collaborations </a> </li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
Line 242: Line 378:
 
<li class="menu_item"> <div class="icon plus"></div> PROJECT   
 
<li class="menu_item"> <div class="icon plus"></div> PROJECT   
 
<ul class="submenu">
 
<ul class="submenu">
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Description"> ★  Description </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Description">   Description </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Design"> Design </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Design"> Design </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Experiments"> Experiments </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Experiments"> Experiments </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Proof"> Proof of Concept </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Proof"> Proof of Concept </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Demonstrate"> ★ Demonstrate </a></li>
+
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Results"> Results </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Results"> Results </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Notebook"> Notebook </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Notebook"> Notebook </a></li>
Line 255: Line 390:
 
<ul class="submenu">
 
<ul class="submenu">
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Parts">Parts </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Parts">Parts </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Basic_Part"> Basic Parts </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Basic_Part"> Basic Parts </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Composite_Part"> Composite Parts </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Composite_Part"> Composite Parts </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Part_Collection"> Part Collection </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Part_Collection"> Part Collection </a></li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
Line 265: Line 400:
  
  
<li class="menu_item"> <a href="https://2016.igem.org/Team:Dundee_Schools/Attributions">★  ATTRIBUTIONS </a></li>
+
<li class="menu_item"> <a href="https://2016.igem.org/Team:Dundee_Schools/Attributions"> ATTRIBUTIONS </a></li>
  
  
Line 271: Line 406:
 
<ul class="submenu">
 
<ul class="submenu">
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Human_Practices"> Human Practices </a></li>
 
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Human_Practices"> Human Practices </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/HP/Silver">Silver </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/HP/Silver"> Silver </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/HP/Gold">Gold </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/HP/Gold">Gold </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Integrated_Practices"> Integrated Practices </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Integrated_Practices"> Integrated Practices </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Engagement">Engagement </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Engagement"> Engagement </a></li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
Line 281: Line 416:
 
<li class="menu_item"> <div class="icon plus"></div> AWARDS  
 
<li class="menu_item"> <div class="icon plus"></div> AWARDS  
 
<ul class="submenu">
 
<ul class="submenu">
<li><a href="https://2016.igem.org/Team:Dundee_Schools/Entrepreneurship"> ★ Entrepreneurship </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Model">Modelling </a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Hardware"> ★ Hardware </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Medals">Medals</a></li>
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Software">★ Software </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Measurement">★  Measurement </a></li>
+
<li> <a href="https://2016.igem.org/Team:Dundee_Schools/Model">★ Model </a></li>
+
 
+
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
Line 293: Line 424:
 
</div>
 
</div>
  
<p>Background Information:
 
  
The hfq is a RNA binding protein and it is specific to <em>vibrio cholerae</em> and <em>shigella</em> which means it targets these bacteria.<br></br>
 
  
osmY is a protein often secreted by <em>E. coli</em>. This means that we can attach a specific sRNA sequence which will be formed by a plasmid in the <em>E. coli</em>. The osmY will then escort the sRNA out of the cell. However, the sRNA cannot bind to the osmY therefore we made an osmY – hfq fusion so it can bind to the sRNA.<br></br>
+
<div class="content_wrapper">
  
sRNA is made by the expression system, Ec-sRNA <em>E. coli</em> and Sma-sRNA S.marcescens.
 
  
Once the sRNA is outside of the <em>E. coli</em> we want the <em>vibrio cholerae</em> and <em>shigella</em> to take up the sRNA so that it can block a vital DNA sequence which stops translation of a protein which makes up the tail of the <em>vibrio cholera</em>. The protein is called fliC.<br></br>
 
  
To test the ability of the sRNA we plan to run <em>E. coli</em> cells that have been inhibited by the sRNA on protein gel. Normally when <em>E. coli</em> is run on a protein gel a large band would be found at 37 kBa which would represent the huge amounts of fliC which is used to make up the tail of the <em>E. coli</em>. However once the translation of the fliC protein have been inhibited by the sRNA a really small band of different proteins would be found at 37 kBa, and no fliC should be found. We can also check the two samples and compare them under a microscope to see if the inhibited sample is swimming, since it has no tail it should be unable to move. Another method of testing the sRNA’s efficiency will be to plate the inhibited cells along with normal cells as a control, once plated the normal cells will be able to grow outwards as they have the ability to move due to their tail, however the inhibited cells will stay close to where they were put on as they can’t move without their tails.<br></br>
+
<h1 id="team_name"> Dundee Schools </h1>
 +
<h4 id="page_name"> Results </h4>
 +
 
 +
<p>We have characterised two synthetic devices: the <b>S</b>ecretion <b>o</b>f <b>R</b>NA <b>D</b>evice (S.O.R.D.) and its partner RNA silencing agent, spiRNA.</p>
 +
 
 +
<p>S.O.R.D. is a fusion protein consisting of Hfq and OsmY. Hfq is an RNA binding protein found in many pathogenic bacteria. OsmY is a protein readily secreted by <i>E. coli</i>. By fusing these proteins we can theoretically create a device that secretes RNA from the cell. Our spiRNA is made from the expression systems, <i>Ec-sRNA</i> using an Hfq binding site from <i>E. coli</i> and <i>Sma-sRNA</i> using one from <i>Serratia marcesens</i>. Once the spiRNA is outside of the <i>E. coli</i> we want the target bacterium to take up the sRNA so that it can block a vital DNA sequence from being translated. In our proof of concept experiments detailed here we have targetted the flagellar subunit gene <i>fliC</i>. So in order to see if RNA interference would work in the treatment of bacterial infections, we ran some experiments on our BioBricks. First of all we ran numerous western blots to characterise SORD and see if they can be secreted. We then performed motility assays to see if our spiRNA works as we expect it to.</p>
 +
 
 +
<h5>Western Blots</h5>
 +
 
 +
<img class="half_size" src="https://static.igem.org/mediawiki/2016/f/ff/T--Dundee_Schools--results1.png"/>
 +
 
 +
<p>Figure 1: Western blots of our whole cell (A) and supernatant (B) samples of rhamnose induced OsmY-HA (C) expressing cultures.</P
 +
 
 +
<p>We ran a western blot on our rhamnose induced OsmY-HA expressing cultures. We used OsmY-HA as a positive control to make sure OsmY is being secreted. First we added 500 ul overnight cultures into 50 ml of LB, we incubated the cultures at 37<sup>o</sup>C until we reached an OD<sub>600nm</sub> of 0.4. We followed this by adding different concentrations of rhamnose; 0.1%, 0.2%, 0.4% and 0.5% (v/v). We took a 1ml sample from the induced culture and measured the OD<sub>600nm</sub>and then the samples from the cultures were spun down to separate the cells and supernatant. Through running both samples on a western blot we were able to determine whether; the protein was being expressed inside of the cell, and if the protein was being secreted outside of the cell. On the whole cell western blot, we can see that our OsmY-HA is being expressed in the presence of rhamnose (Fig. 1A). On the supernatant western blot, we can see traces of our OsmY-HA outside of the cell which shows that it is being secreted (Fig. 1B).<p>
 +
 
 +
<img src="https://static.igem.org/mediawiki/2016/1/10/T--Dundee_Schools--results2.png"style="width:75%"/>
 +
 
 +
<p>Figure 2: Western blots showing the whole cell samples of rhamnose induced OsmY-Hfq-HA fusion proteins with Hfq from <i>E. coli</i> (A) and <i>Serratia marcesens</i> (B). Western blot showing supernatant samples of both fusion proteins along with OsmY-HA and empty vector. (C) Western blots showing the supernatant samples of OsmY-HA, OsmY-Hfq <i>E. coli</i> and Osmy-Hfq <i>serratia</i>.</p>
 +
 
 +
<p>Once we knew our OsmY-HA was working and being secreted out of the cell we then proceeded to the next stage, we had to make sure that our fusion protein which was made up of the OsmY-Ha and Hfq from <i>E. coli</i> was also being secreted to test this we ran an identical experiment with cells expressing our OsmY-Hfq-HA constructs (Fig. 2A). The same had to be performed on the fusion containing the Hfq protein from <i>Serratia marcesens</i> and it can be seen that once again the fusion is being expressed when in the presence of the Rhamnose (Fig. 2B). Once we knew that the cells were being expressed we had to perform a western blot on the supernatant of the cells; this was done on the supernatant of each of the fusion proteins as well as the OsmY-HA and on the empty vector to make sure it’s not interfering with any of the results. From the results (Fig. 2C) we can see that both of the fusions are secreting our protein however the <i>Serratia</i> version seems to be more limited in comparison to the <i>E. coli</i>. We can also see that the OsmY-HA is also being secreted out of the cell very well which is to be expected.</p>
 +
 
 +
<img src="https://static.igem.org/mediawiki/2016/5/51/T--Dundee_Schools--results4.png"style="width:40%"/>
 +
<p> Figure 3: Western blots showing the whole cell (A) and supernatant samples (B) of both our fusion proteins along with OsmY-HA and empty vector using a RNAP antibody</p>
 +
 
 +
 
 +
<p>However, we had to make sure that our cells were not lysing in the process and releasing their contents into their surroundings; thus we once again performed a western blot, this time using a different anti-body used to check the presence of RNA polymerase which is only found inside of the cell. From the results we can see that each different cell was very rich in RNA polymerase, however we could not detect it in the supernatant (Fig. 3).</p>
 +
 
 +
<h5>Motility Assays</h5>
 +
 
 +
<img src="https://static.igem.org/mediawiki/2016/d/d4/T--Dundee_Schools--results3.png"style="width:75%"/>
 +
<p>Figure 4: Bar graph showing average colony area and standard deviation of replicates (A) and diagrams of relevant spiRNA constructs below (B). Photographs representative of motility assays of expressed above (C)</p>
 +
 
 +
<p>We created two spiRNA agents specific for <i>fliC</i> in <i>E. coli</i> using <a href="http://parts.igem.org/Part:BBa_K1963004">BBa_K1963004 </a>and transformed these plasmids in to MG1655 <i>E. coli</i> cells. We ran motility assays on these strains to see if our spiRNA was binding to the <i>fliC</i> mRNA, preventing translation and inhibiting the ability to swim. We used non taregtting spiRNA on a plate as a positive control and compared it to spiRNA with a 24 bp sequence of CDS which is part of <i>fliC</i> and on spiRNA-RBS-CDS which also covered the ribosome binding site.
 +
 
 +
<p>For our non-targeting spiRNA plate, we saw a larger colony size than the two other plates which showed a very small amount of growth. This indicates that our spiRNA containing a <i>micC</i> Hfq binding site from <i>E. coli</i> is successfully binding to the CDS and stopping the bacteria from swimming (Fig. 4A). We then worked out the average colony area. We got a larger average colony size for our empty vector than our two plates with our spiRNA. This again infers that our spiRNA is indeed working in the way that we expected. The spiRNA seems to work better for the CDS than the RBS-CDS as we got a smaller average colony size and a smaller standard deviation, however, we would need to run some further experiments to see if this is truly the case.</p>
 +
 
 +
<p>Looking at these results, it can be seen that we have managed to prove that our S.O.R.D. can be secreted and that our spiRNA from <i>E. coli</i> is able to affect the motility of bacteria. Some further experiments we could have ran would be to test our spiRNA containing a <i>chiA</i> Hfq binding site from <i>Serratia marcesens</i> to see if it also works at reducing bacteria motility. We know Hfq is an RNA binding protein but we don’t know how this function could be affect once it is fused together with OsmY. In future, we could run an experiment called an electrophoretic mobility shift assay to see if it can still bind to the spiRNA.</p>
 +
 
 +
</div>
 +
 
 +
 
  
The first experiment performed to characterise our system is a western blot. The western blot will separate and let us identify proteins. For the western blot we are using our system, responsible for producing the osmY – hfq fusion, which was left in an overnight culture before. Both the super-native and the cells were loaded as a sample to see if the osmY – hfq fusion was indeed being secreted from the <em>E. coli</em>. However to be able to see the fusion on a gel we need to add a HA tag to it.<br></br>
 
  
Since osmY (BBa_K892008) has already been submitted as a BioBrick to the registry before, we plan to improve it to qualify for the gold medal award. We have added a sequence which allows the expression of a HA tag to the osmY BioBrick, which in turn allows antibodies to be able to attach itself to it and provide a good method for the detection and purification of tagged target proteins.</p>
 
  
</body>
 
 
<script>
 
<script>
  
Line 370: Line 534:
 
});
 
});
  
if( ($(location).attr('href')).indexOf("submit") >= 0  ) {
+
 
$(".menu_wrapper").css( { "position": "absolute", "height": "auto"});
+
$("#wpTextbox1").css( 'margin-top', '440px');
+
}
+
  
  
 
</script>
 
</script>
 +
  
 
</html>
 
</html>

Latest revision as of 02:19, 20 October 2016

Dundee Schools

Results

We have characterised two synthetic devices: the Secretion of RNA Device (S.O.R.D.) and its partner RNA silencing agent, spiRNA.

S.O.R.D. is a fusion protein consisting of Hfq and OsmY. Hfq is an RNA binding protein found in many pathogenic bacteria. OsmY is a protein readily secreted by E. coli. By fusing these proteins we can theoretically create a device that secretes RNA from the cell. Our spiRNA is made from the expression systems, Ec-sRNA using an Hfq binding site from E. coli and Sma-sRNA using one from Serratia marcesens. Once the spiRNA is outside of the E. coli we want the target bacterium to take up the sRNA so that it can block a vital DNA sequence from being translated. In our proof of concept experiments detailed here we have targetted the flagellar subunit gene fliC. So in order to see if RNA interference would work in the treatment of bacterial infections, we ran some experiments on our BioBricks. First of all we ran numerous western blots to characterise SORD and see if they can be secreted. We then performed motility assays to see if our spiRNA works as we expect it to.

Western Blots

Figure 1: Western blots of our whole cell (A) and supernatant (B) samples of rhamnose induced OsmY-HA (C) expressing cultures.

We ran a western blot on our rhamnose induced OsmY-HA expressing cultures. We used OsmY-HA as a positive control to make sure OsmY is being secreted. First we added 500 ul overnight cultures into 50 ml of LB, we incubated the cultures at 37oC until we reached an OD600nm of 0.4. We followed this by adding different concentrations of rhamnose; 0.1%, 0.2%, 0.4% and 0.5% (v/v). We took a 1ml sample from the induced culture and measured the OD600nmand then the samples from the cultures were spun down to separate the cells and supernatant. Through running both samples on a western blot we were able to determine whether; the protein was being expressed inside of the cell, and if the protein was being secreted outside of the cell. On the whole cell western blot, we can see that our OsmY-HA is being expressed in the presence of rhamnose (Fig. 1A). On the supernatant western blot, we can see traces of our OsmY-HA outside of the cell which shows that it is being secreted (Fig. 1B).

Figure 2: Western blots showing the whole cell samples of rhamnose induced OsmY-Hfq-HA fusion proteins with Hfq from E. coli (A) and Serratia marcesens (B). Western blot showing supernatant samples of both fusion proteins along with OsmY-HA and empty vector. (C) Western blots showing the supernatant samples of OsmY-HA, OsmY-Hfq E. coli and Osmy-Hfq serratia.

Once we knew our OsmY-HA was working and being secreted out of the cell we then proceeded to the next stage, we had to make sure that our fusion protein which was made up of the OsmY-Ha and Hfq from E. coli was also being secreted to test this we ran an identical experiment with cells expressing our OsmY-Hfq-HA constructs (Fig. 2A). The same had to be performed on the fusion containing the Hfq protein from Serratia marcesens and it can be seen that once again the fusion is being expressed when in the presence of the Rhamnose (Fig. 2B). Once we knew that the cells were being expressed we had to perform a western blot on the supernatant of the cells; this was done on the supernatant of each of the fusion proteins as well as the OsmY-HA and on the empty vector to make sure it’s not interfering with any of the results. From the results (Fig. 2C) we can see that both of the fusions are secreting our protein however the Serratia version seems to be more limited in comparison to the E. coli. We can also see that the OsmY-HA is also being secreted out of the cell very well which is to be expected.

Figure 3: Western blots showing the whole cell (A) and supernatant samples (B) of both our fusion proteins along with OsmY-HA and empty vector using a RNAP antibody

However, we had to make sure that our cells were not lysing in the process and releasing their contents into their surroundings; thus we once again performed a western blot, this time using a different anti-body used to check the presence of RNA polymerase which is only found inside of the cell. From the results we can see that each different cell was very rich in RNA polymerase, however we could not detect it in the supernatant (Fig. 3).

Motility Assays

Figure 4: Bar graph showing average colony area and standard deviation of replicates (A) and diagrams of relevant spiRNA constructs below (B). Photographs representative of motility assays of expressed above (C)

We created two spiRNA agents specific for fliC in E. coli using BBa_K1963004 and transformed these plasmids in to MG1655 E. coli cells. We ran motility assays on these strains to see if our spiRNA was binding to the fliC mRNA, preventing translation and inhibiting the ability to swim. We used non taregtting spiRNA on a plate as a positive control and compared it to spiRNA with a 24 bp sequence of CDS which is part of fliC and on spiRNA-RBS-CDS which also covered the ribosome binding site.

For our non-targeting spiRNA plate, we saw a larger colony size than the two other plates which showed a very small amount of growth. This indicates that our spiRNA containing a micC Hfq binding site from E. coli is successfully binding to the CDS and stopping the bacteria from swimming (Fig. 4A). We then worked out the average colony area. We got a larger average colony size for our empty vector than our two plates with our spiRNA. This again infers that our spiRNA is indeed working in the way that we expected. The spiRNA seems to work better for the CDS than the RBS-CDS as we got a smaller average colony size and a smaller standard deviation, however, we would need to run some further experiments to see if this is truly the case.

Looking at these results, it can be seen that we have managed to prove that our S.O.R.D. can be secreted and that our spiRNA from E. coli is able to affect the motility of bacteria. Some further experiments we could have ran would be to test our spiRNA containing a chiA Hfq binding site from Serratia marcesens to see if it also works at reducing bacteria motility. We know Hfq is an RNA binding protein but we don’t know how this function could be affect once it is fused together with OsmY. In future, we could run an experiment called an electrophoretic mobility shift assay to see if it can still bind to the spiRNA.