cph-cachet / cachet-ecg-db

Python scripts for CACHET-ECG-DB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CACHET-CADB ToolKit

github stars MIT License

This repro contains the Python scripts and other tools to access the data in the CACHET Contextualised Arrhythmia Database (CACHET-CADB)

CACHET-CADB

CACHET-CADB is 259 days long contextualised single-channel ECG arrhythmia database from 24 patients recording under a free-living ambulatory setting. Along with the ECG, it also contains contextual information such as activities, body position, movement acceleration, patients reported unusual symptoms/events diary, step counts, patient-reported sleep quality, stress level, and food intake. I contain 1602 ten-second long ECG samples of AF, NSR, noise, and other rhythm classes, which are manually annotated by two cardiologists. The ECG is sampled at 1024 Hz and a 12-bit resolution.

The CACHET-CADB is available from DTU Data in two formats:

Installation

Python libraries for reading Unisens file format:

pip install git+https://github.com/Unisens/pyunisens

Read more about Unisens file format for simultaneous and synchronous storage of multi-sensor data at different sample rates.

Tool for UI based inspection of the raw file

The UnisensViewer is an application which can be used to view and browse the raw unisense files. Note that this tool is only avalable on Windows.

Jupiter notebook for database

We provide the CACHET-CADB-NoteBook.ipynb as an illustration on how to use the CACHET-CADB data in Python.

Main Script for reading the annotations and the ECG

The cachet-cadb_analysisMain.py Python script contains funtions to read the database and all the statistics.

Features and bugs

Please read about existing issues and file new feature requests and bug reports at the issue tracker.

License

This software is copyright (c) Copenhagen Center for Health Technology (CACHET) at the Technical University of Denmark (DTU). This software is available 'as-is' under a MIT license.

Citation

When using the CACHET-CADB dataset and code, please cite its data descriptor article :

@article{kumar2022cachet,
  title={CACHET-CADB: A Contextualized Ambulatory Electrocardiography Arrhythmia Dataset},
  author={Kumar, Devender and Puthusserypady, Sadasivan and Dominguez, Helena and Sharma, Kamal and Bardram, Jakob E},
  journal={Frontiers in Cardiovascular Medicine},
  pages={1702},
  year={2022},
  publisher={Frontiers}
}

About

Python scripts for CACHET-ECG-DB

License:Other


Languages

Language:Jupyter Notebook 87.8%Language:Python 12.2%