Imperial College/Courses/Spring2008/Synthetic Biology/Computer Modelling Practicals/CellDesigner Tutorial/Kinetic Simulation

From OpenWetWare
Revision as of 07:33, 12 January 2008 by Vincent Rouilly (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Synthetic Biology (Spring2008): Computer Modelling Practicals

Home        CellDesigner Tutorial        Practical 1        Practical 2        Practical 3        Schedule        Back to Synthetic Biology Course       

<html> <body> <!-- Start of StatCounter Code --> <script type="text/javascript"> var sc_project=3315875; var sc_invisible=0; var sc_partition=36; var sc_security="779debd0"; </script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c37.statcounter.com/3315875/0/779debd0/0/" alt="web metrics" /></a></div></noscript> <!-- End of StatCounter Code --> </body> </html>


Set-up a Kinetic Simulation

Overview

  • this section deals with preparing your model to kinetic simulations (time evolving simulations).
  • CellDesigner offers a link to an ODE Solver.

CellDesigner ODE Solver

Minimum requirements for a simulation

  • Compounds: 'initialAmount' might need to be changed for some compounds (zero by default)
  • Reactions : define a kineticLaw for all reactions defined, write a formula with appropriate parameters.

Defining a kinetic law for your reaction

  • Double click on an item in the reaction list to display the “Reaction” dialog.
  • You can also display “Reaction” dialog” by clicking on the reaction on canvas with right mouse button, then select “Edit Reaction” menu.
  • Click “KineticLaw” Edit button to display “KineticLaw” dialog
  • Enter “math” formulae and edit parameters by clicking in the “listofParameters” section
  • Note: In “math” formulae, Species ID, not Species Name, should be specified
  • To enter Species ID, you can click the target Species on canvas, and press [copy] button below the “math” field. The ID will be automatically input to the field.

Defining a parameter used in the kinetic law

  • Local parameter: To set a local parameter for the kinetic law formula, click [New] button in the above KineticLaw dialog window to specify the parameter id, name, value and units.
  • Global parameter: From the "Parameters" tab in the list window, select [NEW] to create a new global parameter.


References