Main function to launch ChromSCape in your favorite browser. You can pass additional parameters that you would pass to shiny::runApp (runApp)

launchApp(launch.browser = TRUE, ...)

Arguments

launch.browser

Wether to launch browser or not

...

Additional parameters passed to runApp

Value

Launches the shiny application

Examples

if (FALSE) { launchApp() }