R/AmpGram_gui.R

Defines functions AmpGram_gui

Documented in AmpGram_gui

#' AmpGram Graphical User Interface
#'
#' Launches graphical user interface that predicts presence of 
#' antimicrobial 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 AmpGram_gui
AmpGram_gui <- function() {
  require_AmpGramModel()
  runApp(system.file("AmpGram", package = "AmpGram"))
}

Try the AmpGram package in your browser

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

AmpGram documentation built on July 1, 2020, 7:50 p.m.