R/Utilities.R
get_unique_max_rows.Rd
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)
the count table.