Example OHDSI study package for testing Arachne.
- Cohort: Type 2 diabetes (LEGEND-style definition in
inst/cohorts/). - Analysis: Incidence estimation via
IncidencePrevalence - Output: Summarised results exported to a folder; optional Shiny app to explore them.
-
Get the code
Clone the repo or download and extract the source:git clone git@github.com:darwin-eu-dev/ExampleStudy.git cd ExampleStudyOr download the package as a ZIP and extract it.
-
Install the package (from the
ExampleStudydirectory):devtools::install()
-
Execute the study script
Openextras/codeToRun.R, modify the connection information, output folder, and minCellCount. Then run the script.
Use this package as a minimal, self-contained study when validating or testing Arachne workflows (study execution, result export, Shiny integration, etc.).