Overview of the statannotations.stats package
masterThe statannotations.stats package provides the underlying statistical computation logic for the statannotations library. It is organized into several submodules that handle statistical tests, result encapsulation, and corrections for multiple comparisons.
Key submodules include:
statannotations.stats.test: Contains the primary functions for performing statistical tests.statannotations.stats.StatTest: Defines the core classes/interfaces for statistical testing.statannotations.stats.StatResult: Handles the structured output and data containers for test results.statannotations.stats.ComparisonsCorrection: Provides mechanisms to correct p-values when performing multiple comparisons.statannotations.stats.utils: Contains utility functions supporting the statistical workflows.