Team:Groningen/Project/Vesicle

From 2009.igem.org

(Difference between revisions)
m (Missing information: Some more questions.)
(Buoyancy: Some layout changes, a little more explanation and an error message if the width/diameter are inconsistent.)
Line 25: Line 25:
==Modelling==
==Modelling==
===Buoyancy===
===Buoyancy===
-
The shape of the gas vesicles is roughly like a cylinder with a cone at each end, whose cross-section we model as (based mostly on Walsby1994):
+
The interior of the gas vesicles is roughly like a cylinder with a cone at each end, whose cross-section we model as (based mostly on Walsby1994):
 +
 
[[Image:Vesicle_Shape.png]]
[[Image:Vesicle_Shape.png]]
-
The different dimensions are related through the equations below. To determine the gas volume, just use them with the given width/diameter (at least for the dimensions given in Walsby1994). To determine the wall volume, use them with w'=w+2*wwt and d'=d+2*tw and then subtract the gas volume:
+
We assume the outer wall of the gas vesicle is similarly shaped, but slightly larger (the right-most part of the image above illustrates this situation for the left tip of the gas vesicle).
-
<pre>
+
 
 +
The different dimensions are related through the equations below. To determine the gas volume, just use them with the given width/diameter (at least for the dimensions given in Walsby1994). To determine the wall volume, use them with w'=w+2*wwt and d'=d+2*tw and then subtract the gas volume (note that the width/diameter of 75nm/50nm comes from Li and Cannon, 1998, with the assumption that their "width" should be interpreted as our diameter, as doing it the other way around would leave no room for a cylinder and they specifically mention that the vesicles appear to be shaped like cylinders with conical ends):
 +
 
 +
{|
 +
|style="vertical-align:top;"|<pre>
w = total width
w = total width
tw = thickness of wall (1.8-1.95nm)
tw = thickness of wall (1.8-1.95nm)
Line 41: Line 46:
wwt = tw/sin(a/2)
wwt = tw/sin(a/2)
</pre>
</pre>
 +
|style="vertical-align:top;"|<html>
 +
<div style="background:#efe;border:1px solid #9c9;padding:1em;">
 +
(All dimensions in nanometers!)<br/>
 +
w = <input type="text" id="w" value="75"/><br/> <!-- 500nm for Anabaena, according to Walsby1994 -->
 +
d = <input type="text" id="d" value="50"/><br/> <!-- 84nm for Anabaena, according to Walsby1994 -->
 +
tw = <input type="text" id="tw" value="1.8"/><br/>
 +
a = <input type="text" id="a" value="77"/><br/>
 +
 +
<button onClick="computeVolumes()">Compute</button><br/>
-
<html>
+
<div id="volumeError" style="color:red"></div>
 +
Vgas = <span id="Vgas"></span> nm<sup>3</sup><br/>
 +
Vwall = <span id="Vwall"></span> nm<sup>3</sup><br/>
 +
Mwall = <span id="Mwall"></span> ... (TODO: units yoctogram?)<br/>
 +
</div>
<script type="text/javascript">
<script type="text/javascript">
Line 53: Line 71:
   // Intermediates (mostly useful for debugging)
   // Intermediates (mostly useful for debugging)
 +
  var volumeErrorNode = document.getElementById("volumeError");
   var wwtNode = document.getElementById("wwt");
   var wwtNode = document.getElementById("wwt");
 +
  volumeError.innerHTML = '';
   // Outputs
   // Outputs
Line 66: Line 86:
   // Compute Vgas and Vwall
   // Compute Vgas and Vwall
-
   var Vgas = computeVolume(w,d,a);
+
   try {
-
  var wwt = tw/Math.sin(a/2);
+
    var Vgas = computeVolume(w,d,a);
-
  var Vwall = computeVolume(w+2*wwt, d+2*tw, a) - Vgas;
+
    var wwt = tw/Math.sin(a/2);
 +
    var Vwall = computeVolume(w+2*wwt, d+2*tw, a) - Vgas;
 +
  } catch(err) {
 +
    volumeError.innerHTML = err.message;
 +
  }
   // Set intermediates if they exist
   // Set intermediates if they exist
Line 84: Line 108:
   var Vc = (1/4)*Math.PI*Math.pow(d,2)*wc;
   var Vc = (1/4)*Math.PI*Math.pow(d,2)*wc;
   var Vt = (1/12)*Math.PI*Math.pow(d,2)*wt;
   var Vt = (1/12)*Math.PI*Math.pow(d,2)*wt;
 +
  if (wc<0) throw RangeError("The given diameter would imply a larger width.<br/>(Do not trust the computed volumes!)");
   return Vc+2*Vt;
   return Vc+2*Vt;
}
}
Line 94: Line 119:
}
}
</script>
</script>
-
 
-
(All dimensions in nanometers!)<br/>
 
-
w=<input type="text" id="w" value="500"/><br/>
 
-
tw=<input type="text" id="tw" value="1.8"/><br/>
 
-
d=<input type="text" id="d" value="84"/><br/>
 
-
a=<input type="text" id="a" value="77"/><br/>
 
-
 
-
<button onClick="computeVolumes()">Compute</button><br/>
 
-
 
-
Vgas=<span id="Vgas"></span> nm<sup>3</sup><br/>
 
-
Vwall=<span id="Vwall"></span> nm<sup>3</sup><br/>
 
-
Mwall=<span id="Mwall"></span> ... (TODO: units yoctogram?)<br/>
 
-
 
</html>
</html>
 +
|}
==Missing information==
==Missing information==

Revision as of 09:33, 3 July 2009

Igemhomelogo.png


Introduction

Figure 1: Gas vesicles. Taken from Sivertsen et al. 2009

About 150 species of prokaryotes (well studied examples are cyanobacteria and halophilic archaea) in aquatic habitats have been shown to contain gas vesicles. These gas vesicles provide cells with bouyancy, there function is either to positioning the bacterium (in water) in order to get the right amount of oxygen or the right amount of light. Gas vesicles are made exclusively of proteins and contain gas. When gas vesicles are present in a cell, the overall density of that cell is lowered and the cell becomes bouyant.

We want to utilize this bouyancy for an application like for example separation of specific molecules or specific cells.

Gas vesicles are hollow proteinous organelles made of gvpA and gvpC (in cyanobacteria) and are permeable to gases and fills by diffusion. It is impermeable to water because of its hydrophobic inside. GvpA is a small 70AA long protein which forms a linear crystalline array of ribs to form the cylindrical shell and conical ends. GvpC is usually on the outside of the gas vesicle to make it stronger and stabilizes the structure (see Figure 1).

In B. megaterium a gas vesicle gene-cluster was found, which contained 14 gvp genes (gas vescicle polycitonic genes) which were functionally expressed in E. coli by Ning Li and Maura Cannon (Li and Cannon, 1995). The best bouyant fenotype was found when gvpA, gvpP, gvpQ and ORF-1 were excluded (see figure 2). It was suggested that gvpB on the gvp-cluster of B. megaterium is an homolog of gvpA. Gvp cluster b meg - Li 1995.png

Figure 2: gvp cluster B. megaterium. Taken from Li and Cannon, 1995

Gas vesicles in iGEM

In iGEM 2007, Melbourne created a biobrick for gas vesicle formation. In iGEM 2008 Kyoto had the idea to lift the titanic from the bottom of the sea with the help of bouyant bacteria.

Melbourne iGEM 2007 team constructed a bouyant E. coli and also they added a of the short version of the gvp-cluster (without gvpA,P,Q, ORF-1 and AraC). This BioBrick is available and also in the microtiter plate send by HQ to us, so we can use this. Melbourne changed the gvp-cluster by cleaning it from 3 EcoRI sites and 1 PstI site, this leaded to a accidental addition of a 10x repeat of "TCTGCAAATTA". They mention that they added the BioBrick prefix and suffix to the BioBrick, though the restriction sites of these additions cannot be found by CloneManager in the sequence available on the Partregistry. Hopefully the part is available on a standard vector, which has the pre- and suffix for BioBricks. For cloning this part we can use the optimized protocol (restriction on part with XbaI and SpeI, on the vector with SpeI) for ligation of the gvp-cluster and a vector BBa_J61035 (3539bp, copy nr??), this unluckily leads to ligation of the gvp-cluster in an unspecific direction. This can of course be tested by restriction, PCR or sequencing, but it takes more time as another step will be introduced. The vector has two selection markers: Ampicillin and Gentamycin.

Alternative cloning strategy

Another possibility is to use eg. XbaI and SpeI and also cut a vector with these enzymes, this would lead to ligation of the gvp-cluster in one direction. A possible vector for this strategy on the partsregistry is: BBa_J23018 (2298 bp).

Modelling

Buoyancy

The interior of the gas vesicles is roughly like a cylinder with a cone at each end, whose cross-section we model as (based mostly on Walsby1994):

Vesicle Shape.png

We assume the outer wall of the gas vesicle is similarly shaped, but slightly larger (the right-most part of the image above illustrates this situation for the left tip of the gas vesicle).

The different dimensions are related through the equations below. To determine the gas volume, just use them with the given width/diameter (at least for the dimensions given in Walsby1994). To determine the wall volume, use them with w'=w+2*wwt and d'=d+2*tw and then subtract the gas volume (note that the width/diameter of 75nm/50nm comes from Li and Cannon, 1998, with the assumption that their "width" should be interpreted as our diameter, as doing it the other way around would leave no room for a cylinder and they specifically mention that the vesicles appear to be shaped like cylinders with conical ends):

w = total width
tw = thickness of wall (1.8-1.95nm)
d = diameter
a = 77 degrees
wt = (1/2)*d/tan(a/2)
wc = w - 2*wt
Vc = (1/4)*pi*d^2*wc
Vt = (1/12)*pi*d^2*wt
V = Vc+2*Vt
wwt = tw/sin(a/2)
(All dimensions in nanometers!)
w =
d =
tw =
a =

Vgas = nm3
Vwall = nm3
Mwall = ... (TODO: units yoctogram?)

Missing information

  • Used promotor for expression of the gvp-cluster:
    • Inducible (may be used for proof-of-principle)
    • Constituative (may be used for proof-of-principle)
    • Metal sensitive
  • What kind of vector was used by Li and Cannon (1995) or Melbourne (2007)? Is there a negative effect of high copy number?
  • What is the maximum amount of pressure gas vesicles can handle? At which depth would this be, how can one put this kind of pressure on a water column?
  • What is the density of gas vesicles in cells (normally or in case of over-expression)
  • Modelling parameters:
    • How many gas vesicles are produced?
    • How fast are they produced?
    • What is the mass and volume of the cell without gas vesicles/metal, and is this (significantly) affected by letting the cell make gas vesicles and metal transporters and so on (in other words, does the volume of the cell change as a result of our modifications, and does the mass of all things except those we let it create differ significantly from the unmodified situation)?

-Cyanobacteria (Bowen and Jensen, 1965): gas vacuoles made up of gas vesicles (75 nm in diameter and up to 1.0 ,um in length, single wall layer only 2 nm thick) 0,7MPa gives irreversible loss of buoyancy fenotype, but found in next generation.

Planning and requirements:

  • Modelling:
    • Buoyancy
      • Permeability
      • Number of gasvesicles
      • Where do the gasvesciles end, in hight.
    • Mass of the bacteria (e.coli)
    • How long it takes before it floates
      • How long it take untill it is being expressed
      • How long it will take untill there are enough gasvesicles
      • How does it stay floating
  • Lab:
    • Gvp
      • Cluster of biobricks
      • Vector ordered from article
      • First expression with constutatieve promotor, later with metal sensitive promotor
    • Measurements
      • Where are the bacteria, what are bac concentrations on a certain hight
        • Making pictures on certain hight and compare with picture of known concentration

Literature

Walsby, A.E. 1994. Gas Vesicles. Microbiological reviews. Vol. 58, No. 1, p. 94-144.

Ensarija Star (soft edges).png Li, N., Cannon, M.C. 1998. Gas Vesicle Genes Identified in Bacillus megaterium and Functional Expression in Escherichia coli. Journal of Bacteriology. Vol. 180, No. 9, p. 2450–2458.

Astrid C. Sivertsen et al. 2009 Solid-State NMR Evidence for Inequivalent GvpA Subunits in Gas Vesicles. Journal of Molecular Biology 387, p1032–1039.

Ensarija Star (soft edges).png Basak Guven and Alan Howard. Identifying the critical parameters of a cyanobacterial growth and movement model by using generalised sensitivity analysis. Ecological modelling 207 (2007) 11–21