Experiments

Experiments

Following best practices, this model separates the mathematics from the parameterisation of the model. The mathematical model is imported into a specific parameterised instance in order to perform numerical simulations. The parameterisation would include defining the stimulus protocol to be applied.

This workspace has seven sets of experiments and corresponding simulation results:

  1. Single stimulation experiment
  2. Multiple stimulation experiment
  3. Voltage ramp experiment
  4. Membrane potential simulation experiment
  5. Sodium concentration experiment
  6. Calcium concentration experiment 1
  7. Calcium concentration experiment 2

Simulation settings

Simulation settings are encoded in SED-ML documents for experiment execution. It is common that we may need to vary experimental settings to obtain data under various conditions. Hence, the full experimental settings are encoded in the simulation scripts. The Python scripts to run simulation and reproduce the figures in the original paper are included under the Simulation folder. The name of the simulation and plot scripts indicates the Figure number in the primary paper. For example, Fig2_sim.py is used to generate the simulation data and Fig2_plot.py reproduces the graph shown in Figure 2 in the primary paper.