Team:Dundee/Project/Mop

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
-
<html lang="en">
+
<head>
 +
<meta charset=utf-8 />
 +
 
 +
<!-- Website Design By: www.happyworm.com -->
 +
<title>The Mop by Brian Cox</title>
 +
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 +
<link href="http://www.kyleharrison.co.uk/igem/digiposter/skin/blue.monday/jplayer.blue.monday.css" rel="stylesheet" type="text/css" />
 +
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
 +
<script type="text/javascript" src="http://www.kyleharrison.co.uk/igem/digiposter/js/jquery.jplayer.min.js"></script>
 +
<script type="text/javascript">
 +
//<![CDATA[
 +
$(document).ready(function(){
 +
 
 +
$("#jquery_jplayer_1").jPlayer({
 +
ready: function (event) {
 +
$(this).jPlayer("setMedia", {
 +
wav:"http://www.kyleharrison.co.uk/igem/digiposter/Mop.wav",
 +
});
 +
},
 +
swfPath: "js",
 +
supplied: "wav",
 +
wmode: "window",
 +
smoothPlayBar: true,
 +
keyEnabled: true
 +
});
 +
});
 +
//]]>
 +
</script>
 +
</head>
 +
<body>
       <!-- Begin page content -->
       <!-- Begin page content -->
Line 15: Line 44:
<div class="row">
<div class="row">
     <div class="span12" style="text-align:justify;margin-top:-40px;">
     <div class="span12" style="text-align:justify;margin-top:-40px;">
-
<p>The ToxiMop are two bacterial strains that have been designed to clean microcystin from contaminated water. These strains have been engineered to express human PP1, to which microcystin binds covalently, and target it outside the bacterial membrane to allow easy binding of the toxin. This binding inactivates the toxic activity of microcystin, effectively ‘mopping’ it up.</p><br>
 
-
<p>There are currently two chassis in which PP1 is being expressed: <i>Bacillus subtilis</i>and <i>Escherichia coli</i>. These two organisms were selected as they have different membrane layouts and allowed us to take two different approaches to the mop. Localisation of PP1 is mediated via different signal sequences that direct PP1 to the periplasm in <i>E. coli </i>and membrane in <i>B. subtilis</i>.</p><br>
 
-
<p>We considered two protein transport pathways for the transport of PP1 in our mop, the Sec and Tat protein transport pathways. We took these into consideration as Sec deals with unfolded protein (inserts membrane proteins into the inner membrane) and Tat deals with folded protein. In this way we could find out if PP1 was folding correctly in the periplasm by comparing blots of samples using Sec and samples using Tat.</p><br>
 
-
<p>As <i>B. subtilis</i> is Gram positive, PP1 is transported to the membrane. In this instance, export of PP1 is mediated by the Sec protein transport system, towards this aim; we fused PP1 to the PrsA signal sequence. <i>E. coli </i>is Gram negative and PP1 is targeted to the periplasm. Transport of PP1 to the periplasm can be mediated by either the Sec or Tat protein transport systems. For our project, we chose the MalE (Sec) and TorA (Tat) signal sequences.</p><br>
 
-
<strong>Explain Sec and Tat (possible link to NetLogo)</strong>
 
-
</div>
+
<div id="jquery_jplayer_1" class="jp-jplayer"></div>
-
</div>
+
-
<!-- Row 2 -->
+
<div id="jp_container_1" class="jp-audio">
-
<div class="row">
+
<div class="jp-type-single">
-
    <div class="span12" style="text-align:justify">
+
<div class="jp-gui jp-interface">
-
<h2>How was toximop made in the lab?</h2>
+
<ul class="jp-controls">
 +
<li><a href="javascript:;" class="jp-play" tabindex="1">play</a></li>
 +
<li><a href="javascript:;" class="jp-pause" tabindex="1">pause</a></li>
 +
<li><a href="javascript:;" class="jp-stop" tabindex="1">stop</a></li>
 +
<li><a href="javascript:;" class="jp-mute" tabindex="1" title="mute">mute</a></li>
 +
<li><a href="javascript:;" class="jp-unmute" tabindex="1" title="unmute">unmute</a></li>
 +
<li><a href="javascript:;" class="jp-volume-max" tabindex="1" title="max volume">max volume</a></li>
 +
</ul>
 +
<div class="jp-progress">
 +
<div class="jp-seek-bar">
 +
<div class="jp-play-bar"></div>
 +
</div>
 +
</div>
 +
<div class="jp-volume-bar">
 +
<div class="jp-volume-bar-value"></div>
 +
</div>
 +
<div class="jp-time-holder">
 +
<div class="jp-current-time"></div>
 +
<div class="jp-duration"></div>
-
<Strong>PP1</strong><br>
+
<ul class="jp-toggles">
-
<p>We were kindly gifted a pGEX6P plasmid containing PP1 from the Division of Signal Transduction Therapy at the University of Dundee. </p><br>
+
<li><a href="javascript:;" class="jp-repeat" tabindex="1" title="repeat">repeat</a></li>
-
<p>To adhere to the iGEM rules and regulations, it was necessary to remove the specified illegal site present in PP1, Pst1. We introduced a missense mutation through site directed mutagenesis of adenine 900 base to be substituted by cytosine without disturbing the alanine amino acid towards the N terminus of the protein. This was done by designing appropriate primers and a method of polymerase chain reaction (PCR). The PCR product was digested using restriction endonuclease Dpn1 as it recognises methylated sites, therefore recognising the original sequence and destroying it, leaving only mutated PP1 fragments. It was then cloned into both pUniprom and pSB1C3 plasmids and grown in E.coli DH5α cells. </p><br>
+
<li><a href="javascript:;" class="jp-repeat-off" tabindex="1" title="repeat off">repeat off</a></li>
-
<p>In order to carry future tests on PP1, we decided to fuse it to a HA-tag (a DNA sequence derived from human influenza hemagglutinin) which can be detected by antibodies. This was carried out  at the C terminus of PP1 by the use of PCR, digestion with XbaI/HindIII (enzyme) and ligation. </p><br><br>
+
</ul>
-
<strong>Signalling sequences</strong></br>
+
</div>
-
<p>TorA is a TMAO reductase. Its signalling sequence is often used in research, as it is a twin-arginine translocation (Tat) pathway signal and it relies on pre-translocation protein folding in the cytoplasm.  TorAss was obtained from the Division of Molecular Microbiology. </p><br>
+
</div>
-
<p>MalE (Maltose binding periplasmic protein) is involved in the high-affinity membrane transport system, MalEFGK, which uses the Secretory transport pathway (Sec). In contrast to Tat, Sec relies on post-translocation protein folding and in some cases it also pushes protein into the inner membrane of bacteria. malEss was obtained by PCR from the chromosomal DNA of E.coli MG1655. </p><br>
+
<div class="jp-title">
-
<p>PrsA (penicillin binding protein) is membrane bound and it is present at distinct spots on the membrane forming a helical pattern.  Its main role is to catalyse post-translocation folding of membrane proteins and it is also essential for normal growth of <i>B. subtilis</i> ;  prsAss was  amplified by PCR using appropriate primers from B. Subtillis strain 3610. </p><br>
+
<ul>
-
<p>All of the signalling sequences were cloned into pUniprom by themselves and after sequencing they were fused at the N-terminus of HA-tagged PP1.  This is only useful for the E.coli ToxiMop, as pUniprom is a plasmid unsuitable for use in <i>B. subtilis</i>. PrsAss-PP1-HA had to be cloned into pDR110 vector, which would then recombine into the AmyE locus of the chromosomal DNA creating the <i>B. subtilis</i> ToxiMop. </p><br>
+
<li>The Mop by Brian Cox</li>
 +
</ul>
 +
</div>
 +
<div class="jp-no-solution">
 +
<span>Update Required</span>
 +
To play the media you will need to either update your browser to a recent version or update your <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>.
 +
</div>
 +
</div>
 +
</div>
-
</div>
 
-
</div>
 
-
 
-
<!-- Row 3 -->
 
-
<div class="row">
 
-
    <div class="span12" style="text-align:justify">
 
-
<h2>Testing the ToxiMop</h2>
 
-
<!--<Strong>Intro</strong><br>-->
 
-
<p>To test the efficiency of the ToxiMop we had to test: expression and cell targeting, binding of microcystin, dialysis bag</p><br>
 
-
<strong>Expression and cell targeting</strong>
 
-
<p>In E. coli, expression of PP1 was tested by cell fractionation of the bacterial strain expressing PP1 fused to a HA tag for Western Blot analysis. </p><br>
 
-
Using cell fractionation we obtained the following fractions from E. coli:<br><Br>
 
-
<ul style="margin-left:55px;">
 
-
<li>Whole Cell Control (sample of overnight) </li>
 
-
<li>Supernatant (to test if PP1 is being secreted) </li>
 
-
<li>Whole Cell</li>
 
-
<li>Periplasm</li>
 
-
<li>Sphaeroplast</li>
 
-
<li>Cytoplasm</li>
 
-
<li>Membrane</li>
 
-
</ul><br>
 
-
<p>These fractions were then used in Western blots to test where in <i>E. coli </i>PP1 is being targeted to.</p><br>
 
-
<p>To determine the best targeting mechanism in E. coli, export of PP1 to the periplasm was tested with MalE (Sec) or TorA (Tat) signal sequence (Figure ). Describe results from western blot.  Since PP1 transport is more efficient via the Tat pathway, the construct pUniprom-TorA(ss) PP1 HA has been used for all further characterization experiments of PP1.</p><br>
 
-
<p>Later blots of only MalE fractions suggested that PP1 was not being exported to the periplasm, but may be getting stuck in the membrane during Sec transport (figure) .</p><br>
 
-
<p>Further characterisation of export via the Tat pathway was carried out by fractionation and blotting of normal wild type cells expressing TorA:PP1:HA versus mutant <i>E. coli </i>cells that do not have a Tat pathway (∆Tat) expressing TorA:PP1:HA.</p><br>
 
-
 
-
</div>
 
-
</div>
 
-
 
-
<!-- Row 4 -->
 
-
<div class="row">
 
-
    <div class="span12" style="text-align:justify">
 
-
<h2>Application</h2>
 
-
<p> <strong>Insert Text here </strong></p>
 
</div>
</div>
</div>
</div>

Revision as of 22:14, 3 October 2013

iGEM Dundee 2013 · ToxiMop

The Mop by Brian Cox