convert_genesymbols_to_entrezid {cosmosR} | R Documentation |
convert gene symbols to entrez id
convert_genesymbols_to_entrezid(symbols)
symbols |
vector of genesymbols |
data.frame with human gene ENTREZID and SYMBOL mapping
symbols <- c("MDH1", "PARP1", "IL6") symbol_entrez_map <- convert_genesymbols_to_entrezid(symbols)