Difference between revisions of "Team:WPI-Worcester/Description"

(Prototype team page)
 
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{WPI-Worcester}}
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<html>
+
<head>
  
<h2> Project Description </h2>
+
<body>
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
<style>
<br />
+
  
<h5>What should this page contain?</h5>
+
a{
<ul>
+
color:#ffaac6;
<li> A clear and concise description of your project.</li>
+
}
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
<li>References and sources to document your research.</li>
+
<li>Use illustrations and other visual resources to explain your project.</li>
+
</ul>
+
  
 +
a:hover {
 +
color:#ffaac6;
 +
}
  
<br />
+
a:visited
<h4>Advice on writing your Project Description</h4>
+
color:#ffaac6
 +
}
  
<p>
 
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be consist, accurate and unambiguous in your achievements.
 
</p>
 
  
<p>
+
H10 {
Judges like to read your wiki and know exactly what you have achieved. This is how you should think about these sections; from the point of view of the judge evaluating you at the end of the year.
+
      font-family: Century Gothic;
</p>
+
      text-transform: none;
 +
      text-decoration: none;
 +
      text-align: left;
 +
      color: #000000;
 +
      font-size: 10 pt;
 +
    }
  
 +
H2 {
 +
      font-family: Cambria;
 +
      text-transform: uppercase;
 +
      text-decoration: none;
 +
      text-align: center;
 +
      color: #ffaac6;
 +
      font-size: 20pt;
 +
          font-weight: bold;
 +
    }
  
<br />
 
<h4>References</h4>
 
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you though about your project and what works inspired you.</p>
 
  
 +
H3 {
 +
    font-family: Cambria;
 +
      text-transform: none;
 +
      text-decoration: none;
 +
      text-align: left;
 +
      color: #bd93db;
 +
      font-size: 16pt;
 +
}
  
 +
H4 {
 +
    font-family: Century Gothic;
 +
      font-style: italic;
 +
      text-decoration: none;
 +
      text-align: center;
 +
      color: #bd93db;
 +
      font-size: 11pt;
  
<h4>Inspiration</h4>
+
    }
<p>See how other teams have described and presented their projects: </p>
+
  
<ul>
+
H5 {
<li><a href="https://2014.igem.org/Team:Imperial/Project"> Imperial</a></li>
+
          font-family: Century Gothic;
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> UC Davis</a></li>
+
      text-transform: none;
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">SYSU Software</a></li>
+
      text-decoration: none;
</ul>
+
      text-align: left;
 +
      color: #000000;
 +
      font-size: 11pt;
 +
          margin: 0px
 +
          padding-left: 0px;
 +
          padding-right: 0px
 +
    }
  
 +
 +
 +
 +
body { 
 +
        background-image: url("https://static.igem.org/mediawiki/2015/3/37/WPI_background.jpg");
 +
        background-color: #ffffff;
 +
font-family: Century Gothic;
 +
        font-size: 10pt;
 +
 +
}
 +
 +
.double-border {
 +
  background-color: #ccc;
 +
  border: 4px solid #fff;
 +
  padding: 2em;
 +
  width: 16em;
 +
  height: 16em;
 +
  position: relative;
 +
  margin: 0 auto;
 +
}
 +
.double-border:before {
 +
  background: none;
 +
  border: 4px solid #fff;
 +
  content: "";
 +
  display: block;
 +
  position: absolute;
 +
  top: 4px;
 +
  left: 4px;
 +
  right: 4px;
 +
  bottom: 4px;
 +
  pointer-events: none;
 +
}
 +
 +
#tracking_nav
 +
{
 +
margin: 0px 0px 0px 1000px;
 +
position: fixed;
 +
color:#bababa;
 +
border: /*1px solid #ffaac6;*/
 +
background:#ffaac6;
 +
font-size: 16pt;
 +
padding: 0px;
 +
line-height: 100%;
 +
}
 +
 +
#tracking_nav a { color:#555555; text-transform: lowercase;font-size: 16pt;}
 +
#tracking_nav a:hover {background:#ffffff;}
 +
 +
#nav li {
 +
color: #555555;
 +
background-color:#ffffff;
 +
margin: 50px 50px;
 +
float: left;
 +
position: relative;
 +
list-style: none;
 +
text-transform: none;
 +
font-size: 12pt;
 +
}
 +
 +
/* main level link */
 +
#nav a {
 +
font-weight: bold;
 +
color: #555555;
 +
text-decoration: none;
 +
      /* border-radius: 10px;
 +
        border-left-style: solid;
 +
        border-right-style: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;*/
 +
 +
display: block;
 +
padding:  4px 16px;
 +
margin: 0;
 +
}
 +
#nav a:hover {
 +
background-color: #ffffff;
 +
color: #555555;
 +
}
 +
 +
/* main level link hover */
 +
#nav .current a, #nav li:hover > a {
 +
color: #555555;
 +
background-color: #ffaac6;
 +
}
 +
 +
/* sub levels link hover */
 +
#nav ul li:hover a, #nav li:hover li a {
 +
/*border: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;*/
 +
background-color: #ffaac6;
 +
color: #ffffff;
 +
}
 +
 +
#nav ul a:hover {
 +
background: #aac6ff url(img/gradient.png) repeat-x 0 -100px !important;
 +
color: #ffaac6 !important;
 +
text-shadow: 0 1px 1px rgba(0,0,0, .1);
 +
        font-size: 12pt;
 +
}
 +
 +
/* dropdown */
 +
#nav li:hover > ul {
 +
display: block;
 +
background-color: #aac6ff;
 +
}
 +
 +
/* level 2 list */
 +
#nav ul {
 +
display: none;
 +
margin: 0;
 +
padding: 0;
 +
width: 205px;
 +
position: absolute;
 +
top: 100px;
 +
left: 0;
 +
}
 +
 +
#nav ul li {
 +
float: none;
 +
margin: 0px;
 +
padding: 0;
 +
}
 +
 +
#nav ul a {
 +
font-weight: normal;
 +
text-shadow: 0 1px 0 #555555;
 +
}
 +
 +
 +
 +
#nav {
 +
display: inline-block;
 +
}
 +
 +
 +
 +
 +
 +
</style>
 +
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 +
<style type="text/css">
 +
 +
/*hide default igem banner and reformat style into blank slate*/
 +
#globalWrapper {width: 100%;}
 +
#top-section {width: 100%; height:5px; border:none;}
 +
#p-logo {display:none;}
 +
#search-controls {display:none;}
 +
#menubar a {color:#ffffff;}
 +
#menubar a:hover{text-decoration:none; color:#52749C;}
 +
.left-menu {background-color:#FFFFFF; margin:0px 0px 0px 0px; padding:0;}
 +
.left-menu ul {background-color:#FFFFFF; margin:0; padding:0;}
 +
.right-menu ul li a {background-color:#FFFFFF;}
 +
.printfooter {display:none;}
 +
#footer-box {border:none;}
 +
#catlinks {display:none;}
 +
.firstHeading {display:none;}
 +
#content {width: 100%; border:none; padding:0px 50px 0px 50px}
 +
#bodyContent {border:none;}
 +
 +
/*actual content styles*/
 +
body {width: 1000px; margin:auto;}
 +
<div id="centered">
 
</div>
 
</div>
 +
 +
 +
.navbar li {color: #555555;}
 +
.navbar li a {color: #555555;}
 +
.navbar li a:hover {background:#69d01d; color: #555555;}
 +
 +
/*only use for current page content header*/
 +
 +
 +
</style>
 +
 +
 +
<style type="text/css">
 +
/* MAIN STYLE DEFINITIONS */
 +
a{
 +
color:#ffaac6;
 +
}
 +
 +
a:hover {
 +
color:#ffaac6;
 +
}
 +
 +
a:visited{
 +
color:#ffaac6;
 +
}
 +
 +
 +
 +
body {
 +
        background-image: url("https://static.igem.org/mediawiki/2015/3/37/WPI_background.jpg");
 +
background-color: #FFFFFF;
 +
font-family: Century Gothic;
 +
        font-size: 10pt;
 +
}
 +
 +
 +
#nav li {
 +
color: #555555;
 +
background-color:#ffffff;
 +
margin: 0 0px;
 +
position: relative;
 +
list-style: none;
 +
        float: left;
 +
text-transform:none;
 +
font-size: 14pt;
 +
        font-family: Century Gothic;
 +
}
 +
 +
/* main level link */
 +
#nav a {
 +
font-weight: bold;
 +
color: #555555;
 +
text-decoration: none;
 +
/*border-left-style: solid;
 +
border-right-style: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;*/
 +
 +
display: block;
 +
padding:  4px 16px;
 +
margin: 0;
 +
}
 +
 +
#nav a:hover {
 +
background-color: #ffffff;
 +
color: #ffffff;
 +
}
 +
 +
/* main level link hover */
 +
#nav .current a, #nav li:hover > a {
 +
color: #ffffff;
 +
background-color: #ffaac6;
 +
}
 +
 +
/* sub levels link hover */
 +
#nav ul li:hover a, #nav li:hover li a {
 +
/*border: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;
 +
background-color: #ffaac6;
 +
color: #ffffff;*/
 +
}
 +
 +
#nav ul a:hover {
 +
background: #fff url(img/gradient.png) repeat-x 0 -100px !important;
 +
color: #ffaac6 !important;
 +
text-shadow: 0 1px 1px rgba(0,0,0, .1);
 +
}
 +
 +
/* dropdown */
 +
#nav li:hover > ul {
 +
display: block;
 +
background-color: #fff;
 +
}
 +
 +
/* level 2 list */
 +
#nav ul {
 +
display: none;
 +
margin: 0;
 +
padding: 0;
 +
        border: 1px
 +
width: 205px;
 +
position: absolute;
 +
top: 46px;
 +
left: 0;
 +
}
 +
 +
#nav ul li {
 +
float: none;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#nav ul a {
 +
font-weight: normal;
 +
text-shadow: 0 1px 0 #fff;
 +
        font-size: 12pt;
 +
}
 +
 +
/* clearfix */
 +
#nav:after {
 +
content: ".";
 +
display: block;
 +
clear: both;
 +
visibility: hidden;
 +
line-height: 0;
 +
height: 0;
 +
}
 +
 +
#nav {
 +
display: inline-block;
 +
}
 +
 +
 +
</style>
 +
</head>
 +
 +
 +
 +
<div id="igemlogo">
 +
<a href="https://2015.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2015/2/2b/WPI_iGEMlogo.png" alt="iGEM 2015 main page" style="position: absolute; top: 50px; right: 20px;"width="125"></a>
 +
</div>
 +
 +
<p  style="text-align:center;"><a href="https://2015.igem.org/Team:WPI-Worcester"><img src="https://static.igem.org/mediawiki/2015/1/14/2015_temp_header.png" width="900px" length="200px"></a></p>
 +
 +
 +
<div id="wpilogo">
 +
<a href="https://2015.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2015/thumb/b/be/WPI_Teamlogo.png/380px-WPI_Teamlogo.png" alt="iGEM 2015 main page" style="position: absolute; top: 20px; left: 20px;"width="100"></a>
 +
</div>
 +
 +
<ul id="nav">
 +
<li> <a href="https://2015.igem.org/Team:WPI-Worcester/Team"><center></center><p>Team</p></a>
 +
<ul>
 +
 +
<li><a href="https://igem.org/Team.cgi">Official Page</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Medal-Fulfillment"><center></center><p>Medal Fulfillment</p></a>
 +
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Description"><center></center><p>Project</p></a>
 +
<ul>
 +
            <li><a href="https://2015.igem.org/Team:WPI-Worcester/Background">Background</a></li>
 +
            <li><a href="https://2015.igem.org/Team:WPI-Worcester/Results">Results</a></li>
 +
    <li><a href="https://2015.igem.org/Team:WPI-Worcester/Future-Applications">Future Applications</a></li>
 +
 +
</ul>
 +
</li>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Parts"><center></center><p>Parts</p></a>
 +
<ul>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Part_Collection">Part Collection</a></li>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Composite_Part">Composite Part</a></li>
 +
</li>
 +
 +
</ul>
 +
</li>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Notebook"></center><p>Notebook</p></a>
 +
<ul>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Protocols">Protocols</a></li>
 +
 +
</ul>
 +
</li>
 +
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Practices"></center><p>Practices</p></a>
 +
<ul>
 +
                <li><a href="https://2015.igem.org/Team:WPI-Worcester/Outreach">Outreach</a></li>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Interlab">Interlab Study</a></li>
 +
                <li><a href="https://2015.igem.org/Team:WPI-Worcester/Beyond-the-Bench">Beyond the Bench</a></li>
 +
  <li><a href="https://2015.igem.org/Team:WPI-Worcester/Safety">Safety</a></li>
 +
 +
        </ul>
 +
 +
<li> <a href="https://2015.igem.org/Team:WPI-Worcester/Collaborations"><center></center><p>Collaborations</p></a>
 +
<ul>
 +
 +
</ul>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Attributions"><center></center><p>Attributions</p></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Sponsors">Sponsors</a></li>
 +
 +
</ul>
 +
</li>
 +
</li>
 +
</ul>
 +
</div>
 +
</body>
 +
 +
</br>
 +
<div class=”myStyleClass” style=”padding-left:40px;”>
 +
 +
<blockquote>
 +
 +
<h2>Project Description</h2>
 +
<p><h3>Project Goals</h3></p>
 +
<p style="text-indent: 2em;"><h10>The goal of this project is to generate an Antifreeze Protein Library, built from a diverse range of organisms and quantitatively characterized in <i>E. coli</i>. Antifreeze Proteins (AFPs) have demonstrated biofilm inhibition, a recently discovered property which we thought beared investigation (Heisig et al. 2014). Biofilms are an important part of antibiotic resistance in some bacteria, their disruption could be an important mechanism to combat the rise of antibiotic resistant strains (Donlan and Costerton 2002). Heisig et al. described the properties of a single AFP, IAFGP, and we knew that many more existed. We decided to focus our project on gathering and characterizing a broad group of AFPs into a library. The library is quantitatively characterized with regards to the AFP’s effect on freeze survival and biofilm formation. We believe this library will give synthetic biologists an array of tools to use to control biofilm formation.</h10></p>
 +
<p><h3>Overview</h3></p>
 +
<p style="text-indent: 2em;"><h10>We searched the literature, including nucleotide and protein sequence databases, to find known antifreeze proteins. After generating a list of candidates we were able to select a number of AFPs which were well documented, of an appropriate size to clone into a plasmid vector, and which represented a wide range of organisms. We then took their sequences and codon optimized them for our host organism, <i>E. coli</i>. We then had that optimized sequence, with the biobrick prefix and suffix, synthesized.  We used Biobrick Cloning to insert our sequences into a plasmid backbone and transformed the final product into <i>E. coli</i>. The transformed strains were used in our Biofilm and Freeze Assays to quantitatively measure the effects of our AFPs on freeze survival and biofilm formation. The freeze assay involved slow freezing cells to -20C or -80C for 24 hours and comparing the survival rate to that of the culture they were taken from. The biofilm assay involved growing the biofilm forming strain EMG2:Kλ <i>E. coli</i> expressing our antifreeze proteins in a 96 well plate, staining the wells with crystal violet after the incubation period, and solubilizing the crystal violet in acetic acid to quantify biofilm formation colorimetrically. We were interested in what effect the localization of the AFP had on its efficacy, and so each AFP was created in two forms, one native and one with an N-terminal BclA tag, which anchored it to the cell surface. Due to time constraints and difficulties with the cloning process not all AFPs were created in both forms; some exist only in the tagged or native form.</h10></p>
 +
<p><h3>Improved Characterization of ZeAFP</h3></p>
 +
<p style="text-indent: 2em;">ZeAFP is an antifreeze protein from <i>Zoarces elongatus</i>. We tested <a href="http://parts.igem.org/Part:BBa_K652004">BBa_K652004</a>, created by the Yale 2011 iGEM team, using the promoter J23119 in our freeze survival and biofilm assays. We also created the theoretical coding part <a href="http://parts.igem.org/Part:BBa_K1809021">BBa_K1809021</a> for the region of BBa_K652004 which codes for ZeAFP and generated the part <a href="http://parts.igem.org/Part:BBa_K1809022">BBa_K1809022</a> using the promoter J23119 and ZeAFP. Our assay data can be found below.<h10></h10></p>
 +
<p><center><img src="https://static.igem.org/mediawiki/parts/a/ad/WPI_2015_ZeAFP_Freeze.jpg"/></center></p>
 +
<p><center><h4>ZeAFP Freeze Assay Data</h4></center></p></br>
 +
<p><center><img src="https://static.igem.org/mediawiki/parts/0/0e/WPI_2015_ZeAFP_Biofilm.jpg"/></center></p>
 +
<p><center><h4>ZeAFP Biofilm Assay Data</h4></center></p></br>
 +
<p><h3>Improved Characterization of BclA</h3></p></br>
 +
<p style="text-indent: 2em;"><h10>We created eleven AFP parts N-terminally tagged with BclA to localize them to the cell surface. BclA was taken from <a href=http://parts.igem.org/Part:BBa_K1423005>BBa_K1423005</a>, created by the WPI 2014 team, and in our assays YFP was replaced with the respective AFPs. The BclA tagged parts were tested in our freeze survival and biofilm inhibition assays. Due to time constraints we were unable to test all BclA tagged parts in both assays. A list of the tagged AFPs, as well as our assay data, can be found below.</h10></p>
 +
<p><a href="http://parts.igem.org/Part:BBa_K1809002">BBa_K1809002</a></p>
 +
<p><a href="http://parts.igem.org/Part:BBa_K1809005">BBa_K1809005</a></p>
 +
<p><a href="http://parts.igem.org/Part:BBa_K1809008">BBa_K1809008</a></p>
 +
<p><a href="http://parts.igem.org/Part:BBa_K1809011">BBa_K1809011</a></p>
 +
<p><a href="http://parts.igem.org/Part:BBa_K1809014">BBa_K1809014</a></p>
 +
<p><a href="http://parts.igem.org/Part:BBa_K1809017">BBa_K1809017</a></p>
 +
<p><a href="http://parts.igem.org/Part:BBa_K1809020">BBa_K1809020</a></p>
 +
<p><a href="http://parts.igem.org/Part:BBa_K1809028">BBa_K1809028</a></p>
 +
<p><a href="http://parts.igem.org/Part:BBa_K1809032">BBa_K1809032</a></p>
 +
<p><a href="http://parts.igem.org/Part:BBa_K1809034">BBa_K1809034</a></p>
 +
<p><a href="http://parts.igem.org/Part:BBa_K1809036">BBa_K1809036</a></p></br>
 +
<p><center><img src="https://static.igem.org/mediawiki/parts/thumb/3/37/WPI_2015_BclA_All_Freeze.jpg/800px-WPI_2015_BclA_All_Freeze.jpg"/></center></p>
 +
<p><center><h4>BclA Freeze Assay Data</h4></center></p></br>
 +
<p><center><img src="
 +
 +
https://static.igem.org/mediawiki/parts/7/73/WPI_2015_BclA_All_Biofilm.jpg"/></center></p>
 +
<p><center><h4>BclA Biofilm Assay Data</h4></center></p></br>
 +
<p><h3>Resources</p></h3>
 +
<p>Donlan, Rodney M., and J. William Costerton. 2002. Biofilms: Survival Mechanisms of Clinically Relevant Microorganisms. Clinical Microbiology Reviews 15 (2):167-193.</p>
 +
<p>Heisig, M., N. M. Abraham, L. Liu, G. Neelakanta, S. Mattessich, H. Sultana, Z. Shang, J. M. Ansari, C. Killiam, W. Walker, L. Cooley, R. A. Flavell, H. Agaisse, and E. Fikrig. 2014. Antivirulence properties of an antifreeze protein. (2211-1247 (Electronic)).</p>
 +
 +
</p>
 +
</blockquote>
 +
</br>
 +
</br>
 +
</br>
 +
 
</html>
 
</html>

Latest revision as of 02:57, 19 September 2015


Project Description

Project Goals

The goal of this project is to generate an Antifreeze Protein Library, built from a diverse range of organisms and quantitatively characterized in E. coli. Antifreeze Proteins (AFPs) have demonstrated biofilm inhibition, a recently discovered property which we thought beared investigation (Heisig et al. 2014). Biofilms are an important part of antibiotic resistance in some bacteria, their disruption could be an important mechanism to combat the rise of antibiotic resistant strains (Donlan and Costerton 2002). Heisig et al. described the properties of a single AFP, IAFGP, and we knew that many more existed. We decided to focus our project on gathering and characterizing a broad group of AFPs into a library. The library is quantitatively characterized with regards to the AFP’s effect on freeze survival and biofilm formation. We believe this library will give synthetic biologists an array of tools to use to control biofilm formation.

Overview

We searched the literature, including nucleotide and protein sequence databases, to find known antifreeze proteins. After generating a list of candidates we were able to select a number of AFPs which were well documented, of an appropriate size to clone into a plasmid vector, and which represented a wide range of organisms. We then took their sequences and codon optimized them for our host organism, E. coli. We then had that optimized sequence, with the biobrick prefix and suffix, synthesized. We used Biobrick Cloning to insert our sequences into a plasmid backbone and transformed the final product into E. coli. The transformed strains were used in our Biofilm and Freeze Assays to quantitatively measure the effects of our AFPs on freeze survival and biofilm formation. The freeze assay involved slow freezing cells to -20C or -80C for 24 hours and comparing the survival rate to that of the culture they were taken from. The biofilm assay involved growing the biofilm forming strain EMG2:Kλ E. coli expressing our antifreeze proteins in a 96 well plate, staining the wells with crystal violet after the incubation period, and solubilizing the crystal violet in acetic acid to quantify biofilm formation colorimetrically. We were interested in what effect the localization of the AFP had on its efficacy, and so each AFP was created in two forms, one native and one with an N-terminal BclA tag, which anchored it to the cell surface. Due to time constraints and difficulties with the cloning process not all AFPs were created in both forms; some exist only in the tagged or native form.

Improved Characterization of ZeAFP

ZeAFP is an antifreeze protein from Zoarces elongatus. We tested BBa_K652004, created by the Yale 2011 iGEM team, using the promoter J23119 in our freeze survival and biofilm assays. We also created the theoretical coding part BBa_K1809021 for the region of BBa_K652004 which codes for ZeAFP and generated the part BBa_K1809022 using the promoter J23119 and ZeAFP. Our assay data can be found below.

ZeAFP Freeze Assay Data


ZeAFP Biofilm Assay Data


Improved Characterization of BclA


We created eleven AFP parts N-terminally tagged with BclA to localize them to the cell surface. BclA was taken from BBa_K1423005, created by the WPI 2014 team, and in our assays YFP was replaced with the respective AFPs. The BclA tagged parts were tested in our freeze survival and biofilm inhibition assays. Due to time constraints we were unable to test all BclA tagged parts in both assays. A list of the tagged AFPs, as well as our assay data, can be found below.

BBa_K1809002

BBa_K1809005

BBa_K1809008

BBa_K1809011

BBa_K1809014

BBa_K1809017

BBa_K1809020

BBa_K1809028

BBa_K1809032

BBa_K1809034

BBa_K1809036


BclA Freeze Assay Data


BclA Biofilm Assay Data


Resources

Donlan, Rodney M., and J. William Costerton. 2002. Biofilms: Survival Mechanisms of Clinically Relevant Microorganisms. Clinical Microbiology Reviews 15 (2):167-193.

Heisig, M., N. M. Abraham, L. Liu, G. Neelakanta, S. Mattessich, H. Sultana, Z. Shang, J. M. Ansari, C. Killiam, W. Walker, L. Cooley, R. A. Flavell, H. Agaisse, and E. Fikrig. 2014. Antivirulence properties of an antifreeze protein. (2211-1247 (Electronic)).