Entering edit mode
Dear all,
The new Ensembl marts for release 114 are now live on www.ensembl.org. If you are using biomaRt, you can change your host to access our most recent data Ensemblmart114 <- useEnsembl(biomart="ensembl") PS - if you want force a previous version you can use
ensembl_[VERSION] <- useEnsembl(biomart = "ensembl", version = [VERSION])
The biomaRt documentation can be found (https://www.ensembl.org/info/data/biomart/biomart_r_package.html) here. If you have any questions, please contact us at helpdesk@ensembl.org
Thank you on behalf of the Ensembl team