Mass cytometry (CyTOF) uses heavy metal isotopes rather than fluorescent tags as reporters to label antibodies, thereby substantially decreasing spectral overlap and allowing for examination of over 50 parameters at the single cell level. While spectral overlap is significantly less pronounced in CyTOF than flow cytometry, spillover due to detection sensitivity, isotopic impurities, and oxide formation can impede data interpretability.
We designed CATALYST (Cytometry dATa anALYSis Tools) to provide:
- easy-to-use visualizations for differential analysis
- a pipeline for preprocessing of cytometry data, including
- normalization using bead standards
- single-cell deconvolution
- bead-based compensation
- The preprint to this project is accesible on BioRxiv preprint.
- Our manuscript is available at Cell Systems.
- Scripts to reproduce a majority of the figures from our paper can be found here.
- To use our web application, go to CATALYSTLite.
There are various entry points to using the CATALYST tools. If you are an R user, we recommend using the functions from the R package itself, from the command line or via a script. If you want to use the graphical environment, we recommend to run it locally on your own computer, as this will be faster and in terms of dataset sizes, is only limited by the resources on your computer. To do this, you will need to install recent versions of R and the necessary R packages (details below). If installing all the necessary R packages is a hurdle, you can use the hosted version.
-
Using the R package
- A stable release version is available at Bioconductor.
- For detailed examples and usage instructions, see the package vignettes under Articels.
-
Using the GUI
- To use the Shiny app locally, run
CATALYST::launchGUI()
inside an R session. - Go to CATALYSTLite to use the app online.
- To use the Shiny app locally, run
CATALYST
is still under active development. We greatly welcome (and highly encourage!) all feedback, bug reports and suggestions for improvement. Please make sure to raise issues with a reproducible example and, if you're running R, the output of your sessionInfo()
.
- R package and Shiny related issues should be raised here.
- For general questions and feedback, please contact us directly via email.
For software related issues:
- Helena L Crowell ([email protected])
- Mark D Robinson ([email protected])
Regarding methodological questions:
- Stéphane Chevrier ([email protected])
- Vito Zanotelli ([email protected])