Team:Colorado State/Modeling

From 2012.igem.org

(Difference between revisions)
Line 16: Line 16:
         <p>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.</p>
         <p>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.</p>
-
 
+
<br />
-
 
+
<p>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:</p>
<p>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:</p>
-
 
+
<br />
<ol>
<ol>
<li>Forward binding Kumamolisin + Gluten -> Bound Kumamolisin and Gluten</li>
<li>Forward binding Kumamolisin + Gluten -> Bound Kumamolisin and Gluten</li>
Line 25: Line 24:
<li>Protein breakdown Bound Kumamolisin and Gluten -> Kumamolisin + Broken-down gluten</li>
<li>Protein breakdown Bound Kumamolisin and Gluten -> Kumamolisin + Broken-down gluten</li>
</ol>
</ol>
-
 
+
<br />
<p>Reactions 4-6 account for inhibitors:</p>
<p>Reactions 4-6 account for inhibitors:</p>
-
 
+
<br />
<ol start="4">
<ol start="4">
<li>Forward binding Kumamolisin + Inhibitor -> Bound Kumamolisin and Inhibitor</li>
<li>Forward binding Kumamolisin + Inhibitor -> Bound Kumamolisin and Inhibitor</li>
Line 33: Line 32:
<li>Protein breakdown Bound Kumamolisin and Gluten -> Kumamolisin + Broken-down Inhibitor</li>
<li>Protein breakdown Bound Kumamolisin and Gluten -> Kumamolisin + Broken-down Inhibitor</li>
</ol>
</ol>
-
 
+
<br />
<p>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.</p>
<p>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.</p>
-
 
+
<br />
<p>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).</p>
<p>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).</p>
-
 
+
<br />
<p>Our focus is on determining accurate parameters to use in the simulation.  The following are parameters we are hoping to find via research:</p>
<p>Our focus is on determining accurate parameters to use in the simulation.  The following are parameters we are hoping to find via research:</p>
-
 
+
<br />
<ol>
<ol>
<li>Volume</li>
<li>Volume</li>
Line 47: Line 46:
<li>Diffusion coefficients</li>
<li>Diffusion coefficients</li>
</ol>
</ol>
-
 
+
<br />
<p>Some parameters effects need to be determined experimentally.  They are:</p>
<p>Some parameters effects need to be determined experimentally.  They are:</p>
-
 
+
<br />
<ol start="6">
<ol start="6">
<li>Concentration of Kumamolisin</li>
<li>Concentration of Kumamolisin</li>
Line 56: Line 55:
<li>Concentration of water</li>
<li>Concentration of water</li>
</ol>
</ol>
-
 
+
<br />
<p>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.</p>
<p>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.</p>

Revision as of 17:31, 18 July 2012

Edit page
Edit top template
Edit bottom template
http://rclouse145.wix.com/2012csuigem#!home/mainPage

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.