HaojiaWu / plot1cell

A R package for advanced single cell data viz
MIT License
38 stars 22 forks source link

Error in anno_zoom using complex_heatmap_unique() #9

Open pandaqiuqiu opened 4 months ago

pandaqiuqiu commented 4 months ago

I encountered an error when I used "complex_heatmap_unique" function as follows:

complex_heatmap_unique(sce4, celltype = "10", group = "Group", gene_highlight = c("CDK1")) Error in anno_zoom(...) : unused arguments (add_new_line = TRUE, value_range = c(1, 2))

Here are the versions of the main packages I am using. Could you please take a look and see what might be the reason? Thanks you so much

plot1cell_0.0.0.9000 ComplexHeatmap_2.10.0 Seurat_5.0.1 SeuratObject_5.0.1

HaojiaWu commented 3 months ago

I will look into it. It might be from compatibility issue with the newer version of the dependencies. plot1cell was built on Seurat V4. we haven't tested it on Seurat V5 yet. We plan to release an updated version of plot1cell once we have thoroughly tested it with the newer Seurat version and ComplexHeatmap.