daisybio / DIGGER

Fork for developing Digger 2.0
https://www.exbio.wzw.tum.de/digger-dev/
GNU General Public License v3.0
0 stars 2 forks source link

Add filters #80

Open PelzKo opened 2 weeks ago

PelzKo commented 2 weeks ago

In edge enrichment you can already sort by the values of the table. Maybe it would be an idea to add filters too (if it is not too much work). This would allow you to only show the significant results, only those from a specific source, only with a pvalue below X. I think categorical filters (significant or source) would help more than the numeric ones (like pvalue). Same for "Gene is known in the pathway" in the Pathway analysis tab

Eeeeelias commented 2 weeks ago

While I like the idea of filters, I think adding them may be a little too complex (https://datatables.net/extensions/fixedcolumns/examples/styling/col_filter.html) especially in our context (in comparison to the value they bring).

However, using the search functionality already provides a good option to filter down results.

PelzKo commented 1 week ago

That is a good point! I did not know that the search would look in all categories, so maybe we could add an info (Type "Yes" into the search to only see the significant ones) or a button that does that

Eeeeelias commented 1 week ago

Yes sure! I think the easiest option would be to give the search bar a hint as in "'Yes' to see only significant"?