Related Experiment Video
Updated: Aug 6, 2026

A Novel Bayesian Change-point Algorithm for Genome-wide Analysis of Diverse ChIPseq Data Types
Published on: December 10, 2012
Branch and bound computation of exact p-values
1Center for Biomolecular Science and Engineering, School of Engineering, 1156 High Street, University of California, Santa Cruz, CA 95064, USA. jill@soe.ucsc.edujill
This study introduces efficient code for exact p-value computation in bioinformatics, crucial for analyzing small, sparse datasets and rare events where approximations fail. This method enhances statistical significance assessment for biological observations.
Area of Science:
- Bioinformatics
- Computational Biology
- Statistical Genetics
Background:
- P-value computation is vital for assessing statistical significance in bioinformatics.
- Approximation methods are often inaccurate for small sample sizes, sparse data, and rare events common in biological research.
Purpose of the Study:
- To develop and implement an efficient algorithm for exact p-value computation.
- To provide a tool for analyzing biological data where approximations are inadequate.
Main Methods:
- Utilized a likelihood-ratio statistic against a null multinomial distribution.
- Developed an efficient branch and bound algorithm for exact p-value calculation.
- Contrasted performance against full enumeration methods in commercial packages.
Main Results:
- The implemented code efficiently computes exact p-values, outperforming full enumeration.
- The method is particularly effective for small sample sizes, sparse data, and rare events.
- The codebase demonstrates adaptability for other statistics and sampling scenarios.
Conclusions:
- The developed method offers a more accurate and efficient approach to p-value computation in bioinformatics.
- This tool addresses limitations of approximation methods in challenging biological data scenarios.
- The approach has potential for broader applications in statistical analysis of biological data.
Related Concept Videos
Decision Making: P-value Method
First, a specific claim about the population parameter is proposed. The claim is based on the research question and is stated in a simple form. Further, an opposing statement to the claim is also stated. These statements can act as null and alternative hypotheses: a null hypothesis would be a neutral statement while the alternative hypothesis can have a...
P-value
P-value stands for the probability value. P-value is the probability that, if the null hypothesis is true, the results from another randomly selected sample will be as extreme or more extreme as the results obtained from the given sample.
A large P-value calculated from the data indicates to not reject the null hypothesis. But a higher P-value does not mean that the null hypothesis is true. The smaller the P-value, the more unlikely...
Testing a Claim about Population Proportion
There are two methods of testing a claim about a population proportion: (1) Using the sample proportion from the data where a binomial distribution is approximated to the normal distribution and (2) Using the binomial probabilities calculated from the data.
The first method uses normal distribution as an approximation to the binomial distribution. The requirements are as follows: sample size is large...
Binomial Probability Distribution
The outcomes of a binomial experiment fit a binomial probability distribution. A statistical experiment can be classified as a binomial experiment if the following conditions are met:
There are a fixed number of trials. Think of trials as repetitions of an experiment. The letter n denotes the number of trials.
There are only two possible outcomes,...
Fisher's Exact Test
Determination of Pi Terms
The theorem indicates that the number...