deepTools icon indicating copy to clipboard operation
deepTools copied to clipboard

potential duplicate code

Open zjsyj opened this issue 3 months ago • 0 comments

there might be a duplicate codes in heatmapper.py, method sort_group of class _matrix, starting line 1220 to line 1221

        elif sort_using == 'mean':
            matrix_avgs = np.nanmean(matrix, axis=1)
        elif sort_using == 'mean':
            matrix_avgs = np.nanmean(matrix, axis=1)

zjsyj avatar Sep 26 '25 02:09 zjsyj