This is a test version of Biostars. For the public version, visit https://www.biostars.org.
opensource grafical user interface for filtering millions of annotated variant

Hi, I'am looking for an open source grafical user interface for filtering annotated variant. My principal constrain is that i have lots of variants. I need this software to be open source to add specific feature that we want. If you have some name or idea it will be very appreciated

sequencing snp

My principal constraint is that i have lots of variants.

IMHO, your real problem is the GUI itself. A command-line is always better for this task.

Agreed. But a GUI may be preferable if Aurélien Béliard needs to give "non-command-line users" the ability to do some of the exploration themselves.

5 answers

I asked a similar question and compiled a list in another post - I updated it not long ago, so it's pretty current.

Hi there,

Just want to say I made mendelmd.org for that.

It's free and open source!

VCF Miner https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4793895/

another solution: using linux and zenity ( https://en.wikipedia.org/wiki/Zenity ) it's possible to create a simple interface for a linux cmd-line. Here is a GUI for my VCF filter vcffilterjdk: http://lindenb.github.io/jvarkit/VcfFilterJdk.html

(you just have to fix the path to vcffilterjdk.jar...)

galaxy https://usegalaxy.org/

Log in to answer this question.