All Projects → oist-ncbc → spykesim

oist-ncbc / spykesim

Licence: MIT license
Extended edit similarity measurement for high dimensional discrete-time series signal (e.g., multi-unit spike-train).

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to spykesim

neuronunit
A package for data-driven validation of neuron and ion channel models using SciUnit
Stars: ✭ 36 (+100%)
Mutual labels:  neuroscience, neuroinformatics
nidb
NeuroInformatics Database
Stars: ✭ 26 (+44.44%)
Mutual labels:  neuroscience, neuroinformatics
Neurapse
Nuerapse simulations for SNNs
Stars: ✭ 22 (+22.22%)
Mutual labels:  neuroscience, spike-trains
neuroexpresso
📊 Gene expression in neuroexpresso database
Stars: ✭ 15 (-16.67%)
Mutual labels:  neuroscience, neuroinformatics
alyx
Database for experimental neuroscience laboratories
Stars: ✭ 39 (+116.67%)
Mutual labels:  neuroscience, neuroinformatics
ecogVIS
Time series visualizer and data processing tools for Electrocorticography (ECoG) signals stored in NWB files, for Python.
Stars: ✭ 18 (+0%)
Mutual labels:  neuroscience
DTW
Dynamic Time Warping in Python / C (using ctypes)
Stars: ✭ 26 (+44.44%)
Mutual labels:  neuroscience
brainreg
Automated 3D brain registration with support for multiple species and atlases.
Stars: ✭ 73 (+305.56%)
Mutual labels:  neuroscience
NDD
Drug-Drug Interaction Predicting by Neural Network Using Integrated Similarity
Stars: ✭ 25 (+38.89%)
Mutual labels:  similarity-measures
nmodl
Code Generation Framework For NEURON MODeling Language
Stars: ✭ 42 (+133.33%)
Mutual labels:  neuroscience
edits.cr
Edit distance algorithms inc. Jaro, Damerau-Levenshtein, and Optimal Alignment
Stars: ✭ 16 (-11.11%)
Mutual labels:  similarity-measures
neurotic
Curate, visualize, annotate, and share your behavioral ephys data using Python
Stars: ✭ 24 (+33.33%)
Mutual labels:  neuroscience
Segregated-Dendrite-Deep-Learning
Deep learning in a spiking neural network using segregated dendrites.
Stars: ✭ 79 (+338.89%)
Mutual labels:  neuroscience
BrainPy
Brain Dynamics Programming in Python
Stars: ✭ 242 (+1244.44%)
Mutual labels:  neuroscience
clinica
Software platform for clinical neuroimaging studies
Stars: ✭ 153 (+750%)
Mutual labels:  neuroscience
brainGraph
Graph theory analysis of brain MRI data
Stars: ✭ 136 (+655.56%)
Mutual labels:  neuroscience
NEURON-UI
NEURON User Interface
Stars: ✭ 14 (-22.22%)
Mutual labels:  neuroscience
gifti
MATLAB/Octave GIfTI Library
Stars: ✭ 16 (-11.11%)
Mutual labels:  neuroscience
SAFNet
[IROS 2021] Implementation of "Similarity-Aware Fusion Network for 3D Semantic Segmentation"
Stars: ✭ 19 (+5.56%)
Mutual labels:  similarity-measures
brainlit
Method container for computational neuroscience on brains.
Stars: ✭ 20 (+11.11%)
Mutual labels:  neuroscience

PyPI MIT License Build Status

spykesim is a Python module that offers functions for measuring the similarity between two segmented multi-neuronal spiking activities.

Extended edit similarity measurement is implemented. You can find details in the following paper.

https://www.frontiersin.org/articles/10.3389/fninf.2019.00039

This library is re-implementation of the algorithm. The original implementation can be found in this repo.

Supported Operating Systems

This library tested on Ubuntu and MacOS.

For Windows users: Please consider to use Ubuntu via Windows Subsystem for Linux.

Installation

If you do not have Python3.7 on your environment, you may use Anaconda.

Cython and Numpy needs to be preinstalled as these will be used in the installation process.

If you have not installed these packages, run the following:

pip install numpy cython

You can install this library via pip as well:

pip install spykesim

or you may clone and build by yourself:

git clone https://github.com/KeitaW/spykesim.git
cd spykesim
python setup.py build_ext --inplace install

Dependencies

  • Python (>= 3.7)
  • Numpy(Needs to be preinstalled)
  • Cython(Needs to be preinstalled)
  • scipy
  • tqdm
  • h5py

Tutorial

You can find a tutorial in doc.

Citation

You can use the following bib entry to cite this work:

@article{Watanabe:2019eq,
author = {Watanabe, Keita and Haga, Tatsuya and Tatsuno, Masami and Euston, David R and Fukai, Tomoki},
title = {{Unsupervised Detection of Cell-Assembly Sequences by Similarity-Based Clustering}},
journal = {Frontiers in Neuroinformatics},
year = {2019},
volume = {13},
month = may
}
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].