Skip to content

python package for ephys and calcium imaging IO and analysis

License

Notifications You must be signed in to change notification settings

surmeierlab/neurphys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neurphys

Neurphys (pronounced "nervous") is an IO and analysis package built to streamline and standardize the data handling, analysis, and visualization of electrophysiology and calcium imaging data.

Dependencies

Installation

First, download Anaconda which will come with most required libraries including numpy, pandas, scipy. Then download or clone the repository using git as follows,

$ git clone https://github.com/surmeierlab/neurphys

You can download dependencies which we provide in requirements.txt. Use pip to install the rest of dependencies i.e.

$ pip install -r requirements.txt

Install neurphys using setup.py as follows

$ python setup.py develop install

Usage

import neurphys as nu

Check out the tutorials page for jupyter notebooks showing specific use cases.

About

python package for ephys and calcium imaging IO and analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages