Processing pipeline for ECG records and quantification of basic and advanced electrocardiographic markers, natively compatible with the PTB and PTBXL databases.
Project description
ECGquant
A robust Python processing pipeline for Electrocardiogram (ECG) records, specifically tailored to handle and analyse data from the PTB and PTB-XL databases.
Overview
ECGquant automates the extraction, processing, and visualization of electrocardiographic features. Built on top of standard scientific libraries, it provides a reliable and clean interface for clinical data analysis, precise wave delineation, and biomarker quantification.
Features
- Extensively validated
- Disease-agnostic
- Compatible with Physionet databases: native support for loading and parsing PTB and PTB-XL database records via wfdb.
- Signal processing: advanced noise filtering and baseline wander removal utilising scipy and numpy.
- Wave delineation: accurate detection and localization of P, Q, R, S, and T wave peaks, onsets, and offsets.
- Clinical markers: automated identification of critical cardiac markers, including the J-point and the ST segment (isoelectric line).
- Advanced pattern recognition: fQRS detection, tombstone patterns, biphasic T waves, T wave inversion...
- Data management: export, manipulate, and analyse structured patient datasets seamlessly with pandas.
- Visualisation: built-in plotting tools via matplotlib to inspect clean signals and verify extracted fiducial points.¨
Currently, the library provides lead-derived markers. Future versions will incorporate new complex clinically-relevant ECG markers comprehending information from multimple leads.
Installation
You can install the package directly from PyPI:
pip install ECGquant
ECGquant.py provides a working pipeline for processing ECG data from PTB or PTB-XL databases. Make sure you update the path of the database downloaded and decompressed in your computer.
Requirements
The library requires Python >= 3.10 and depends on the following core packages:
- numpy
- scipy
- pandas
- matplotlib
- wfdb
License
This project is licensed under the MIT License. See the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ecgquant-0.1.1.tar.gz.
File metadata
- Download URL: ecgquant-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c62e3a31573b7f1492aded2d5013ef1b5dc0f0303cef01a7a364fcab23096938
|
|
| MD5 |
8e5e4fc0f38e921bdd33b779d5fa63f5
|
|
| BLAKE2b-256 |
8723f72899daf53379b6e1c05868524263b7e000ad5b3ee296cfb98d392ed868
|
File details
Details for the file ecgquant-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ecgquant-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
532f506f0642a1e235576b9b837626af5600c53c90571cbb2bded9c34635dd54
|
|
| MD5 |
32005239201393e97532e103a1381c7e
|
|
| BLAKE2b-256 |
520109b56f696f9494f8a180a75ef99893240c33c894d9360bb802683a458756
|