Grandpa is moody, will his cognition decline? Predicting cognitive decline in Parkinson's disease from non-motor symptoms evolution

By Y Song
Published on June 21, 2024

"While Parkinson’s disease (PD) is recognized by its motor symptoms, it is also characterized by non-motor symptoms (NMS), such as anxiety, depression, pain, etc. NMS often precede cognitive decline, making them potential predictors of such decline. This project aims to investigate the longitudinal association between non-motor symptoms and cognitive and neural decline in patients with PD. Early identification of individuals at higher risk of cognitive decline through their NMS presentation can facilitate timely interventions."

Project definition

Background

Parkinson’s disease (PD) is the second most prevalent neurodegenerative disorder globally and is rapidly growing in Canada. While PD is often associated with motor symptoms, it is in fact characterized by a combination of both motor and non-motor symptoms (NMS). NMS cover a wide range of disruptions, including mood disorders, anxiety, perceptual disturbances, and pain. They often precede cognitive decline, which makes them potential predictors of such decline. Yet to this day, NMS most associated with cognitive decline in PD patients have not been identified. As PD is a heterogeneous disease, NMS need to be examined together rather than individually when aiming to predict cognitive decline. Data-driven techniques like clustering algorithms are well-suited for identifying patterns in data comprising numerous attributes.

Objectives

This project aims to investigate the association between NMS and cognitive and neural decline over time in individuals with PD.

Specifically, the objectives are to:

  1. Identify subtypes of PD with respect to NMS evolution.
  2. Verify whether a specific subtype of PD is associated with faster cognitive decline longitudinally.
  3. Verify whether a specific subtype of PD is associated with faster neural decline longitudinally.

Tools

Throughout the school, I used the following tools:

1. Python scripting in jupyter notebooks: most of my work was done in notebooks, including tasks such as data manipulation and plotting, visualization of neuroimaging data, statistical analyses, etc. 2. Git & Github: allowed the version control of the project 3. BIDS and Freesurfer: conversion of raw MRIs to BIDS, then going through the Freesurfer pipeline for preprocessing 4. Basics of ML: learned ML basics such as the ML pipeline (training, validation and testing phases), h-parameter tuning, evaluating models, etc. 5. High-performance computing: parallelization of MRI data preprocessing, clustering of high dimensional data 6. Bash scripting: automation of neuroimaging preprocessing 7. Weights & Biases: tracking algorithm runs and hyperparameter tuning 8. Sphinx: documentation for Python deliverables

Data

3 independant datasets of PD patients are used in this project, comprising cross-sectional clinical data of NMS and longitudinal cognitive and neuroimaging data:

  • Canadian Open Parkinson Network (COPN)
  • Parksinson’s Progressive Markers Initiative (PPMI)
  • UK Biobank

Deliverables

Link Name

The deliverables of this project consist of three pipelines in the form of Jupyter notebooks:

1. Pipeline #1: Clustering

  • Data visualization
  • Preparing and adjusting algorithm inputs
  • Running the algorithm
  • Model stability tracking
  • Model performance evaluation

2. Pipeline #2: Imaging

3. Pipeline #3: Statistical analyses

  • Descriptive statistics
  • Statistical comparisons of cognitive and neural decline between identified clusters
  • Visualization of results

Project source code

Acknowledgement

A HUGE thank you to the BHS organizers for this incredibly enriching experience. A sincere thank you to everybody who contributed to making this a great, positive experience. A special thank you to Pierre-Lune and Marie for your exceptional support and dedication!!

See also these similar projects

Machine learning for neuroimaging

Application of machine learning to fMRI data analysis. In this module, we will go over extracting features (X) and target (y), fitting the model to …

Discover this project

Harmonizing Multisite MRI Data Using ComBat

Multisite data is becoming increasingly common in MRI-based studies with the proliferation of open datasets. This brings the benefit of increased …

Discover this project

Using a machine learning model trained on functional connectivity patterns to predict ADHD

This project uses functional magnetic resonance imaging data to study the connectivity of children with Attention Deficit Hyperactivity Disorder …

Discover this project