Standardized parameterization of sinoatrial node myocyte action potentials
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.
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.
The minimum software requirements for ParamAP are current versions of:
Python 3
NumPy
SciPy
Matplotlib
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.
Please consult the User Manual for information on how to install and use ParamAP.
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.