Add Turner Lab M1 motor cortex notebooks for dandiset 001636#147
Merged
bendichter merged 3 commits intodandi:masterfrom May 5, 2026
Merged
Add Turner Lab M1 motor cortex notebooks for dandiset 001636#147bendichter merged 3 commits intodandi:masterfrom
bendichter merged 3 commits intodandi:masterfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Contributor
Author
|
Codespell is unrelated to this. |
bendichter
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds four notebooks under
001636/TurnerLab/motor_cortex/for the Turner lab MPTP parkinsonism dataset (DANDI:001636), covering general usage, peri-event time histograms with pynapple, Poisson GLM encoding with NeMoS, and a background tutorial on antidromic cell-type identification. The README in the folder describes each notebook in more detail.The accompanying
environment.ymlpins all dependencies (Python 3.12, numpy 2.2.6, pynwb 3.1.3, pynapple 0.10.3, nemos 0.2.6, jax 0.9.0.1, and the rest), and I have verified end-to-end that all four notebooks execute cleanly in a fresh conda env created from this file. One non-obvious pin isoptimistix==0.0.11: optimistix 0.1.0 changed an internal API that breaks NeMoS 0.2.6's FISTA solver, so the older release is required for the GLM notebook to fit.I have left the helper modules (
notebook_helpers.py,trial_structure_plot.py) alongside the notebooks since they are imported directly by them.