Skip to contents

gMCPmini contains a subset of functions from gMCP. The purpose is to remove package dependency of gMCP package including rJAVA. The selected functions ensure gsDesign can produce multiple comparison graph and sequential graphs updates using hGraph function and gMCP result object.

Installation

# Install development version from GitHub:
# install.packages("remotes")
remotes::install_github("allenzhuaz/gMCPmini")

# Install production version from CRAN
install.packages("gMCPmini")