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
- Host: GitHub
- URL: https://github.com/lingfeiwang/fdrtoolw
- Owner: lingfeiwang
- Created: 2018-02-28T11:19:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T15:49:36.000Z (over 8 years ago)
- Last Synced: 2025-08-03T15:43:20.709Z (10 months ago)
- Topics: fdr, p-value, q-value
- Language: R
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.