Skip to main content

Package for the analysis of Cold Face Test Data.

Project description

cft-analysis

PyPI GitHub Lint Code style: black GitHub commit activity

Python package for the analysis of data collected during the Cold Face Test (CFT) study.

Description

This package contains various helper functions to work with the dataset (including tpcp Dataset representations) and to process data. Additionally, it contains different analysis experiments performed with the dataset.

Repository Structure

The repository is structured as follows:

├── cft_analysis/                                   # cft-analysis Python package
└── experiments/                                    # Folder with conducted analysis experiments; each experiment has its own subfolder
    └── 2022_scientific_reports/                    # Analysis for the 2022 Scientific Reports Paper (see below)
        ├── data/                                   # Processed data and extracted parameters
        ├── notebooks/                              # Notebooks for data processing, analysis and plotting
           ├── data_processing/            
              ├── ECG_Processing_Feature_Computation.ipynb    # Processing and feature extraction from ECG data
              ├── Questionnaire_Processing.ipynb              # Processing of questionnaire data
              └── Saliva_Processing.ipynb                     # Processing of saliva data
           ├── analysis/                   
              ├── Subject_Exclusion.ipynb         # Checks whether (and which) subjects need to be excluded from further analysis
              ├── Demographics.ipynb              # Analysis of general information of study population: Age, Gender, BMI, ...
              ├── ECG_Analysis.ipynb              # Descriptive and statistical analysis of ECG data
              ├── Questionnaire_Analysis.ipynb    # Descriptive and statistical analysis of questionnaire data
              └── Saliva_Analysis.ipynb           # Descriptive and statistical analysis of saliva data
           └── plotting/
        ├── results/                                # Plots and statistical results exported by the notebooks in the "analysis" and "plotting" folders
        └── config.json                             # 

Installation

If you want to use this package to reproduce the analysis results then clone the repository and install the package via poetry:

git clone git@github.com:mad-lab-fau/cft-analysis.git
cd cft-analysis
poetry install # alternative: pip install .

This creates a new python venv in the cft-analysis/.venv folder. Next, register a new IPython kernel for the venv:

cd cft-analysis
poetry run poe register_ipykernel

Finally, go to the experiments folder and run the Jupyter Notebooks.

Experiments

Currently, this repository contains the following experiments:

2022 – Scientific Reports

Analysis of the CFT Dataset for the paper Vagus Activation by Cold Face Test Reduces Acute Psychosocial Stress Responses, published in Scientific Reports.

Usage

In order to run the code, first download the CFT Dataset, e.g. from OSF. Then, create a file named config.json in the folder /experiments/2022_scientific_reports with the following content:

{
    "base_path": "<path-to-dataset>"
}

This config file is parsed by all notebooks to extract the path to the dataset.
NOTE: This file is ignored by git because the path to the dataset depends on the local configuration!

The files in the data folder are created by running the notebooks in the data_processing folder. The files in the result folder are created by running the notebooks in the analysis and the plotting folders.

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

cft_analysis-1.2.0.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

cft_analysis-1.2.0-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file cft_analysis-1.2.0.tar.gz.

File metadata

  • Download URL: cft_analysis-1.2.0.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.0 CPython/3.11.0 Linux/5.15.0-1024-azure

File hashes

Hashes for cft_analysis-1.2.0.tar.gz
Algorithm Hash digest
SHA256 d5f1b0457c6f6621f04211d8521eac8d96591b5a5619533127157985f75117c7
MD5 2f826757472f0ec3e2e8f92baa74de46
BLAKE2b-256 590cb4e8789d75639e688565201523e12aeb342c5d6c01b155ca7096b7d0bf4e

See more details on using hashes here.

File details

Details for the file cft_analysis-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: cft_analysis-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.0 CPython/3.11.0 Linux/5.15.0-1024-azure

File hashes

Hashes for cft_analysis-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b162bc63c72595f5f94daeb308f9df3b1f557e88f8bd920fba4e9f3df0e830e7
MD5 c0c3125bb1a05a6e46bb9f62989a2d66
BLAKE2b-256 7513e3c6ad641aa542a0f2d9f81be6d69b2ef17eabee03ca53aae8b69bc693e0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page