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]]
_______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel