gene_down_entrez))##或者使用mapIds# gene_up_ENTREZID <- as.character(na.omit(mapIds(x = org.Mm.eg.db,# keys = gene_up,# keytype = "SYMBOL",# column = "ENTREZID")))
I used the enrichGO funtion with the keyType="SYMBOL" option for a long time without any problem, but this time I get an error and it is probably a bug, because the function work perfectly if I convert the SYMBOL in ENTREZID. Here the example and the error message: library(...