Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.97 KB

File metadata and controls

51 lines (33 loc) · 2.97 KB

Voltage clamp model tutorials

In these notebooks we construct (1) a model of a patch-clamp experiment with various experimental artefacts, and (2) a model of the corrections applied by patch-clamp amplifiers to mitigate these effects. The initial exposition draws on a book chapter by Sigworth (1995a), but replaces Laplace-domain analysis with an ODE formulation.

To view the notebooks, use the GitHub or nbviewer links below, or clone the repository and run Jupyter notebook locally. Running locally will require the dependencies from requirements.txt.

↩ Back to the main repository

1. Modelling patch-clamp experiments

github nbviewer

The first notebook describes the uncompensated patch-clamp set up, and derives an ODE model from the electrical schematics.

2. Modelling electronic compensation

github nbviewer

The model is updated to include the compensation circuitry commonly used in patch-clamp amplifiers.

3. Simulating a manual patch clamp experiment

github nbviewer

We walk through and simulate the early steps of a manual patch-clamp experiment.

4. Simplified models

github nbviewer

In the final notebook, we derive simplified models and compare with previous work.

Resources

  • github nbviewer Names and symbols A table of all symbols, their meanings, and names used in other publications.

  • github nbviewer Default parameter values and comments on how to reparameterise the model, are given in the Model Tour.

  • github nbviewer References and further reading.

Finally, there are several appendices, which provide background on electronics and details of the model derivation.