R/shiny.R

Defines functions run_clustifyr_app

Documented in run_clustifyr_app

#' Launch Shiny app version of clustifyr,
#' may need to run install_clustifyr_app() at first time to install packages
#' @return instance of shiny app
#' @examples
#' \dontrun{
#' run_clustifyr_app()
#' }
#' @export
run_clustifyr_app <- function() {
  appDir <- system.file("shinyapp", package = "clustifyr")
  shiny::runApp(appDir, display.mode = "normal")
}
NCBI-Hackathons/clustifyR documentation built on July 4, 2025, 10 a.m.