R/CancerGram_gui.R

Defines functions CancerGram_gui

Documented in CancerGram_gui

#' CancerGram Graphical User Interface
#'
#' Launches graphical user interface that predicts presence of 
#' anticancer peptides.
#'
#' @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 CancerGram_gui
CancerGram_gui <- function() {
  require_CancerGramModel()
  runApp(system.file("CancerGram", package = "CancerGram"))
}

Try the CancerGram package in your browser

Any scripts or data that you put into this service are public.

CancerGram documentation built on Nov. 19, 2020, 5:06 p.m.