thecobb / ca_source_extraction

Complete Matlab pipeline for large scale calcium imaging data analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motion correction, deconvolution and demixing of calcium imaging data

Join the chat at https://gitter.im/epnev/ca_source_extraction

The code implements a method for simultaneous source extraction and spike inference from large scale calcium imaging movies. The code is suitable for the analysis of somatic imaging data. Implementation for the analysis of dendritic/axonal imaging data will be added in the future.

The algorithm is presented in more detail in

Pnevmatikakis, E.A., Soudry, D., Gao, Y., Machado, T., Merel, J., ... & Paninski, L. (2016). Simultaneous denoising, deconvolution, and demixing of calcium imaging data. Neuron 89(2):285-299, http://dx.doi.org/10.1016/j.neuron.2015.11.037

Pnevmatikakis, E.A., Gao, Y., Soudry, D., Pfau, D., Lacefield, C., ... & Paninski, L. (2014). A structured matrix factorization framework for large scale calcium imaging data analysis. arXiv preprint arXiv:1409.2903. http://arxiv.org/abs/1409.2903

New: Motion Correction

We have just released NoRMCorre a new toolbox for NOn-Rigid Motion CORREction. You can find it in Matlab as a standalone package to be integrated with this package, or Python as part of CaImAn.

Code description

The best way to start is by looking at the various demos.

  • demo_script.m: A simple demo with a small dataset included in the repo to display the notation and basic operations
  • demo_memmap.m: A larger demo displaying the process of memory mapping and spliting the field of view in patches to be processed in parallel and then combined.
  • run_pipeline.m: Demo for the complete pipeline of motion correction, source separation and spike extraction for large datasets. More details about the pipeline can be found here.
  • 3D/demo_3D.m: Demo for processing of 3D volumetric imaging data.

Related packages

This repository contains a MATLAB implementation of the spatio-temporal demixing, i.e., (source extraction) code for large scale calcium imaging data. Related code can be found in the following links:

Matlab

Python

A complete analysis pipeline including motion correction, source extraction and activity deconvolution is performed through the package CaImAn

Usage and Documentation

Check the demo scripts and the wiki to get started.

Dependencies

The following matlab toolboxes are needed for the default parameter settings:

  • Statistics and Machine Learning Toolbox
  • Image processing toolbox

Depending on the settings the following toolboxes may also be required

  • Signal processing toolbox (recommended but not required)
  • Parallel computing toolbox (recommended for large datasets but not required)
  • Optimization toolbox (not required)

The default options for the algorithm require the following packages:

  • The CVX library which can be downloaded from http://cvxr.com/cvx/download/ (after unpacking CVX open Matlab and run cvx_setup from inside the CVX directory to properly install and add CVX to the Matlab path)

Depending on the settings the following packages may also be required

Wiki

Some issues are covered in the wiki. More pages will be added and suggestions are welcome.

Questions, comments, issues

Please use the gitter chat room (use the button above) for questions and comments and create an issue for any bugs you might encounter.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Complete Matlab pipeline for large scale calcium imaging data analysis

License:GNU General Public License v2.0


Languages

Language:MATLAB 99.6%Language:C++ 0.4%