- Home
- Bioconductor 3.21
- Software Packages
- onlineFDR
onlineFDR
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see onlineFDR.
Online error rate control
Bioconductor version: 3.21
This package allows users to control the false discovery rate (FDR) or familywise error rate (FWER) for online multiple hypothesis testing, where hypotheses arrive in a stream. In this framework, a null hypothesis is rejected based on the evidence against it and on the previous rejection decisions.
Author: David S. Robertson [aut, cre], Lathan Liou [aut], Aaditya Ramdas [aut], Adel Javanmard [ctb], Andrea Montanari [ctb], Jinjin Tian [ctb], Tijana Zrnic [ctb], Natasha A. Karp [aut]
Maintainer: David S. Robertson <david.robertson at mrc-bsu.cam.ac.uk>
citation("onlineFDR")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("onlineFDR")
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("onlineFDR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.