simplifyEnrichment icon indicating copy to clipboard operation
simplifyEnrichment copied to clipboard

Installation: Error in anno_zoom(...)

Open Deepesh123gupta opened this issue 2 years ago • 0 comments

I have installed ComplexHeatmap. Once, I am using it to plot heatmap using metadata. It is showing me an error:

"Error in anno_zoom(...) : unused arguments (add_new_line = TRUE, value_range = c(1, 2))".

Trackback: 5: anno_link(align_to = align_to, which = "row", panel_fun = panel_fun, size = gbl_h, gap = unit(2, "mm"), width = gbl_w + unit(5, "mm"), link_gp = bg_gp, internal_line = FALSE, side = side, ...) 4: anno_word_cloud(row_split, term, add_new_line = TRUE, value_range = c(1, 2), fontsize_range = c(12, 12)) 3: HeatmapAnnotation(..., which = "row") 2: rowAnnotation(wc = anno_word_cloud(row_split, term, add_new_line = TRUE, value_range = c(1, 2), fontsize_range = c(12, 12))) 1: complex_heatmap_unique(seu_obj = SO, celltype = "A", group = "Group2", gene_highlight = c("gene1", "gene2"))

What does this mean? How to fix the issue! Thanks

Deepesh123gupta avatar Dec 01 '22 19:12 Deepesh123gupta