This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ArchR error Error in grid.Call.graphics(C_downvppath, name$path, name$name, strict): Viewport 'Norm. Enrichment -log10(P-adj) [0-Max]_heatmap_body_1_1' was not found

Hi, currently im using ArchR i got this error while creating heatmap

ComplexHeatmap::draw(heatmapEM, heatmap_legend_side = "bot", annotation_legend_side = "bot")

ERROR occurs

Error in grid.Call.graphics(C_downvppath, name$path, name$name, strict): Viewport 'Norm. Enrichment -log10(P-adj) [0-Max]_heatmap_body_1_1' was not found Traceback:

  1. ComplexHeatmap::draw(heatmapEM, heatmap_legend_side = "bot", . annotation_legend_side = "bot")
  2. .local(object, ...)
  3. draw(ht_list, ...)
  4. draw(ht_list, ...)
  5. .local(object, ...)
  6. grid.draw(p)
  7. grid.draw.gTree(p)
  8. recordGraphics(drawGTree(x), list(x = x), getNamespace("grid"))
  9. drawGTree(x)
  10. grid.draw(x$children[[i]], recording = FALSE)
  11. grid.draw.grob(x$children[[i]], recording = FALSE)
  12. recordGraphics(drawGrob(x), list(x = x), getNamespace("grid"))
  13. drawGrob(x)
  14. preDraw(x)
  15. preDraw.grob(x)
  16. pushvpgp(x)
  17. pushgrobvp(x$vp)
  18. pushgrobvp.vpPath(x$vp)
  19. downViewport(vp, strict = TRUE, recording = FALSE)
  20. downViewport.vpPath(vp, strict = TRUE, recording = FALSE)
  21. grid.Call.graphics(C_downvppath, name$path, name$name, strict) ... . switch(on_error, continue = invokeRestart("eval_continue"), . stop = invokeRestart("eval_stop"), error = NULL) . }, "Viewport 'Norm. Enrichment -log10(P-adj) [0-Max]_heatmap_body_1_1' was not found", . base::quote(grid.Call.graphics(C_downvppath, name$path, name$name, . strict))) Output is truncated. View as a scrollable element or open in a text editor. Adjust cell output settings...
archr

Is this the actual error output or did you manually number the code steps? If latter, please edit the post and post actual code (without the numbers).

Select the code portion in your post by highlighting text and then use 101010 button in the edit window to format as code.

0 answers

No answers yet.

Log in to answer this question.