I run the first command:
library(org.Hs.eg.db)
mapIds(
org.Hs.eg.db,
keys = genes,
column = 'ENTREZID',
keytype = 'SYMBOL')
select(
org.Hs.eg.db,
keys = genes,
column = c('SYMBOL', 'ENTREZID', 'ENSEMBL'),
keytype = 'SYMBOL')
But I still cant convert the extracted genesIDs to the symbols? How related to that code? Where I should put top_10_genes?
Thanks for answering
for humans, use org.hs.eg.db
yes for humans, but how?