There is already an optiongreater-than N for printing kmers that occur more than N times in the input. It would also be nice to have a similar option most-frequent x where x ranges from (0,1]. This option would return top x fraction of the most repetitive kmers. Similarly least-frequent x may also be useful.
There is already an option
greater-than N
for printing kmers that occur more than N times in the input. It would also be nice to have a similar optionmost-frequent x
where x ranges from (0,1]. This option would return top x fraction of the most repetitive kmers. Similarlyleast-frequent x
may also be useful.