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
currently requires MATLAB
and runs on all major operating systems (Windows, Linux [e.g. Ubuntu], and macOS).
- Note:
CIAtah
versionv4
moves the remaining (i.e. all except external packages and software) CIAtah functions into theciapkg
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.
- See Ahanonu, B., Corder, G. (2022). Recording Pain-Related Brain Activity in Behaving Animals Using Calcium Imaging and Miniature Microscopes (https://doi.org/10.1007/978-1-0716-2039-7_13).
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.
New 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.
- Preprint: Ahanonu and Crowther, et al. (2023). Long-term optical imaging of the spinal cord in awake, behaving animals. bioRxiv (https://www.biorxiv.org/content/10.1101/2023.05.22.541477v1.full).
- Documentation for spinal cord motion correction can be found at https://bahanonu.github.io/ciatah/pipeline_detailed_spinal.
- Other documentation for spinal cord imaging at https://github.com/basbaumlab/spinal_cord_imaging.
- CIAtah features
- CIAtah example features
- Quick start guide
- Quick start (command-line)
CIAtah
main GUI notes- Acknowledgments
- References
- Questions
- License
Contact: Biafra Ahanonu, PhD (github [at] bahanonu [dot] com).
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 theciapkg
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.);
- 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).
Support for entire calcium imaging pipeline.
Movie processing, cell extraction, and analysis validation.
• Press play if auto-play disabled.
Cell sorting GUI.
• Press play if auto-play disabled.
Stable cell alignment across imaging sessions.
• Press play if auto-play disabled.
Below are steps needed to quickly get started using the CIAtah
software package in MATLAB.
- Clone the
CIAtah
repository (using GitHub desktop or command line) or download the repository zip and unzip (e.g. run below MATLAB command).- Point the MATLAB path to the
CIAtah
root folder (NOT@CIAtah
sub-folder in the repository). - Alternatively (not recommended since lags GitHub repository), download the package from
File Exchange
using the Add-Ons explorer in MATLAB. SeeCIAtah
entry at: or https://www.mathworks.com/matlabcentral/fileexchange/75466-ciatah.
- Point the MATLAB path to the
% 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')
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();
- 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. Callobj;
in the MATLAB command window each time you want to go back to the main GUI.- Note:
calciumImagingAnalysis
class is now calledciatah
, all functionality is the same.
- Note:
% 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 currentCIAtah
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 inCIAtah
. - [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.
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\MOVIE_NAME.EXTENSION');
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');
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:
Install N5 library to enable N5 viewer in Fiji: go to Help->Update...
then under Manage Update Sites
scroll down to select N5
(https://sites.imagej.net/N5/) then Apply and Close
). View a large HDF5 movie by running File->Import->"HDF5/N5/Zarr/OME-NGFF"
. In the resulting dialog box, select Browse
along with Open as virtual
on the bottom left. After a moment different a tree should appear listing different datasets
- https://imagej.net/libs/n5
- https://github.com/saalfeldlab/n5
- https://github.com/saalfeldlab/n5-ij
- https://github.com/saalfeldlab/n5-viewer
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.
See more about the CIAtah GUI at https://bahanonu.github.io/ciatah/install/#ciatah-main-gui-notes.
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
.
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.
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.
Copyright (C) 2013-2024 Biafra Ahanonu
This project is licensed under the terms of the MIT license. See LICENSE file for details.
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.