Team:LCG-UNAM-Mexico/Simulation

From 2008.igem.org

Revision as of 21:05, 29 October 2008 by Sur h (Talk | contribs)

LCG-UNAM-Mexico:Modeling

Header image
iGEM 2008 TEAM
line decor
  
line decor

 
 
 
 

 
 
ribbon


Simulation & Analysis
 
With the aim of predicting the behavior of the system, the biochemical reactions were implemented in the SimBiology package of MATLAB, using the previously defined parameters. Simulations were run for different values of the initial concentration of AHL and Nitotal (Niint + Niext) which are the metabolites that we can directly manipulate in our experiments. A parameter scan was also run for some parameters to understand their influence on the system.
In order to gain insights into the system dynamics to elucidate the conditions needed to get the desired behavior, we performed a series of analyses on it: Sensitivity analysis allowed us to identify critical parameters that needed to be defined on the most stringent way. Basis for the (right) null and left null space were calculated to obtain information about the general network behavior. Steady-states were calculated by numerical integration of the non-linear ODEs system. Finally the Jacobian of the system was calculated around the steady-states. All simulations and analyses were implemented and performed on MATLAB.

Simulation and parameter scan

Describir el comportamiento que queremos ver y por qué.
Incluir las gráficas de parameter scan, la gráfica de la vida, y el escaneo con el que definimos algunas constantes

Sensitivity analysis

Definir brevemente de que se trata, mostrar análisis a diferentes tiempos. Señalar los resultados que esperábamos y los que no

Stoichiometric matrix

Definir la información que contiene la matriz estequimétrica.
Definir los espacios nulos (link a wikipedia o matworld?)
Presentar las bases calculadas y una interpretación concisa

Steady-states

Definir estado estacionario, decir algo de la complejidad del problema y justificar la estrategia elegida (aproximación numérica)

Presentar la solución ontenida.

Jacobian

The Jacobian of a system is defined as the matrix of first order partial derivatives, ad it represents the best linear approximation to a function at a given point. In biochemical networks, the Jacobian can be defined for metabolites(Jx) or fluxes(Jv):

Jx=S*G
Jv= G*S

Where S is the stoichiometric matrix and G is the gradient matrix. S defines the structure of the network and has the stoichiometric coefficients of all reactions which are represented by the rows of S while metabolites are represented by columns. G is the matrix of first order derivatives of fluxes with respect to species concentrations:

G_ij= (dv_i)/(dx_j )

This formal representation of the Jacobian formalizes the relation between the topology of the network, and its biophysical and kinetic characteristics.

For our system, we first obtained S which is rank deficient: its rank is 7 and it has 13 rows, this difference is explained by the moieties of the system. We reduced S to make it congruent with its rank by eliminating the rows corresponding to: AiiA, LuxR, pcI, p, Ni-ext and Unk. Then we constructed G as previously defined; the partial derivatives are calculated only with respect to the species that remained in S; the state at which G is calculated is the steady-state.

Both Jacobians were calculated and they were decomposed through similarity transformation of their eigenvalues and eigenvectos to obtain the modal matrices. This matrices represent the formation of molecular ‘pools’ on the system and the negative inverse of the eigenvalus represent the time scales at which this interactions occur. The Jacobians and modal matrices can be downloaded on Excel (.xls) format if you click here.

The values in the tables show that the nickel response is very fast, in the order of 6.03e-8 s, which is what we need to make this system and efficient transcriptional indicator. On the other hand, there is a pool of RcnA that forms immediately and another one that takes much more time to form.

Back to top Modeling the systemParameters & kinetics

ribbon