Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/OHDSI/OhdsiShinyModules
- Owner: OHDSI
- Created: 2021-06-08T05:06:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T21:33:52.000Z (20 days ago)
- Last Synced: 2024-11-22T22:28:26.097Z (20 days ago)
- Language: R
- Homepage: https://ohdsi.github.io/OhdsiShinyModules/
- Size: 26.1 MB
- Stars: 8
- Watchers: 11
- Forks: 11
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - OHDSI/OhdsiShinyModules - An R package containing Shiny modules used by various OHDSI Shiny apps (R)
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/enhancementsContributing
============
* 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.0Development
===========
OhdsiShinyModules is being developed in R Studio.# Acknowledgements
- The package is maintained by and has been developed with major contributions from