Skip to main content

Module parametric

Module parametric 

Source
Expand description

Parametric statistical tests for single-cell data analysis.

This module implements parametric statistical tests, primarily t-tests, optimized for sparse single-cell expression matrices. The implementations are designed for efficiency when testing thousands of genes across different cell groups.

Functionsยง

fast_t_test_from_sums
Perform a t-test using precomputed summary statistics.
t_test
Perform a t-test comparing two samples.
t_test_matrix_groups
Perform t-tests on all genes comparing two groups of cells.
t_test_sparse
Perform t-tests on a sparse matrix represented by raw components.