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

https://github.com/alleninstitute/neuroanalysis

Modular analysis tools for neurophysiology data
https://github.com/alleninstitute/neuroanalysis

Last synced: about 1 year ago
JSON representation

Modular analysis tools for neurophysiology data

Awesome Lists containing this project

README

          

Neuroanalysis
=============

Modular and interactive tools for analysis of neurophysiology data, with emphasis on
patch-clamp electrophysiology.

[![Tests](https://github.com/AllenInstitute/neuroanalysis/actions/workflows/test.yml/badge.svg)](https://github.com/AllenInstitute/neuroanalysis/actions/workflows/test.yml)
[![PyPI version](https://badge.fury.io/py/neuroanalysis.svg)](https://badge.fury.io/py/neuroanalysis)

* Functions for running common analysis algorithms
* Synaptic/calcium event detection and characterization
* Synaptic release modeling
* VC and CC spike detection and characterization
* VC and CC test pulse analysis
* Basic signal processing (filtering, baseline removal, etc.)
* Data abstraction layer to allow adapting new data formats (see neuroanalysis/data.py)
* Re-usable user interface elements for implementing common analysis tasks

Status
------

This project is early in development and does not yet have a stable API.
Issues and pull requests are accepted (see CONTRIBUTING.md), but may not be
reviewed or accepted on any fixed schedule.