Hi all,
I am very confusing about the parameter "organism" in the clusterProfilter. My organism is the Drosophila melanogaster (fruit fly) and I have checked that the ID I used are belong to D.melanogaster. But I got the error report "No gene can be mapped...." when "organism" is "dme". And it is very strange that when I changed the organism to "hsa", it works well.
head(gene)
[1] "33157" "3772540" "33202" "33374" "53544" "33396"
kk <- enrichKEGG(gene = gene, organism = "dme")
No gene can be mapped....
--> return NULL...
kk <- enrichKEGG(gene = gene, organism = "hsa")
summary(kk)
You can tag
clusterProfiler
to call the author Guangchuang Yu