- Home
- Bioconductor 3.23
- Software Packages
- flowFP (development version)
flowFP
This is the development version of flowFP; for the stable release version, see flowFP.
Fingerprinting for Flow Cytometry
Bioconductor version: Development (3.23)
Fingerprint generation of flow cytometry data, used to facilitate the application of machine learning and datamining tools for flow cytometry.
Author: Herb Holyst <holyst at pennmedicine.upenn.edu>, Wade Rogers <wade.rogers at spcytomics.com>
Maintainer: Herb Holyst <holyst at pennmedicine.upenn.edu>, Wade Rogers <wade.rogers at spcytomics.com>
citation("flowFP")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("flowFP")
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("flowFP")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.