Team:Groningen/Modelling/Arsenic

From 2009.igem.org

(Difference between revisions)
m (Kinetic Laws: Short description of Hill)
(The raw model)
Line 13: Line 13:
The following variables play an important role in our system (these can be concentrations of substances, the density of the cell, etc.):
The following variables play an important role in our system (these can be concentrations of substances, the density of the cell, etc.):
-
* [Hg<sup>2+</sup>] (if we want to accumulate mercury)
+
* Extracellular:
-
* ???
+
** [As(III)]
 +
** [As(V)]
 +
* Intracellular:
 +
** [As(III)]
 +
** [As(V)]
 +
** [ArsC]
 +
** [ArsR unbound] ({{todo}} Do we need this intermediate step?)
 +
** [ArsR bound to operator]
 +
** [ArsR bound to As(III)]
 +
** [ArsD]?
The variables above can be related to each other through the following "reactions" and/or equations:
The variables above can be related to each other through the following "reactions" and/or equations:
-
* Example of a reaction: Extra_Cellular_Cu -> Intra_Cellular_Cu, with the reaction rate 0.34*(Extra_Cellular_Cu-Intra_Cellular_Cu).
+
* As(V)<sub>ex</sub> &rarr; As(V)<sub>in</sub>, using phosphate transporters? (Summers2009)
-
* From {{todo|REFERENCE}}: Extra Cellular Hg<sup>2+</sup> -> Intra Cellular Hg<sup>2+</sup>, described by the differential equation <math>\frac{\partial[M]}{X \partial t}=\frac{V_m[M]}{K_m+[M]}</math>, where X is the cell mass concentration (in g/L). Question: What is [M]? It looks like it should be the concentration outside the cell (in mg/L), but that doesn't make sense, as everything on the right-hand side is positive, suggesting that the concentration outside the cell is growing...
+
* As(V)<sub>ex</sub> &rarr; As(III)<sub>in</sub>, using ArsC (Summers2009)
 +
* As(III)<sub>in</sub> + ArsR<sub>u</sub> &harr; ArsR<sub>As</sub> ???
 +
* ArsR<sub>u</sub> &harr; ArsR<sub>op</sub> ???
 +
* ArsR also controls the production rate of ArsR (and so on).
Any constants used above are defined here:
Any constants used above are defined here:

Revision as of 13:57, 8 July 2009

Bold text

Igemhomelogo.png

Our initial ideas on how and what to model can be found at Brainstorm/Modelling.

Usage of graphs in wiki: Graphs

The raw model

Note: Math support is currently not enabled on this Wiki... (I've asked hq if they can enable it.)

The following variables play an important role in our system (these can be concentrations of substances, the density of the cell, etc.):

  • Extracellular:
    • [As(III)]
    • [As(V)]
  • Intracellular:
    • [As(III)]
    • [As(V)]
    • [ArsC]
    • [ArsR unbound] (TODO Do we need this intermediate step?)
    • [ArsR bound to operator]
    • [ArsR bound to As(III)]
    • [ArsD]?

The variables above can be related to each other through the following "reactions" and/or equations:

  • As(V)ex → As(V)in, using phosphate transporters? (Summers2009)
  • As(V)ex → As(III)in, using ArsC (Summers2009)
  • As(III)in + ArsRu ↔ ArsRAs ???
  • ArsRu ↔ ArsRop ???
  • ArsR also controls the production rate of ArsR (and so on).

Any constants used above are defined here:

  • <math>K_m=6 mg/L</math>
  • <math>V_m=18 mg/(min\cdot g)</math> (note that the gram comes from gram dry cell weight)
  •  ???

Kinetic Laws

TODO Add references.

TODO Find out how to determine experimentally which is applicable (and if you know, what the parameters are).

Mass Action
Molecules randomly interact, the reaction rate is simply the product of the concentrations of the reactants (multiplied by a constant).
Michaelis-Menten
Applicable to situations where there is a maximum reaction rate (due to needing a catalyst/transporter/binding site of which there is only a limited amount for example) under the assumption that there is much more of the "main" reactant than of the catalyst/transporter. Has two constants, the maximum reaction rate and the concentration and which the reaction rate is half the maximum reaction rate.
Michaelis-Menten reversible
TODO
Hill
Generalization of Michaelis-Menten. More detail.