R/TBploter.R

Defines functions TBploter

Documented in TBploter

#' Run the default TBploter app for analysis locally
#'
#' \code{TBploter} run TBploter locally
#' @author Qi Zhao

TBploter <- function() {
  shiny::runApp(system.file("TBploter", package = "TBploter"))
}
likelet/PlotAppForTBtools documentation built on May 21, 2019, 6:15 a.m.