Skip to main content

Module discrete

Module discrete 

Source
Expand description

Discrete statistical tests for single-cell data analysis.

This module implements tests for categorical and count data, such as Chi-square and Fisher’s exact tests.

Functions§

chi_square_test
Performs a chi-square test for independence on a 2x2 contingency table
fisher_exact_sparse
Perform Fisher’s Exact Test across all genes in a sparse matrix.
fisher_exact_test
Fisher’s Exact Test for 2x2 contingency table.