#' Run infercnv shiny app
#'
#' This function is used to run the infercnv app.
#'
#' @return The Shiny App Runs
#' @export
#' @examples
#' if(interactive()){
#' infercnvApp()
#' }
#'
infercnvApp <- function() {
appDir <- system.file("shiny", package = "singleCellTK")
# shiny::shinyOptions()
shiny::runApp(appDir, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.