Sensor Module

From 2011.igem.org

Menu image preload Menu image preload Menu image preload Menu image preload Menu image preload Menu image preload


Sensors

The sensor module of our system detects toxic substance found in cigarette smoke. Upon binding of the substance to the sensor molecule, series of downstream gene regulation events take place. We are dealing with two toxic substances (acetaldehyde and xylene). These two are detected by different sensor molecules with different mechanisms of action. Therefore, we designed two models, one for acetaldehyde detection, other for xylene detection. The models differ only by their sensor module, the band detector and the filter modules are same for both.

Acetaldehyde Sensor

As the name says, this sensor detects acetaldehyde from the air. Acetaldehyde binds to the transcriptional repressor AlcR, inhibiting TetR, which further inhibits CI and LacI production. Thus, the acetaldehyde binding to AlcR leads to CI and LacI expression (double inhibition leads to activation).

There has been experimental evidence about the AlcR repression activity when it binds to acetaldehyde [5]. However, the exact mechanism of acetaldehyde binding to AlcR is not known. In Weber et al. [5] the acetaldehyde-inducible gene expression was assessed by measuring the expression of acetaldehyde adjustable SEAP for different acetaldehyde concentrations. We fitted the experimental data points for SEAP expression to the Hill equation and used the parameter values that were obtained from the fit to describe the repression kinetics of TetR. The ODE for TetR is the following:


Equation system 1: ODE for TetR


TetR gene is repressed by the AlcR-acetaldehyde complex (AlcR_AcA). The input acetaldehyde concentration is implicitly considered in the equation, due to the fitting procedure.

The meaning and the values of the parameters are summarized in the Parameters section.

Xylene Sensor

The sensor that detects xylene is XylR. It is a hexamer which gets activated upon binding of xylene. Active XylR triggers CI and LacI expression. We model both active and inactive Xylene (Xyli and Xyla). Xylene is found in two forms in our system: bound to XylR and free xylene. We consider the free xylene as a state (Xyl) and the initial xylene concentration as an input parameter (Xyl_ini). Thus, the bound xylene concentration can be found by substracting the free xylene concentration from the initial one (Xyl_ini - Xyl).

The ODEs for active and inactive XylR, as well as for xylene are given below:

Equation system 2: ODEs for the states involved in the xylene sensor. XylRi stands for inactive XylR, XylRa for active XylR, Xyl for unbound xylene

Same as for the acetaldehyde sensor, the meaning and the values of the parameters are summarized in the Parameters section.