Team:Colorado State/Modeling

From 2012.igem.org

Edit page

Modeling

We are currently working on modeling the reaction between the enzyme Kumamolisin and the protein responsible for causing an immune response in Celiac patients. Our model is based on Michaelis-Menten kinetics which treat enzyme kinetics as a two step reaction. Our assay can return reaction rates for pure substrate and Kumamolisin, however in beer several proteins other than gluten which will act as inhibitors to gluten breakdown. Both the gluten and inhibitor are broken down in the same two step reaction in the Michaelis-Menten model. First, the enzyme must bind to the protein, which is a reversible reaction. Then, the bound enzyme breaking down the protein is treated as its own reaction.


Smoldyn is a biochemical reaction modeling software we've chosen to carry out this model in. Currently, we have working a simulation based on the Michealis-Menten model. Our model includes three reactions for gluten breakdown:


  1. Forward binding Kumamolisin + Gluten -> Bound Kumamolisin and Gluten
  2. Reverse binding Bound Kumamolisin and Gluten -> Kumamolisin + Gluten
  3. Protein breakdown Bound Kumamolisin and Gluten -> Kumamolisin + Broken-down gluten

Reactions 4-6 account for inhibitors:


  1. Forward binding Kumamolisin + Inhibitor -> Bound Kumamolisin and Inhibitor
  2. Reverse binding Bound Kumamolisin and Inhibitor -> Kumamolisin + Inhibitor
  3. Protein breakdown Bound Kumamolisin and Gluten -> Kumamolisin + Broken-down Inhibitor

Since Kumamolisin is breaking down the same amino acid sequence in each protein, reactions 1 and 4, 2 and 5 and 3 and 6 have the same reaction rate when Kumamolisin is saturated with substrate. Smoldyn will then adjust these reaction rates for the concentrations of enzyme and protein input.


This simulation can be run on the iGEM laptop by entering the Unix command python /home/local_admin/igem/pythonScripts/KumaModelSweeper.py. Currently, this simulation sweeps over different reaction rates for each of the 3 possibilities. These parameters can be edited by any member of the CSU iGEM team, by opening the python file with a text editor (i.e. gedit /home/local_admin/igem/pythonScripts/KumaModelSweeper.py).


Our focus is on determining accurate parameters to use in the simulation. The following are parameters we are hoping to find via research:


  1. Volume
  2. Total number of molecules
  3. Gluten concentration in beer
  4. Total protein concentration in beer
  5. Diffusion coefficients

Some parameters effects need to be determined experimentally. They are:


  1. Concentration of Kumamolisin
  2. pH
  3. Temperature
  4. Concentration of water

We have access to CSU's CRAY supercomputer to run our simulations if needed. The SFTP we are using is Filezilla, and accessing the CRAY is done through port 22.