clusterProfiles utilities #506
-
Hi, I am working on metagenomic data. I have predicted KEGG functions associated to bacteria, and I have done a differential analysis on these functions using DESeq2. I used clusterProfiler to get enrichmentAnalysis on differential abundat function, and I got intesresting results (many thanks for your tool!!) using this type of command:
Now I am looking for a tool (or parsing code), to associate each (and all ) Kegg number to patway KO and MAP number (Id reported in Ipath3 visualisation interface) and description. Something like:
In my example ko are equal to map. I don't know if it's always the case ?! As the result of enrichKEGG returns almost these informations, I guess that clusterProfiler is able to query KEGG databse to get these information, but I did not find this kind of tool in the clusterProfiler utility.
in the expected format ? sorry I'm thinking about it as I write ... Many thanks for your idea. Maria |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This should be what you need: kegg <- download_KEGG("ko", "KEGG", "kegg") |
Beta Was this translation helpful? Give feedback.
This should be what you need: