Biomarker Panel Search Space
Interactive computational-complexity lab for systems biology: benchmark real, live-timed algorithms — O(n) mean, O(n log n) sort, O(n²) pairwise correlation and O(n·2^n) brute-force subset-sum — on a growing biomarker panel and watch the exponential search space overtake everything else.
Systems biology keeps running into the same wall: many real questions — which minimal panel of genes explains a phenotype, which hub proteins hold a regulatory network together, which combination of markers predicts disease — are combinatorial searches over subsets of candidates, and checking every combination scales as 2ⁿ. This simulator times four genuine algorithms on the same synthetic gene-expression dataset — a linear mean, an O(n log n) sort, an O(n²) all-pairs correlation pass, and a real O(n·2ⁿ) brute-force subset-sum search for a target biomarker panel — and stacks each live measurement into a growing 3D skyline. Drag the shortlist size and re-run the benchmark to watch the exponential column race away from the polynomial ones, a direct, measured illustration of why P-time verification and NP-hard search are such different problems.
Live-timed computational-complexity lab for systems biology: benchmark real O(n) mean, O(n log n) sort, O(n²) pairwise correlation and O(n·2ⁿ) brute-force subset-sum algorithms on a growing biomarker gene panel and watch the exponential search space overtake everything else.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install