Related Experiment Video
Updated: Jun 25, 2026

Psychophysically-anchored, Robust Thresholding in Studying Pain-related Lateralization of Oscillatory Prestimulus Activity
Published on: January 21, 2017
QVALITY: non-parametric estimation of q-values and posterior error probabilities
Lukas Käll1, John D Storey, William Stafford Noble
1Department of Biochemistry and Biophysics, Center for Biomembrane Research, Stockholm University, Sweden, USA. lukas.kall@cbr.su.se
Qvality is a C++ program that estimates q-values and posterior error probabilities (PEP) for statistical confidence. It uniquely calculates these measures directly from the null distribution, simplifying analysis for researchers.
Area of Science:
- Bioinformatics
- Statistical Computing
Background:
- Statistical confidence measures are crucial for interpreting experimental results.
- Existing tools often require pre-calculated p-values, adding complexity.
- Qvality offers a streamlined approach to estimating key statistical metrics.
Purpose of the Study:
- To introduce Qvality, a novel C++ program for estimating q-values and posterior error probabilities (PEP).
- To provide a tool that directly estimates statistical confidence measures from the null distribution.
- To offer an alternative to methods requiring manual p-value calculation.
Main Methods:
- Qvality utilizes a bootstrap procedure for q-value estimation.
- Non-parametric logistic regression is employed for PEP estimation.
- The program directly computes confidence measures from the null distribution.
Main Results:
- Qvality provides estimates for both q-values and posterior error probabilities (PEP).
- The software bypasses the need for users to compute p-values.
- It offers a direct estimation of statistical confidence from the null distribution.
Conclusions:
- Qvality is a valuable tool for researchers needing to assess statistical significance.
- Its direct estimation method simplifies the workflow for calculating q-values and PEP.
- The program enhances the accessibility of robust statistical confidence measures.
Related Concept Videos
Detection of Gross Error: The Q Test
Distributions to Estimate Population Parameter
Statistical Inference Techniques in Hypothesis Testing: Parametric Versus Nonparametric Data
Parametric statistics, as the name suggests, assumes that data follow a specific distribution, often a normal distribution. This assumption enables robust hypothesis testing and estimation. Parametric methods, like the Student's t-test or Goodness-of-fit test, are frequently employed in biostatistics due to their robustness. For instance, comparing...
Introduction to Nonparametric Statistics
One of...
What are Estimates?
The estimate for the mean of a sample is denoted by ͞x, whereas the mean of the population is designated as μ. Further, parameters such as the mean,...
Parametric Survival Analysis: Weibull and Exponential Methods
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...