cci-MaLab / Calcium-Transient-Analysis

GNU General Public License v3.0
0 stars 0 forks source link

Calcium Transient Analysis Toolbox

Full View of CalTrig

This toolbox offers a variety of functionality to meet various post-CNMF analysis of Calcium Imaging Data including:

We are also working on a few more exciting extensions to this toolbox! They are currently a work in progress but they include:

The Toolbox has so far been used by our team for research and we've tested the GUI on Windows and MATE, we encourage the usage of our toolbox but we haven't tested it in other environments. For help or bug reporting please report any problems to the Issues page in this repository.

Documentation

https://calcium-transient-analysis.readthedocs.io/en/latest/

Create Environment

To install, clone the repository and run the following command:

conda env create -f environment_ml.yml

For machine learning purposes we use pytorch. We are aware of the relatively large install requirement for this package and that not all users require the machine learning parts of the GUI, hence we've also included a basic yml file that omits ml.

conda env create -f environment_basic.yml

Brief Point About Inputs

This Toolbox was built for the purpose of processing output from Minian, with a few minor changes as well. The tool should also be compatible with any CNMF output from other Tools such as Caiman, however they will need to be translated to the proper dimensionality and format (like Minian we use xarrays), for a more detailed overview of the data types used please refer to the documentation.