ClinTrial Explorer is an enterprise R Shiny application for interactive clinical trial data exploration. It is built on CDISCPILOT01 — the public CDISC Alzheimer's pilot study (xanomeline vs placebo) — and demonstrates the full range of R Shiny development patterns used in pharmaceutical companies.
Study: CDISCPILOT01 | Indication: Alzheimer's Disease | Arms: Xanomeline Low Dose (54mg), High Dose (81mg), Placebo | N=254
This app is built with a modular Shiny pattern: each tab is a self-contained module with a _UI(), _select_UI() (sidebar), and _Server() function. Reactivity uses reactiveValues() + observeEvent() for data preparation, and reactive() for filtered outputs.
| App | ClinTrial Explorer |
| Version | v1.0 |
| Study | CDISCPILOT01 |
| Standard | CDISC ADaM |
| Data | Synthetic (public structure) |
| URL | clincoder.cloud/clintrial-explorer |