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

Cannot view multiple GWAS results on the same plot #92

Open
jjandshi opened this issue Dec 31, 2024 · 1 comment
Open

Cannot view multiple GWAS results on the same plot #92

jjandshi opened this issue Dec 31, 2024 · 1 comment

Comments

@jjandshi
Copy link

When testing "manhattan(list(CD_UKBB, CD_FINNGEN), legend_labels = c("UKBB", FinnGen")) " and clicking "Enter", plus sign appeared continuously.

@totajuliusd
Copy link
Owner

Hi, it looks like you are missing a hyphen around FinnGen in legend_labels. This should work:

manhattan(list(CD_UKBB, CD_FINNGEN), legend_labels=c("UKBB", "FinnGen"))

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