- Home
- Bioconductor 3.22
- Software Packages
- flowWorkspace
flowWorkspace
This is the released version of flowWorkspace; for the devel version, see flowWorkspace.
Infrastructure for representing and interacting with gated and ungated cytometry data sets.
Bioconductor version: Release (3.22)
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 <greg at ozette.com>, Mike Jiang <mike at ozette.com>
citation("flowWorkspace")):
Installation
To install this package, start R (version "4.5") 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.