R/runCompare.R

#' Launch a shiny app to visualize HiC data.
#'
#' @export

runSimple <- function() {
  appDir <- system.file("shiny-examples", "compareVis", package = "hicvidere")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `hicvidere`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal")
}
qenvio/hicvidere documentation built on May 26, 2019, 11:35 a.m.