Background There are several popular naming systems for (human) genes:
RefSeq (NM_000350) Ensembl (ENSG00000198691) HGNC Symbol (ABCA4) Entrez (24) Given enough time in #bioinformatics, you will have to do every possible combination of conversions.
This post will very briefly explain the most expedient way to automatically convert between these formats with R.
More exhaustive resources
http://crazyhottommy.blogspot.com/2014/09/converting-gene-ids-using-bioconductor.html
https://davetang.org/muse/2013/11/25/thoughts-converting-gene-identifiers/
Ensembl <-> HGNC <-> Entrez Stephen Turner has built a small set of data frames (well, tibbles) with core information, including transcript <-> gene info.