CardiacModelling / hERG-binding-mechanisms

Source code and data for reproducing "The impact of uncertainty in hERG binding mechanism on in silico predictions of drug-induced proarrhythmic risk".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Impact of hERG binding mechanisms on risk prediction

This repository contains source code and data that reproduce the article "The impact of uncertainty in hERG binding mechanism on in silico predictions of drug-induced proarrhythmic risk" by Chon Lok Lei, Dominic Whittaker and Gary Mirams.

Model structures used in this repository

Requirements

The code requires Python (3.5+) and the dependencies listed in requirements.txt.

To setup, navigate to the path where you downloaded this repo and run

$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Outline

  • data: Contains all the data, including fitting results.
  • methods: Contains all the Python helper modules, classes and functions.
  • models: Model files, contains all the hERG and AP models.
  • protocols: Contains all the voltage clamp protocols.
  • src: Source code for reproducing the results and figures.

Acknowledging this work

If you publish any work based on the contents of this repository please cite (CITATION file):

Chon Lok Lei, Dominic G. Whittaker and Gary R Mirams. (2023).
The impact of uncertainty in hERG binding mechanism on in silico predictions of drug-induced proarrhythmic risk.
British Journal of Pharmacology doi:10.1111/bph.16250

About

Source code and data for reproducing "The impact of uncertainty in hERG binding mechanism on in silico predictions of drug-induced proarrhythmic risk".

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.2%Language:Shell 2.8%