clusterProfiler icon indicating copy to clipboard operation
clusterProfiler copied to clipboard

Error in ans[ypos] <- rep(yes, length.out = len)[ypos] : replacement has length zero

Open mick42-star opened this issue 1 year ago • 5 comments

I use ‘clusterProfiler’ version 4.5.1.902 to do gse analysis, I got gse result and related dotplot, however, I cannot generate ridgeplot.

gse <- gseGO(geneList=gene_list, ont ="ALL", keyType = "SYMBOL", nPerm = 10000, minGSSize = 3, maxGSSize = 800, pvalueCutoff = 0.05, verbose = TRUE, OrgDb = "org.Mm.eg.db", pAdjustMethod = "none")

image

dotplot(gse, showCategory=10, split=".sign") + facet_grid(.~.sign)

image

ridgeplot(gse)

Error in ans[ypos] <- rep(yes, length.out = len)[ypos] : replacement has length zero

mick42-star avatar Oct 05 '22 02:10 mick42-star