Launch the cbpManager Shiny application.

cbpManager(studyDir = NULL, logDir = NULL, returnAppObj = FALSE, ...)

Arguments

studyDir

Path to study folder containing studies of cBioPortal.

logDir

Path where a logfile should be saved. If NULL, logs are not stored

returnAppObj

Logical value, whether to return the app object if set to TRUE. Default behavior: directly runs the app (FALSE)

...

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

Value

shiny application object

Examples

if (interactive()) {
  cbpManager()
}