BiocHubsShiny | R Documentation |
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.
BiocHubsShiny(...)
... |
Further arguments to the |
Note. The code here was adapted from interactiveDisplayBase
and
?'display,Hub-method'
which are now deprecated.
Mainly called for the side effect of displaying the shiny app in a browser
if (interactive()) {
BiocHubsShiny()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.