R/humanrater.R

Defines functions humanrater2

Documented in humanrater2

#' Human Rater 2.0
#'
#' Launches graphical user interface for the manual annotation of
#' large amplification curve data sets, similarly to
#' the \code{\link[chipPCR]{humanrater}} function.
#' @return No return value, called for side effects
#'
#' @section Warning : Any ad-blocking software may cause malfunctions.
#' @export humanrater2
humanrater2 <- function()
  runApp(system.file("humanrater2", package = "PCRedux"))

Try the PCRedux package in your browser

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

PCRedux documentation built on May 11, 2022, 5:18 p.m.