.. longitudinal-ECG-analysis documentation master file Longitudinal ECG Analysis ========================= A package to investigate the associations between ECG features and health outcomes. Features -------- - Derives features from ECG signals - Performs statistical analysis of associations between ECG features and health outcomes - Compatible with two publicly available datasets Installation ------------ .. code-block:: bash pip install git+https://github.com/Nokia-Bell-Labs/longitudinal-ECG-analysis .. _quick-example: Quick Example ------------- * Download the :ref:`MUSIC Dataset `: * To run the demo analysis, download the files in the root folder (such as `subject-info.csv`), and download `Holter_ECG` files for the first 25 subjects. * Store these in a folder, and note down the path of this folder, which will be used as the ``. * Create a folder in which to store the results, and note down the path of this folder, which will be used as the ``. * Clone the repository: .. code-block:: bash git clone https://github.com/Nokia-Bell-Labs/longitudinal-ECG-analysis.git * Install the required packages, preferably in a virtual environment, using: .. code-block:: bash cd longitudinal-ECG-analysis pip install -r requirements.txt * Run the demo analysis using: .. code-block:: python cd longitudinal_ecg_analysis/src python -m longitudinal_ecg_analysis.run_demo music Further details of this example are provided in the :ref:`Running demo analysis ` example. ------ .. toctree:: :maxdepth: 1 :caption: Contents: overview background datasets examples variables maintenance use API Documentation