R/gui_geneSLOPE.R

Defines functions gui_geneSLOPE

Documented in gui_geneSLOPE

#' GUI for GWAS with SLOPE
#'
#' A graphical user interface for performing Genome-wide
#' Association Study with SLOPE
#'
#' @details requires installing \pkg{\link[shiny]{shiny}} package
#'
#' @return null
#' @export
gui_geneSLOPE <- function() {
  appDir <- system.file("shiny-examples", "genSLOPE_gui", package = "geneSLOPE")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `geneSLOPE`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal")
}
psobczyk/geneSLOPE documentation built on July 5, 2025, 1:23 a.m.