MarioniLab / MammaryGland

7 stars 2 forks source link

Use org.Mm.eg.db to convert from Entrez to Ensembl #5

Closed LTLA closed 7 years ago

LTLA commented 7 years ago

In getTFcheckpoint.R; save yourself problems with the availability of Biomart servers. It's easy:

library(org.Mm.eg.db)
my.ids <- as.character(tfcheckpoint$entrez_mouse)
anno <- select(org.Mm.eg.db, keys=my.ids, column="ENSEMBL")