IGEM:Imperial/2010/2010/08/17: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(Autocreate 2010/08/17 Entry for IGEM:Imperial/2010)
 
(added notes from meeting with matthieu)
Line 6: Line 6:
| colspan="2"|
| colspan="2"|
<!-- ##### DO NOT edit above this line unless you know what you are doing. ##### -->
<!-- ##### DO NOT edit above this line unless you know what you are doing. ##### -->
==Entry title==
==Meeting with Matthieu==
* Insert content here...
'''Modelling of enzymatic reaction'''
*Simulation step might be too big. We need a very small simulation step, given our simulation time.
*Negative concentrations are impossible. Once our concentration goes negative once, the model will just not work properly anymore. So, we have to implement a minimum concentration of c = 0 into our Matlab program.  
*Look into the ode45 solver in Matlab and its different options regarding accuracy.
*Tinkercell uses a different algorithm!!!
*It is possible to multiply all quantities (i.e. concentrations) by a constant to get above a certain threshold (don't forget to rescale equations and especially k-values). However, this increases the margin of error.
'''Modelling of ComD receptor'''
*Important questions: Is the receptor working like an enzyme? Does it only work once?
*We need to be very precise when modelling the receptor. (Look into the biochemistry of the receptor.)
*Look into the binding of the receptor, e.g. can CSP unbind under any circumstances.
*Always check and list the assumptions of the model, e.g. for enzymatic reactions: quasi-steady state
*Check if the assumptions are met for the ComE-ComD system (look at the paper!)
*Look into crosstalk and any other possible reactions





Revision as of 04:22, 17 August 2010

Project name <html><img src="/images/9/94/Report.png" border="0" /></html> Main project page
<html><img src="/images/c/c3/Resultset_previous.png" border="0" /></html>Previous entry<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>Next entry<html><img src="/images/5/5c/Resultset_next.png" border="0" /></html>

Meeting with Matthieu

Modelling of enzymatic reaction

  • Simulation step might be too big. We need a very small simulation step, given our simulation time.
  • Negative concentrations are impossible. Once our concentration goes negative once, the model will just not work properly anymore. So, we have to implement a minimum concentration of c = 0 into our Matlab program.
  • Look into the ode45 solver in Matlab and its different options regarding accuracy.
  • Tinkercell uses a different algorithm!!!
  • It is possible to multiply all quantities (i.e. concentrations) by a constant to get above a certain threshold (don't forget to rescale equations and especially k-values). However, this increases the margin of error.

Modelling of ComD receptor

  • Important questions: Is the receptor working like an enzyme? Does it only work once?
  • We need to be very precise when modelling the receptor. (Look into the biochemistry of the receptor.)
  • Look into the binding of the receptor, e.g. can CSP unbind under any circumstances.
  • Always check and list the assumptions of the model, e.g. for enzymatic reactions: quasi-steady state
  • Check if the assumptions are met for the ComE-ComD system (look at the paper!)
  • Look into crosstalk and any other possible reactions