Thanks for the question!
We'd like to build user-friendly features for controlling the plot, but at present there is no UI to control the default plotting options.
That said, it can be done if you are familiar with your web browser's "JavaScript console", via the following magical incantation that directly calls custom code on the page. This changes the default plotting options for the association line of GWAS significance:
lz_plot_1.layout.panels[0].data_layers[0].offset = 1.234; // Default: is 7.301, also known as -log10(.05/1e6). Each association plot is a separate panel. If you are showing two plots, you may change panels[0], panels[1], etc
lz_plot_1.applyState(); // Re-render the plot, which causes layout changes to be applied
Obviously, this is not very intuitive. One thing that people can do to help us improve our UI is to get feedback on the kinds of data or defaults that would be helpful: LocusZoom has an infinite combination of options for color, size, shape, and what kind of data to show. But people would probably not like having to wade through infinite buttons. Knowing which settings are most important to change would help us focus on the most useful and user-friendly options first!
-Andy Boughton
abo...@umich.eduSenior Applications Programmer/Analyst
Center for Statistical Genetics
University of Michigan