add 更新 R 脚本,调整列名字体大小,优化热图可读性

This commit is contained in:
freefire 2025-01-13 21:41:41 +08:00
parent 86290ea648
commit 4fc40bcfa4
5 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="./res/result.jpg" width="200" />
<img src="./res/result.png" width="200" />
</p>
<h1 align="center">
<img src="./res/app.png" width="30" style="vertical-align: middle;" />

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="./res/result.jpg" width="200" />
<img src="./res/result.png" width="200" />
</p>
<h1 align="center">
<img src="./res/app.png" width="30" style="vertical-align: middle;" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

BIN
res/result.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -67,7 +67,7 @@ circos.track(track.index = get.current.track.index(), panel.fun = function(x, y)
n <- length(cn)
circos.text(rep(CELL_META$cell.xlim[2], n) + convert_x(0.5, "mm"),
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)