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

Alex Wong @|exchwong@g|thub @end|ng |rom gm@||@com
Sun Oct 13 01:49:05 CEST 2024


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

	[[alternative HTML version deleted]]



More information about the Bioc-devel mailing list