Entering edit mode
Dear all,
The new Ensembl marts for release 110 are now live on www.ensembl.org. If you are using the R package biomaRt, you can change your host to access our most recent data as follows:
ensemblmart110 <- useEnsembl(biomart="ensembl")
PS: if you want force one previous version you can use:
ensembl_[VERSION] <- useEnsembl(biomart = "ensembl", version = [VERSION])
Posted on behalf of Ensembl team. Thank you!
Hashes in tximeta have been updated in release and devel branch of Bioc.