Ensembl Gene IDs to gene symbols
For converting Ensembl Gene IDs to gene symbols, using biomaRt is often recommended and indeed it is what I typically use. However, recently I needed to use Ensembl version 112 and could not get {biomaRt} to work with this specific version. Here’s what I tried: Used listEnsemblArchives() to find the host URL for version 112,…