Skip to contents

Performs False Discovery Rate (FDR) correction using the Benjamini-Hochberg method. This is a wrapper around p.adjust with method = "fdr".

Usage

fdrcorr(test_list)

Arguments

test_list

A numeric vector of p-values to be corrected.

Value

A numeric vector of FDR-adjusted p-values (q-values).