robinandeer / puzzle

Variant caller GUI + genetic disease analysis
https://robinandeer.gitbooks.io/puzzle/content/
MIT License
22 stars 7 forks source link

Improve filtering ui #137

Open vasiliosz opened 8 years ago

vasiliosz commented 8 years ago

Here are some suggestions for improving the filtering ui:

inklistrad_bild_13_02_16_12_15
guillermo-carrasco commented 8 years ago

Not in the list, but on Friday @robinandeer and me (mainly Robin) implemented the following behaviour:

This way the user quickly knows if a filter is being applied or not.

moonso commented 8 years ago

The filter box open when pushing load more

guillermo-carrasco commented 8 years ago

Hi @vasiliosz ,

Some comments:

what do you think?

vasiliosz commented 8 years ago

Sounds good @guillermo-carrasco. Agree that sliders may not be practical always, depending on the needed resolution. But it is also not completely intuitive at the moment that you're entering max frequency as fraction.

Does puzzle not count the rows at any point? During load or any other time? If so, I agree with your proposal. The idea is to set some sort of reference for the effect of variant filtration etc

dnil commented 8 years ago

Iff the vcf has been indexed, the number of records would presumably be in the index..

bcftools index -n hapmap_pos.vcf.gz
108
guillermo-carrasco commented 8 years ago

aha! @robinandeer , @moonso does the VCF plugin consider this information?

moonso commented 8 years ago

The problem is to know how many variants that pass a specific filter...