R/run_fastq_viewer.R

#' @export
run_fastq_quality_viewer <- function() {
  appDir <- system.file("shiny-examples", "fastqe", package = "nanoporePractical")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `nanoporePractical`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal")
}
adnaniazi/nanoporePractical documentation built on May 14, 2019, 3:05 a.m.