#' PlastoGram Graphical User Interface
#'
#' Launches graphical user interface that predicts subchloroplast
#' localization of proteins.
#'
#' @importFrom shiny runApp
#' @seealso \code{\link[shiny]{runApp}}
#' @return No return value, called for side effects.
#' @section Warning : Any ad-blocking software may cause malfunctions.
#' @export PlastoGram_gui
PlastoGram_gui <- function() {
runApp(system.file("PlastoGram", package = "PlastoGram"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.