enrichplot icon indicating copy to clipboard operation
enrichplot copied to clipboard

Visualization of Functional Enrichment Result

Results 151 enrichplot issues
Sort by recently updated
recently updated
newest added

Recently, the ontology check was introduced to `goplot`, but there was a typo where `BP` was incorrectly specified as `BF`. This was subsequently fixed in the message, but not in...

Hi, I encountered an issue where some pathways that were passed the significant cutoffs (adjusted p

Because p-values are often more symmetrically distributed on a log scale, the current color scale leads to many instances of plots where the highest p-value is orders of magnitude larger...

Hi, I got an error when using `cnetplot` ```r # plot hallmark pathways > cnetplot(ora.H) Error: ! Problem while computing aesthetics. ℹ Error occurred in the 5th layer. Caused by...

Hello, I am trying to use emapplot and get the following error: ``` emapplot(GO_CC_down) + labs(title="Enrichment map for GO CC down") + theme(plot.title=element_text(hjust=0.5,size=15,face="bold")) Error in rowSums(data[, cols]) : 'x' must...

I am running a emmaplot on a on gseGO object. How can I change the size of text labels for each of the categories? I coudn't see any built-in options....

I ran the general pipeline with entrez_ids from my DEG analysis ``` gene_list % filter(avg_log2FC >= 0.4) %>% pull(X) entrez_ids

Hello, I updated enrichplot, clusterprofiler, dose, geosemsim and installed ggtangle, however, all the emapplots are empty. ``` library(clusterProfiler) library(enrichplot) library(tidyverse) library(org.Hs.eg.db) #org.Rn.eg.db #org.Hs.eg.db library(RDAVIDWebService) library(ggplot2) library(pathview) library(rrvgo) library(GOSemSim) library(ggtangle) input_data

unable to install R on v4.4.2 due to ggtangle dependency which apparently is not available for this version. See error code below install(packages = "bioc::enrichplot") # Downloading packages ------------------------------------------------------- -...