AmpSim.gui: Amplification Curve Simulation Graphical User Interface

Description Usage Value Warning Author(s) See Also Examples

View source: R/AmpSim.gui.R

Description

Launches graphical user interface that allows simulating and analyzing amplification reactions. This function will open the GUI in a webpage of the default browser. All parameters of the AmpSim function can be used. In addition to this, the GUI shows some information calculated by the bg.max in a summary field and a plot below the simulated amplification curve.

Usage

1

Value

No return value, called for side effects

Warning

Any ad-blocking software may be cause of malfunctions.

Author(s)

Stefan Roediger, Michal Burdukiewicz.

See Also

AmpSim, bg.max

Examples

1
2
3
4
5
6
7
8
# The code chunk below will fail if the web browser is not installed. if on UNIX platform try:
# as.vector(Sys.getenv("R_BROWSER"))
# Invoke the shiny AmpSim app in the default browser
## Not run: 
#do not execute using example(), it breaks the sequence of the plots in shiny app
AmpSim.gui()

## End(Not run)

chipPCR documentation built on March 5, 2021, 9:06 a.m.