The BiocHubsShiny
package allows users to visually explore the AnnotationHub
and ExperimentHub
resources via shiny
. It provides a tabular display of the
available resources with the ability to filter and search through the column
fields.
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BiocHubsShiny")
library(BiocHubsShiny)
Resources are displayed interactively using the eponymous function:
BiocHubsShiny()
You can filter by any of the columns in the table. For example, you can search for ‘Mus musculus’ to get resources only for that species: