This repository provides tools to preprocess mass cytometry (CyTOF) data and compute lower-dimensional embeddings for visualization and analysis with TRACE.
The data set used in this example is a mass cytometry data set immunoprofiling women during pregnancy [Van GAssen, S. et al.]. The dataset used for this demonstration contains whole blood samples from two healthy volunteers, both unstimulated and stimulated with Interferonα (IFNα) and Lipopolysaccharide (LPS). The data can be downloaded from the data folder in this repository.
- Data cleaning and transformation
- Marker selection and filtering
- PCA
- UMAP (n_neighbours=100)
- tSNE (perplexity=100)
- ViVAE (n_epochs=100, lam_mds=10)