Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/int-brain-lab/friendly_neurons

Community Detection for spike data
https://github.com/int-brain-lab/friendly_neurons

Last synced: 9 days ago
JSON representation

Community Detection for spike data

Awesome Lists containing this project

README

        

# friendly_neurons

Community detection for IBL ephys data

This package creates a graph structure from the spike time series of the clusters, and then detects communities using Leiden algorithm for community detection. Visualization is opional.

Contact: Alessanro Santos: [email protected], Leenoy Meshulam: [email protected]

Installation:

conda create -n friendly_neurons python=3.8
conda activate friendly_neurons
pip install -r requirements.txt