Skip to content

[Bioc-devel] OrgDB entry for Homo sapiens and Mus musculus missing in AnnotationHub

3 messages · Alex Wong, Shepherd, Lori

#
Hi there,

It seems that OrgDB entries for human and mouse have recently been removed
from AnnotationHub for Bioc 3.19, then re-entered into Bioc devel. This
database change breaks (my package) SpliceWiz for Bioc 3.19 but continues
to work for Bioc devel.

Reprex: the following returns `TRUE` for Bioc devel but `FALSE` in Bioc
3.19:

'''

library(AnnotationHub)
ah <- AnnotationHub()
ah_orgList <- subset(ah, ah$rdataclass == "OrgDb")
supportedSpecies <- unique(ah_orgList$species)
any(supportedSpecies == "Homo sapiens")

'''

Kind Regards,
Alex Wong
1 day later
#
Thank you for letting us know.  We will investigate the issue.



Lori Shepherd - Kern

Bioconductor Core Team

Roswell Park Comprehensive Cancer Center

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263
#
We apologize for the disruption. They have been reinstated and should now be available.



Lori Shepherd - Kern

Bioconductor Core Team

Roswell Park Comprehensive Cancer Center

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263