BiocHubsShiny: Initialize the shiny application for Bioconductor Hub...

View source: R/app.R

BiocHubsShinyR Documentation

Initialize the shiny application for Bioconductor Hub resources

Description

The shiny app will allow the user to view a table of either AnnotationHub or ExperimentHub resources depending on the sidebar selection. It provides example code for downloading the selected resources.

Usage

BiocHubsShiny(...)

Arguments

...

Further arguments to the runApp function

Details

Note. The code here was adapted from interactiveDisplayBase and ?'display,Hub-method' which are now deprecated.

Value

Mainly called for the side effect of displaying the shiny app in a browser

Examples

if (interactive()) {
    BiocHubsShiny()
}

LiNk-NY/shinyhubs documentation built on May 1, 2024, 8:37 p.m.