Skip to main content

GenePattern flow cytometry suite

Abstract

Background

Traditional flow cytometry data analysis is largely based on interactive and time consuming analysis of series two dimensional representations of up to 20 dimensional data. Recent technological advances have increased the amount of data generated by the technology and outpaced the development of data analysis approaches. While there are advanced tools available, including many R/BioConductor packages, these are only accessible programmatically and therefore out of reach for most experimentalists. GenePattern is a powerful genomic analysis platform with over 200 tools for analysis of gene expression, proteomics, and other data. A web-based interface provides easy access to these tools and allows the creation of automated analysis pipelines enabling reproducible research.

Results

In order to bring advanced flow cytometry data analysis tools to experimentalists without programmatic skills, we developed the GenePattern Flow Cytometry Suite. It contains 34 open source GenePattern flow cytometry modules covering methods from basic processing of flow cytometry standard (i.e., FCS) files to advanced algorithms for automated identification of cell populations, normalization and quality assessment. Internally, these modules leverage from functionality developed in R/BioConductor. Using the GenePattern web-based interface, they can be connected to build analytical pipelines.

Conclusions

GenePattern Flow Cytometry Suite brings advanced flow cytometry data analysis capabilities to users with minimal computer skills. Functionality previously available only to skilled bioinformaticians is now easily accessible from a web browser.

Background

Flow cytometry

Flow cytometry (FCM) is a technique for counting and examining microscopic particles, such as cells, by suspending them in a stream of fluid and passing them individually past a detector. It allows the simultaneous multi-parametric analysis of the physical and chemical characteristics of up to thousands of particles per second. For more than 30 years, FCM has been widely used by clinicians, immunologists, and cancer biologists to distinguish different cell types in mixed cell sub-populations, based on the expression of cellular markers. In both health research and treatment this analytical method is used for a variety of tasks, in particular the diagnosis and monitoring of HIV infection and cancer, cross-matching organs for transplantation, and for research involving stem cells, vaccine development, apoptosis and phagocytosis.

In the last decade, advances in FCM instrumentation and reagent technologies have enabled simultaneous single cell measurement of surface and intracellular markers, including cellular-activation markers, intra-cellular cytokines, immunological signaling, and cytoplasmic and nuclear cell cycle and transcription factors, thus positioning FCM to play an even bigger role in health care and medical research[13]. Today’s flow cytometers can measure up to 20 parameters simultaneously – two physical parameters (cell size and granularity) and 18 fluorescent markers[4]. However, the rapid development of FCM instrumentation has outpaced the development of adequate approaches and tools for data analysis. Traditionally, the majority of FCM experiments have been analyzed visually, through time-consuming and subjective serial inspection of one or two dimensions at a time (using a process termed “gating”, to define boundaries or “gates” for cell sub-populations), or by very basic comparisons of summary statistics. With 20 dimensional data, there are hundreds of possible pairwise parameter combinations and many cell populations. This number increased with the recent introduction of CyTOF instruments allowing potentially up to 100 stable isotope labels in a single sample and creating up to 100 dimensional FCS data files[5]. Analyzing such complex data is time consuming and human experts can miss important cell populations if these are only visible in high dimensional space not clearly distinguishable in any of the pairwise plots. For these reasons, there has been recent interest in developing new data analysis techniques that will exploit the full potential of modern flow cytometers and provide standardized, reproducible and objective analyses[6, 7]. These are often created in the form of programming libraries, such as R/BioConductor[8] packages, and therefore only accessible to sophisticated users rather than experimentalists who lack advanced programming skills.

GenePattern

GenePattern is a powerful web-based application offering easy access to over 180 tools for analysis of gene expression, proteomics, and other data[9]. An additional 100 tools are under development and testing at this point. These tools are provided in the form of modules, typically written in R, Java, Matlab, or Perl. GenePattern was originally released in 2004 and now has more than 22,000 users world wide. Using a web-based interface, experimentalists can easily submit their data and choose suitable settings in order to perform complex analyses without detailed knowledge of the underlying programming language, algorithms and settings, allowing them to concentrate on the interpretation of biologically meaningful results. Besides executing various modules as standalone tools, users can also chain modules together to create automated analysis pipelines enabling reproducible in silico research, now also facilitated by a Microsoft Word add-in as part of the GenePattern Reproducible Research Document that allows scientists to embed their pipelines in a text document[10].

Methods

GenePattern is a web-based tool running within an Apache Tomcat application server. The GenePattern Flow Cytometry Suite (GP FCM Suite) is implemented as a set of GenePattern modules. These are command line-based software applications with formally defined syntax, inputs and outputs. These definitions reside in a manifest file, packaged together with the source code of the module and documentation in a module ZIP archive. The GP FCM Suite modules are developed in R, Java and C. The R-based modules extensively reuse many existing flow cytometry related R/BioConductor packages[1118]. Java-based modules reuse a Java library called CFCS, which is an open-source implementation of the Proposed API for reading and writing FCS files[19]. The CFCS library was originally developed in 2003 by Tree Star, Inc. (Ashland, OR) and is now maintained by our group at the British Columbia Cancer Agency (BCCA) and is available from the flowcyt website[20].

Results and discussion

We previously proposed a general FCM data analysis framework[7] consisting of seven steps: (1) Quality assessment, (2) Normalization, (3) Outliers removal, (4) Automated gating, (5) Cluster labelling, (6) Feature extraction and (7) Interpretation. Except for interpretation, the GP FCM Suite addresses all these steps; commonly with multiple modules and approaches (Figure1). The last step – interpretation – is highly dependent on the actual experiment type (design, hypothesis, type of clinical test, etc.). Therefore, we currently leave it up the the user to choose an appropriate approach to interpret experimental findings. In addition to the proposed framework, the GP FCM Suite contains several Data preprocessing modules often required before the start of data analysis. Finally, manual gating was not considered in the general automated FCM data analysis framework[7]. While we do not incorporate interactive manual gating in automated analysis pipelines, we still allow users to reuse results of manual gating for the analysis in GenePattern.

Figure 1
figure 1

GP FCM Suite Modules Overview. Figure1 enumerates modules currently available in the GP FCM Suite. These modules are assigned to steps (0–7) based on which step they address according to the general automated data analysis pipeline. This pipeline is based on framework[7] with an initial step (0) added for data preprocessing and with gating extended to cover both, manual and automated approaches.

Data preprocessing

The GP FCM Suite includes several data preprocessing steps such as data preview and transformations, conversion between spreadsheets (i.e., CSV files) and the Flow Cytometry data file Standard (FCS[21]), merging and sub-sampling data as described below and shown in Figure1, step 0.

Data preview

The first essential step in data processing is commonly the review of the contents of an FCS data file. This becomes especially important if a user is not familiar with the details about the data. The GP FCM Suite provides a data preview module, which lists the meta information stored in the file and provides details such as the number of events in the file (i.e., the number of particles, such as cells, whose characteristics have been captured in the file) and the number of parameters in the file (i.e., the number of distinct characteristics measured). Output is available as either as an HTML report (for human review) or an XML document (for further automated processing).

Adding and removing FCS keywords and parameters

We provide functionality for editing, adding or removing keyword/value pairs stored in the meta data section of FCS files (e.g., for de-identification of clinical data prior to sharing). In addition, we also offer modules to add or remove FCM parameters from data files. Adding a parameter is useful, for example, if calculated event (cell) features need to be stored. These may include assignments of cells into subpopulations as the result of a clustering algorithm. Removing parameters is useful for high content experiment with many markers where only a subset is included in a manuscript.

Adjusting data scale

In most FCM applications, fluorescence signals of interest can range over several decades. Several transformations have been developed to provide more complete, appropriate, and readily interpretable representations. Via a dedicated module (LogicleTransformFCS), the GP FCM Suite includes support for the Logicle / Biexponential[22, 23] data transformation, the de-facto standard for contemporary visualization of FCM data. Additional transformation are supported via Gating-ML[24], including both FCM-specific transformations (e.g., Hyperlog[25], Split-scale[26]) as well as more generic transformations (e.g., inverse hyperbolic sine, logarithmic).

Data merging and sub-sampling

Merging multiple data sets into a single file can be used to identify all the cell subpopulations that are present among a group of subjects. We have also included several options to sub-sample the data since including all events from all source files creates a file whose size approximately equals to the sum of sizes of all source files, which may become too large to process by some algorithms.

Conversion to and from spreadsheets

Converting between FCS files and simple spreadsheets (i.e., CSV files) becomes important if part of an analysis relies on customized tools that handle simple matrix-based data but do not implement the parsing of the FCS format. The GP FCM Suite includes modules for conversion in both directions and provides additional options allowing the specification of the details of how data shall be stored, such as the data type, range, precision, etc.

Compensation

Compensation is the process whereby the fluorescence spillover originating from a fluorochrome other than the one specified for a particular detector is subtracted as a percentage of the signal from other detectors. The inherent overlap of emission spectra from antibody fluorescent labels makes compensation necessary before proceeding with further analysis. The GP FCM Suite provides the ability to perform compensation based on the fluorescence spillover matrix that is commonly included within FCS files, or using compensation specification supplied externally.

Adding noise

The GP FCM Suite also offers a way to add noise to data sets, mainly to aid automated clustering methods as some these are sensitive to data singularity and may fail to deliver results unless a small amount of noise is added[27].

Quality assessment

Data quality assessment (Figure1, step 1) represents an important part of any data analysis, and quality control tests should be included at the beginning of data analysis and often at other steps of an analytical pipeline to identify differences in samples originating from changes in conditions that are probably not biologically motivated. Generally, methods establish a quality control criterion to give special consideration to abnormal samples or even exclude these from further analysis.

Quality control tests in the GP FCM Suite are largely based on functionality implemented in the flowQ[13]R/BioConductor package. They include tests applicable to both, plate-based and single panel FCM data (e.g., cell number test, time flow test, Probability Density Function (PDF) and medians test of forward and side scatter for cell debris). An interactive HTML report is created after the execution of selected quality assessment tests displaying an overview table with rows corresponding to tested samples and columns to selected quality control tests. The results of these tests are color-coded with green indicating no problems, yellow indicating a warning, and red suggesting the failure of a certain test on a certain sample. Clicking on the heading shows an overview plot for that particular test, and clicking on a particular sample/test result will reveal details about the execution of that test on that sample. It is left up to the user to review flagged samples and exclude individual samples from further analysis as appropriate. An example of a quality assessment report of a 96 well plate of a “Normal Donor” study performed by Becton, Dickinson and Company (BD) in order to measure immune responses to various infectious agents and cancer antigens among healthy young adults is included as Additional file1.

Fingerprinting

Fingerprinting generates a description of the multivariate probability distribution function of FCM data by transforming raw FCM data into a fingerprint form suitable for data quality assessment purposes as well as direct input into conventional statistical analysis and empirical modeling software tools. Fingerprinting is independent of a presumptive functional form for the distribution, in contrast with model-based methods such as Gaussian Mixture Modeling. Within GenePattern, we implement FCM fingerprinting functionalities based on the flowFP[28] R/BioConductor package. This approach is computationally efficient and able to handle large flow cytometry data sets of arbitrary dimensionality.

Normalization

Between-sample variation in high throughput FCM data represents a significant challenge for analysis of large scale data sets, such as those derived from multi-center clinical trials. It is often hard to match biologically relevant cell populations across samples due to technical variation in sample acquisition and instrumentation differences. Thus, normalization of data is a critical step prior to analysis, particularly in large-scale data sets from clinical trials, where group specific differences may be subtle and patient-to-patient variation common. The GP FCM Suite includes a normalization method that removes technical between-sample variation by aligning prominent features (landmarks) in the raw data on a per-channel basis as described by Hahne et al.[14].

Outliers removal

Before further analysis, users may want to perform initial data clean up, such as the removal of margin channel events. These may, for example, occur when the instrument detector voltages are set too high so that cells highly expressing certain markers create signals above the recordable range for corresponding parameters. Events created by these cells will condense at the parameter top range value and eventually create artificial cell populations, which may cause problems for further analysis. The GP FCM Suite offers a module for data clean up, including the removal of saturated events and events believed to be caused by instrument errors (Figure1, step 3).

Gating

Gating is an inherent component of FCM data analysis; it is a process where particles (i.e., cells) are subsetted according to physical and fluorescence characteristics. These properties are reflected in parameter values of events stored in FCS files. In practice, gating corresponds to assigning classes (labels) to these events. This can be done either manually or automatically. While manual gating is still dominant in traditional FCM, automatic gating methods are becoming more important in contemporary and high throughput approaches[6]. The GP FCM Suite supports both (Figure1, step 4), as described below.

Manual gating

Manual gating involves a combination of biological domain knowledge and visual inspection of the data. Typically, gate boundaries are drawn interactively on series of one or two dimensional data projections. Within the GP FCM Suite, we do not support interactive manual gating as virtually all experimentalists performing manual gating use one of several commercially available software tools well suited for this purpose already. However, the GP FCM Suite still supports non-interactive manual gating based on the input of Gating-ML[24] files, an open XML-based standard for encoding gating and data transformations.

Automated gating (clustering)

Recently, several methods have been developed to automate the gating process[1518, 2935]. These include both model-based methods, such as multivariate mixture models, as well as non-parametric approaches. One of these methods[33] has already been made available by their authors in the form of a GenePattern module, and we have added support for flowClust[15], flowMerge[16], K-Means[36], flowMeans[18], SamSPECTRAL[17] and FLOCK[34, 35].

Number of sub-populations

Most clustering algorithms require some user input, such as the number of expected sub-populations to search for. Computationally, the estimation of the correct number of sub-populations present in a data set is difficult and may not only depend on the data but also on the goal of particular analysis. For example, cells that could be considered as outliers in one case, could also represent a rare population that may be important for classification of a certain disease, or they could indicate other useful information about the subject. Therefore, in the GP FCM Suite, we typically do not integrate the automated selection of the number of sub-populations in most clustering algorithms. Instead, we provide a separate module that investigates the data and suggests the number of sub-populations to the user. This is graphically supported by the output of the Baysian Information Criterion (BIC) and the Integrated Completed Likelihood (ICL) score for a range of sub-population numbers. Generally, these curves show how well the data can be modeled as a mixture of a certain number of populations. This approach has the advantage that the user may either accept the suggested value or select her/his own value based on prior knowledge and/or inspection of the BIC and/or ICL curves.

Cluster labeling

Independent clustering of multiple flow cytometry samples (e.g., from different patients) results in dividing each of the input data files into several subsets corresponding to cell sub-populations in each of the particular sample. Another analytical step (i.e., Figure1, step 5) is required to match (label) these sub-populations across different samples. This label matching is usually performed by comparison of the position of each of the identified sub-populations. In the GP FCM Suite, we offer modules for assigning labels to previously clustered data sets from multiple flow cytometry samples. The data may have been previously clustered by any clustering algorithm. The cluster matching is performed using model-based clustering of the means of the previously clustered sub-populations and users can choose from several models to fit their data. In addition, the user shall specify how many distinct sub-populations are expected to be found across all the previously clustered FCM data. Similar to estimating the number of sub-populations in a single sample, there is also a module in the GP FCM Suite that can help with this estimation across multiple samples.

Feature extraction

The extraction of features (Figure1, step 6) of identified sub-populations typically follows after gating and eventually labeling of FCM data. The main feature is simply the number (or proportion) of cells in different sub-population (e.g., how many cells are positive or negative for specific markers). In addition, one may be interested in the mean value of selected parameters (e.g., the mean fluorescence intensity – MFI – of a certain population of cells). The MFI can, for example, indicate the cellular response after specific antigen stimulation[37]. In the GP FCM Suite, we offer the calculation of cell number, proportion as well as mean parameter values. Other features that can be calculated include the integrated mean fluorescence intensity (iMFI)[38], obtained by multiplying the cell proportion by the mean fluorescence value.

Interpretation

Interpretation of analytical results (Figure1, step 7) is highly dependent on the actual experiment type, its design, the hypothesis being tested, the type of clinical test, etc. Therefore, it is likely impossible to create a generally applicable solution. In GenePattern, we created a few very specific modules to help researchers from BCCA test hypotheses related to their projects, such as the computational quantification of long-term reconstituting hematopoietic stem cells (HSC) from adult mouse bone marrow[39]. However, these modules rely on a very specific experimental design and tightly defined settings and protocols, and therefore, they are only useful for the laboratory they have been designed for. Consequently, we have not included these modules in the GP FCM Suite and we are leaving it up the researchers to decide about the best way to interpret their experimental findings.

Availability and requirements

All GP FCM Suite modules are available from GenePattern (http://www.genepattern.org); these can be run directly on the public server (http://genepattern.broadinstitute.org/gp/) hosted at Broad Institute of MIT and Harvard or downloaded for use with own installation of GenePattern server. Currently available modules are also included in Additional file2 and their source codes in Additional file3. In addition, newest modules developed in the future may be accessed from the GenePattern beta server (http://genepatternbeta.broadinstitute.org/gp/) before their official release through GenePattern. The GP FCM Suite is distributed as open source under the GNU LGPL 3.0 license. All used R libraries are freely available and their licensing conditions are specified on the download page of each specific library in the appropriate R repository, such as CRAN or BioConductor. GenePattern server software is freely available under the GenePattern License Agreement. The text of this license agreement is available athttp://www.broadinstitute.org/cgi-bin/cancer/software/genepattern/gp_server_license.cgi.

Conclusions

Traditional FCM data analysis involves the interpretation of individual two-dimensional scatter plots culled from sets of simultaneous analysis of highly multidimensional data. Recent technological advances have increased the amount of data generated by the FCM technology and outpaced the development of analytical approaches. While it is becoming clear that analysis methods based on manual gating are unsuitable for the increased amount of data and simultaneously measured fluorescence parameters, they still represent the main functionality in commercial FCM data analysis software. The need for new analytical approaches has been well recognized by the research community; however, advanced tools being developed are commonly released in the form of programming libraries (such as R/BioConductor packages) and therefore only accessible programmatically. Little effort is invested into making these available via user-friendly interfaces that would make these tools accessible for experimentalists without advanced programming skills.

In order to address this issue, we have developed the GP FCM Suite consisting of GenePattern modules to analyze FCM data. The modules in the GP FCM Suite can help with quality assessment, normalization, outliers removal, gating/clustering, cluster labeling, feature extraction and other tasks.

To the best of our knowledge, there is no other software tool that would provide a variety of advanced algorithms for the computational analysis of flow cytometry data via a user-friendly interface. However, a few software tools, most of them commercial, integrate one or two of these algorithms. For example, FlowJo (http://www.flowjo.com/) allows users to utilize automated clustering for the purpose of analyzing flow cytometry data. Cytobank[40] has recently included the Cyto Spanning tree Progression of Density normalized Events (SPADE)[41] algorithm to their hosted versions of Cytobank and DVS Cytobank servers. The Immunology Database and Analysis Portal (ImmPort,https://immport.niaid.nih.gov) integrates the FLOCK[34, 35] analysis (also available as part of the GP FCM Suite). GemStone (Verity Software House,http://www.vsh.com) offers a patented Probability State Modeling (PSM) technology to combine multiple samples and estimate missing parameter values. Finally, most of the major commercial third party software vendors, including Tree Star, De Novo Software, and Verity Software House, offer computational support for cell cycle analysis. All these tools integrate some algorithms facilitating users willing to apply computational methods for the analysis of flow cytometry data. While the scope and variety of implemented methods is limited compared to all the modules offered by the GP FCM Suite, the increasing commercial support clearly shows the new trend of users seeking advanced algorithms to help them analyze the increasing amount of increasingly complex data. Users with programmatic skills will always get the most out of the advanced FCM analysis tools if they programmatically incorporate these in an analysis pipeline. These users will have additional settings for various algorithms as well as the choice to encode more complex work flows compared to the options offered by GenePattern. However, we argue that most of the experimentalists have biology or medicine-related backgrounds and their programmatic skills are limited. For them, having advanced analytical functionality accessible from a simple web-based user interface becomes very useful.

Abbreviations

BCCA:

British Columbia Cancer Agency

BIC:

Baysian information criterion

CSV:

Comma-separated values

ECDF:

Empirical cumulative distribution function

FCS:

Flow cytometry standard

FCM:

Flow cytometry

HTML:

HyperText Markup Language

GP FCM Suite:

GenePattern flow cytometry suite

HSC:

Hematopoietic stem cells

ICL:

Integrated completed likelihood

iMFI:

Integrated mean fluorescence intensity

MFI:

Mean fluorescence intensity

MIT:

Massachusetts Institute of Technology

PDF:

Probability density function

SVM:

Support vector machine

XML:

eXtensible Markup Language

References

  1. Krutzik PO, Crane JM, Clutter MR, Nolan GP: High-content single-cell drug screening with phosphospecific flow cytometry. Nat Chem Biol. 2008, 4 (2): 132-142. 10.1038/nchembio.2007.59.

    Article  CAS  PubMed  Google Scholar 

  2. Darzynkiewicz Z, Crissman H, Jacobberger JW: Cytometry of the cell cycle: cycling through history. Cytom Part A. 2004, 58A: 21-32. 10.1002/cyto.a.20003.

    Article  Google Scholar 

  3. De Rosa SC, Brenchley JM, Roederer M: Beyond six colors: a new era in flow cytometry. Nat Med. 2003, 9: 112-117. 10.1038/nm0103-112.

    Article  CAS  PubMed  Google Scholar 

  4. Mahnke YD, Roederer M: Optimizing a Multicolor Immunophenotyping Assay. Clin Lab Med. 2007, 27 (3): 469-485. 10.1016/j.cll.2007.05.002.

    Article  PubMed Central  PubMed  Google Scholar 

  5. DVS Sciences: CyTOF®; Instrument. [http://www.dvssciences.com/cytof-instrument.php].

  6. Lugli E, Roederer M, Cossarizza A: Data analysis in flow cytometry: The future just started. Cytom Part A. 2010, 77A: 705-713. 10.1002/cyto.a.20901.

    Article  CAS  Google Scholar 

  7. Bashashati A, Brinkman RR: A survey of flow cytometry data analysis methods. Adv Bioinformatics. 2009, 2009: 1-19. Article ID 584603,http://dx.doi.org/10.1155/2009/584603,http://www.hindawi.com/journals/abi/2009/584603/.

    Article  Google Scholar 

  8. Gentleman R, Carey V, Bates D, Bolstad B, Dettling M, Dudoit S, Ellis B, Gautier L, Ge Y, Gentry J, Hornik K, Hothorn T, Huber W, Iacus S, Irizarry R, Leisch F, Li C, Maechler M, Rossini A, Sawitzki G, Smith C, Smyth G, Tierney L, Yang J, Zhang J: Bioconductor: open software development for computational biology and bioinformatics. Genome Biol. 2004, 5 (10): R80-10.1186/gb-2004-5-10-r80.

    Article  PubMed Central  PubMed  Google Scholar 

  9. Reich M, Liefeld T, Gould J, Lerner J, Tamayo P, Mesirov JP: GenePattern 2.0. Nat Genet. 2006, 38 (5): 500-501. 10.1038/ng0506-500.

    Article  CAS  PubMed  Google Scholar 

  10. Mesirov JP: Accessible reproducible research. Science. 2010, 327 (5964): 415-416. 10.1126/science.1179653.

    Article  CAS  PubMed  Google Scholar 

  11. Hahne F, LeMeur N, Brinkman R, Ellis B, Haaland P, Sarkar D, Spidlen J, Strain E, Gentleman R: flowCore: a Bioconductor package for high throughput flow cytometry. BMC Bioinformatics. 2009, 106-[http://www.biomedcentral.com/1471-2105/10/106].

    Google Scholar 

  12. Strain E, Hahne F, Brinkman RR, Haaland P: Analysis of high-throughput flow cytometry data using plateCore. Adv Bioinformatics. 2009, 2009: 10-Article ID 356141.http://dx.doi.org/10.1155/2009/356141.,http://www.hindawi.com/journals/abi/2009/356141/.

    Article  Google Scholar 

  13. Le Meur N, Rossini A, Gasparetto M, Smith C, Brinkman RR, Gentleman R: Data quality assessment of ungated flow cytometry data in high throughput experiments. Cytom Part A. 2007, 76 (6): 393-403.

    Article  Google Scholar 

  14. Hahne F, Khodabakhshi AH, Bashashati A, Wong CJ, Gascoyne RD, Weng AP, Seifert-Margolis V, Bourcier K, Asare A, Lumley T, Gentleman R, Brinkman RR: Per-channel basis normalization methods for flow cytometry data. Cytom Part A. 2009, 77 (2): 121-131.

    Google Scholar 

  15. Lo K, Hahne F, Brinkman R, Gottardo R: flowClust: a Bioconductor package for automated gating of flow cytometry data. BMC Bioinformatics. 2009, 10: 145-10.1186/1471-2105-10-145.

    Article  PubMed Central  PubMed  Google Scholar 

  16. Finak G, Bashashati A, Brinkman RR, Gottardo RR: Merging mixture components for cell population identification in flow cytometry. Adv Bioinformatics. 2009, 2009: 1-12. Article ID 247646.http://dx.doi.org/10.1155/2009/247646,http://www.hindawi.com/journals/abi/2009/247646/.

    Article  Google Scholar 

  17. Zare H, Shooshtari P, Gupta A, Brinkman R: Data reduction for spectral clustering to analyze high throughput flow cytometry data. BMC Bioinformatics. 2010, 403-[http://www.biomedcentral.com/1471-2105/11/403].

    Google Scholar 

  18. Aghaeepour N, Nikolic R, Hoos H, Brinkman R: Rapid cell population identification in flow cytometry data. Cytom Part A. 2011, 79: 6-13.

    Article  Google Scholar 

  19. Proposed API for Reading and Writing FCS files. [http://murphylab.web.cmu.edu/FCSAPI/FCSAPIv0108.html].

  20. CFCS - Java library for Reading and Writing FCS files. [http://sf.net/projects/flowcyt/files/FCS/FCS%20Utilities/CFCS.091019.zip/download].

  21. Spidlen J, Moore W, Parks D, Goldberg M, Bray C, Bierre P, Gorombey P, Hyun B, Hubbard M, Lange S, Lefebvre R, Leif RR, Novo D, Ostruszka L, Treister A, Wood J, Murphy RF, Roederer M, Sudar D, Zigon R, Brinkman RR: Data file standard for flow cytometry, version FCS 3.1. Cytom Part A. 2010, 77: 97-100.

    Google Scholar 

  22. Parks DR, Roederer M, Moore WA: A new “Logicle” display method avoids deceptive effects of logarithmic scaling for low signals and compensated data. Cytom Part A. 2006, 69 (6): 541-551.

    Article  Google Scholar 

  23. Moore WA, Parks DR: Update for the logicle data scale including operational code implementations. Cytom Part A. 2012, 81 (4): 273-277.

    Article  Google Scholar 

  24. Spidlen J, Leif RC, Moore W, Roederer M, Brinkman RR: Gating-ML: XML-based gating descriptions in flow cytometry. Cytom Part A. 2008, 73 (12): 1151-1157.

    Article  Google Scholar 

  25. Bagwell CB: Hyperlog – a flexible log-like transform for negative, zero, and positive valued data. Cytom Part A. 2005, 64: 34-42.

    Article  Google Scholar 

  26. Battye FL: A mathematically simple alternative to the logarithmic transform for flow cytometric fluorescence data displays. [http://tinyurl.com/BattyeSplitscale].

  27. Wang K, Ng SK, McLachlan GJ: Multivariate skew t mixture models: applications to fluorescence-activated cell sorting data. Digit Image Comput: Tech Appl. 2009, 0: 526-531.

    Google Scholar 

  28. Rogers WT, Holyst HA: FlowFP: A bioconductor package for fingerprinting flow cytometric data. Adv Bioinformatics. 2009, 1-11. Article ID 193947.http://dx.doi.org/10.1155/2009/193947,http://www.hindawi.com/journals/abi/2009/193947/.

    Google Scholar 

  29. Naumann U, Luta G, Wand M: The curvHDR method for gating flow cytometry samples. BMC Bioinformatics. 2010, 11: 44-10.1186/1471-2105-11-44.

    Article  PubMed Central  PubMed  Google Scholar 

  30. Achuthanandam R, Quinn J, Capocasale R, Bugelski P, Hrebien L, Kam M: Sequential univariate gating approach to study the effects of erythropoietin in murine bone marrow. Cytom Part A. 2008, 73 (8): 702-714.

    Article  Google Scholar 

  31. Boedigheimer MJ, Ferbas J: Mixture modeling approach to flow cytometry data. Cytom Part A. 2008, 73 (5): 421-429.

    Article  Google Scholar 

  32. Roederer M, Hardy RR: Frequency difference gating: A multivariate method for identifying subsets that differ between samples. Cytom Part A. 2001, 45: 56-64. 10.1002/1097-0320(20010901)45:1<56::AID-CYTO1144>3.0.CO;2-9.

    Article  CAS  Google Scholar 

  33. Pyne S, Hu X, Wang K, Rossin E, Lin T, Maier L, Baecher-Allan C, McLachlan G, Tamayo P, Hafler D, De Jager P, Mesirov J: Automated high-dimensional flow cytometric data analysis. Proc Natl Acad Sci. 2009, 106: 8519-8524. 10.1073/pnas.0903028106.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  34. Scheuermann RH, Qian Y, Wei C, Sanz I: ImmPort FLOCK: Automated cell population identification in high dimensional flow cytometry data. J Immunol. 2009, 182: 42.17.

    Article  Google Scholar 

  35. Qian Y, Wei C, Eun-Hyung Lee F, Campbell J, Halliley J, Lee JA, Cai J, Kong YM, Thomson E, Dunn P, Seegmiller AC, Karandikar NJ, Tipton CM, Mosmann T, Sanz I, Scheuermann RH, Sadat E: Elucidation of seventeen human peripheral blood B-cell subsets and quantification of the tetanus response using a density-based method for the automated identification of cell populations in multidimensional flow cytometry data. Cytom Part B: Clin Cytom. 2010, 78B: S69-S82. 10.1002/cyto.b.20554.

    Article  CAS  Google Scholar 

  36. Bakker ST, De Grooth B, Greve J: Cluster analysis of flow cytometric list mode data on a personal computer. Cytom Part A. 1993, 14 (6): 649-659. 10.1002/cyto.990140609.

    Article  Google Scholar 

  37. Latorre I, De Souza-Galvao M, Ruiz-Manzano J, Lacoma A, Prat C, Fuenzalida L, Altet N, Ausina V, Dominguez J: Quantitative evaluation of T-cell response after specific antigen stimulation in active and latent tuberculosis infection in adults and children. Diagn Microbiol Infect Dis. 2009, 65 (3): 236-246. 10.1016/j.diagmicrobio.2009.07.015.

    Article  CAS  PubMed  Google Scholar 

  38. Darrah PA, Patel DT, De Luca PM, Davey DF, Flynn BJ, Hoff ST, Andersen P, Reed SG, Morris SL, Roederer M, Seder RA, Lindsay RW: Multifunctional TH1 cells define a correlate of vaccine-mediated protection against Leishmania major. Nat Med. 2007, 13 (7): 843-850. 10.1038/nm1592.

    Article  CAS  PubMed  Google Scholar 

  39. Dykstra B, Kent D, Bowie M, McCaffrey L, Hamilton M, Lyons K, Lee SJ, Brinkman R, Eaves C: Long-term propagation of distinct hematopoietic differentiation programs In Vivo. Cell Stem Cell. 2007, 1 (2): 218-229. 10.1016/j.stem.2007.05.015.http://dx.doi.org/10.1016/j.stem.2007.05.015.

    Article  CAS  PubMed  Google Scholar 

  40. Kotecha N, Krutzik PO, Irish JM: Web-based Analysis and Publication of Flow Cytometry Experiments. John Wiley and Sons, Inc: 111 River Street, Hoboken, NJ 07030-5774, USA. Current Protocols in Cytometry 2010 chap. Chapter 10, Unit 10.17

  41. Qiu P, Simonds EF, Bendall SC, Gibbs KD, 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. 10.1038/nbt.1991.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

This work was supported by Genome BC, Genome Quebec, Genome Canada, the Terry Fox Research Institute and the Terry Fox Foundation. RRB was supported by a Scholar Award from the Michael Smith Foundation for Health Research. This research has been enabled by the use of computing resources provided by WestGrid and Compute/Calcul Canada. Many thanks to Aaron Brandes for proofreading the text of the manuscriptv.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Ryan R Brinkman.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

JS led the module development effort, developed the majority of modules and wrote the initial version of the manuscript. AB, KB and PW contributed to module development. KB developed an automated module unit testing framework. PC and AB developed high throughput extension of GenePattern server. PC developed mechanism for resolving module dependencies on GenePattern server. YQ and RHS developed the ImmPort FLOCK modules. PC, MDN, BAH, TL, and MR provided extensive support for module development, testing, integration and hosting on the public GenePattern server at Broad Institute as well as in their module repository. RRB coordinated the BCCA development team and collaborations with the Broad Institute, JPM coordinated collaboration from the Broad Institute side and RPS from the Vaccine and Gene Therapy Institute. All authors reviewed and approved the final version of the manuscript.

Electronic supplementary material

13029_2013_95_MOESM1_ESM.zip

Additional file 1: Example of a quality assessment report. Please use any ZIP-compatible software to extract the ZIP archive file into a folder and then open the index.html file in your web browser. The interactive report shows an example of quality assessment with samples in rows and performed tests in columns. The results are color-coded with green indicating no problems, yellow indicating a warning, and red suggesting the failure of a certain test on a certain sample. The user should review flagged samples and decide whether further actions are required. Clicking on a heading shows an overview plot for a particular test. Clicking on a ‘+’ sign will expand the appropriate section, revealing detailed test results. Individual dots can be clicked on to provide the supporting analyses of tested FCM parameters underlying the final call. The example demonstrates a quality assessment report of a 96 well plate of a “Normal Donor” study performed by Becton, Dickinson and Company (BD) in order to measure immune responses to various infectious agents and cancer antigens among healthy young adults. The ≈ 8 GB of data from the mentioned study may be downloaded fromhttp://www.ficcs.org/data/data-files/. (ZIP 20 MB)

13029_2013_95_MOESM2_ESM.zip

Additional file 2: GenePattern Flow Cytometry Suite Modules. Please use any ZIP-compatible software to extract the ZIP archive file into a folder. After extraction, the folder will contain 34 ZIP files, each of these represents one of the GenePattern modules in the GenePattern Flow Cytometry Suite. If you are hosting your own GenePattern server then you can install the GenePattern Flow Cytometry Suite from these module ZIP files by following “Modules & Pipelines”, “Install from zip” at your local GenePattern site. The latest version of these modules can always be obtained by navigating to the particular module at the GenePattern public server web site (http://genepattern.broadinstitute.org/gp/) and following the “export” link. (ZIP 10 MB)

13029_2013_95_MOESM3_ESM.zip

Additional file 3: Source Codes of GenePattern Flow Cytometry Suite Modules. Please use any ZIP-compatible software to extract the ZIP archive file into a folder. There will be 35 folders after the extraction. The folder named lib contains the CFCS library that is required in order to compile the Java-based modules. In addition, the lib folder contains a ZIP compression tool that is being used by the FCMSinglePanelQC and PlateQAFCS modules to compress the results in case the server computer is a Windows-based machine. This tool is not required for Linux/Unix or Mac based servers. The additional 34 folders contain the source codes of each of the modules in the GenePattern Flow Cytometry Suite. (ZIP 566 KB)

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Spidlen, J., Barsky, A., Breuer, K. et al. GenePattern flow cytometry suite. Source Code Biol Med 8, 14 (2013). https://doi.org/10.1186/1751-0473-8-14

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1751-0473-8-14

Keywords