Skip to content

msmu.tl.PermTestResult

Bases: StatTestResult

Data class to store results from permutation tests in DEA.

Attributes:

Name Type Description
permutation_method Literal['exact', 'randomised'] | None

The permutation method used ("exact" or "randomised").

n_permutations int | None

Number of permutations performed.

fc_pct_1 float | None

Fold change at the 1st percentile.

fc_pct_5 float | None

Fold change at the 5th percentile.