All Projects → kwikteam → phy-contrib

kwikteam / phy-contrib

Licence: other
[This repository is archived, will be deprecated after the release of phy 2.0]

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to phy-contrib

spectral connectivity
Frequency domain estimation and functional and directed connectivity analysis tools for electrophysiological data
Stars: ✭ 57 (+103.57%)
Mutual labels:  electrophysiology
ecephys spike sorting
Modules for processing extracellular electrophysiology data from Neuropixels probes
Stars: ✭ 55 (+96.43%)
Mutual labels:  electrophysiology
NeuroPyxels
NeuroPyxels (npyx) is a python library built for electrophysiologists using Neuropixels electrodes. This package stems from the need of a pythonist who really did not want to transition to MATLAB to work with Neuropixels: it features a suite of core utility functions for loading, processing and plotting Neuropixels data.
Stars: ✭ 22 (-21.43%)
Mutual labels:  electrophysiology
Neuroimaging.jl
Neuroimaging in Julia
Stars: ✭ 39 (+39.29%)
Mutual labels:  electrophysiology
hnn
The Human Neocortical Neurosolver (HNN) is a software tool that gives researchers/clinicians the ability to develop/test hypotheses on circuit mechanisms underlying EEG/MEG data.
Stars: ✭ 62 (+121.43%)
Mutual labels:  electrophysiology
neurotic
Curate, visualize, annotate, and share your behavioral ephys data using Python
Stars: ✭ 24 (-14.29%)
Mutual labels:  electrophysiology
liblsl
C++ lsl library for multi-modal time-synched data transmission over the local network
Stars: ✭ 70 (+150%)
Mutual labels:  electrophysiology
spikesorters
Python-based module with spike sorter wrappers and a simple API for running them.
Stars: ✭ 19 (-32.14%)
Mutual labels:  electrophysiology
mtscomp
Multichannel time series lossless compression in pure Python based on NumPy and zlib
Stars: ✭ 20 (-28.57%)
Mutual labels:  electrophysiology
elephant
Elephant is the Electrophysiology Analysis Toolkit
Stars: ✭ 140 (+400%)
Mutual labels:  electrophysiology
spikeinterface
A Python-based module for creating flexible and robust spike sorting pipelines.
Stars: ✭ 193 (+589.29%)
Mutual labels:  electrophysiology
CellExplorer
CellExplorer is a graphical user interface, a standardized processing module and data structure for exploring and classifying single cells acquired using extracellular electrodes.
Stars: ✭ 55 (+96.43%)
Mutual labels:  electrophysiology

NOTE: this repository is archived and will be deprecated once phy 2.0 is released

phy-contrib

Build Status PyPI release

Plugins for phy. Currently, this package provides two integrated spike sorting GUIs:

  • KwikGUI: to be used with Klusta and the Kwik format (successor of KlustaViewa)
  • TemplateGUI: to be used with KiloSort and SpykingCircus

Quick install

You first need to install phy. Then, activate your conda environment and do:

pip install phycontrib

Installing the development version

If you want to use the bleeding-edge version, do:

git clone https://github.com/kwikteam/phy-contrib.git
cd phy-contrib
python setup.py develop

Then, you can update at any time with:

cd phy-contrib
git pull

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].