Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 2.58 KB

File metadata and controls

49 lines (31 loc) · 2.58 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.

A list of references and further reading is provided here.

↩ Back to the main repository

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.

Modelling electronic compensation

github nbviewer

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

Simulating a manual patch clamp experiment

github nbviewer

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

Simplified models

github nbviewer

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


Appendices

Finally, there are several appendices:

  • Appendix A adds details on electronics and filters.
  • Appendix B looks at details of the model derivation.
  • Appendix C provides default parameter values, and amplifier-specific ones.
  • Appendix D discusses remaining sources of error.
  • Appendix E looks at Rs and Cm estimates.