Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/int-brain-lab/friendly_neurons
- Owner: int-brain-lab
- Created: 2020-07-28T17:53:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T16:36:21.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T21:47:39.000Z (2 months ago)
- Language: Python
- Size: 2.65 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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