photon-mosaic-pipeline logo photon-mosaic-pipeline#

photon-mosaic-pipeline is a Snakemake-based toolkit for processing multiphoton datasets. It orchestrates a curated collection of algorithms to transform your raw data (e.g., TIFF files) into analysis-ready outputs, such as ΔF/F traces, NWB files, or inferred spikes.

Note

This project was renamed from photon-mosaic to photon-mosaic-pipeline.

The name photon-mosaic now refers to a separate package under the same organisation: photon-mosaic, a Python API (built on SpikeInterface) for exploring and comparing multiphoton analysis methods interactively: mixing and matching algorithms for each step to find what works for your data.

photon-mosaic-pipeline (this repository) is the complementary package for running the analysis you settled on as a reproducible, batch-processed workflow at scale.

This rename is a breaking change. The PyPI package, CLI command, and import name all move to photon-mosaic-pipeline/photon_mosaic_pipeline, as do the config dir (~/.photon_mosaic_pipeline/) and output folder (derivatives/photon-mosaic-pipeline/). Existing configs and derivatives under the old names are not picked up automatically: move or re-generate them after upgrading.

Both are part of the broader PhotonMosaic framework, and we plan to integrate the two so the pipeline can run the methods you prototype with the API.

Each analysis step is integrated into an automated workflow, allowing you to chain preprocessing, registration, signal extraction, and post-processing steps into a single, reproducible pipeline. The design prioritizes usability for labs that process many imaging sessions and need to scale across an HPC cluster.

photon-mosaic

This is made possible by Snakemake, a workflow management system that provides a powerful and flexible framework for defining and executing complex data processing pipelines. Snakemake automatically builds a directed acyclic graph (DAG) of all the steps in your analysis, ensuring that each step is executed in the correct order and that intermediate results are cached to avoid redundant computations. photon-mosaic-pipeline also includes a SLURM executor plugin for Snakemake to seamlessly scale your analysis across an HPC cluster. To ensure consistency and reproducibility, photon-mosaic-pipeline writes processed data according to the NeuroBlueprint data standard for organizing and storing multiphoton imaging data.

The goal of photon-mosaic-pipeline is to provide a modular, extensible, and user-friendly framework for multiphoton data analysis that can be easily adapted to different experimental designs and analysis requirements. For each processing step, we aim to vet and integrate the best available open-source tools, providing sensible defaults tailored to the specific data type and experimental modality.

Roadmap#

Current features#

Planned additions#

  • Registration using NoRMCorre for non-rigid motion correction.

  • ROI matching using ROICat for inter-session / inter-plane ROI matching.

  • Neuropil subtraction / decontamination: methods from the AllenSDK and AST-model.

  • Spike deconvolution: OASIS and CASCADE.

See issues on GitHub for more details and participate in planning. Please refer to our guidelines to understand how to contribute.