Winsorization greatly reduces false positives by popular differential expression methods when analyzing human
Lu Yang1,2, Xianyang Zhang3, Jun Chen4,5
1Division of Computational Biology, Department of Quantitative Health Sciences, Mayo Clinic, Rochester, MN, 55905, USA.
Genome Biology
|October 31, 2024
Summary
Winsorization addresses outliers in RNA-sequencing (RNA-seq) data, reducing inflated error rates in differential expression analysis tools like DESeq2 and edgeR. This method makes these tools viable for large datasets, comparable to the Wilcoxon rank-sum test.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- RNA-sequencing (RNA-seq) is crucial for gene expression analysis.
- DESeq2 and edgeR are widely used for differential expression analysis.
- Previous studies indicated inflated Type I error rates in these tools.
Purpose of the Study:
- To investigate the impact of outlier data on differential expression analysis.
- To evaluate the effectiveness of winsorization in correcting inflated error rates.
- To determine if corrected tools are suitable for large RNA-seq datasets.
Main Methods:
- RNA-seq data analysis using DESeq2 and edgeR.
- Implementation of winsorization to handle data outliers.
- Comparison of error rates and statistical power with and without winsorization.
- Benchmarking against the Wilcoxon rank-sum test.
Main Results:
- Winsorization significantly reduced Type I error rates for DESeq2 and edgeR.
- The statistical power of winsorized DESeq2 and edgeR was comparable to the Wilcoxon rank-sum test.
- The corrected tools demonstrated improved reliability for large-scale RNA-seq analyses.
Conclusions:
- Proper handling of outliers via winsorization is essential for accurate differential expression analysis.
- DESeq2 and edgeR, when applied with winsorization, are reliable alternatives for large RNA-seq datasets.
- This approach enhances the utility of popular bioinformatics tools in genomic research.
Related Concept Videos
Testing a Claim about Population Proportion
A complete procedure for testing a claim about a population proportion is provided here.
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...
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...
Introduction to the Sign Test
The sign test is an important tool in nonparametric statistics, offering a straightforward yet effective method for analyzing matched pairs, nominal data, or hypotheses concerning the median of a population. It transforms data points into positive or negative signs, avoiding the need for assumptions about data distribution and instead focusing on the direction of change. It is particularly valuable when data does not conform to the normal distribution requirements of many parametric tests. For...
Wald-Wolfowitz Runs Test I
The Wald-Wolfowitz test, also known as the runs test, is a nonparametric statistical test used to assess the randomness of a sequence of two different types of elements (e.g., positive/negative values, successes/failures). It examines whether the order of the elements in a sequence is random or if there is a pattern or trend present. This nonparametric test applies to any ordered data despite the population and sample data distribution, even if a higher sample size is available.
The test works...
The test works...
Sign Test for Median of Single Population
In general, the sign test serves as a nonparametric method to test hypotheses about the median of a single population when the data does not follow a known distribution. This simplicity makes it particularly useful for small sample sizes or when the assumptions of parametric tests cannot be met. The process begins with identifying a null hypothesis, typically stating that the population median equals a specific value. The alternative hypothesis could be that the median is either not equal to,...
Wilcoxon Signed-Ranks Test for Median of Single Population
The Wilcoxon signed-rank test for the median of a single population is a nonparametric test used to evaluate whether the median of a population differs from a specified value. Unlike parametric tests, it does not require data to follow a normal distribution, making it suitable for non-normal or small samples. The test begins by calculating the difference (d) between each observation and the hypothesized median. The absolute values of these differences are ranked in ascending order, with ties...
Wald-Wolfowitz Runs Test II
The Wald-Wolfowitz runs test, commonly referred to as the runs test, is a nonparametric test used to assess the randomness of ordered data. The test evaluates the number of runs, which are consecutive sequences of similar elements within the data. If the number of runs is significantly higher or lower than expected, the data is considered non-random, indicating a detectable pattern or structure.
For binary data, runs are identified using symbols such as + and −, or equivalently, 1s and 0s. In...
For binary data, runs are identified using symbols such as + and −, or equivalently, 1s and 0s. In...


