biocore / redbiom

Sample search by metadata and features
Other
45 stars 20 forks source link

ENH/API: add in minimum count filtering on search #74

Closed wasade closed 5 years ago

wasade commented 5 years ago

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.