Circadia
  • Home
  • People
  • Publications
  • Projects
  • Tutorials
  • Join us/Visit
  • Design
  • Publications
  • Posts

Circadian Phenotyping in Visual Impairment

Low-latitude environmental regularity sustains non-photic entrainment in blind adults

Research Pipeline
Actigraphy
Chronobiology
Python
Reproducible Research
A data-driven framework for identifying circadian phenotypes in visually impaired participants using non-parametric actigraphy metrics, dimensionality reduction, clustering, and SHAP-based interpretation.
Published

February 1, 2025

About

This repository contains three integrated Jupyter notebooks implementing a modular Python pipeline for extracting, contextualising, and clustering circadian and sleep features from wrist actigraphy data. The pipeline was developed for a study of blind adults living near the equator in northeastern Brazil, and is readily adaptable to other actigraphy datasets.

Pugliane KC, França LGS, Leocadio-Miguel M, Araújo JF (2026). Low-latitude environmental regularity sustains non-photic entrainment in blind adults. bioRxiv. doi:10.64898/2026.03.19.712663

Scientific Context

Most research on circadian rhythms in blind individuals has been conducted at high latitudes (North America, Europe), where pronounced seasonal variation in photoperiod may compound the loss of photic entrainment cues. This study asked whether the exceptionally stable environmental conditions near the equator (~5°S, Rio Grande do Norte, Brazil) — minimal photoperiod variation (~44 min annual amplitude) and stable temperature (~27°C year-round) — could sustain circadian entrainment even in the absence of light perception.

Study Design

58 blind adults (21–77 years; 43.1% female) wore wrist actigraphy continuously for four weeks. Pupillary light reflex (PLR) was used as a proxy for intact ipRGC photoreception (22 reactive, 36 non-reactive). A semi-supervised machine learning approach — combining PCA, KMeans clustering, and SHAP feature importance — was applied to 23 non-parametric actigraphy variables.

Two distinct circadian phenotypes emerged:

Phenotype n Key characteristics
Higher Circadian Stability (HCS) 42 (72%) High RA, IS, QPActivity, LRI; consolidated rhythms
Lower Circadian Stability (LCS) 16 (28%) Fragmented rhythms, lower regularity and amplitude

Notably, 64% of PLR-non-reactive individuals fell in the HCS group — approximately 1.6× higher than previously reported for blind cohorts at higher latitudes. Cluster membership explained substantially more variance in circadian metrics than PLR status alone (e.g., RA: R² = 0.61 for cluster vs R² = 0.15 for PLR).

Pipeline Structure

Notebook Description
geographical_and_seasonal_context Maps participant location, estimates photoperiod via astral, retrieves NASA POWER temperature and radiation data
nonparametric_actigraphy_feature_extraction Loads actigraphy files, applies off-wrist masks, extracts 23 non-parametric circadian and sleep variables via pyActigraphy
nonparametric_actigraphy_clustering Z-score normalisation → multicollinearity screening → PCA → KMeans → Random Forest + SHAP feature importance → between-group comparisons

Actigraphy Features

The pipeline extracts variables spanning four circadian domains:

Stability — IS (interdaily stability), SRI (sleep regularity index)

Fragmentation — IV (intradaily variability), kRA (rest-to-activity probability), kAR (activity-to-rest probability), FSoD

Amplitude — RA (relative amplitude), M10, L5, ADAT

Phase — sleep midpoint, M10 onset, L5 onset, centre of gravity

Light exposure — LRI (light regularity index), M10/L5 light onset

Frequency domain — QP statistic and period estimate for activity, light, and temperature

Links

  • 💻 GitHub
  • 📄 Preprint (bioRxiv)
  • 🗄️ Software archive (Zenodo)
  • ☁️ Run in Google Colab
 

Made with ❤️ and Quarto. © 2026. This work is openly licensed via CC BY 4.0