qmplot icon indicating copy to clipboard operation
qmplot copied to clipboard

A Python package for creating high-quality manhattan and Q-Q plots from GWAS results.

Results 9 qmplot issues
Sort by recently updated
recently updated
newest added

when ax pass to the function, return is empty.

bug

https://github.com/ShujiaHuang/qmplot/blob/ed1d5a82055ba8c787c2dbae69d533893438390e/qmplot/modules/_qq.py#L232-L235 It would be nice if the above logic can be moved to https://github.com/ShujiaHuang/qmplot/blob/ed1d5a82055ba8c787c2dbae69d533893438390e/qmplot/main.py#L113. That way the underlying qqplot function can be used as a plotting library function, where it...

bug
enhancement

Is there a way to annotate and highlight more SNPs than just the SNP with the top p-value? For example, by providing a list of SNPs to annotate or regions...

enhancement
help wanted

![image](https://user-images.githubusercontent.com/1787695/150286188-24e7db04-697a-499f-ac66-55954b3277c0.png)

enhancement

It would be nice if we could pass a dict with custom annotations to the `qm.manhattanplot` function. For example, if I already know the IDs of my top hits and...

Hello, I'm reading through the documentation for qmplot and making a Manhattan plot. Very useful! I was wondering if it's possible to decrease the marker size. In ax.scatter(), I can...

Hi! Here I've added an option to also annotate SNVs provided with "highlight_other_SNPs_indcs" argument. So if one wants to compare to GWAS results via Manhattanplot or just they just have...

Thanks for the great tool. There are lots of situations that values other than p-value such number of reads per region, rna-count, etc need to be plotted in manhattan format....

Hi, I used your example code to save the image: ` ax = manhattanplot(data=df, xticklabel_kws={"rotation": "vertical"}, sign_marker_p=None, genomewideline=None, suggestiveline=5e-8)` `plt.savefig(os.path.join(output_dir, 'manhattan_qmplot.png'))` but the saved image is empty