I have a predefined set of interesting genes, along with their corresponding GO IDs and KEGG terms. According to the tutorial, I used TopGO and obtained significantly enriched GO terms using the Fisher's exact tests.
I am hoping to do something similar to perform KEGG pathway analysis, however I haven't been able to figure out how to do that. Does kegga() function in the limma package deal with a list of predefined genes with my own annotation?
Many thanks in advance,
Miyako
Note: KEGG mapper online to find genes involved in particular pathways, but am hoping to get a p-value for each KEGG term.
Hi Gordon,
Thanks so much for your reply. I think my wording was unclear - I work on a non-model plant species, and I have an input, which is something like this:
where I have a list of deferentially expressed genes along its corresponding KEGG term (some genes have the same K number). Using kegga(), I'd like to perform KEGG enrichment analysis. Do I use
gene.pathway and pathway.names
arguments to run kegga()?Please let me know if anything is unclear, and many thanks in advance.
Miyako