Launch the Cerebro v1.1 Shiny application.

launchCerebroV1.1(maxFileSize = 800, ...)

Arguments

maxFileSize

Maximum size of input file; defaults to 800 (800 MB).

...

Further parameters that are used by shiny::runApp, e.g. host or port.

Value

Shiny application.

Examples

if ( interactive() ) { launchCerebroV1.1(maxFileSize = 800) }