- Home
- Bioconductor 3.23
- Software Packages
- reconsi (development version)
reconsi
This is the development version of reconsi; for the stable release version, see reconsi.
Resampling Collapsed Null Distributions for Simultaneous Inference
Bioconductor version: Development (3.23)
Improves simultaneous inference under dependence of tests by estimating a collapsed null distribution through resampling. Accounting for the dependence between tests increases the power while reducing the variability of the false discovery proportion. This dependence is common in genomics applications, e.g. when combining flow cytometry measurements with microbiome sequence counts.
Author: Stijn Hawinkel [cre, aut] ORCID iD ORCID: 0000-0002-4501-5180
Maintainer: Stijn Hawinkel <stijn.hawinkel at psb.ugent.be>
citation("reconsi")):
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("reconsi")
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("reconsi")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.