I was using ArchR and I get stuck at
draw(heatmapPeaks,
heatmap_legend_side = "bot",
annotation_legend_side = "bot").
I got
Error in (function (filename = "Rplot%03d.png", width = 480, height = 480, :
unable to start device 'png'
In addition: Warning message:
In (function (filename = "Rplot%03d.png", width = 480, height = 480, :
cairo error 'invalid value (typically too big) for the size of the input (surface, pattern, etc.)'
Did anyone experienced similar problem and how do you solve it?
Best