Enhanced Volcano Error when drawing connectors
1
0
Entering edit mode
@867c352b
Last seen 18 months ago
United States

Hi!

When using Enhanced Volcano, I get the following error when attempting to draw the connecting lines, using drawConnectors = TRUE: " Error in grid.Call(C_convert, x, as.integer(whatfrom), as.integer(whatto), : Viewport has zero dimension(s)". I tried setting maxoverlaps = True, but this did not solve the error.

EnhancedVolcano • 1.6k views
ADD COMMENT
0
Entering edit mode
Kevin Blighe ★ 3.9k
@kevin
Last seen 19 hours ago
Republic of Ireland

Apologies for the delay, I travelled back in time but have now returned.

This error is unrelated to EnhancedVolcano. It is implying that you need to increase the dimensions of the graphics device to which your R session is sending output.

If you are exporting to a file (e.g. pdf(), png(), et cetera), you can just increase values for width and height. If you are using RStudio, then don't use RStudio... just kidding. First create a larger graphics device window via dev.new(width = x, height = y), then run EnhancedVolcano(...).

Kevin

ADD COMMENT

Login before adding your answer.

Traffic: 914 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6