Interface: FDRResult
Defined in: src/utils/statistics.ts:8
Result of FDR correction
Properties
pThreshold
ts
pThreshold: number;Defined in: src/utils/statistics.ts:10
The p-value threshold below which hypotheses are rejected
survivingMask
ts
survivingMask: Uint8Array;Defined in: src/utils/statistics.ts:12
Per-vertex mask: 1 = survives, 0 = filtered
survivingCount
ts
survivingCount: number;Defined in: src/utils/statistics.ts:14
Number of surviving vertices