From d4f2af974fdb59a14816a05e08488af25a5f4fd3 Mon Sep 17 00:00:00 2001 From: makphd Date: Tue, 18 Nov 2025 16:04:48 -0800 Subject: [PATCH] Fixed: plot genesets without wordcloud and functionAnnotation==NULL --- R/PlotGeneSets.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/R/PlotGeneSets.R b/R/PlotGeneSets.R index 7c94cb9..1cc7ce9 100644 --- a/R/PlotGeneSets.R +++ b/R/PlotGeneSets.R @@ -150,10 +150,6 @@ setMethod(f="PlotGeneSets", align_to <- lapply(align_to, as.numeric) - annot_label <- rowAnnotation(keywords = anno_word_cloud(align_to, term), - annotation_name_align=T) - - if (wordcloud == TRUE) { if(is.null(unlist(term))) { message("The pathways not contain GO IDs. Then the Semantic enrichment wordcloud cannot be generated.")