Learn R Programming

chipPCR (version 0.0.8-10)

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

Warning

Any ad-blocking software may be cause of malfunctions.

See Also

AmpSim, bg.max

Examples

Run this code
# 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)

Run the code above in your browser using DataLab