Assign each column to its best row, ensuring no duplicate rows Greedy approach: process columns by their max value (highest first)

get_unique_max_rows(count_matrix)

Arguments

count_matrix

the count table.