Used in the manuscript: Köhler et al. (Pre-print). Dopamine and neuromodulation accelerate the neural dynamics of volitional action in Parkinson’s disease. DOI: 10.1101/2023.10.30.564700.
Relies on a modified version of the MNE-Connectivity package, available here: github.com/neuromodulation/mne-connectivity_tsbinns
- Preprocessed data can be converted from an MNE
Epochs
object to the customSignal
object using the scriptepochs_to_signal.py
. - Granger causality can be computed from the
Signal
objects using the scripts in theprocessing
folder, e.g.data_processing_granger_causality_preset_hpc.py
andrun_gc.sh
for computing connectivity on a high performance cluster.