View source: R/bhy_threshold.R
bhy_threshold | R Documentation |
Function to apply the Benjamini-Hochberg-Yekutieli procedure for controlling FDR
bhy_threshold(pvals, reshaping_function = NULL, fdr = 0.1)
pvals |
a vector of the feature statistics, AGCs |
reshaping_function |
the default value for reshaping function can be referred by Benjamini & Yekutieli (2001) otherwise, the reshaping function can be referred by Ramdas et al (2017) |
fdr |
the pre-specified false discovery rate level |
The threshold value corresponding tthe Benjamini-Hochberg-Yekutieli procedure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.