GigaSOM.jl - Huge-scale, high-performance flow cytometry clustering in Julia
With GigaSOM.jl, our novel contribution will be allowing the analysis of huge-scale clinical studies, scaling down software limitations. In order to do so, we will implement the parallelization of the FlowSOM algorithm using HPC and increase the maximum number of cells that can be processed simultaneously by the algorithm.
Features
- Analysis and clustering of huge-scale flow cytometry data
- HPC-ready to handle very large datasets
- Load and transform
.fcs
data files accordingly - GigaSOM algorithm maps high-dimensional vectors into a lower-dimensional grid
- Automatically determine the required number of cell populations using parallel computing
Check the Background section for some insights on the theory behind our package
See the Functions section for the complete list of documented functions and types.