discover_patterns().min_count argument of discover_patterns() is now called min_freq. In the context of this function, "count" now refers to the number of sequences that a pattern is present in, and "frequency" is the total number of occurrences of a pattern.group to discover_patterns() for comparing pattern counts between groups.