All projects
BIOSTATISTICS · STATISTICAL PROGRAMMING

Statistical Programming Pipeline

The clinical Biometrics chain, from collected CDISC SDTM through analysis-ready ADaM to the Tables, Listings, and Figures of a Clinical Study Report. Two open demos show the same pipeline from complementary angles: one built for traceability, one built for validation.

Launch traceability demo Launch QC pipeline demo Two live demos, run in your browser

What it does

Recreates the daily work of statistical programming: standardize collected data into CDISC SDTM, derive ADaM analysis datasets, and aggregate those into the Clinical Study Report's Tables, Listings, and Figures, every count computed so the numbers reconcile and trace back to source. The two demos below cover the same SDTM to ADaM to TLF chain through two lenses that a real Biometrics function depends on: data lineage and independent validation.

Two views of the same pipeline

Traceability: SDTM to ADaM to TLF lineage

QC: double-programming the whole chain

CDISC SDTMADaMTLF TraceabilityDouble programming define.xmlPythonRMedDRA SOC/PT

Two distinct demos under one pipeline. The traceability view is a from-scratch, single-file recreation that computes its derivations and table counts in the browser (file://-safe, no network). The QC view is a multi-page site generated from a real double-programmed pipeline, so it is best opened in a new tab. Both use synthetic, fictional data and are not for clinical or submission use.

Screenshot of the SDTM to ADaM to TLF traceability demo Traceability view - open the full write-up and live demo
Screenshot of the double-programmed CDISC QC pipeline demo QC view - open the full write-up and live demo