A library for processing and analyzing actigraphic data.
Project description
ADA – Actigraphic Data Analyzer
ADA stands for Actigraphic Data Analyzer, coincidentally being also the name of the first programmer in the world. It is an open source Python module for processing, analyzing and visualizing actigraphic data, with the main focus on bedtime sleep/wake classification and circadian rhythms analysis. ADA is usable in form of a python package, and in form of standalone application with graphical interface (GUI).
Installation
To install the module use pip:
pip install acti-data-analyzer
The GUI for Windows 10 and Windows 11 is availabe as a standalone executable from TODO WHERRE IT WILL BE??. Alternatively, GUI can be run on any system as a Python script, best within a venv. To do so, one may:
- Clone this repository (or download as a .zip and extract).
- Install the package and dependencies using
pip install acti-data-analyzer[gui]. - Run the gui by running
run_gui.pyscript.
Main features
- Reading and writing data from:
- GENEActiv .bin and .csv files
- Actigraph Corp .gt3x and .csv files
- The MESA dataset.
- Converting data to native .ada format (much more efficient in terms of disk space and reading speed).
- Multiple algorithms allowing collapsing into epochs:
- MIMS
- ActivityIndex
- ENMO
- Resampling
- Cole-Kripke
- Sleep/wake scoring using multiple algorithms:
- Cole-Kripke
- Webster
- Scripps Clinic
- UCSD
- Sazonov
- Unified Filter, with possibility of custom filter construction.
- Estimating multiple sleep metrics:
- Sleep efficiency
- Sleep fragmentation index
- Sleep onset latency
- Wake after sleep onset
- And more.
- Assessing circadian rhythms:
- Single and multi-component cosinor in linear and nonlinear variants
- Sigmoidally-transformed cosinor
- Spectrum estimator using autoregressive model
- Detrended Fluctuation Analysis
- Nonparametric measures: Interdaily Stability, Intradaily Variability, M10, L5.
- Easy to read and analyze summaries of sleep/wake and circadian assessments for multiple subjects.
- Automatic and customizable synchronization of actigraphic data with PSG staging.
- Plotting of all analysis steps.
Full documentation together with usage tutorial can be found under the link.
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 acti_data_analyzer-1.0.0.tar.gz.
File metadata
- Download URL: acti_data_analyzer-1.0.0.tar.gz
- Upload date:
- Size: 26.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d207142301023fb1ede7b9a9621a8bd53aa92215d46cec028ecd606d186728d8
|
|
| MD5 |
7a683c8e4e4a89d3d349102ea427592b
|
|
| BLAKE2b-256 |
7ad68993c5da84a250f7354097e8cc3ff967918c612c727130f95416a5db15f2
|
File details
Details for the file acti_data_analyzer-1.0.0-py3-none-any.whl.
File metadata
- Download URL: acti_data_analyzer-1.0.0-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a66735828b68cccd8edc5e8d75b27596aa6fcaea337faadbe600444525c1841f
|
|
| MD5 |
12fb4f747ae5bf092331f99773b560a9
|
|
| BLAKE2b-256 |
eac3789fc0be2cb8d215332fd1f8d372ab758ace0b38b87f11ea6368962d5a05
|