bfdr: Compute Bayesian FDR values from limma's B-statistics

View source: R/fdr_utils.R

bfdrR Documentation

Compute Bayesian FDR values from limma's B-statistics

Description

Compute Bayesian FDR values from limma's B-statistics

Usage

bfdr(B)

Arguments

B

A vector of B-statistics

Value

A data frame containing 3 columns: "B", the input; "PP", the posterior probability of each gene being differentially expressed; and "BFDR", the estimated FDR.

See Also

limma::topTable().

Examples


# TODO Merge this documentation with that of add_bfdr().


DarwinAwardWinner/rctutils documentation built on July 22, 2022, 5:19 a.m.