ndcn / omicser

The NDCN omics browser app for browsing and sharing general omics data.
https://ndcn.github.io/omicser
Other
3 stars 3 forks source link

target features should OR with filtered features #92

Closed ergonyc closed 2 years ago

ergonyc commented 2 years ago

the desired behavior of filtering features and target features would be to first, test if target features are in ALL the database features (remove if not... maybe add NA row? future?) second, union of filtered and target (OR operation)..

currently only allowing target features as subset of filtered features.

ergonyc commented 2 years ago

closing and merging with #132