This repo contains code to reproduce the work in "A range of voltage-clamp protocol designs for rapid capture of hERG kinetics" by Chon Lok Lei, Dominic G. Whittaker, Monique J. Windley, Matthew D. Perry, Adam P. Hill, Gary R. Mirams.
All protocol designs are provided as time series CSV files in protocol-time-series
.
To run the code, run pip install -r requirements.txt
to install all the necessary dependencies. Python >3.6 is required.
optimise-bruteforce
: Code to designhhbrute3gstep
andwangbrute3gstep
.optimise-localsensitivity
: Code to designhh3step
andwang3step
.optimise-sobol
: Code to designhhsobol3step
andwangsobol3step
.optimise-square-wave
: Code to designmaxdiff
.rank-spacefill-protocols
: Code to rankspacefill26
,spacefill10
andspacefill19
.newton
: Code to perform first round fitting withstaircase
,sis
,hh3step
andwang3step
.lib
: Utility modules.mmt-model-files
: Model files for hERG.