Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 6.2 KB

File metadata and controls

79 lines (53 loc) · 6.2 KB

hERG paper II: temperature dependence

Study temperature dependence of hERG kinetics.

To reproduce the results in the publication, run the scripts in the order as listed. All scripts under "Paper figures" should reproduce all figures in the publication.

Requirements

Above libraries should be installed/included in ../lib/.

Description

Fitting

  • fit.py: Simple fitting for a cell; Usage: python fit.py [int:file_id] [str:cell_id] --optional [N_repeats]
  • fit.sh: Bash script calling fit.py as a batch from manualselection

Validation

  • plot-rmsd-hist.py: Plot fitting and validation (normalised) RMSD histograms for all selected cells (all temperatures)

Manual selection

  • manualselection: Contains manual selected cells based on cells selected from QC; manualselected* only based on staircaseramp protocol; manualv2selected* based on manualselected* and validation protocols.

Hierarchical Bayesian Model (HBM)

  • pseudo2hbm.py: Run HBM using simplified pseudo-MWG, requires individual cells' fitting results, and plot results

Eyring/Q10

  • temperature_models.py: A module contains functions and models for temperature dependence of ion channels, includes generalised Eyring relation and Q10 formulation.

Generate data format for paper figures

Paper figures

Reproducing literature

  • Zhou-1998-*: Try reproducing Zhou et al. 1998 results
  • zhou-et-al-1998: Zhou et al. 1998 data
  • Vandenberg-2006-*: Try reproducing Vandenberg et al. 2006 results
  • vandenberg-et-al-2006: Vandenberg et al. 2006 data
  • Mauerhofer-2016-*: Try reproducing Mauerhofer et al. 2016 results
  • mauerhofer-et-al-2016: Mauerhofer et al. 2016 data

Other plots (simple plots for testing; results not used in publication)