Tag: compareCluster

How to plot the result of compareCluster using ggplot

Hello, I am trying to plot the result of compareCluster. ck = compareCluster(geneCluster = data, fun = enrichGO, OrgDb = “org.At.tair.db”, keyType = “TAIR”, ont = “BP”, pAdjustMethod = “BH”, pvalueCutoff = 0.05, qvalueCutoff = 0.05, readable = TRUE) After this code, I get the result, but there is another…

Continue Reading How to plot the result of compareCluster using ggplot

Is the same order when using p value or q value for compareCluster analysis?

Is the same order when using p value or q value for compareCluster analysis? 1 Hey, I’m so confused about a simple question, hope you guys could help me! So I do a GO analysis using compareCluster as I compared my downregulated genes and upregulated genes. I’m wondering whether the…

Continue Reading Is the same order when using p value or q value for compareCluster analysis?

Error when using compareCluster from enichment

Error when using compareCluster from enichment 0 I have two data frames of RNA translated to the Entrezid Ids and when running the chunks through compare cluster I get the following error: Error in $<-.data.frame(*tmp*, “Cluster”, value = integer(0)) : replacement has 0 rows, data has 120 The data is…

Continue Reading Error when using compareCluster from enichment

cluster profiler for pathway analysis in scRNA Seq

Dear Community, I am trying to show pathway expression in 6 clusters that I identified in disease and control and would like to compare the corresponding clusters. I followed this post 438466 and used Pratik ‘s solution. Which gives me a plot only for the disease. However, I would like…

Continue Reading cluster profiler for pathway analysis in scRNA Seq

Preventing overlap of gene labels/names in cnetplot

Hello, I’m working on creating a cnetplot based off of a compareCluster enrichment result. I want to plot 5 GO Biological Processes as the individual categories with the corresponding genes connecting with each one of them. I’m able to do this successfully with the cnetplot function, but since each category…

Continue Reading Preventing overlap of gene labels/names in cnetplot

How to transform the deg gene list from seurat to a gene list input to clusterProfiler compareCluster ?

Sorry for lateness, I wanted to do something similar. This is what I did for reference: Using a Seurat generated gene list for input into ClusterProfiler to see the GO or KEGG terms per cluster. I’ll keep the meat and potatoes of the Seurat vignette in this tutorial: library(dplyr) library(Seurat)…

Continue Reading How to transform the deg gene list from seurat to a gene list input to clusterProfiler compareCluster ?