clusterprofiler dotplot and cnetplot showCategory isn't working
1
0
Entering edit mode
2.3 years ago
pajnra ▴ 10

Hi,

I ran a KEGG overrep analysis using clusterprofiler and tried to plot them via dotplot and cnetplot but only the top two categories are showing. I've tried using showCategory and tried selecting the pathways.

enter image description here

I've tried

selected_pathways <- (Adult_KEGG$Description[1:10])

and this was the output:

selected_pathways 2 "Pyruvate metabolism" "Glucagon signaling pathway" [3] NA NA
[5] NA NA
[7] NA NA
[9] NA NA

Below is my code and output:

Adult_KEGG <- enrichKEGG(gene = Adultsig, organism = "rno",
                         pvalueCutoff = 2)
Adult_KEGG <- setReadable(Adult_KEGG, OrgDb = org.Rn.eg.db, keyType="ENTREZID")

Adultcp <- cnetplot(Adult_KEGG, shadowtext = 'none', showCategory = 5,
                    foldChange = fold_changesAdult)`

enter image description here

cnetplot dotplot clusterprofilier • 1.2k views
ADD COMMENT
1
Entering edit mode
2.2 years ago
pajnra ▴ 10

I figure it out by adjusting my qvalueCutoff.

ADD COMMENT

Login before adding your answer.

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