Launch the Cerebro v1.2 Shiny application.

launchCerebroV1.2(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.2(maxFileSize = 800) }