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")
}

Try the TBSignatureProfiler package in your browser

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

TBSignatureProfiler documentation built on Nov. 8, 2020, 6:56 p.m.