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

Bugfix: manhattan.R now indexes with BP, not SNP which should be an optional column #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samuelejones
Copy link

As the title suggests, the manhattan function does not require a SNP column, but when creating the index (to handle the cases where there are missing chromosomes), it uses the CHR and (possibly non-existent) SNP column. I have replaced the call to d$SNP with d$BP, which is a required column and produces the same result as using d$SNP (when it exists).

I'm honestly not sure how this has been broken for 7 years without a fix...

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

Successfully merging this pull request may close these issues.

1 participant