No project description provided
Project description
MultiDST Package
" MultiDST - Multiple Testing Made Easy"
The MultiDST Package is a Python library designed for multiple hypothesis testing in statistical analysis. It provides implementations of various methods to control the family-wise error rate (FWER) and false discovery rate (FDR) in scenarios involving multiple hypothesis tests. Significant Index Plot (SIP) can be used to visualize the significant hypotheses under each of the method with ease.
Implemented Methods
Bonferroni Correction
Reason for Selection: Baseline method; simple and conservative.
Error Type: Controls the family-wise error rate (FWER).
Reference: Bonferroni, C. (1935). Il calcolo delle assicurazioni su gruppi di teste. https://api.semanticscholar.org/CorpusID:89994272
Holm-Bonferroni Correction
Reason for Selection: Sequential approach; adjusts thresholds progressively.
Error Type: Controls the family-wise error rate (FWER).
Reference: Holm, S. (1979). A Simple Sequentially Rejective Multiple Test Procedure. Source: Scandinavian Journal of Statistics Scand J Statist, 6(6), 65–70. http://www.jstor.org/stable/4615733%0Ahttp://www.jstor.org/page/info/about/policies/terms.jsp%0Ahttp://www.jstor.org
Benjamini-Hochberg Procedure
Reason for Selection: Balances power and control; widely used in genomics.
Error Type: Controls the false discovery rate (FDR).
Reference: Benjamini, Y., & Hochberg, Y. (1995). "Controlling the false discovery rate: A practical and powerful approach to multiple testing." Journal of the Royal Statistical Society. Series B (Methodological), 57(1), 289-300.
Benjamini-Yekutieli Method
Reason for Selection: FDR control under dependence; accounts for correlated tests.
Error Type: Controls the false discovery rate (FDR).
Reference: Benjamini, Y., & Yekutieli, D. (2001a). The control of the false discovery rate in multiple testing under dependency. Annals of Statistics, 29(4), 1165–1188. https://doi.org/10.1214/aos/1013699998
Storey’s Q Value
Reason for Selection: Adaptive FDR control; estimates proportion of true null hypotheses.
Error Type: Controls the false discovery rate (FDR).
Reference: Storey, J. D., & Tibshirani, R. (2003). Statistical Significance for Genome-Wide Studies.
SGoF Test (Sequential Goodness-of-Fit)
Reason for Selection: Increased power for large-scale testing; combines p-values from multiple tests.
Error Type: Varies (depends on setup).
Reference: Carvajal-RodrÃguez, A., de Uña-Alvarez, J., & Rolán-Alvarez, E. (2009). A new multitest correction (SGoF) that increases its statistical power when increasing the number of tests. BMC Bioinformatics, 10, 209. https://doi.org/10.1186/1471-2105-10-209
Installation
You can install the MultiDST Package using pip:
pip install MultiDST_package
Special Features
Multiple Methods: Implements several established methods for multiple hypothesis testing, including Bonferroni correction, Holm-Bonferroni correction, Benjamini-Hochberg procedure, and more.
Flexible Usage: Designed to handle different types of data and scenarios typically encountered in statistical analysis.
Integration: Methods are integrated into a unified framework, making it easier to apply and compare different approaches within the same analysis.
Enhancements: Includes novel enhancements such as a "hybrid" procedure and "multi-weighting" to improve robustness and flexibility in hypothesis testing.
Visualization: Provides tools for visualizing significant hypotheses, aiding in the interpretation of results.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file multidst-0.1.6.tar.gz.
File metadata
- Download URL: multidst-0.1.6.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4da515a550a0851c93c966ce64f79b891d08722ff32652b69b20f15859dbbffb
|
|
| MD5 |
bf04fca2a337e04346acf31910e90ef4
|
|
| BLAKE2b-256 |
fee010ba50bd05196585cd2a24b57f64293cb33a829d648c370a58c7c676f454
|
File details
Details for the file multidst-0.1.6-py3-none-any.whl.
File metadata
- Download URL: multidst-0.1.6-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b59559c85b7c21415d6b5682d71e2ccb9a3322d7286e1e85303af0ded1e9563
|
|
| MD5 |
9f530c76f559d79ab87af2a856651140
|
|
| BLAKE2b-256 |
fa5ac859dd654f037123e53d4a8e1356ad9d6f7a0eba11ef6eda1a26192a6535
|