How to download KEGG pathways for list of enriched genes
1
0
Entering edit mode
Wuschel ▴ 10
@wuschel-15944
Last seen 14 months ago
HUJI

I have a set of the interested gene list (Arabidopsis. TAIR IDs)

I want to find where these genes are enriched in KEGG pathways.

How can I do this not using online web tools?

How can I download KEGG pathways for the Arabidopsis genome in a CSV file? So later I can use R to work manually.

RNASeqRData GO • 2.6k views
ADD COMMENT
2
Entering edit mode
@gordon-smyth
Last seen 57 minutes ago
WEHI, Melbourne, Australia

Arabidopsis thaliana:

library(limma)
ath.kegg <- getGeneKEGGLinks(species.KEGG = "ath")
head(ath.kegg)

Arabidopsis lyrata:

aly.kegg <- getGeneKEGGLinks(species.KEGG = "aly")

The resulting data.frames can be input to kegga to do an enrichment analysis for a set of DE genes.

ADD COMMENT
0
Entering edit mode

Thank you very much, Prof. appreciates it.

ADD REPLY

Login before adding your answer.

Traffic: 723 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6