- Home
- Bioconductor 3.12
- Software Packages
- flowWorkspace
flowWorkspace
This package is for version 3.12 of Bioconductor; for the stable, up-to-date release version, see flowWorkspace.
Infrastructure for representing and interacting with gated and ungated cytometry data sets.
Bioconductor version: 3.12
This package is designed to facilitate comparison of automated gating methods against manual gating done in flowJo. This package allows you to import basic flowJo workspaces into BioConductor and replicate the gating from flowJo using the flowCore functionality. Gating hierarchies, groups of samples, compensation, and transformation are performed so that the output matches the flowJo analysis.
Author: Greg Finak, Mike Jiang
Maintainer: Greg Finak <gfinak at fhcrc.org>,Mike Jiang <wjiang2 at fhcrc.org>,Jake Wagner <jpwagner at fhcrc.org>
citation("flowWorkspace")):
Installation
To install this package, start R (version "4.0") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("flowWorkspace")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("flowWorkspace")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.