-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error with Haplotypes #3
Comments
Ive got the same issue....also keen to help with test data |
It turns out my problem was the presence of bi-allelic markers. This code reproduces the error
Output
I was able to fit haplotype models once I had filtered bi-allelic markers out. |
Thank you for sharing this issue (and the reproducible example). Sorry for the late reply, but it is fixed. Biallelic haplotypes should no longer produce the error. Cheers, |
Many thanks Alejandro! |
This update seems to have created a new issue
|
Hi, I have been using your package. The package works fine with my alfalfa dataset when I am using
mpsnpdose
format(0-4), however, when I try to use microhaplotypes (multiallelic markers), there is an error:Haplotypes have been detected in the genotype matrix.
0 % missing genotypes detected.
No imputation will be performed.
No Q matrix will be used.
Linear model will be used.
Error in checkForRemoteErrors(val) :
2 nodes produced errors; first error: non-numeric matrix extent
I can share my dataset to test the error. Thank you for your help!
Best,
Cesar
The text was updated successfully, but these errors were encountered: