Skip to main content

YASS: Yet Another Spike Sorter

Project description

https://travis-ci.org/paninski-lab/yass.svg?branch=master https://readthedocs.org/projects/yass/badge/?version=latest

YASS is a state-of-the-art method for spike sorting.

Note: We are currently working on improving YASS to be usable in different types of neural data. The neural network detector currently only works in reduced use cases. We will add more models soon.

Reference

Lee, J. et al. (2017). YASS: Yet another spike sorter. Neural Information Processing Systems. Available in biorxiv: https://www.biorxiv.org/content/early/2017/06/19/151928

Installation

Installing the last stable version:

pip install git+https://github.com/paninski-lab/yass

Example

Quick example of YASS using a sample of the neuropixel data from Nick Steinmetz:

# clone the repo and move to the main folder
git clone https://github.com/paninski-lab/yass
cd yass

# install package (this is the same as running
# pip install git+https://github.com/paninski-lab/yass)
pip install .

# move to the examples folder and run yass in the sample data
cd examples
yass config_sample.yaml

# see the spike train
cat data/spike_train.csv

You can also use YASS in Python scripts. See the documentation for details.

Documentation

Documentation hosted at https://yass.readthedocs.io

Running tests

pytest

Building documentation

You need to install graphviz to build the graphs included in the documentation. On macOS:

brew install graphviz
cd doc
make [format]

Mantainers

Peter Lee, Eduardo Blancas

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yass-algorithm-0.1.1.tar.gz (279.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page