StatisticsResult: container for pairwise statistical metric tables
Source:R/classes.R
StatisticsResult-class.RdReturned by [compute_pairwise()] and (lazily) by `statistics()` on a `RegionResult`. Holds five tables:
Slots
jaccardNxN named matrix of Jaccard indices.
diceNxN named matrix of Sorensen-Dice coefficients.
overlap_coefficientNxN named matrix of Szymkiewicz-Simpson overlap coefficients.
fold_enrichmentNxN named matrix of fold-enrichment values.
hypergeometricLong-form data.frame (one row per set pair) with columns: set_a, set_b, intersection, expected, p_value, p_adjusted, significant, highly_significant.