Add Entrez Gene IDs to a Data Frame
add_entrez.Rd
Maps gene symbols from a specified column to Entrez IDs using clusterProfiler::bitr and joins them back to the original data frame. It also cleans gene symbols that may contain multiple entries separated by semicolons.
Usage
add_entrez(DE, org = org.Hs.eg.db::org.Hs.eg.db, gene_col = "Genes")