An open API service indexing awesome lists of open source software.

https://github.com/lingfeiwang/fdrtoolw

Estimate (Local) False Discovery Rates with Weights, adapted from fdrtool
https://github.com/lingfeiwang/fdrtoolw

fdr p-value q-value

Last synced: 8 months ago
JSON representation

Estimate (Local) False Discovery Rates with Weights, adapted from fdrtool

Awesome Lists containing this project

README

          

Fdrtoolw is adapted from the fdrtool R package (https://cran.r-project.org/package=fdrtool) to account for weights in false discovery rate estimation. For details, see the R package documentation and diff for changes from fdrtool.

Currently fdrtoolw only accepts p-values as the statistic, and quantile and smoother as the eta0 estimation method. Feel free to adapt other statistics and methods for weights should you need to.