iSEEhub app
Arguments
- ehub
An
ExperimentHub()
object.- runtime_install
A logical scalar indicating whether the app may allow users whether to install data set dependencies at runtime using
BiocManager::install()
through a modal prompt.
Examples
library(ExperimentHub)
ehub <- ExperimentHub()
app <- iSEEhub(ehub)
if (interactive()) {
shiny::runApp(app, port = 1234)
}