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

Make sure single-character codes in encode_geno() #16

Closed
kbroman opened this issue Jun 20, 2019 · 1 comment
Closed

Make sure single-character codes in encode_geno() #16

kbroman opened this issue Jun 20, 2019 · 1 comment

Comments

@kbroman
Copy link
Member

kbroman commented Jun 20, 2019

Make sure the allele codes in encode_geno() are single characters; otherwise you get weird results. If allele codes are like "AA", "CC", "GG", "TT", can just take the first letter. If there are some hets in there, treat as missing.

@kbroman
Copy link
Member Author

kbroman commented Sep 25, 2019

I'll just have it give an error.

kbroman added a commit to kbroman/qtl2convert that referenced this issue Sep 25, 2019
@kbroman kbroman closed this as completed Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant