Idea Summary
In IG, in addition to filtering using regular columns, also allow filtering using aggregations. The aggregation filters should be applied after first applying the regular filters.
Use Case
Filtering using aggregation allows use cases not possible with the current filters. In genetics, for example, end users would like to find compound heterotsygous genes as follows:
- filter variants using the existing IG filters
- add control break (gene) to allow compound heterotsygous analysis
- add aggregation “count(variant)”
- filter genes using “count(variant) > 1”