simplifyEnrichment icon indicating copy to clipboard operation
simplifyEnrichment copied to clipboard

increase size of word clouds with anno_word_cloud_from_GO

Open ALbpASC opened this issue 11 months ago • 0 comments

Hi, I'm trying to increase the size of the word cloud with the function anno_word_cloud_from_GO(), using the argument "size" anno_word_cloud(), but I can't make it work. this is the command I'm running:

c1_c1 <- ComplexHeatmap::Heatmap(mat, 
                        cluster_rows = F, 
                        row_split = df$cluster.x, 
                        show_row_names = F,
                        show_column_names = F, 
                        row_title = NULL,
  right_annotation = rowAnnotation(go = anno_word_cloud_from_GO(df$cluster, df$ID))
)

any help? Thanks

ALbpASC avatar Sep 09 '23 18:09 ALbpASC