Related Experiment Video
Updated: Jul 5, 2026

08:26
Automated Two-dimensional Spatiotemporal Analysis of Mobile Single-molecule FRET Probes
Published on: November 23, 2021
fdrtool: a versatile R package for estimating local and tail area-based false discovery rates
1Institute for Medical Informatics, Statistics and Epidemiology, University of Leipzig, Härtelstr. 16-18, 04107 Leipzig, Germany. strimmer@uni-leipzig.de
Bioinformatics (Oxford, England)
|April 29, 2008
Summary
The R package "fdrtool" provides flexible false discovery rate (FDR) estimation for high-dimensional genomic and proteomic data. It supports various test statistics and empirical null models for accurate FDR analysis.
Area of Science:
- Genomics
- Proteomics
- Statistical Bioinformatics
Background:
- High-dimensional data analysis necessitates robust false discovery rate (FDR) methodologies.
- Accurate FDR estimation is crucial for interpreting results in genomic and proteomic studies.
Purpose of the Study:
- To introduce 'fdrtool', an R package designed for comprehensive FDR estimation.
- To provide a unified and flexible framework for FDR analysis across diverse test statistics.
Main Methods:
- The 'fdrtool' package accepts various test statistics (P-values, z-scores, correlations, t-scores).
- It simultaneously estimates local and tail area-based FDR values.
- Empirical null models are fitted to account for deviations from theoretical null distributions.
Main Results:
- 'fdrtool' offers a unified approach to FDR estimation applicable to large-scale multiple testing problems (millions of hypotheses).
- The package provides interpretable graphical outputs for enhanced data visualization.
- It supports a wide range of input data types, increasing its versatility.
Conclusions:
- 'fdrtool' offers a flexible and unified FDR estimation scheme for high-dimensional data.
- Its ability to handle diverse test statistics and empirical null models enhances analytical accuracy.
- The package is a valuable tool for researchers in genomics, proteomics, and statistical bioinformatics.
Related Concept Videos
Identifying Statistically Significant Differences: The F-Test
The F-test is used to compare two sample variances to each other or compare the sample variance to the population variance. It is used to decide whether an indeterminate error can explain the difference in their values. The underlying assumptions that allow the use of the F-test include the data set or sets are normally distributed, and the data sets are independent of each other. The test statistic F is calculated by dividing one variance by another. In other words, the square of one standard...
Fisher's Exact Test
Fisher's exact test is a statistical significance test widely used to analyze 2x2 contingency tables, particularly in situations where sample sizes are small. Unlike the chi-squared test, which approximates P-values and assumes minimum expected frequencies of at least five in each cell, Fisher's exact test calculates the exact probability (P-value) of observing the data or more extreme results under the null hypothesis. This feature makes it especially valuable when the assumptions of the...
Introduction to R
R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's functionality,...

