R/shinyPepStat.R

Defines functions shinyPepStat

Documented in shinyPepStat

##' Launch the pepStat Shiny Application
##'
##' Launches the \code{pepStat} Shiny application, providing an interactive
##' interface for constructing peptide sets, normalizing intensities, generating
##' calls. Quality control is also facilitated through interactive plotting
##' features.
##' @export
##' @examples
##' if (interactive()) {
##'   shinyPepStat()
##' }
shinyPepStat <- function() {
  shinyDir <- system.file(package="pepStat", "shiny")
  shiny::runApp(shinyDir)
}

Try the pepStat package in your browser

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

pepStat documentation built on Nov. 8, 2020, 6:45 p.m.