Open alekseybelikov opened 4 weeks ago
Hi @alekseybelikov! Thanks for using ArchR! Lately, it has been very challenging for me to keep up with maintenance of this package and all of my other responsibilities as a PI. I have not been responding to issue posts and I have not been pushing updates to the software. We are actively searching to hire a computational biologist to continue to develop and maintain ArchR and related tools. If you know someone who might be a good fit, please let us know! In the meantime, your issue will likely go without a reply. Most issues with ArchR right not relate to compatibility. Try reverting to R 4.1 and Bioconductor 3.15. Newer versions of Seurat and Matrix also are causing issues. Sorry for not being able to provide active support for this package at this time.
Attach your log file ArchR-plotEnrichHeatmap-32564018f95d-Date-2024-10-25_Time-20-25-52.634833.log
Describe the bug
1) Wherever there is
plotEnrichHeatmap
function followed byComplexHeatmap::draw
functtion, e.g.the following error occurs:
2) The same error occurs if instead of
ComplexHeatmap::draw(heatmapEM, heatmap_legend_side = "bot", annotation_legend_side = "bot")
a simple
draw(heatmapEM)
is used.3) Interestingly,
draw
works with no issues afterplotMarkerHeatmap
To Reproduce Reproduced multiple times in the tutorial, e.g
Expected behavior No error and the heatmap plotted
Workaround With the help of Claude I was able to devise a painful workaround:
It worked.
But this is really not what I want to do for every heatmap.