Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miami plot Two GWAS incorrect aligned #110

Open
XiaoyangDai1 opened this issue Oct 19, 2024 · 5 comments
Open

Miami plot Two GWAS incorrect aligned #110

XiaoyangDai1 opened this issue Oct 19, 2024 · 5 comments

Comments

@XiaoyangDai1
Copy link

gl.plot_miami2(path1=gwas,
path2=exwas,
build="38",
id1="SNPID",
id2="SNPID",
anno1="GENENAME",
anno2="GENENAME",
sig_level1=5e-8,
sig_line_color1="purple",
suggestive_sig_level1=1e-6,
suggestive_sig_line_color1="grey",
sig_level2=1.0438e-06,
sig_line_color2="purple",
verbose1=False,
verbose2=False,
save="miami.png", save_args={"dpi":400,"facecolor":"white"}
)

截屏2024-10-19 02 10 50

Please let me know how to fix it, thank you!

@XiaoyangDai1
Copy link
Author

The core thing is the upper GWAS contain 1:23 and the bottom only contain 1:22, so if there is any method to align them correctly? Thank you!

@Cloufield
Copy link
Owner

Cloufield commented Oct 19, 2024

Hi,
Thanks for reporting the error.
I just updated v3.4.49 to fix this.
would you please update pip install gwaslab==3.4.49 and try again. Thanks!

@XiaoyangDai1
Copy link
Author

XiaoyangDai1 commented Oct 19, 2024 via email

@Cloufield
Copy link
Owner

Hi Xiaoyang,

  1. It is already available and please try pip install gwaslab==3.4.49 again.
  2. I havent replicated this yet. Based on your code, rsID ` is not needed here. Could you please share the full log for this command. Thanks!

@XiaoyangDai1
Copy link
Author

Thank you, I dont know why I can not use pip access the latest version, but I use git clone and managed to do it. Besides, I used the anno_set and alias to finish the annotaion of the figure which works. So everything is done, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants