AmpSim.gui {chipPCR}R Documentation

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()

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

# 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)

[Package chipPCR version 1.0-2 Index]