Filters the full list of clusters by keeping only those with greater than or equal to min_terms # of terms.
filter_clusters(all_clusters, min_terms)The filtered data frame with clusters filtered to include only those with at least `min_terms` terms.
A dataframe containing the merged seeds with column named `ClusterIndices`.
An integer specifying the minimum number of terms required in a cluster.