-
Notifications
You must be signed in to change notification settings - Fork 6
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
Mis labelling of lead SNP #9
Comments
Same issue here |
The problem is with the add_label() function;
Which returns row.names if you have a factor. Changing the rsid column to character solves it. Adding this to the function would prevent such an issue. |
Hi |
Locus compare plot do not show the lead snp in my data.
Using the command below still do not work. Any suggestions to deal with this in R ?
locuscomparer::locuscompare(gwas_data,cqtl_data, title1 = "GWAS",
title2 = "cQTL", snp = "rs28393318")
The text was updated successfully, but these errors were encountered: