\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").



martahidalgo/hpAnnot documentation built on May 29, 2019, 2:34 p.m.