Entering edit mode
Dear all,
The new Ensembl marts for release 115 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
ensemblmart115 <- 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!
