Module for analyzing spiking data.
Project description
spiketools is a collection of tools and utilities for analyzing spiking data.
Overview
spiketools is an open-source module for processing and analyzing single-unit activity from neuro-electrophysiological recordings.
Available sub-modules in spiketools include:
measures : measures and conversions that can be applied to spiking data
objects : objects that can be used to manage spiking data
spatial : space related functionality and measures
stats : statistical measures for analyzing spiking data
sim : simulations of spiking activity and related functionality
plts : plotting functions for visualizing spike data and related measures
utils : additional utilities for working with spiking data
Scope
spiketools is currently organized around analyses of single cell activity.
The current scope does not include population measures, though this may be extended in the future.
Note that spiketools does not cover spike sorting. Check out spikeinterface for spike sorting.
Documentation
Documentation for spiketools is available here.
The documentation includes:
Tutorials: which describe and provide examples for each sub-module
API List: which lists and describes everything available in the module
Glossary: which defines key terms used in the module
If you have a question about using spiketools that doesn’t seem to be covered by the documentation, feel free to open an issue and ask!
Dependencies
spiketools is written in Python, and requires Python >= 3.6 to run.
It has the following required dependencies:
There are also optional dependencies, that offer extra functionality:
statsmodels is needed for some statistical measures, for example ANOVAs
pytest is needed to run the test suite locally
We recommend using the Anaconda distribution to manage these requirements.
Installation
The current release version of spiketools is the 0.X.X series.
See the changelog for notes on major version releases.
Stable Release Version
To install the latest stable release, you can use pip:
$ pip install spiketools
Optionally, to include dependencies required for the stats module:
$ pip install spiketools[stats]
Development Version
To get the current development version, first clone this repository:
$ git clone https://github.com/spiketools/spiketools
To install this cloned copy, move into the directory you just cloned, and run:
$ pip install .
Editable Version
To install an editable version, download the development version as above, and run:
$ pip install -e .
Contribute
This project welcomes and encourages contributions from the community!
To file bug reports and/or ask questions about this project, please use the Github issue tracker.
To see and get involved in discussions about the module, check out:
the issues board for topics relating to code updates, bugs, and fixes
the development page for discussion of potential major updates to the module
When interacting with this project, please use the contribution guidelines and follow the code of conduct.
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
File details
Details for the file spiketools-0.2.0.tar.gz
.
File metadata
- Download URL: spiketools-0.2.0.tar.gz
- Upload date:
- Size: 87.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed797d327b9fe2ba15e607c5124940e93f1b25531cee2007f3d713ea07a0a232 |
|
MD5 | 13ac5d9ea69ca8a4f30f22b102ddc341 |
|
BLAKE2b-256 | 186cee46fdbe14791804c5bc427861a82b7cd94ecf2fe5f021e098c150b95f13 |
File details
Details for the file spiketools-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: spiketools-0.2.0-py3-none-any.whl
- Upload date:
- Size: 122.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad084868560fb8ef74146e782e02e47ee85f9a0d9367021e5d3d384a6d2a9c8a |
|
MD5 | a1f1674d7bad8729ca17bbe951e5f96f |
|
BLAKE2b-256 | 14fca077b2318f9bfbea05de6524c8cd81b18ea06ed475d163d19689b93b3953 |