Analysis of neuroelectrophysiology data in Python.
| CI/CD | |
| Package | |
| Repository | |
| Metadata |
neuro_py is a Python package for analysis of neuroelectrophysiology data. It is built on top of the nelpy package, which provides core data objects. neuro_py provides a set of functions for analysis of freely moving electrophysiology, including behavior tracking utilities, neural ensemble detection, peri-event analyses, robust batch analysis tools, and more.
Documentation, tutorials, and API reference are available at ryanharvey1.github.io/neuro_py/.
The decoding tutorial and torch/lightning-backed decoders require the optional dl extra.
git clone https://github.com/ryanharvey1/neuro_py.git
cd neuro_py
pip install -e .Install the optional dl extra to use the deep-learning decoders:
pip install -e .[dl]import neuro_py as npySee the documentation site for complete examples.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.