Skip to content

Latest commit

 

History

History

room-temperature-only

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

hERG paper I: using an automated high-throughput system

Study hERG kinetics at room temperature.

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-fromqc.py: Fitting for all cells selected from QC (note later we have manual selections)

Validation

Selections

MCMC

  • mcmc.py: Run MCMC for one cell, usage: python mcmc.py [cell-id]
  • mcmc.sh: Bash script to run MCMC for multiple cells by calling mcmc.py

Hierarchical Bayesian Model (HBM)

  • hbm.py: Run hierarchical Bayesian model (HBM) using Metropolis-Within-Gibbs (MWG)
  • plot-hbm.py: Plot HBM results
  • test-simple-mean.py: Compare HBM results with simple mean and covariance calculation, see if HBM is necessary!
  • pseudohbm.py: Run HBM using pseudo-MWG, requires individual cells' MCMC chain, and plot results

Voltage error

Paper figures

Other plots (not used in publication)