Overview

Description

celldetective_workflow

While single-cell analysis tools have become increasingly accessible, few are tailored for complex time-lapse experiments targeting interacting cell populations and multimodal imaging. Analyzing how these populations evolve over time often requires extracting high-level response functions—such as population survival or the dynamics of single-cell events—a process that typically necessitates advanced programming skills.

Celldetective provides a unified, no-code solution for these challenges. It is an open-source Python platform designed for biologists to study interacting cell populations in multimodal time-lapse microscopy. The software is specifically optimized for high-throughput, high-temporal-resolution imaging of quasi-2D systems. By prioritizing temporal sampling over Z-axis depth, Celldetective enables the capture of rapid biological dynamics that are often the focal point of interaction studies, where Z-stacking would otherwise limit throughput or resolution.

By integrating state-of-the-art segmentation and tracking algorithms into a comprehensive GUI, Celldetective enables an end-to-end workflow: from data preprocessing to the detection of single-cell events and the automated extraction of population-level response functions. Its key features include:

  • Comprehensive single-cell image analysis : Celldetective ships segmentation, tracking, measurement, neighborhood, and event detection modules, as well as survival analysis and timeseries synchronization from single-cell signals, for multiple populations of interest. Image preprocessing tools, including model-free and model-based background correction, are also provided to prepare data before analysis.

  • Integration of state-of-the-art solutions : Celldetective harnesses state-of-the-art segmentation techniques (StarDist [1], Cellpose [2] , [3]) as well as threshold-based segmentation, and tracking algorithms (bTrack [4], trackpy), along with the napari viewer [5] with custom plugins to correct masks and tracks. These algorithms are interfaced to be well integrated and accessible for the target audience, in the context of complex biological applications.

  • Rich measurement capabilities : beyond standard morphological and intensity features, Celldetective supports Haralick texture analysis, spot detection within cells, radial intensity profiles, local intensity normalization, and user-defined custom measurements through an extensible extra-properties system.

  • A framework for event description and annotations : we propose a broad and intuitive framework to annotate and automate the detection of events from single-cell signals through deep-learning signal classification and regression, assisted by an interactive timeseries viewer. The event formulation is directly exploited to define the population’s survival responses.

  • A neighborhood scheme to study cell-cell interactions : we introduce a neighborhood scheme to relate the spatio-temporal distribution and measurements of multiple cell populations, including relative and pair-level measurements. This allows the study of how cell-cell interactions affect single-cell and population responses.

  • Deep Learning customization in GUI : Celldetective simplifies the specialization of Deep Learning models or the creation of new ones adapted to user data, by facilitating the creation of training sets and the training of such models, without having to write a single line of code.

  • In-software analysis : Celldetective ships a Table Explorer with built-in data operations (arithmetic, differentiation, log, calibration, query filtering, column merging) and visualization tools to plot time series, build survival curves, compare measurement distributions across biological conditions using box plots, strip plots, or boxen plots. Statistical tests (Cliff’s Delta effect size [6], Kolmogorov–Smirnov test [7] [8]) are also available directly in the GUI.

  • A library of segmentation and signal models: we created specific models to investigate a co-culture of MCF-7 cells and primary NK cells, that are available directly in the software with a large collection of generalist models developed by the StarDist and Cellpose teams, which are a perfect starting point to segment single cells in a new biological system.

  • Accessible and open source : Celldetective does not require any coding skills. The software, its models and datasets are made fully open source to encourage transparency and reproducibility.

System requirements

Celldetective is designed to run on standard workstations. It supports GPU acceleration (NVIDIA) for Deep Learning tasks but can run fully on CPU with multithreading.

For detailed hardware and software specifications, see the System Requirements Reference.

Bibliography