The intro slide shows the end-to-end diagnostic flow: patient sample intake, DNA extraction, sequencing machines, and the OncoAnalyser pipeline that emits a clinical report (with genome analysis DAGs and circos-style plots).
The catalog UI (catalog.hartwigmedicalfoundation.nl) presents a sunburst chart of 7,883 total patients as of June 21, 2026, sliceable by primary tumor location and treatment type, with filters and Request Access / Export Data actions.
The GenOnco branding slide reveals it is a WASM (WebAssembly) application, so all query execution happens client-side in the browser rather than on a central server.
The workbench shows a split view: a SQL query (WITH gene_totals AS ... over dc.driver_catalog) on top, its YAML Mosaic spec on the left, and the rendered mutation-type heatmap on the right.
A world map highlights whole-genome-sequencing-in-clinical-care partners (routine, piloting, planning, research, no-data), including institutions like MIT / Broad, Nictiz, and Peter Mac, motivating cross-border federation.
This design keeps hosting mostly static while enforcing per-user authorization at request time: the proxy validates the Keycloak token before vending signed URLs to the Parquet files.
The AI panel is shown generating an oncoprint-style overview: it inspects available database views and schema, writes the WITH ... SQL, reads Mosaic spec docs, and renders the diagram, all without ever seeing the actual row values.
The closing slide thanks the audience and points to Hartwig Medical Foundation's GitHub and LinkedIn for staying tuned on GenOnco's progress.