R/test_counts_gui.R

Defines functions test_counts_gui

Documented in test_counts_gui

#' Compare digital PCR runs - interactive presentation
#'
#' Launches graphical user interface allowing multiple comparisons of simulated digital
#' PCR reactions.
#'
#' @section Warning : Any ad-blocking software may be cause of malfunctions.
#' @author Michal Burdukiewicz, Stefan Roediger.
#' @seealso \code{\link{test_counts}}.
#' @keywords hplot
#' @export
test_counts_gui <- function() {
  runApp(system.file("test_counts_gui", package = "dpcR"))
}
michbur/dpcR documentation built on Nov. 17, 2022, 5:02 a.m.