convert_ensembl_to_entrezid {cosmosR} | R Documentation |
convert gene ensembl to entrez id
convert_ensembl_to_entrezid(ensembl)
ensembl |
vector of genes with ensembl id |
named vector, where names are the old ensemblIDs and values are the entrezIDs
convert_genesymbols_to_entrezid
ensembl <- c("ENSG00000100601", "ENSG00000178826", "ENSG00000138231") entrez_map <- convert_ensembl_to_entrezid(ensembl)