OhdsiShinyModules is part of HADES.
OhdsiShinyModules is an R package containing shiny modules that can be used within shiny result interfaces.
The OHDSI tools often provide shiny interfaces for viewing and exploring results. Many of these shiny apps have overlapping features. To ensure consistency we have created a repository containing useful shiny modules that can be used in multiple result explorers.
- about module: this contains information about the shiny viewer and the types of OHDSI analyses.
- cohort diagnostics module: a module for exploring CohortDiagnostics results.
- characterization module: a module for exploring Characterization and CohortIncidence results.
- estimation module: a module for exploring CohortMethod, SelfControlledCaseSeries and EvidenceSynthesis results.
- prediction module: a module for exploring patient-level prediction results that were developed usign the OHDSI PatientLevelPrediction package.
- report module: a module that uses ReportGenerator to create a report based on user specified inputs.
OhdsiShinyModules is an R package that uses the R shiny library.
Requires R (version 3.3.0 or higher).
-
See the instructions here for configuring your R environment, including Java.
-
To install the latest stable version:
install.packages('remotes')
remotes::install_github('ohdsi/OhdsiShinyModules')
Documentation can be found on the package website.
- Developer questions/comments/feedback: OHDSI Forum
- We use the GitHub issue tracker for all bugs/issues/enhancements
- Read here how you can contribute to this package.
- This website may be helpful if you want to see an introduction into how to write shiny modules
OhdsiShinyModules is licensed under Apache License 2.0
OhdsiShinyModules is being developed in R Studio.
- The package is maintained by and has been developed with major contributions from