如何在圆形R封装中绘制没有连接​​高度的热图?

时间:2019-10-16 01:42:49

标签: r heatmap circlize

我正在寻找在circos.genomicHeatmap()中绘制没有连接​​高度的热图的解决方案

我尝试使用“ NULL”,“ FALSE”和“ 0”作为连接 _height参数,但不能解决我的问题。

基本上,我不希望热图之间有任何缝隙。

circos.genomicHeatmap(data, numeric.column = c(4,5,6,7), 
col = col1 ,side = "inside", connection_height = convert_height(0, "mm"),
heatmap_height = 0.1, line_col = "white")

ERROR:

Error: Summation of cell padding on y-direction are larger than the height of the cells.


circos.genomicHeatmap(data, numeric.column = c(4,5,6,7), col = col1,
side = "inside", connection_height = NULL , heatmap_height = 0.1, 
line_col = "white")

ERROR:

Error in if (track.start - track.height - track.margin[2] < 0 || track.start -  : 
  missing value where TRUE/FALSE needed


0 个答案:

没有答案