chanzuckerberg / ExpressionMatrix2

Software for exploration of gene expression data from single-cell RNA sequencing.
MIT License
28 stars 4 forks source link

Create cell set using multiple combined criteria #7

Open paoloczi opened 7 years ago

paoloczi commented 7 years ago

Be able to send several filters at once instead of doing each at a time and then doing the intersection.

For categorical queries, this capability is provided to some extent by the syntax for regular expressions.

Other complex queries can be implemented one step at a time, so this is an efficiency issue, not a functionality issue. Therefore postpone for now.