ggcyto
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see ggcyto.
Visualize Cytometry data with ggplot
Bioconductor version: 3.14
With the dedicated fortify method implemented for flowSet, ncdfFlowSet and GatingSet classes, both raw and gated flow cytometry data can be plotted directly with ggplot. ggcyto wrapper and some customed layers also make it easy to add gates and population statistics to the plot.
Author: Mike Jiang
Maintainer: Mike Jiang <wjiang2 at fhcrc.org>,Jake Wagner <jpwagner at fhcrc.org>
citation("ggcyto")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ggcyto")
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("ggcyto")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.