juliencarponcy / trialexp

MIT License
2 stars 4 forks source link

======== trialexp

.. image:: https://img.shields.io/pypi/v/trialexp.svg :target: https://pypi.python.org/pypi/trialexp

.. image:: https://img.shields.io/travis/juliencarponcy/trialexp.svg :target: https://travis-ci.com/juliencarponcy/trialexp

.. image:: https://readthedocs.org/projects/trialexp/badge/?version=latest :target: https://trialexp.readthedocs.io/en/latest/?version=latest :alt: Documentation Status

Package to analyze PyControl and PyPhotometry experiments by trials, and integrate with other data such as DeepLabCut or spikes data

Features

Install

git clone https://github.com/juliencarponcy/trialexp

cd trialexp

conda env create -f trialexp.yaml

Usage

conda activate trialexp

pip install -e .

In the /notebooks folder, you can then open the different templates notebooks, create your own notebook or copy and edit the different workflow notebooks.

Credits

This package is an extension on the work of Thomas Akam for:

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.