You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor edits to Merge Heatmap tool documentation including note on ways to co-opt the tool and fixing broken internal docs links. Heatmap Labeler was also fixed for broken internal docs links and header level of "Command Line Interface".
Copy file name to clipboardExpand all lines: docusaurus/docs/figure-generation/heatmap-labeler.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ Any file with a `.png` extension may be loaded into the Label Heatmap tool. When
19
19
Clicking "Generate" will execute the script to write `.svg` files, each with one of the `.png` files embedded and annotated by the user-specifications. The output files will be named like the input files with the `_label.svg` suffix replacing the `.png` extension.
Copy file name to clipboardExpand all lines: docusaurus/docs/figure-generation/merge-heatmap.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The following files will be paired off for merging:<br />
46
46
unpaired: `SampleC_sense_treeview.png`
47
47
48
48
:::caution
49
-
Make sure you are merging PNG files with the same pixel-dimensions.
49
+
Make sure you are merging PNG files with the same pixel-dimensions. ScriptManager will terminate the process if it encounters a pair of images with unequal dimensions and report it to the user in a pop-up window.
See from the above specifications $P_{sense}$ and $P_{anti}$ could be swapped around with no effect on the merged output. In other words, the tool is not doing anything fancy or ChIP-exo specific and is agnostic to the specifics of the input outside of the dimensions and the `.png` format. Should the need arise, you could co-opt the command line interface for merge heatmap to bypass the file naming enforcement strategy employed by the graphical interface to merge any pair of `.png` files with the same dimensions.
74
+
:::
75
+
76
+
72
77
## Command Line Interface
73
78
Usage:
74
79
```bash
@@ -93,8 +98,8 @@ Expects two [PNG][png-format] like the output from the [heatmap tool][heatmap].
0 commit comments