https://github.com/merck/gmcplite
Lightweight graph-based multiple comparison procedures
https://github.com/merck/gmcplite
Last synced: about 2 months ago
JSON representation
Lightweight graph-based multiple comparison procedures
- Host: GitHub
- URL: https://github.com/merck/gmcplite
- Owner: Merck
- License: gpl-3.0
- Created: 2022-08-02T17:32:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T22:22:04.000Z (about 2 years ago)
- Last Synced: 2024-03-14T20:51:44.507Z (about 2 years ago)
- Language: R
- Homepage: https://merck.github.io/gMCPLite/
- Size: 6.4 MB
- Stars: 6
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gMCPLite 
[](https://github.com/Merck/gMCPLite/actions/workflows/R-CMD-check.yaml)
[](https://github.com/Merck/gMCPLite/actions)
[](https://app.codecov.io/gh/Merck/gMCPLite?branch=main)
gMCPLite is a fork of gMCP for graph-based multiple comparison procedures,
with the following features:
- Kept a selected subset of the original functions.
- Removed the rJava dependency and the Java-based graphical interface.
- Added an `hGraph()` function for ggplot2 visualizations.
It bridges gMCP result objects and gsDesign to produce
multiple comparison graphs and sequential graph updates.
A [Shiny app](https://rinpharma.shinyapps.io/gmcp/) is also available to generate graphs of multiple comparisons and update graphs based on graphical approach.
## Installation
```r
# The easiest way to get gMCPLite is to install:
install.packages("gMCPLite")
# Alternatively, install development version from GitHub:
# install.packages("remotes")
remotes::install_github("Merck/gMCPLite")
```