R/heatmapApp.R

#' Correlation-based heatmap app
#'
#' Runs Shiny app for correlation based heatmap, built on d3heatmap.
#' 
#' @author Brian S Yandell, \email{brian.yandell@@wisc.edu}
#' @keywords utilities
#'
#' @importFrom shiny runApp
#' @export
heatmapApp <- function() {
  shiny::runApp(system.file("corheatmap/", package = "corheatmap"))
}
byandell/corheatmap documentation built on May 13, 2019, 9:27 a.m.