Launch the cbpManager Shiny application.
cbpManager(studyDir = NULL, logDir = NULL, returnAppObj = FALSE, ...)
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 application object
if (interactive()) { cbpManager() }