On search, allow for retaining only IDs that meet a minimum count. For example, if searching for a feature, only retain sample IDs in which that feature was present at least min_count times. If searching for features present in samples, only return features present at least min_count times.
On search, allow for retaining only IDs that meet a minimum count. For example, if searching for a feature, only retain sample IDs in which that feature was present at least
min_count
times. If searching for features present in samples, only return features present at leastmin_count
times.