I know that it could be late. But I am trying to do the analysis for zebrafish. As you mentioned, enrichKEGG function does not work when I used Entrez gene ID. Where did you find this format? I would like to know the input for zebrafish. I just tryied "dre_102725537,dre_795613,dre_393541,dre_100000710,dre_325037,dre_558156" and "DRE_102725537,DRE_795613,DRE_393541,DRE_100000710,DRE_325037,DRE_558156". Both did not work. May someone help me?
Thank you!
Are you sure those entrez ID's are for human genes? I checked a few and none seemed to be human proteins.
I am quite sure. The reason is because I cant ever find these IDs in my file.
--> No gene can be mapped.... --> Expected input gene ID: 7364,127,574537,5538,4351,221 --> return NULL...I used standard conversion from of Symbols to Entrez ids.res$symbol = mapIds(org.Hs.eg.db, keys=row.names(res), column="SYMBOL", keytype="ENSEMBL", multiVals="first")res$entrez = mapIds(org.Hs.eg.db, keys=row.names(res), column="ENTREZID", keytype="ENSEMBL", multiVals="first"res$name = mapIds(org.Hs.eg.db, keys=row.names(res), column="GENENAME", keytype="ENSEMBL", multiVals="first")Which one you checked? the one where its No gene can be mapped?
Thanks
https://www.ncbi.nlm.nih.gov/protein/7364
https://www.ncbi.nlm.nih.gov/protein/5538
Other ID's in the list above seem to be nucleotide ID's.
These genes are from database, not your input gene list.
Hello,
I am also using same function enrichKEGG. Can you please explain how problem was resolved for error
I'm also getting the same error when trying to use the enrichMKEGG function. The same list of ENTREZ IDs work for enrichKEGG, but not enrichMKEGG. I've tried changing the limits of GSSize but still no solution.
Can anyone help with this?
Because None of these genes are included in
KEGG module database. You can check the gene_list usingbitr_kegg:Thanks your your reply! I checked my genelists and for all of them 100% of input genes failed to map. Would this be expected or is there potentially a problem with the gene ids that I have? For example, one genelist has 166 genes - how likely is it that none of these were in the KEGG module database? Many thanks!
It could be none of your 166 genes were in KEGG module database (a manual curated database). you can try KEGG Pathway, or other databases.
I am having the same problem too... The code was previously working fine. Have you guys sorted it out?
use_internal_data=TRUE, add the params maybe can solve the problem.
KEGG analysis need reading KEGG annotation online, so if your network is bad, it maybe failed.
What versions of BioConductor/clusterProfiler are you using? I had problems before updating to Bioconductor 3.16 and clusterProfiler 4.6.2, then things worked for me.