R/shinyPepStat.R

##' 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)
}
RGLab/pepStat documentation built on May 8, 2019, 5:56 a.m.