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 No return value, called for side effects
#' @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")
}

Try the geneSLOPE package in your browser

Any scripts or data that you put into this service are public.

geneSLOPE documentation built on Aug. 16, 2023, 5:10 p.m.