Commit b2def42
committed
Rename saca op to saca.heatmapZScore
The SACA framework has three components:
- Z score heatmap
- SigPixel matrix
- pValue matrix
The Z score heatmap is the result of weighted kendall tau
operation. The SigPixel (significant pixel) and pValue results
are derived from the heatmap Z score. Thus to use the SigPixel
and pValue matrix outputs the user needs to first create
the Z score heatmap.1 parent 4b1124f commit b2def42
File tree
1 file changed
+2
-2
lines changed- scijava-ops-image/src/main/java/org/scijava/ops/image/coloc/saca
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments