Python toolkit for analysis, visualization, and comparison of spike sorting output
Project description
SpikeInterface: a unified framework for spike sorting
Latest Release | |
Documentation | |
License | |
Build Status | |
Codecov |
SpikeInterface is a Python framework designed to unify preexisting spike sorting technologies into a single code base.
Please Star the project to support us and Watch to always stay up-to-date!
With SpikeInterface, users can:
- read/write many extracellular file formats.
- pre-process extracellular recordings.
- run many popular, semi-automatic spike sorters (also in Docker/Singularity containers).
- post-process sorted datasets.
- compare and benchmark spike sorting outputs.
- compute quality metrics to validate and curate spike sorting outputs.
- visualize recordings and spike sorting outputs in several ways (matplotlib, sortingview, in jupyter)
- export report and export to phy
- offer a powerful Qt-based viewer in separate package spikeinterface-gui
- have some powerful sorting components to build your own sorter.
Documentation
Detailed documentation for spikeinterface can be found here.
Several tutorials to get started can be found in spiketutorials.
There are also some useful notebooks on our blog that cover advanced benchmarking and sorting components.
You can also have a look at the spikeinterface-gui.
How to install spikeinteface
You can install the new spikeinterface
version with pip:
pip install spikeinterface[full]
The [full]
option installs all the extra dependencies for all the different sub-modules.
To install all interactive widget backends, you can use:
pip install spikeinterface[full,widgets]
To get the latest updates, you can install spikeinterface
from sources:
git clone https://github.com/SpikeInterface/spikeinterface.git
cd spikeinterface
pip install -e .
cd ..
Citation
If you find SpikeInterface useful in your research, please cite:
@article{buccino2020spikeinterface,
title={SpikeInterface, a unified framework for spike sorting},
author={Buccino, Alessio Paolo and Hurwitz, Cole Lincoln and Garcia, Samuel and Magland, Jeremy and Siegle, Joshua H and Hurwitz, Roger and Hennig, Matthias H},
journal={Elife},
volume={9},
pages={e61834},
year={2020},
publisher={eLife Sciences Publications Limited}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for spikeinterface-0.98.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce5c95985b7a14af180ec06ad90ca473ac29ade6a9e0a38343a328c614cfb454 |
|
MD5 | 211370f7fdeebe6b735c77a09731cf88 |
|
BLAKE2b-256 | 60b27dce105e8e260f9f64792dc5921f67564b6ccd97a2d3842ff0e41e51e2e0 |