#'Run the Shiny App for ChIPAnalyzer
#'
#'This function launches the Shiny GUI for ChIPAnalyzer
#'
#'@references
#' Grolemund, G. (2015). Learn Shiny - Video Tutorials. \href{https://shiny.rstudio.com/tutorial/}{Link}
#'
#'@export
runChIPAnalyzer <- function() {
appDir <- system.file("shiny-scripts",
package = "ChIPAnalyzer")
shiny::runApp(appDir, display.mode = "normal")
return()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.