Skip to content

Commit b2def42

Browse files
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

1 file changed

+2
-2
lines changed

scijava-ops-image/src/main/java/org/scijava/ops/image/coloc/saca/SACA.java renamed to scijava-ops-image/src/main/java/org/scijava/ops/image/coloc/saca/SACAHeatmapZScore.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
* @author Ellen TA Dobson
5555
* @author Edward Evans
5656
* @param <I> input type
57-
* @implNote op names='coloc.saca', priority='100.'
57+
* @implNote op names='coloc.saca.heatmapZScore', priority='100.'
5858
*/
5959

60-
public class SACA<I extends RealType<I>> implements
60+
public class SACAHeatmapZScore<I extends RealType<I>> implements
6161
Functions.Arity5<RandomAccessibleInterval<I>, RandomAccessibleInterval<I>, I, I, Long, RandomAccessibleInterval<DoubleType>>
6262
{
6363

0 commit comments

Comments
 (0)