orange3-single-cell icon indicating copy to clipboard operation
orange3-single-cell copied to clipboard

filtering simliarly as done for stored data sets from 10x

Open anupparikh opened this issue 7 years ago • 2 comments

we have a few data sets that use dispersion as a metric to filter genes. Can I do such filtering using the current filter widget? If not is this method worth implementing?

anupparikh avatar Jan 31 '18 15:01 anupparikh

Dispersion-based filtering is already implemented in Score Genes. But it does not show any visualization. Is that ok, or do you think it is better that we move all the gene scoring methods to Filter widget and then remove Score Genes?

BlazZupan avatar Mar 16 '18 14:03 BlazZupan

We now have 2 possible ways to filter genes/cells (after #133). We can think of adding a third. But we should try to avoid too much complexity and overlap between the Score Genes and Filter widgets.

I am thinking we could move the most general unsupervised metrics to Orange's Rank widget (e.g. mean, variance) and move single-cell oriented things to Filter. And then remove Score Genes which is a duplicate of Rank with a couple of extra metrics.

lanzagar avatar Mar 30 '18 11:03 lanzagar