Software for visualising GWAS results
Does anyone know a good GWAS visualisation package that can be integrated into a website? I've seen a website using this one:

Which looks brilliant. Does anyone know if that is a downloadable package? I'm looking for a package preferably in javascript. I've seen jbrowse but the graphs aren't that nice looking.
• 3,275 views
•
link
2 answers
Have you seen the gwasviewer plugin for jbrowse? https://github.com/elsiklab/gwasviewer

It doesn't by default view all chromosomes at a time but I made a demo of that here for example in this gist
Disclaimer: developed by me
• 0 views
•
link
@entheologist33, The GWAS visualization may comes from ZBrowse. Check out the following links.
• 0 views
•
link
Log in to answer this question.
Have you seen the gwasviewer plugin for JBrowse https://github.com/elsiklab/gwasviewer
disclaimer: developed by me :)
basic feature set of gwasviewer: mouseover and click action for each variant, configurable coloring and score functions, can read from multiple types of data sources of variant data, etc.
If you don't mind a bit of coding, using R Shiny this should be pretty easy.