Discovery & Browsing
Powering proteome-wide exploration with a confidence-weighted global impact engine.
To enable researchers to navigate the vast landscape of isoform structural perturbations, SPLISOFORMS utilizes a dedicated Discovery Index. This engine pre-calculates a multi-dimensional Structural Impact Score (SIS) for every isoform, facilitating real-time discovery of high-disruption events across the entire proteome.
The Structural Impact Score (SIS)
The SIS is a confidence-weighted additive model: each biological event type contributes a point score, and the sum is multiplied by the mean pLDDT of the structural model. This ensures that structurally unreliable predictions contribute proportionally less to the final score.
pLDDT acts as a confidence multiplier (0–1). Low-quality structural models contribute proportionally less to the final score, preventing false high-impact calls from poorly modelled sequences.
Large sequence deviations indicate major structural overhauls. Capped at 5 to prevent outlier dominance.
Lost Pfam domains are weighted twice as much as gained ones — loss of conserved function is the most reliable indicator of biological disruption.
Each predicted MHC-binding peptide adds 2 points. Capped at 4 to avoid score inflation from over-predicted isoforms.
Transcripts predicted to be degraded by Nonsense-Mediated Decay receive a strong penalty, as they likely never produce protein.
Regulatory site deletions (lost) are weighted higher than accessibility changes (exposed/buried) that still retain the site.
Impact Explorer Interface
The Results page exposes the Discovery Index through two complementary browse interfaces, toggled from the page header:
Proteome-wide isoform ranking by Structural Impact Score. Filter by impact profile, pLDDT, and isoform density; click any row to open the full isoform detail page.
Proteome-wide neoantigen table with deduplication, sortable columns, and filters for HLA allele, PTM tier, binding category, junction type, and pLDDT. See the Neoantigens section for details.
Key components of the Isoform Browser:
Discovery Index Architecture
Because on-the-fly calculation across 52,000+ isoforms is computationally prohibitive, we maintain a pre-indexed flattened table (isoform_discovery_index) optimized for sub-second retrieval. The index is populated by a backfill script and must be re-run whenever the underlying data or scoring formula changes.