- Home
- Bioconductor 3.9
- Software Packages
- condcomp
condcomp
This package is for version 3.9 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see condcomp.
Condition Comparison in scRNA-seq Data
Bioconductor version: 3.9
For a given clustered data, which can also be split into two conditions, this package provides a way to perform a condition comparison on said clustered data. The comparison is performed on each cluster. Several statistics are used and, when analysed in conjunction, they might give some insight regarding the heterogeneity of some of the clusters.
Author: Diogo P. P. Branco [aut, cre]
Maintainer: Diogo P. P. Branco <diogo.pp.branco at gmail.com>
citation("condcomp")):
Installation
To install this package, start R (version "3.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("condcomp")
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("condcomp")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.