reachingsteppingmedscueing_in_pd
https://github.com/nantelbiomechlab/reachingsteppingmedscueing_in_pd
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 7 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: NantelBiomechLab
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 13 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
Reaching and stepping respond differently to medication and cueing in Parkinson's disease
This results of this research are fully reproducible using the source code, Jupyter notebooks, and raw data contained within this repository. Please see the paper for a full description of the data and methods.
Raw data included in this repository:
- raw motion capture trials, as
.c3dfiles - participant demographics
Instructions
To run this analysis on your computer, both Julia and Jupyter (notebook or lab) must be available. A version of Julia appropriate for your OS can be downloaded from the Julia language website, and Jupyter can be installed from within Julia (in the REPL) with
julia
] add IJulia
Alternate instructions for installing Jupyter can be found on the IJulia github or the Jupyter homepage (advanced).
If you wish to use an external/pre-existing installation of Jupyter, before running ] add
IJulia, set an environmental variable "JUPYTER" to the path of your Jupyter executable.
From within the directory of this repository, start Julia and then start Jupyter from the Julia REPL, using this command:
julia
using IJulia
notebook(;dir=pwd())
or if using a system Jupyter installation, start Jupyter from your favorite available shell (e.g. Powershell on Windows, bash on any *nix variant, etc.).
Description of notebooks:
Analysis (cleaned).ipynb- Primary analysis for this study. Contains complete analysis workflow, from raw data (e.g. ".c3d" files) to final statistical results. Also includes ancillary demographic analyses and post-hoc tests.
Kinematic exploratory (cleaned).ipynb- Initial exploration of motion capture data, and verification of event identification (reaches and steps). Detailed figures show important characteristics of signals during a trial, including "plausible freezing episodes" and supporting signals (e.g. the touch target signal for RRT trials, etc)
Randomization confirmation.ipynb- Tests to confirm the block randomization of trial order.
Strip EMG and export.ipynb- Original protocol included EMG data (see Cantú et al., 2018, 2019) that was not analyzed by the present study. This notebook records the modifications made to the original data to remove the EMG signals and then exported for publishing.
Bibliography
Cantú, H., Côté, J. N., & Nantel, J. (2018). A new method based on quiet stance baseline is more effective in identifying freezing in Parkinson’s disease. PLOS ONE, 13(11), e0207945. https://doi.org/10.1371/journal.pone.0207945
Cantú, H., Nantel, J., Millán, M., Paquette, C., & Côté, J. N. (2019). Abnormal Muscle Activity and Variability Before, During, and After the Occurrence of Freezing in Parkinson’s Disease. Frontiers in Neurology, 10. https://doi.org/10.3389/fneur.2019.00951
Owner
- Name: NantelBiomechLab
- Login: NantelBiomechLab
- Kind: organization
- Repositories: 3
- Profile: https://github.com/NantelBiomechLab
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Data and Code for: Reaching and stepping respond
differently to medication and cueing in Parkinson's
disease
message: >-
If you use this dataset, please cite it using the metadata
from this file.
type: dataset
authors:
- given-names: Allen
family-names: Hill
affiliation: >-
School of Human Kinetics, University of Ottawa,
Ottawa, ON, Canada
orcid: 'https://orcid.org/0000-0003-0939-0765'
- given-names: Julie
family-names: Nantel
orcid: 'https://orcid.org/0000-0001-7253-9222'
affiliation: >-
School of Human Kinetics, University of Ottawa,
Ottawa, ON, Canada
identifiers:
- type: doi
value: 10.5281/zenodo.10685596
repository-code: >-
https://github.com/NantelBiomechLab/ReachingSteppingMedsCueing_in_PD
abstract: >-
This is the foundation of a fully reproducible paper,
including the source code, Jupyter notebooks, and raw
data. Please see the paper for a full description of the
data and methods.
license: MIT
date-released: '2022-07-14'