Overview This R script downloads HDO annotation from alliancegenome, maps gene symbol to entrez Gene IDs using the org.Hs.eg.db package, and writes the mapped data to a CSV file(actually tab separated).
require R library
library(dplyr)
library(readr)
library(org.Hs.eg.db)
example code
Rscript update_AGR.R