Bioc2026 Registration Open!

CytoPipeline

Automation and visualization of flow cytometry data analysis pipelines

Bioconductor version: 3.23 · Package version: 1.12.0

This package provides support for automation and visualization of flow cytometry data analysis pipelines. In the current state, the package focuses on the preprocessing and quality control part. The framework is based on two main S4 classes, i.e. CytoPipeline and CytoProcessingStep. The pipeline steps are linked to corresponding R functions - that are either provided in the CytoPipeline package itself, or exported from a third party package, or coded by the user her/himself. The processing steps need to be specified centrally and explicitly using either a json input file or through step by step creation of a CytoPipeline object with dedicated methods. After having run the pipeline, obtained results at all steps can be retrieved and visualized thanks to file caching (the running facility uses a BiocFileCache implementation). The package provides also specific visualization tools like pipeline workflow summary display, and 1D/2D comparison plots of obtained flowFrames at various steps of the pipeline.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("CytoPipeline")

Details

MaintainerPhilippe Hauchamps <philippe.hauchamps@uclouvain.be>
AuthorPhilippe Hauchamps [aut, cre] (ORCID: <https://orcid.org/0000-0003-2865-1852>), Laurent Gatto [aut] (ORCID: <https://orcid.org/0000-0002-1520-2268>), Dan Lin [ctb]
LicenseGPL-3
URLhttps://uclouvain-cbio.github.io/CytoPipeline
Bug Reportshttps://github.com/UCLouvain-CBIO/CytoPipeline/issues
Downloads rank244
Source branchRELEASE_3_23
biocViewsFlowCytometry, ImmunoOncology, Preprocessing, QualityControl, Software, Visualization, WorkflowStep

Documentation

Download

Dependencies

Depends: R (>= 4.4)

Imports: methods, stats, utils, withr, rlang, ggplot2 (>= 3.4.1), ggcyto, BiocFileCache, BiocParallel, flowCore, PeacoQC, flowAI, diagram, jsonlite, scales

Suggests: testthat (>= 3.0.0), vdiffr, diffviewer, knitr, rmarkdown, BiocStyle, reshape2, dplyr, CytoPipelineGUI

Reverse dependencies

Depends On Me (1): CytoPipelineGUI

Imports Me (1): CytoMDS