clusterProfiler gene list retrieval
1
0
Entering edit mode
3.4 years ago
LacquerHed ▴ 30

I am interested in retrieving genes that fell into a specific gene category with clusterProfiler as follows:

Subcluster2n3_KO_DOWN_gene_symbols <- readLines("Subcluster2n3_KO_DOWN.txt")

Subcluster2n3_KO_DOWN_geneList <- mapIds(org.Mm.eg.db,Subcluster2n3_KO_DOWN_gene_symbols,'ENTREZID','SYMBOL')

Subcluster2n3_KO_DOWN_KEGG <- enrichKEGG(Subcluster2n3_KO_DOWN_geneList,organism="mmu",pvalueCutoff=0.05, qvalueCutoff=0.05, pAdjustMethod="fdr")

> Subcluster2n3_KO_DOWN_KEGG$Description
 [1] "Protein digestion and absorption"                         
 [2] "Peroxisome"                                               
 [3] "Bile secretion"                                           
 [4] "Proximal tubule bicarbonate reclamation"                  
 [5] "Mineral absorption"

I just want to know which genes from my list were mapped under each category, not sure how to retrieve that info. Thanks.

clusterProfiler GO KEGG Reactome ontology • 1.2k views
ADD COMMENT
1
Entering edit mode
2.7 years ago
Guangchuang Yu ★ 2.6k

see the FAQ.

ADD COMMENT

Login before adding your answer.

Traffic: 1577 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