Package 'BiocHubsShiny'

Title: View AnnotationHub and ExperimentHub Resources Interactively
Description: A package that allows interactive exploration of AnnotationHub and ExperimentHub resources. It uses DT / DataTable to display resources for multiple organisms. It provides template code for reproducibility and for downloading resources via the indicated Hub package.
Authors: Marcel Ramos [aut, cre] , Vincent Carey [ctb]
Maintainer: Marcel Ramos <[email protected]>
License: Artistic-2.0
Version: 1.5.0
Built: 2024-07-15 05:01:32 UTC
Source: https://github.com/bioc/BiocHubsShiny

Help Index


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()
}