NOTE: this repo has been archived, please use the gMCPLite repo to contribute codes or raise issues.
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.
# Install development version from GitHub:
# install.packages("remotes")
remotes::install_github("allenzhuaz/gMCPmini")
# Install production version from CRAN
install.packages("gMCPmini")