Entering edit mode
Dear all,
The new Ensembl marts for release 113 are now live on www.ensembl.org. If you are using biomaRt, you can change your host to access our most recent data as follows
ensemblmart113 <- useEnsembl(biomart="ensembl")
PS - if you want force a previous version you can use
ensembl_[VERSION] <- useEnsembl(biomart = "ensembl", version = [VERSION])
Thank you on behalf of the Ensembl team