- Home
- Bioconductor 3.10
- Software Packages
- flowFit
flowFit
This package is for version 3.10 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see flowFitExampleData.
Estimate proliferation in cell-tracking dye studies
Bioconductor version: 3.10
This package estimate the proliferation of a cell population in cell-tracking dye studies. The package uses an R implementation of the Levenberg-Marquardt algorithm (minpack.lm) to fit a set of peaks (corresponding to different generations of cells) over the proliferation-tracking dye distribution in a FACS experiment.
Author: Davide Rambaldi
Maintainer: Davide Rambaldi <davide.rambaldi at gmail.com>
citation("flowFit")):
Installation
To install this package, start R (version "3.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("flowFit")
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("flowFit")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.