Introduction

Although multidimensional single-cell-based flow and mass cytometry have been increasingly applied to microenvironmental composition and stem-cell research, integrated analysis workflows to facilitate the interpretation of experimental cytometry data remain underdeveloped. We present flowSpy, a comprehensive R package designed for the analysis and interpretation of flow and mass cytometry data. We applied flowSpy to mass cytometry and time-course flow cytometry data to demonstrate the usage and practical utility of its computational modules. flowSpy is a reliable tool for multidimensional cytometry data workflows and produces compelling results for trajectory construction and pseudotime estimation.

Overview of flowSpy workflow

The flowSpy package is developed to complete the majority of standard analysis and visualization workflow for FCS data. In flowSpy workflow, an S4 object in R is built to implement the statistical and computational approach, and all computational modules are integrated into one single channel which only requires a specified input data format. Computational modules of flowSpy can be divided into four main parts (Fig. 1): preprocessing, trajectory, analysis and visualization.

  • Preprocessing. Data import, compensation, quality control, filtration, normalization and merge cells from different samples can be implemented in the preprocessing module. After preprocessing, a matrix contains clean cytometric signaling data, a data.frame containing meta-information of the experiment and a vector contains all markers enrolled in the computational process are required to build an FPSY object.

  • Trajectory. Cells built in the FSPY object are classfied into different clusters based on the expression level of input markers. You can choose different clustering methods by inputting different parameters. After clustering, cells are downsampled in a cluster-dependent fashion to reduce the total cell size and avoid small cluster deletion. Dimensionality reduction for both cells and clusters are also implemented in the clustering procedure. After dimensionality reduction, we use Minimus Spanning Tree (MST) to construct cell trajectory.

  • Analysis. This module is design for time couse FCS data. Before running pseudotime, root cells must be defined first based on users’ priori knowledge. Root cells in flowSpy workflow are the initial cells of the trajectory tree. So it can be set using one vertex node of the tree or a cluster of cells with specific antibodies combination. Intermediate state evaluation is also envolved in the pseudotime module. Leaf cells are defined by the end node of trajectory tree or the end stage of the experiment. Intermediate state cells are cells with higher betweenness in the graph built on cell-cell connection, which play an important role between the connection of root cells and leaf cells.

  • Visualization. The visualization module can provide clear and concise visualization of FCS data in an effective and easy-to-comprehend manner. flowSpy package offers various plotting functions to generate customizable and publication-quality plots. Two-dimensional or three-dimensional plot can fit most requirement from dimensionality reduction results. And tree-based plot can visualize cell trajectory as force-directed layout tree. Other special plots such as heatmap and violin plot are also provided in flowSpy.

Installation

The flowSpy is freely available at GitHub and Bioconductor.

Installation via Bioconductor

Installation via GitHub

This requires the devtools package to be installed first.

Quick start

## 2020-07-09 21:40:22 [INFO] Number of cells in processing: 600
## 2020-07-09 21:40:22 [INFO] rownames of meta.data and raw.data will be named using column cell
## 2020-07-09 21:40:22 [INFO] Index of markers in processing
## 2020-07-09 21:40:22 [INFO] Creating FSPY object.
## 2020-07-09 21:40:22 [INFO] Determining normalization factors
## 2020-07-09 21:40:22 [INFO] Normalization and log-transformation.
## 2020-07-09 21:40:22 [INFO] Build FSPY object succeed
## FSPY Information:
##  Input cell number: 600  cells 
##  Enroll marker number: 10  markers 
##  Cells after downsampling: 600  cells
## Mapping data to SOM
## 2020-07-09 21:40:27 [INFO] Calculating Pseudotime.
## 2020-07-09 21:40:27 [INFO] Pseudotime exists in meta.data, it will be replaced.
## 2020-07-09 21:40:27 [INFO] The log data will be used to calculate pseudotime
## 2020-07-09 21:40:27 [INFO] Calculating Pseudotime completed.
## 2020-07-09 21:40:27 [INFO] 37 cells will be added to leaf.cells .
## 2020-07-09 21:40:27 [INFO] Calculating walk between root.cells and leaf.cells .
## 2020-07-09 21:40:27 [INFO] Generating an adjacency matrix.
## 2020-07-09 21:40:27 [INFO] Walk forward.
## 2020-07-09 21:40:28 [INFO] Calculating walk completed.

## `geom_smooth()` using formula 'y ~ x'

## `geom_smooth()` using formula 'y ~ x'

Note


Dear flowSpy users:

To improve the identification of this package and avoid awkward duplication of names in some situations, we decided to change the name of flowSpy to CytoTree. The package name of CytoTree more fits the functional orientation of this software. The usage and update of flowSpy and CytoTree will be consistent until the end of Bioc 3.11. And for the 3.12 devel, flowSpy will be deprecated.

The package CytoTree has been added to Bioconductor (https://bioconductor.org/packages/CytoTree/), we recommend that users can download this package and replace flowSpy as soon as possible.

We apologized for the inconvenience.

flowSpy team

2020-07-09


Session information

## R version 4.0.0 (2020-04-24)
## Platform: x86_64-apple-darwin17.0 (64-bit)
## Running under: macOS Catalina 10.15.5
## 
## Matrix products: default
## BLAS:   /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
## LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib
## 
## locale:
## [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
## [1] stringr_1.4.0  flowCore_2.0.1 flowSpy_1.2.3  igraph_1.2.5   ggplot2_3.3.1 
## 
## loaded via a namespace (and not attached):
##   [1] reticulate_1.16             RUnit_0.4.32               
##   [3] tidyselect_1.1.0            RSQLite_2.2.0              
##   [5] AnnotationDbi_1.50.0        grid_4.0.0                 
##   [7] ranger_0.12.1               BiocParallel_1.22.0        
##   [9] Rtsne_0.15                  scatterpie_0.1.4           
##  [11] munsell_0.5.0               destiny_3.2.0              
##  [13] codetools_0.2-16            umap_0.2.5.0               
##  [15] withr_2.2.0                 colorspace_1.4-1           
##  [17] Biobase_2.48.0              knitr_1.28                 
##  [19] stats4_4.0.0                SingleCellExperiment_1.10.1
##  [21] robustbase_0.93-6           vcd_1.4-7                  
##  [23] VIM_6.0.0                   TTR_0.23-6                 
##  [25] labeling_0.3                GenomeInfoDbData_1.2.3     
##  [27] polyclip_1.10-0             bit64_0.9-7                
##  [29] farver_2.0.3                pheatmap_1.0.12            
##  [31] flowWorkspace_4.0.6         vctrs_0.3.1                
##  [33] generics_0.0.2              xfun_0.14                  
##  [35] ggthemes_4.2.0              R6_2.4.1                   
##  [37] GenomeInfoDb_1.24.0         RcppEigen_0.3.3.7.0        
##  [39] rmdformats_0.3.7            locfit_1.5-9.4             
##  [41] bitops_1.0-6                DelayedArray_0.14.0        
##  [43] scales_1.1.1                nnet_7.3-14                
##  [45] gtable_0.3.0                sva_3.36.0                 
##  [47] RProtoBufLib_2.0.0          rlang_0.4.6                
##  [49] genefilter_1.70.0           scatterplot3d_0.3-41       
##  [51] flowUtils_1.52.0            splines_4.0.0              
##  [53] hexbin_1.28.1               BiocManager_1.30.10        
##  [55] yaml_2.2.1                  abind_1.4-5                
##  [57] RBGL_1.64.0                 tools_4.0.0                
##  [59] bookdown_0.19               ellipsis_0.3.1             
##  [61] RColorBrewer_1.1-2          proxy_0.4-24               
##  [63] BiocGenerics_0.34.0         Rcpp_1.0.4.6               
##  [65] plyr_1.8.6                  base64enc_0.1-3            
##  [67] zlibbioc_1.34.0             purrr_0.3.4                
##  [69] RCurl_1.98-1.2              FlowSOM_1.20.0             
##  [71] openssl_1.4.1               S4Vectors_0.26.1           
##  [73] zoo_1.8-8                   SummarizedExperiment_1.18.1
##  [75] haven_2.3.1                 cluster_2.1.0              
##  [77] magrittr_1.5                ncdfFlow_2.34.0            
##  [79] data.table_1.12.8           RSpectra_0.16-0            
##  [81] openxlsx_4.1.5              gmodels_2.18.1             
##  [83] lmtest_0.9-37               RANN_2.6.1                 
##  [85] pcaMethods_1.80.0           matrixStats_0.56.0         
##  [87] hms_0.5.3                   evaluate_0.14              
##  [89] xtable_1.8-4                smoother_1.1               
##  [91] XML_3.99-0.3                rio_0.5.16                 
##  [93] jpeg_0.1-8.1                mclust_5.4.6               
##  [95] readxl_1.3.1                IRanges_2.22.2             
##  [97] gridExtra_2.3               ggcyto_1.16.0              
##  [99] compiler_4.0.0              tibble_3.0.1               
## [101] crayon_1.3.4                htmltools_0.4.0            
## [103] mgcv_1.8-31                 corpcor_1.6.9              
## [105] tidyr_1.1.0                 RcppParallel_5.0.1         
## [107] DBI_1.1.0                   tweenr_1.0.1               
## [109] MASS_7.3-51.6               boot_1.3-25                
## [111] Matrix_1.2-18               car_3.0-8                  
## [113] gdata_2.18.0                parallel_4.0.0             
## [115] GenomicRanges_1.40.0        forcats_0.5.0              
## [117] pkgconfig_2.0.3             rvcheck_0.1.8              
## [119] prettydoc_0.3.1             foreign_0.8-80             
## [121] laeken_0.5.1                sp_1.4-2                   
## [123] xml2_1.3.2                  annotate_1.66.0            
## [125] XVector_0.28.0              digest_0.6.25              
## [127] tsne_0.1-3                  ConsensusClusterPlus_1.52.0
## [129] graph_1.66.0                rmarkdown_2.2              
## [131] cellranger_1.1.0            edgeR_3.30.3               
## [133] curl_4.3                    gtools_3.8.2               
## [135] ggplot.multistats_1.0.0     nlme_3.1-148               
## [137] lifecycle_0.2.0             jsonlite_1.6.1             
## [139] carData_3.0-4               BiocNeighbors_1.6.0        
## [141] askpass_1.1                 limma_3.44.3               
## [143] pillar_1.4.4                lattice_0.20-41            
## [145] DEoptimR_1.0-8              survival_3.2-3             
## [147] glue_1.4.1                  xts_0.12-0                 
## [149] zip_2.0.4                   png_0.1-7                  
## [151] bit_1.1-15.2                Rgraphviz_2.32.0           
## [153] ggforce_0.3.1               class_7.3-17               
## [155] stringi_1.4.6               blob_1.2.1                 
## [157] RcppHNSW_0.2.0              CytoML_2.0.5               
## [159] latticeExtra_0.6-29         memoise_1.1.0              
## [161] dplyr_1.0.0                 cytolib_2.0.3              
## [163] knn.covertree_1.0           irlba_2.3.3                
## [165] e1071_1.7-3

References

  1. Hahne F, Arlt D, Sauermann M, Majety M, Poustka A, Wiemann S, Huber W: Statistical methods and software for the analysis of highthroughput reverse genetic assays using flow cytometry readouts. Genome Biol 2006, 7:R77.
  2. Olsen LR, Leipold MD, Pedersen CB, Maecker HT: The anatomy of single cell mass cytometry data. Cytometry A 2019, 95:156-172.
  3. Butler A, Hoffman P, Smibert P, Papalexi E, Satija R: Integrating single-cell transcriptomic data across different conditions, technologies, and species. Nat Biotechnol 2018, 36:411-420.
  4. Trapnell C, Cacchiarelli D, Grimsby J, Pokharel P, Li S, Morse M, Lennon NJ, Livak KJ, Mikkelsen TS, Rinn JL: The dynamics and regulators of cell fate decisions are revealed by pseudotemporal ordering of single cells. Nat Biotechnol 2014, 32:381-386.
  5. Kiselev VY, Yiu A, Hemberg M: scmap: projection of single-cell RNA-seq data across data sets. Nat Methods 2018, 15:359-362.
  6. Amir el AD, Davis KL, Tadmor MD, Simonds EF, Levine JH, Bendall SC, Shenfeld DK, Krishnaswamy S, Nolan GP, Pe’er D: viSNE enables visualization of high dimensional single-cell data and reveals phenotypic heterogeneity of leukemia. Nat Biotechnol 2013, 31:545-552.
  7. Haghverdi L, Buettner F, Theis FJ: Diffusion maps for high-dimensional single-cell analysis of differentiation data. Bioinformatics 2015, 31:2989-2998.
  8. Becht E, McInnes L, Healy J, Dutertre CA, Kwok IWH, Ng LG, Ginhoux F, Newell EW: Dimensionality reduction for visualizing single-cell data using UMAP. Nat Biotechnol 2018.
  9. Wang L, Hoffman RA: Standardization, Calibration, and Control in Flow Cytometry. Curr Protoc Cytom 2017, 79:1 3 1-1 3 27.
  10. Hahne F, LeMeur N, Brinkman RR, Ellis B, Haaland P, Sarkar D, Spidlen J, Strain E, Gentleman R: flowCore: a Bioconductor package for high throughput flow cytometry. BMC Bioinformatics 2009, 10:106.
  11. Sarkar D, Le Meur N, Gentleman R: Using flowViz to visualize flow cytometry data. Bioinformatics 2008, 24:878-879.
  12. Van Gassen S, Callebaut B, Van Helden MJ, Lambrecht BN, Demeester P, Dhaene T, Saeys Y: FlowSOM: Using self-organizing maps for visualization and interpretation of cytometry data. Cytometry A 2015, 87:636-645.
  13. Qiu P, Simonds EF, Bendall SC, Gibbs KD, Jr., Bruggner RV, Linderman MD, Sachs K, Nolan GP, Plevritis SK: Extracting a cellular hierarchy from high-dimensional cytometry data with SPADE. Nat Biotechnol 2011, 29:886-891.
  14. Chen H, Lau MC, Wong MT, Newell EW, Poidinger M, Chen J: Cytofkit: A Bioconductor Package for an Integrated Mass Cytometry Data Analysis Pipeline. PLoS Comput Biol 2016, 12:e1005112.
  15. Chattopadhyay PK, Winters AF, Lomas WE, 3rd, Laino AS, Woods DM: High-Parameter Single-Cell Analysis. Annu Rev Anal Chem (Palo Alto Calif) 2019, 12:411-430.
  16. Bendall SC, Davis KL, Amir el AD, Tadmor MD, Simonds EF, Chen TJ, Shenfeld DK, Nolan GP, Pe’er D: Single-cell trajectory detection uncovers progression and regulatory coordination in human B cell development. Cell 2014, 157:714-725.
  17. Nowicka M, Krieg C, Crowell HL, Weber LM, Hartmann FJ, Guglietta S, Becher B, Levesque MP, Robinson MD: CyTOF workflow: differential discovery in high-throughput high-dimensional cytometry datasets. F1000Res 2017, 6:748.