nav-artefact-model
Code for reproducing "Resolving artefacts in voltage-clamp experiments with computational modelling: an application to fast sodium current recordings"
Science Score: 52.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization cardiacmodelling has institutional domain (www.maths.nottingham.ac.uk) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.6%) to scientific vocabulary
Repository
Code for reproducing "Resolving artefacts in voltage-clamp experiments with computational modelling: an application to fast sodium current recordings"
Basic Info
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
Voltage clamp model with NaV current project
This is a repository to reproduce results for the work "Resolving artefacts in voltage-clamp experiments with computational modelling: an application to fast sodium current recordings".
Dependencies
To run the code, run pip install -r requirements.txt to install all the necessary dependencies. Python >3.6 and SUNDIALS are required (tested on Python 3.9 and 3.11, and SUNDIALS 7.2.1).
Reproducing result figures
- Figure 3C: Change directory to
srcand runpython simulate-mc4auto-minimum.py nav. - Figure 4C: Change directory to
srcand runpython compensation-level-sweeps.py. - Figure 5C: Run
python figure-plot.py -m iyer -p NaIV_35C_80CP -d cell6 -l 90. - Figure 6A: Change directory to
srcand runpython averaging-issue.py. - Figure 6B: Change directory to
srcand run Jupyter notebookmutant-issue.ipynb. - Figure 7: Change directory to
src/apand run Jupyter notebookap-effects.ipynb. - Figure 8: Run
python figure-plot-diff-models.py -m gray -p NaIV_35C_80CP -d cell9 -l 90.
Content
data: Experimental data (see below for how to download this).methods: Main python codes.models: Myokit models.protocols: Voltage clamp protocols.src: Other source code for studying experimental artefact effects.fit.py: Run model fitting to produce results inresults.
Data source
Experimental data of this study may be downloaded from the following link: https://doi.org/10.6084/m9.figshare.27193878.
The whole dataset should be placed within this repository as data such that data can be loaded and read properly.
Units
- time in [ms]
- voltage in [mV]
- current in [pA]
- capacitance in [pF]
- resistance in [GOhm]
Acknowledging this work
If you publish any work based on the contents of this repository please cite (CITATION file):
Chon Lok Lei, Alexander P. Clark, Michael Clerx, Siyu Wei, Meye Bloothooft, Teun P. de Boer, David J. Christini, Trine Krogh-Madsen, Gary R. Mirams. (2024). Resolving artefacts in voltage-clamp experiments with computational modelling: an application to fast sodium current recordings. bioRxiv, 2024.07.23.604780.
Owner
- Name: Cardiac Modelling
- Login: CardiacModelling
- Kind: organization
- Location: United Kingdom
- Website: https://www.maths.nottingham.ac.uk/plp/pmzgm/
- Repositories: 20
- Profile: https://github.com/CardiacModelling
Codes and Resources from the University of Nottingham's cardiac modelling team
Citation (CITATION)
To cite this repository or the article in publications, please use:
Chon Lok Lei, Alexander P. Clark, Michael Clerx, Siyu Wei, Meye Bloothooft, Teun P. de Boer, David J. Christini, Trine Krogh-Madsen, Gary R. Mirams.
(2024).
Resolving artefacts in voltage-clamp experiments with computational modelling: an application to fast sodium current recordings.
bioRxiv, 2024.07.23.604780.
https://doi.org/10.1101/2024.07.23.604780
A BibTeX entry for LaTeX users is
@article {Lei2024bioRxiv,
author = {Lei, Chon Lok and Clark, Alexander P. and Clerx, Michael and Wei, Siyu and Bloothooft, Meye and de Boer, Teun P. and Christini, David J. and Krogh-Madsen, Trine and Mirams, Gary R.},
title = {Resolving artefacts in voltage-clamp experiments with computational modelling: an application to fast sodium current recordings},
year = {2024},
doi = {10.1101/2024.07.23.604780},
URL = {https://www.biorxiv.org/content/early/2024/07/24/2024.07.23.604780},
eprint = {https://www.biorxiv.org/content/early/2024/07/24/2024.07.23.604780.full.pdf},
journal = {bioRxiv}
}
GitHub Events
Total
- Release event: 2
- Delete event: 1
- Push event: 17
- Pull request event: 2
- Create event: 2
Last Year
- Release event: 2
- Delete event: 1
- Push event: 17
- Pull request event: 2
- Create event: 2
Dependencies
- myokit ==1.33.1
- pandas ==1.4.0
- pints ==0.4.0
- seaborn ==0.13.2