Entering edit mode
Are AH52264
, AH66175
and AH70594
duplicates, arisen due to automated snapshotting of the same resource at different dates?
ah <- AnnotationHub() # all
ucsc <- query(ah, 'UCSC') # ucsc
txdbs <- query(ucsc, 'TxDb') # txdb
txdbs
title
AH52263 | TxDb.Mmusculus.UCSC.mm10.ensGene.sqlite
AH52264 | TxDb.Mmusculus.UCSC.mm10.knownGene.sqlite
AH52265 | TxDb.Mmusculus.UCSC.mm9.knownGene.sqlite
AH66175 | TxDb.Mmusculus.UCSC.mm10.knownGene.sqlite
AH70594 | TxDb.Mmusculus.UCSC.mm10.knownGene.sqlite
Thank you Lori :-) .
Also note that this information is available, so you can check for yourself.
Thankyou James. Knowing it is policy (for backward compatibility) rather than artifact helps to appreciate the redundancy :-)