Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OHDSI/OhdsiShinyModules

An R package containing Shiny modules used by various OHDSI Shiny apps
https://github.com/OHDSI/OhdsiShinyModules

Last synced: 9 days ago
JSON representation

An R package containing Shiny modules used by various OHDSI Shiny apps

Awesome Lists containing this project

README

        

OhdsiShinyModules
=================

[![Build Status](https://github.com/OHDSI/OhdsiShinyModules/workflows/R-CMD-check/badge.svg)](https://github.com/OHDSI/OhdsiShinyModules/actions?query=workflow%3AR-CMD-check)
[![codecov.io](https://codecov.io/github/OHDSI/OhdsiShinyModules/coverage.svg?branch=main)](https://codecov.io/github/OHDSI/OhdsiShinyModules?branch=main)

OhdsiShinyModules is part of [HADES](https://ohdsi.github.io/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.

Current Modules
========
- 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.

Technology
==========
OhdsiShinyModules is an R package that uses the R shiny library.

System Requirements
===================
Requires R (version 3.3.0 or higher).

Installation
============

1. See the instructions [here](https://ohdsi.github.io/Hades/rSetup.html) for configuring your R environment, including Java.

2. To install the latest stable version:

```
install.packages('remotes')
remotes::install_github('ohdsi/OhdsiShinyModules')
```

User Documentation
==================
Documentation can be found on the [package website](https://ohdsi.github.io/OhdsiShinyModules/).

Support
=======
* Developer questions/comments/feedback: OHDSI Forum
* We use the GitHub issue tracker for all bugs/issues/enhancements

Contributing
============
* Read [here](https://ohdsi.github.io/Hades/contribute.html) how you can contribute to this package.
* This [website](https://mastering-shiny.org/scaling-modules.html) may be helpful if you want to see an introduction into how to write shiny modules

License
=======
OhdsiShinyModules is licensed under Apache License 2.0

Development
===========
OhdsiShinyModules is being developed in R Studio.

# Acknowledgements

- The package is maintained by and has been developed with major contributions from