\section{Usage}
In order to access to the files stored in r Biocpkg("AnnotationHub")
, type:
library(AnnotationHub) ah <- AnnotationHub() hp <- query(ah, "hpAnnot") hp mcols(hp)[,c("title", "description")] xtabs(~dataprovider + species, mcols(hp)) head(hp[["AH60887"]]) hp$title
For further information on this please refer to r Biocpkg("AnnotationHub")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.