Entering edit mode
Hello all,
The complete set of OrgDb packages have been added to AnnotationHub and are now available in both release and devel versions of Bioconductor.
The following example is for release:
> library(AnnotationHub)
> hub <- AnnotationHub()
updating metadata: retrieving 1 resource
|======================================================================|
100%
snapshotDate(): 2017-04-25
> query(hub, "OrgDb")
AnnotationHub with 940 records
The following is for devel:
> library(AnnotationHub)
> hub <- AnnotationHub()
snapshotDate(): 2017-06-08
> length(query(hub, "OrgDb"))
[1] 940
Cheers,
Lori