menchelab / BioProfiling.jl

A flexible Julia toolkit for high-dimensional cellular profiles
MIT License
13 stars 1 forks source link

Allow more than 2 filters or selectors in combination #8

Open koalive opened 4 years ago

koalive commented 4 years ago

CombinationFilter and CombinationSelector are currently only accepting 2 elements. It would be useful to accept more than 2 when they can be combine with the same function (e.g. union or intersect).