add 更新 R 脚本,调整列名字体大小,优化热图可读性
This commit is contained in:
parent
86290ea648
commit
3164475b4b
@ -67,7 +67,7 @@ circos.track(track.index = get.current.track.index(), panel.fun = function(x, y)
|
|||||||
n <- length(cn)
|
n <- length(cn)
|
||||||
circos.text(rep(CELL_META$cell.xlim[2], n) + convert_x(0.5, "mm"),
|
circos.text(rep(CELL_META$cell.xlim[2], n) + convert_x(0.5, "mm"),
|
||||||
1:n + 2.5,
|
1:n + 2.5,
|
||||||
cn, cex = 0.6, adj = c(0, 0.5), facing = "inside")
|
cn, cex = 1.0, adj = c(0, 0.5), facing = "inside") # 将 cex 从 0.6 改为 1.0
|
||||||
}
|
}
|
||||||
}, bg.border = NA)
|
}, bg.border = NA)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user