cyCONDOR
cyCONDOR, an easy-to-use computational framework for end-to-end High-Dimensional Cytometry data analysis. cyCONDOR offers guided pre-processing, clustering, dimensionality reduction, machine learning, pseudotime analysis, and batch integration, making it ideal for clinical and research settings.
Cite this software
Description
cyCONDOR (HDC analysis ecosystem)
High-dimensional cytometry (HDC) is a powerful tool for studying single-cells phenotypes in a complex system. Although in recent years the combination of technological developments and affordability have made HDC broadly available, these technological advances were not paired with the adequate development of analytical methods to take full advantage of the data generated. While several platforms and bioinformatics tools are currently available for the analysis of HDC data, they are either web-hosted with limited scalability or designed for expert computational biologists, making them difficult to approach by wet lab scientists. Additionally, the need for end-to-end HDC data analysis tools within a unified ecosystem poses a significant challenge, as researchers must navigate multiple platforms and software packages to complete the analysis. We developed an easy-to-use computational framework (condor) covering not only all of the essential steps of cytometry data analysis but also including an array of downstream functions and tools to expand the biological interpretation of the data. condor's comprehensive suite of features, including guided pre-processing, clustering, dimensionality reduction, and machine learning algorithms, facilitates the seamless integration of condor into clinically relevant settings, where scalability and disease classification are paramount for the widespread adoption of HDC in clinical practice. Additionally, condor's advanced analytical features, such as pseudotime analysis and batch integration, provide researchers with the tools to extract deeper insights from their data. We used condor on a variety of data from different tissues and technologies demonstrating its versatility to assist the analysis of high dimensionality data from preprocessing to biological interpretation.
How to use
You can find the detailed documentation of cyCONDOR here
We recommend using cyCONDOR from our pre-build Docker container lorenzobonaguro/cycondor, the latest version of the image can be pulled with:
docker pull lorenzobonaguro/cycondor:v030
To run the image you can then follow the following script
docker run -dp [YOURPORT]:8787 \
-e USER=[YOURUSERNAME] -e PASSWORD=[YOURPASSWORD] \
--name condor_analysis \
-v [PATHTODATA]:/home/[YOURUSERNAME]/data/ \
lorenzobonaguro/cycondor:v030
You can then access RStudio from your web browser at the address
http://localhost:[YOURPORT]/
If you are starting the Docker container from a remote server exchange the localhost with the IP address or domain name of the server as exemplified below:
http://[SERVERNAME]:[YOURPORT]/
A detailed guide on how to get started with Docker and how to run cyCONDOR as Singulariy container are provided in the vignette: vignette("How_to_run_cyCONDOR_as_container").
How to install locally
The tools was tested with R v4.3 or newer, older version should be compatible but were not tested
To install cyCONDOR you can follow few steps describe here below.
IMPORTANT: For some package a compiler is required (e.g. Rtools on Windows or Xcode on MacOS)
NOTE TO MAC SILICON USER
You might run into an issue when installing
Rphenoannoy, please see the specific issue Alternateively, we provide a pre-compiled version ofRphenoannoywhich you can install with:
install.packages("https://github.com/lorenzobonaguro/Rphenoannoy/releases/download/R4.4.X/Rphenoannoy_0.1.0.tgz")
Once this package is installed you can continue with the standard installation
Install Bioconductor
Install Bioconductor, if you are sure Bioconductor is already installed in your system you can skip this step.
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(version = "3.20")
Install cyCONDOR
Now you can install cyCONDOR and all its dependencies
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
devtools::install_github("lorenzobonaguro/cyCONDOR",
build_vignettes = FALSE,
repos = BiocManager::repositories())
If you want to have early access to the new feature of cyCONDOR you can install the developmental version of cyCONDOR.
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
devtools::install_github("lorenzobonaguro/cyCONDOR@dev",
build_vignettes = FALSE,
repos = BiocManager::repositories())
NOTE: Keep in mind the developmental version if cyCONDOR is not fully tested, if you find any bug feel free to report it!
To see which changes are currently implemented in the dev branch see the changelog.
Key cyCONDOR features include:
Data loading: Loading of .fcs or .csv files from a folder and match it with an annotation table. The data are structure in a flow cytometry dataset which is the structure needed for all the downstream functions. Also FlowJo Archives can be directly imported in cyCONDOR
Data Transformation: Data are transformed to be suitable for the downstream analysis, different transformation methods are provided for different data types (e.g. MCFC, CyTOF, Spectral Flow, CITE-seq).
Dimensionality Reduction: Several dimensionality reductions
algorithms are provided with the cyCONDOR package: PCA, UMAP, tSNE, DM.
Batch correction: cyCONDOR implements harmony for data integration.
Clustering: Phenograph clustering and FlowSOM clustering are included.
Pseudotime: Pseudotime and trajectory analysis with slingshot.
Statistical Analysis: Differential protein expression and changes in frequencies can be tested with built in functions.
Data Visualization: cyCONDOR includes several data visualization
function including: confusion matrix, marker heatmap, feature plot,
boxplot and other visualization to also depict the data similarly to conventional cytometry data analysis software (e.g. FlowJo).
Scalability to large scale datasets: cyCONDOR can work with large scale datasets, and can integrate new data in existing models allowing population level integrated data analysis.
Disease classifier: cyCONDOR can be applied as clinical classifier with easy to train machine learning models.
Misc: cyCONDOR includes functions to check the integrity of the flow
cytometry dataset, subset it or annotate metaclusters. Also includes several visualization tools to help in the interpretation of the data. Feel free to browse all the vignette in the Articles section.
How to cite cyCONDOR
Contact or follow us
For any problem or question regarding the cyCONDOR package or this
repository or you just want to be up to date on what is coming next
follow me:
If you want to directly chat with us join our Slack Workspace
Participating organisations
Reference papers
Mentions
- 1.Author(s): Huaicheng Sun, Yuan Zhou, Ruoyu Jiang, Yuxuan Liu, Chengbin Gu, Ziqi Pan, Minjie Mou, Xichen Lian, Bohan Chen, Tianle Niu, Ying Zhang, Yintao Zhang, Baoliang Zhang, Xiuna Sun, Hao Yang, Xin Shen, Yangbo Dai, Jiannan Deng, Siqi Liu, Yang Zhang, Mang Xiao, Wanqing Xie, Qingxia Yang, Tingting Fu, Feng ZhuPublished in Nature Protocols by Springer Science and Business Media LLC in 202510.1038/s41596-025-01257-2
- 2.Author(s): LaToya Montgomery, Anis LarbiPublished in Vaccines by MDPI AG in 2025, page: 42010.3390/vaccines13040420
- 3.Author(s): Shaohua Hu, Bingchen Yu, Rui Xu, Kai PangPublished in Clinica Chimica Acta by Elsevier BV in 2025, page: 12047710.1016/j.cca.2025.120477
- 4.Author(s): Aleksej Frolov, Hao Huang, Dagmar Schütz, Maren Köhne, Nelli Blank-Stein, Collins Osei-Sarpong, Maren Büttner, Tarek Elmzzahi, Mukhran Khundadze, Marina Zahid, Michael Reuter, Matthias Becker, Elena De Domenico, Lorenzo Bonaguro, Axel Kallies, Helen Morrison, Christian A. Hübner, Kristian Händler, Ralf Stumm, Elvira Mass, Marc D. BeyerPublished in Journal of Experimental Medicine by Rockefeller University Press in 202510.1084/jem.20232357
- 1.Author(s): Hiroaki Takahashi, Shinji Kajimoto, Ohsuke Irikura, Takakazu NakabayashiPublished in 202510.1093/chemle/upaf032
- 2.Author(s): Pouya Nazari, Alexandre Arnould, Madhavi Dipak Andhari, Maite Fontecha, Jorge Martín Hernández, Bart De Moor, Jon Pey, Frederik De Smet, Francesca Maria Bosisio, Asier Antoranz, Pouya Nazari, Alexandre Arnould, Madhavi Dipak Andhari, Maite Fontecha, Jorge Martín Hernández, Bart De Moor, Jon Pey, Frederik De Smet, Francesca Maria Bosisio, Asier AntoranzPublished in 202510.1101/2025.11.13.688190
- 3.Author(s): Paolo S. Turano, Elizabeth Akbulut, Nica Mariz Aquino, Luis Garza-Martínez, Sukhwinder Singh, George S. Yap, Patricia Fitzgerald-Bocarsly, Ricardo Iván Martínez-Zamudio, Utz HerbigPublished in 202510.64898/2025.12.16.694716