Difference between revisions of "Part:BBa K190028:Design"

(References)
(Modelling: Added graph)
Line 5: Line 5:
  
 
===Modelling===
 
===Modelling===
 +
<html>
 +
<script type="text/javascript" src="http://2009.igem.org/Team:Groningen/Modelling/Model.js?action=raw"></script>
 +
<script type="text/javascript" src="http://2009.igem.org/Team:Groningen/Modelling/Arsenic.js?action=raw"></script>
 +
<style type="text/css">
 +
</html>{{InfoBox/Style.css}}<html>
 +
</style>
 +
<div style="background:#efe;border:1px solid #9c9;padding:1em;">
 +
<table style="border-collapse:collapse;background:none;"><tr>
 +
<td style="border-right:1px solid #9c9;padding-right:1em;">
 +
<dl>
 +
<dt>Initial values</dt>
 +
<dd>
 +
As(III)<sub>ex</sub> = <input type="text" id="As3exInitial" value="9.15164271986822"/> &micro;M<br/>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(10&micro;M &middot; 1mL / 1.092mL)
 +
</dd>
 +
<dt>Volumes</dt>
 +
<dd>
 +
V<sub>total</sub> = <input type="text" id="Vtotal" value="1.1"/> mL<br/>
 +
V<sub>cells</sub> = <input type="text" id="Vcells" value="0.0073"/> mL<br/>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(0.1ml &middot; 80mg/mL / 1100mg/mL) </html>{{infoBox|E. coli has a density of approximately 1100mg/mL, see [[Team:Groningen/Project/Vesicle|our gas vesicle page]] for more information.}}<html>
 +
</dd>
 +
<dt>Kinetic Constants</dt>
 +
<dd>
 +
<nobr>v5 = <input type="text" id="v5" value="3.1862846729357852"/> &micro;mol/(s&middot;L)</nobr><br/>
 +
K5 = <input type="text" id="K5" value="27.71808199428998"/> &micro;M<br/>
 +
</dd>
 +
</dl>
 +
 +
<button onClick="computeGlpFTransport()">Compute</button><br/>
 +
</td>
 +
 +
<td style="padding-left:1em;">
 +
<div id="glpFTransportError" style="color:red"></div>
 +
</html>{{graph|Part:BBa_K190028:Graphs/GlpFTransport|id=glpFTransportGraph}}<html>
 +
</td>
 +
</tr></table>
 +
</div>
 +
<script type="text/javascript">
 +
 +
//The graph already initializes itself (and we don't do any other computations).
 +
//addOnloadHook(computeGlpFTransport);
 +
 +
function computeGlpFTransport() {
 +
  document.getElementById('glpFTransportGraph').refresh();
 +
}
 +
</script>
 +
</html>
 +
 +
To determine the constants v5 and K5 we performed the following steps:
 +
 +
# '''Read the wild-type line in figure 1B''' of [[Team:Groningen/Literature#Meng2004|Meng 2004]] by pasting it in a drawing program and aligning/scaling the axes and then manually determining the coordinates of each data point.
 +
# '''Converted to units of concentration''' using the data in Meng 2004 and [http://gchelpdesk.ualberta.ca/CCDB/cgi-bin/STAT_NEW.cgi the CCDB] (assuming that the cells are resting/non-growing), see our [http://spreadsheets.google.com/pub?key=t4gilzCbEaCFAvpEVWUE_zQ Google Docs spreadsheet]. Here we disregarded the fact that the measurements were made by taking out 0.1mL samples, as this does not change the concentrations. Specifically (note that uptake is in nmol/mg):
 +
#* uptake<sub>total</sub> (nmol) = uptake &middot; 8mg &middot; 0.3 {{infoBox|The ratio between dry and wet weight is 0.3 (see the [http://gchelpdesk.ualberta.ca/CCDB/cgi-bin/STAT_NEW.cgi CCDB]).}}
 +
#* As(III)<sub>ex</sub> (&micro;M=nmol/mL) = (10nmol/mL &middot; 1mL - uptake<sub>total</sub>) / (1.1-0.0073)mL {{infoBox|1=The experiment started with 1mL of a 10&micro;M=10nmol/mL solution of As(III). After adding the cells the total volume of the solution was 1.1mL, and 0.0073mL is an estimate of the total volume of cells in the solution, see below.}}
 +
# '''Fit the Michaelis-Menten equation''' to find the constants v5 and K5 in Mathematica (see [http://igemgroningen.googlecode.com/svn/trunk/buoyant/Models/Meng2004%20Figure%201B.nb the Mathematica notebook in SVN]) using the method from [[Team:Groningen/Literature#Goudar1999|Goudar 1999]] (a least squares fit of a closed-form solution of the differential equation).
 +
 +
{{GraphHeader}}
  
 
===Design Notes===
 
===Design Notes===

Revision as of 07:38, 19 October 2009

GlpF


Assembly Compatibility:
  • 10
    COMPATIBLE WITH RFC[10]
  • 12
    COMPATIBLE WITH RFC[12]
  • 21
    COMPATIBLE WITH RFC[21]
  • 23
    COMPATIBLE WITH RFC[23]
  • 25
    INCOMPATIBLE WITH RFC[25]
    Illegal NgoMIV site found at 283
  • 1000
    COMPATIBLE WITH RFC[1000]

Modelling

Initial values
As(III)ex = µM
                (10µM · 1mL / 1.092mL)
Volumes
Vtotal = mL
Vcells = mL
                (0.1ml · 80mg/mL / 1100mg/mL)
E. coli has a density of approximately 1100mg/mL, see our gas vesicle page for more information.
 i 
Kinetic Constants
v5 = µmol/(s·L)
K5 = µM

Loading graph...

To determine the constants v5 and K5 we performed the following steps:

  1. Read the wild-type line in figure 1B of Meng 2004 by pasting it in a drawing program and aligning/scaling the axes and then manually determining the coordinates of each data point.
  2. Converted to units of concentration using the data in Meng 2004 and [http://gchelpdesk.ualberta.ca/CCDB/cgi-bin/STAT_NEW.cgi the CCDB] (assuming that the cells are resting/non-growing), see our [http://spreadsheets.google.com/pub?key=t4gilzCbEaCFAvpEVWUE_zQ Google Docs spreadsheet]. Here we disregarded the fact that the measurements were made by taking out 0.1mL samples, as this does not change the concentrations. Specifically (note that uptake is in nmol/mg):
    • uptaketotal (nmol) = uptake · 8mg · 0.3
      The ratio between dry and wet weight is 0.3 (see the [http://gchelpdesk.ualberta.ca/CCDB/cgi-bin/STAT_NEW.cgi CCDB]).
       i 
    • As(III)ex (µM=nmol/mL) = (10nmol/mL · 1mL - uptaketotal) / (1.1-0.0073)mL
      The experiment started with 1mL of a 10µM=10nmol/mL solution of As(III). After adding the cells the total volume of the solution was 1.1mL, and 0.0073mL is an estimate of the total volume of cells in the solution, see below.
       i 
  3. Fit the Michaelis-Menten equation to find the constants v5 and K5 in Mathematica (see [http://igemgroningen.googlecode.com/svn/trunk/buoyant/Models/Meng2004%20Figure%201B.nb the Mathematica notebook in SVN]) using the method from Goudar 1999 (a least squares fit of a closed-form solution of the differential equation).

Design Notes

This part has been pcr-ed out of the genome of E.coli 356 in two steps. First the whole gene was pcred out the genome and in the second step an EcoR1 restiction site was removed.

Source

This part comes from genomic DNA of the Escherichia coli 536.

References

Some useful papers about GlpF:

  • [http://2009.igem.org/Team:Groningen/Literature#Meng2004 Meng 2004] (As(III) and Sb(III) Uptake by GlpF and Efflux by ArsB in Escherichia coli)
  • [http://2009.igem.org/Team:Groningen/Literature#Rosen2009 Rosen 2009] (Transport pathways for arsenic and selenium: A minireview)
  • [http://2009.igem.org/Team:Groningen/Literature#Porquet,A,etal2007 Porquet, A, et al.2007] (structural similarity between As(OH)3 and glycerol)
  • [http://2009.igem.orgTeam:Groningen/Literature#Fu,DX,etal2000 Fu, DX, et al.2000] (Structure of the GlpF channel)
  • [http://2009.igem.orgTeam:Groningen/Literature#Heller,KB,etal1980 Heller, KB, et al.1980] (Glycerol transport properties of GlpF)