Skip to content

Commit a9fc1f5

Browse files
committed
Add staircase-ramp protocol
1 parent ccd3b2b commit a9fc1f5

File tree

7 files changed

+462098
-4
lines changed

7 files changed

+462098
-4
lines changed

README.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,38 @@
1-
# Rapid Characterisation Protocols for patch-clamp electrophysiology
1+
# Rapid Characterisation Protocols for Patch-Clamp Electrophysiology
2+
23
Collection of protocols for rapid characterisation of ion channel kinetics.
34

45
Here we have provided plain text `.txt` and comma-separated-value `.csv` formats.
56

67
`.atf` files are also provided and are intended to be used with the Axon pClamp software.
78

9+
Some also support `.eph` files which are intended to be used with the Nanion SyncroPatch software.
10+
11+
## Staircase voltage clamp for hERG/IKr measurements
12+
The protocol `staircase-ramp` is a short, high information-content voltage clamp protocol that is applicable in _automated high-throughput patch clamp systems_.
13+
The protocol and its application have a dedicated [Github repository](https://github.com/CardiacModelling/hERGRapidCharacterisation)).
14+
815
## Sinusoidal voltage clamp for hERG/IKr measurements
16+
The protocol `sinewave-ramp` is a slightly-updated version of the sinusoidal voltage clamp we first published in 2018 (which has a dedicated [Github repository](http://www.github.com/mirams/sine-wave)).
17+
The update here is a ramp during the initial 'leak step' rather than a fixed potential.
918

10-
The first protocol is `sinewave-ramp` which is a slightly-updated version of the sinusoidal voltage clamp we first published in 2018 (which has a dedicated [Github repository](http://www.github.com/mirams/sine-wave)). The update here is a ramp during the initial 'leak step' rather than a fixed potential.
1119

1220
# Format/Units
21+
1322
Each file has two columns, the first one is time (in [seconds]) and the second column is voltage (in [milliVolts]).
1423

24+
1525
# Acknowledging this work
16-
If you publish any work based on the contents of this repository please cite:
17-
Beattie, K. A., Hill, A. P., Bardenet, R., Cui, Y., Vandenberg, J. I., Gavaghan, D. J., de Boer, T. P. & Mirams, G. R. [Sinusoidal voltage protocols for rapid characterisation of ion channel kinetics](https://doi.org/10.1113/JP275733). J. Physiol. 596, 1813–1828 (2018).
26+
27+
If you publish any work based on the contents of this repository please cite:
28+
29+
Lei, C. L., Clerx, M., Gavaghan, D. J., Polonchuk, L., Mirams, G. R., Wang, K.
30+
(2019).
31+
[Rapid characterisation of hERG channel kinetics I: using an automated high-throughput system](https://doi.org/10.1101/609727).
32+
_bioRxiv_, 609727.
33+
34+
Beattie, K. A., Hill, A. P., Bardenet, R., Cui, Y., Vandenberg, J. I., Gavaghan, D. J., de Boer, T. P. & Mirams, G. R.
35+
(2018).
36+
[Sinusoidal voltage protocols for rapid characterisation of ion channel kinetics](https://doi.org/10.1113/JP275733).
37+
_J. Physiol._ 596, 1813–1828.
38+

sinewave-ramp.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"time","voltage"
12
0.000000000000000000e+00,-8.000000000000000000e+01
23
1.000000000000000048e-04,-8.000000000000000000e+01
34
2.000000000000000096e-04,-8.000000000000000000e+01

staircase-ramp-example.png

32.8 KB
Loading

0 commit comments

Comments
 (0)