Package: bandsfdp 1.1.0
bandsfdp: Compute Upper Prediction Bounds on the FDP in Competition-Based Setups
Implements functions that calculate upper prediction bounds on the false discovery proportion (FDP) in the list of discoveries returned by competition-based setups, implementing Ebadi et al. (2022) <arxiv:2302.11837>. Such setups include target-decoy competition (TDC) in computational mass spectrometry and the knockoff construction in linear regression (note this package typically uses the terminology of TDC). Included is the standardized (TDC-SB) and uniform (TDC-UB) bound on TDC's FDP, and the simultaneous standardized and uniform bands. Requires pre-computed Monte Carlo statistics available at <https://github.com/uni-Arya/fdpbandsdata>. This data can be downloaded by running the command 'devtools::install_github("uni-Arya/fdpbandsdata")' in R and restarting R after installation. The size of this data is roughly 81Mb.
Authors:
bandsfdp_1.1.0.tar.gz
bandsfdp_1.1.0.zip(r-4.5)bandsfdp_1.1.0.zip(r-4.4)bandsfdp_1.1.0.zip(r-4.3)
bandsfdp_1.1.0.tgz(r-4.4-any)bandsfdp_1.1.0.tgz(r-4.3-any)
bandsfdp_1.1.0.tar.gz(r-4.5-noble)bandsfdp_1.1.0.tar.gz(r-4.4-noble)
bandsfdp_1.1.0.tgz(r-4.4-emscripten)bandsfdp_1.1.0.tgz(r-4.3-emscripten)
bandsfdp.pdf |bandsfdp.html✨
bandsfdp/json (API)
NEWS
# Install 'bandsfdp' in R: |
install.packages('bandsfdp', repos = c('https://uni-arya.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/uni-arya/bandsfdp/issues
Last updated 2 years agofrom:b4921eda56. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | NOTE | Oct 31 2024 |
R-4.4-mac | NOTE | Oct 31 2024 |
R-4.3-win | NOTE | Oct 31 2024 |
R-4.3-mac | NOTE | Oct 31 2024 |
Exports:gen_boundsim_boundtdc_sbtdc_ub
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Generalized band | genband gen_bound |
Simultaneous Band | simband sim_bound |
Standardized Band | stband tdc_sb |
Uniform Band | tdc_ub uniband |