diff --git a/README.md b/README.md index fe75e97..8a6d074 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

diff --git a/README_EN.md b/README_EN.md index 5464ab4..c1a06cd 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,5 +1,5 @@

- +

diff --git a/default.aproj b/default.aproj index 463cd36..8332d5f 100644 --- a/default.aproj +++ b/default.aproj @@ -1,11 +1,12 @@  - + + - - + + diff --git a/main.aardio b/main.aardio index e35723a..9b41f96 100644 --- a/main.aardio +++ b/main.aardio @@ -40,7 +40,7 @@ import console; import process.r; import fsys.dlg; -mainForm.editRScript.print($"\res\heatmap_script.R"); +mainForm.editRScript.print($"\script\heatmap_script.R"); // 选择文件按钮点击事件 mainForm.btnSelectFile.oncommand = function(id, event) { diff --git a/res/result.jpg b/res/result.jpg deleted file mode 100644 index 8e71b39..0000000 Binary files a/res/result.jpg and /dev/null differ diff --git a/res/result.png b/res/result.png new file mode 100644 index 0000000..3c6d61b Binary files /dev/null and b/res/result.png differ diff --git a/res/heatmap_script.R b/script/heatmap_script.R similarity index 96% rename from res/heatmap_script.R rename to script/heatmap_script.R index 5d5368b..32c8af6 100644 --- a/res/heatmap_script.R +++ b/script/heatmap_script.R @@ -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)