R/TBSPapp.R

Defines functions TBSPapp

Documented in TBSPapp

#' Run the TBSignatureProfiler Shiny application.
#'
#' Use this function to run the TBSignatureProfiler application.
#'
#'
#' @return The Shiny application will open.
#'
#' @export
#'
#' @examples
#' # Upload data through the app
#' if (interactive()) {
#'   TBSPapp()
#' }
#'
TBSPapp <- function() {
  appDir <- system.file("shiny", package = "TBSignatureProfiler")
  shiny::runApp(appDir, display.mode = "normal")
}
dfjenkins3/TBSignatureProfiler documentation built on May 7, 2024, 8:16 p.m.