Learn R Programming

chipPCR (version 1.0-2)

AmpSim.gui: Amplification Curve Simulation Graphical User Interface

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

AmpSim.gui()

Arguments

Value

No return value, called for side effects

Warning

Any ad-blocking software may be cause of malfunctions.

See Also

AmpSim, bg.max

Examples

Run this code
# NOT RUN {
# 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()
# }

Run the code above in your browser using DataLab