Skip to content

ryanharvey1/neuro_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neuro-py

Analysis of neuroelectrophysiology data in Python.

Overview

neuro_py is a Python package for analysis of neuroelectrophysiology data. It is built on top of the nelpy package, which provides core data objects. neuro_py provides a set of functions for analysis of freely moving electrophysisology, including behavior tracking utilities, neural ensemble detection, peri-event analyses, robust batch analysis tools, and more.

Tutorials are here and more will be added.

Installation

pip install neuro-analysis-py

Development

git clone
cd neuro_py
pip install -e .

Usage

import neuro_py as neuro

Dependencies

For ease of use, this package uses nelpy core data objects. See nelpy

Testing

pytest

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Authors

License

neuro_py is distributed under the MIT license. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published