CIAtah (i.e. calciumImagingAnaly​sis)

CIAtah is a software package for calcium imaging analysis of one- and two-photon imaging datasets. https://github.com/bahanonu/ciatah
408 Downloads
Updated 14 Sep 2022

CIAtah

Maintenance GitHub release (latest by date) GitHub top language GitHub license GitHub code size in bytes visitors


CIAtah (pronounced cheetah; formerly calciumImagingAnalysis [ciapkg]) is a software package for analyzing one- and two-photon calcium imaging datasets. It can also be used to process other imaging datasets (e.g. from non-calcium indicators and dyes).

ciatah_logo

CIAtah currently requires MATLAB and runs on all major operating systems (Windows, Linux [e.g. Ubuntu], and macOS).

  • Note: CIAtah version v4 moves the remaining (i.e. all except external packages and software) CIAtah functions into the ciapkg package to improve namespace handling and requires MATLAB R2019b or above (due to package import changes).

Full documentation at https://bahanonu.github.io/ciatah/.

Below are recordings and additional documents for users who want to learn more about calcium imaging analysis/experiments and the CIAtah pipeline.

Book chapter — We have a book chapter that goes over all steps of miniscope imaging: viral injections, GRIN lens probe implant, pain experimental design, data processing and neural/behavioral analysis, and more.

Webinar — This webinar gives an overview of calcium imaging analysis (with a focus on CIAtah) along with tips for improving experiments and analysis: https://info.inscopix.com/inscopix-inspire-view-webinarbiafra-ahanonu-signal-in-the-noise-distinguishing-relevant-neural-activity-in-calcium-imaging.

Workshop tutorial — This recording gives an overview of setting up and using CIAtah: https://www.youtube.com/watch?v=I6abW3uuJJw.

Imaging analysis tools My table with many current imaging analysis tools: https://github.com/bahanonu/imaging_tools.

GRINjector — A surgical device to help with implanting gradient-refractive index (GRIN) lens probes into the brain or other regions: https://github.com/bahanonu/GRINjector.

Upcoming motion correction methods — Methods for motion correction of spinal imaging data using feature identification (e.g. with DeepLabCut), control point registration, and other methods. Additional updates on integration into CIAtah in the future.

Contents

Contact: Biafra Ahanonu, PhD (github [at] bahanonu [dot] com).

Made in USA.
USA


CIAtah features

  • CIAtah package-enclosed functions (in +ciapkg sub-folders) can be used to create GUI-less, command line-ready analysis pipelines. As all functions are within the ciapkg package for improve namespace handling to allow incorporating into other programs.
  • A GUI, via ciatah class, with different modules for large-scale batch analysis.
  • Includes all major calcium imaging analysis steps:
    • movie visualization (including reading from disk, for fast viewing of large movies);
    • pre-processing (motion correction [e.g. TurboReg, NoRMCorre] , spatiotemporal downsampling, spatial filtering, relative fluorescence calculation, etc.);
    • support for multiple cell-extraction methods:
    • manual classification of cells via GUIs;
    • automated cell classification (i.e. CLEAN algorithm, coming soon!);
    • cross-session cell alignment;
    • and more.
  • Includes example one- and two-photon calcium imaging datasets for testing CIAtah.
  • Supports a plethora of major imaging movie file formats: HDF5, NWB, AVI, MP4, ISXD [Inscopix], TIFF, BigTIFF, SLD [SlideBook], and Bio-Formats compatible formats (Olympus [OIR] and Zeiss [CZI and LSM] currently, additional support to be added or upon request).
  • Supports Neurodata Without Borders data standard (see calcium imaging tutorial) for reading/writing cell-extraction and imaging movie files.
  • Animal position tracking (e.g. in open-field assay) via ImageJ plugin.
  • Requires MATLAB and runs on all major operating systems (Windows, Linux [e.g. Ubuntu], and macOS).

CIAtah example features

Support for entire calcium imaging pipeline.

ciapkgMovie

Movie processing, cell extraction, and analysis validation.

• Press play if auto-play disabled.

ciapkgMovie

Cell sorting GUI.

• Press play if auto-play disabled.

ciapkgMovie

Stable cell alignment across imaging sessions.

• Press play if auto-play disabled.

m121_matchedCells


Quick start guide

Below are steps needed to quickly get started using the CIAtah software package in MATLAB.

Download and install CIAtah

  • Clone the CIAtah repository (using GitHub desktop or command line) or download the repository zip and unzip (e.g. run below MATLAB command).
% Optional: this will set MATLAB working folder to the default user path. Make sure you have read/write permissions.
try; cd(userpath); catch; end;

% Download and unzip current repository
unzip('https://github.com/bahanonu/ciatah/archive/master.zip');

% Make CIAtah the working folder
cd('ciatah-master')

Check required toolboxes are installed

CIAtah depends on several MATLAB toolboxes to run properly. Run the below command to have CIAtah check whether dependencies have been installed properly. If not, use the Add-Ons (https://www.mathworks.com/help/matlab/matlab_env/get-add-ons.html) explorer to install each toolbox.

ciapkg.io.matlabToolboxCheck();

Setup CIAtah

  • Download and install CIAtah dependencies. These will all be located in the _external_programs sub-folder within the CIAtah main code directory.
ciapkg.io.loadDependencies;
  • Run CIAtah using the below MATLAB commands. Call obj; in the MATLAB command window each time you want to go back to the main GUI.
    • Note: calciumImagingAnalysis class is now called ciatah, all functionality is the same.
% Loads the class into an object for use in this session
obj = ciatah();

% Runs routines to check dependencies and help user get setup.
obj.setup();

% Open the class menu (always type `obj` then enter load the class/modules menu)
obj % then hit enter, no semicolon!
  • Afterwards, run the modelAddNewFolders module to add data folders the current CIAtah class object.
  • Run obj; in the command window to see the main GUI.
  • Full documentation at https://bahanonu.github.io/ciatah/.
  • [Optional] Users on Windows systems can download Everything (https://www.voidtools.com/). It is a very useful and extremely fast search engine for files and folders that allows users to quickly obtain lists of full folder paths for analysis in CIAtah.
  • [Optional] If run into issues opening certain AVI files (e.g. due to codec issues) with CIAtah/MATLAB, install K-Lite Codec Pack (https://codecguide.com/download_kl.htm) or similar for added support.

Visualize movies quickly using read from disk

Users can quickly visualize movies in any of the supported formats (HDF5, NWB, AVI, TIFF, ISXD, etc.) using the playMovie function. This will read directly from disk, allowing users to scroll through frames to visually check movies before or after processing.

Users can run via the command-line:

% Use the absolute path to the movie file or a valid relative path.
ciapkg.api.playMovie('ABSOLUTE\PATH\TO\MOVIE');

When using HDF5 files, check the dataset name containing movie with h5disp then input the full dataset name (e.g. below is for a standard NWB-formatted HDF5 file):

ciapkg.api.playMovie('ABSOLUTE\PATH\TO\MOVIE','inputDatasetName','/acquisition/TwoPhotonSeries/data');

Alternatively, using the ciatah GUI class, users can select loaded folders and change the regular expression to match the name of the files in the movie, both for the raw data and for any processed movies in the folder. See below:

ciapkgMovie

Quick start (command line or GUI-less batch analysis)

After downloading CIAtah and running the setup as above, users interested in command-line processing can open up the example M-file by running the below command. By running individual code-block cells, users are guided from pre-processing through cell-extraction to cross-session analysis.

edit ciapkg.demo.cmdLinePipeline

Users can import the CIAtah ciapkg that contains the command-line functions using the below command at the beginning of their functions. This will import all ciapkg functions into the functions workspace such that ciapkg.api.loadMovieList() (an alias for ciapkg.io.loadMovieList()) can be called as loadMovieList().

import ciapkg.api.* % import CIAtah functions in ciapkg package API.

Acknowledgments

Thanks to Jones G. Parker, PhD (https://parker-laboratory.com/) for providing extensive user feedback during the development of the CIAtah software package.

Additional thanks to Drs. Jesse Marshall, Jérôme Lecoq, Tony H. Kim, Hakan Inan, Lacey Kitch, Maggie Larkin, Elizabeth Otto Hamel, Laurie Burns, and Claudia Schmuckermair for providing feedback, specific functions, or helping develop aspects of the code used in CIAtah.

References

Please cite Corder*, Ahanonu*, et al. 2019 Science publication or the Ahanonu, 2018 Zenodo release if you used the software package or code from this repository to advance/help your research:

@article{corderahanonu2019amygdalar,
  title={An amygdalar neural ensemble that encodes the unpleasantness of pain},
  author={Corder, Gregory and Ahanonu, Biafra and Grewe, Benjamin F and Wang, Dong and Schnitzer, Mark J and Scherrer, Gr{\'e}gory},
  journal={Science},
  volume={363},
  number={6424},
  pages={276--281},
  year={2019},
  publisher={American Association for the Advancement of Science}
}

Please cite the Ahanonu and Corder, 2022 book chapter if you used procedures detailed therein.

@incollection{ahanonu2022recording,
  title={Recording Pain-Related Brain Activity in Behaving Animals Using Calcium Imaging and Miniature Microscopes},
  author={Ahanonu, Biafra and Corder, Gregory},
  booktitle={Contemporary Approaches to the Study of Pain},
  pages={217--276},
  year={2022},
  publisher={Springer}
}

Please cite the Ahanonu*, Crowther*, 2023 preprint on spinal cord imaging if you use related methods or procedures.

@article{ahanonu2023long,
  title={Long-term optical imaging of the spinal cord in awake, behaving animals},
  author={Ahanonu, Biafra and Crowther, Andrew and Kania, Artur and Casillas, Mariela Rosa and Basbaum, Allan},
  journal={bioRxiv},
  pages={2023--05},
  year={2023},
  publisher={Cold Spring Harbor Laboratory}
}

Please see https://bahanonu.github.io/ciatah/references/ for additional references depending on processing steps undertaken.

Questions?

Please email any additional questions not covered in the repository to github [at] bahanonu [dot] com or open an issue.

Users with versions of MATLAB earlier than R2019b can download CIAtah version v3 (see Releases) until pre-R2019b MATLAB support is fully integrated into v4.

License

Copyright (C) 2013-2023 Biafra Ahanonu

This project is licensed under the terms of the MIT license. See LICENSE file for details.

Repository stats

Statistics on total hits on the main repository and documentation pages. Several badges are present as certain services have gone offline or count page hits differently.

  • visitors (starting 2020.09.22)
  • (starting 2020.09.16)
  • visitors (starting 2022.03.02, backup)
  • visitors (starting 2022.03.02, backup)
  • visitors
  • Visits Badge (starting 2023.12.17)
  • visitors (starting 2023.12.17)
  • visitors

Cite As

Biafra Ahanonu (2024). CIAtah (i.e. calciumImagingAnalysis) (https://github.com/bahanonu/ciatah/releases/tag/v4.5.7), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2019a
Compatible with R2017a and later releases
Platform Compatibility
Windows macOS Linux
Categories
Find more on Microscopy in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

+ciapkg

+ciapkg/+api

+ciapkg/+behavior

+ciapkg/+bf

+ciapkg/+classification

+ciapkg/+demo

+ciapkg/+download

+ciapkg/+hdf5

+ciapkg/+image

+ciapkg/+inscopix

+ciapkg/+io

+ciapkg/+motion_correction

+ciapkg/+movie_processing

+ciapkg/+neighbor

+ciapkg/+nwb

+ciapkg/+overloaded

+ciapkg/+overloaded/private

+ciapkg/+serial

+ciapkg/+settings

+ciapkg/+signal_extraction

+ciapkg/+signal_extraction/+pca_ica

+ciapkg/+signal_extraction/+pca_ica_2

+ciapkg/+signal_processing

+ciapkg/+tracking

+ciapkg/+video

+ciapkg/+view

@ciatah

@ciatah/old

_external_programs/_file_exchange

_external_programs/_file_exchange/dirrec

_external_programs/_file_exchange/dispstat

_external_programs/_file_exchange/distributionPlot

_external_programs/_file_exchange/efficient_subpixel_registration

_external_programs/_file_exchange/findjobj

_external_programs/_file_exchange/fn_structdisp

_external_programs/_file_exchange/fwhm

_external_programs/_file_exchange/gaussianbpf

_external_programs/_file_exchange/hexscatter

_external_programs/_file_exchange/kakearney-plotboxpos-pkg-96927f2

_external_programs/_file_exchange/kakearney-plotboxpos-pkg-96927f2/private

_external_programs/_file_exchange/m2html

_external_programs/_file_exchange/m2html/@template

_external_programs/_file_exchange/natsortfiles

_external_programs/_file_exchange/ndSparse_G3_2013_03_13

_external_programs/_file_exchange/ndhist

_external_programs/_file_exchange/oopsi-master

_external_programs/_file_exchange/oopsi-master/private

_external_programs/_file_exchange/parfor_progress

_external_programs/_file_exchange/reorderableListbox_1.1.1

_external_programs/_file_exchange/saveastiff_4.4

_external_programs/_file_exchange/simbin

_external_programs/_file_exchange/subaxis

_external_programs/_file_exchange/subaxis/private

_external_programs/_file_exchange/venn

_external_programs/_file_exchange/xml2struct

docs/docs

Version Published Release Notes
4.5.7

See release notes for this release on GitHub: https://github.com/bahanonu/ciatah/releases/tag/v4.5.7

4.2.0

See release notes for this release on GitHub: https://github.com/bahanonu/ciatah/releases/tag/v4.2.0

4.0.0

See release notes for this release on GitHub: https://github.com/bahanonu/ciatah/releases/tag/v4.0.0

3.35.1

See release notes for this release on GitHub: https://github.com/bahanonu/ciatah/releases/tag/v3.35.1

3.32.1

See release notes for this release on GitHub: https://github.com/bahanonu/ciatah/releases/tag/v3.32.1

3.30.1

See release notes for this release on GitHub: https://github.com/bahanonu/ciatah/releases/tag/v3.30.1

3.25.1

See release notes for this release on GitHub: https://github.com/bahanonu/calciumImagingAnalysis/releases/tag/v3.25.1

3.24.1

See release notes for this release on GitHub: https://github.com/bahanonu/calciumImagingAnalysis/releases/tag/v3.24.1

3.21.4

See release notes for this release on GitHub: https://github.com/bahanonu/calciumImagingAnalysis/releases/tag/v3.21.4

3.20.1

See release notes for this release on GitHub: https://github.com/bahanonu/calciumImagingAnalysis/releases/tag/v3.20.1

3.14.1

See release notes for this release on GitHub: https://github.com/bahanonu/calciumImagingAnalysis/releases/tag/v3.14.1

3.11.1

1.0.0.0

See release notes for this release on GitHub: https://github.com/bahanonu/ciatah/releases/tag/v1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.