christianrickert / ParamAP

Standardized parameterization of sinoatrial node myocyte action potentials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParamAP

Standardized parameterization of sinoatrial node myocyte action potentials

DOI

ParamAP is a standalone computational tool that uses a template-free detection algorithm to automatically identify and parameterize sinoatrial myocyte action potentials. ParamAP is written in Python 3 and it can be run on Windows, Mac OS X, or Ubuntu operating systems. It employs a graphic user interface with automatic and user-editable input modes. ParamAP accepts text input files and returns a total of 17 AP waveform parameters as text and graphical outputs. The software is available under the GNU General Public License 2.

Screenshot of a parameterization summary

Hardware requirements

ParamAP can be run on any computer for which Python 3 and the libraries NumPy, SciPy, and Matplotlib are available, which includes most common processor architectures and operating systems (Mac OS X, Linux/Ubuntu, Windows). The minimum system requirements are very modest (~ 2 GB system memory, 1 GHz processor frequency, and at least 1 GB of free disk space). As a general rule, the minimum memory required is up to ten times the largest file size to be analyzed, which depends on the data sampling rate and the length of the recording to be read.

Software requirements

The minimum software requirements for ParamAP are current versions of:

  • Python 3
  • NumPy
  • SciPy
  • Matplotlib

Softare download

The latest compiled versions of ParamAP can be found on the repository's releases page. However, the latest Python version of ParamAP is located in the repository.

Installation & Usage

Please consult the User Manual for information on how to install and use ParamAP.

Development & Bug reporting

If you would like to participate in the development of ParamAP, please fork this repository to your GitHub account. In order to report a problem with ParamAP, please login to your GitHub account and create a new issue in this repository.

About

Standardized parameterization of sinoatrial node myocyte action potentials

License:GNU General Public License v2.0


Languages

Language:Python 100.0%