Cloufield / gwaslab

A Python package for handling and visualizing GWAS summary statistics. https://cloufield.github.io/gwaslab/
GNU General Public License v3.0
149 stars 25 forks source link

Making merge of figures #102

Open migueep450 opened 1 month ago

migueep450 commented 1 month ago

Hi! I would like to make a figure where 3 different mqq plots (coming from different summaries statistics) are displayed in 3 different rows. Is this possible?

Cloufield commented 1 month ago

Hi, It is possible to create a stacked Manhattan/Regional plot. The function is still under development, but you can try with gl.plot_stacked_mqq() as shown in https://cloufield.github.io/gwaslab/visualization_stacked_mqq/ . Note: "mode=mqq" was not supported yet for this stacked mqq.