-
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
ArgumentError: Person 5101360 is his or her own ancestor. #9
Comments
The Stacktrace is as followed:
I am not familiar with Julia so, sadly, I don't really understand this. |
I'm sure @ericsobel has a better idea of how to help you, but I'll try to explain what's going on. According to your stack trace, the error is a result of this line in MendelBase.jl. To reach this error, the Do you think you can upload your data and control file so I can play with it? |
Thank you for the quick reply and the thorough explanation, it is very much appreciated! :) There is an important observation that I think you might be interested in. As seen from above, fam20 is the pedigree that has the erroneous entry. If I was to toss out fam20 from my entire pedigree file, and run the command again, the same error would happen, but for a different person from a different family. This tells me that there doesn't seem to be anything wrong with fam20's pedigree itself, but maybe it has something to do with the combination of different pedigrees. Is this piece of information useful to you? Sadly, I don't think I can provide you with the pedigree file since this data is private as of now. Thank you |
I will have to consult my advisors who know more about the |
Background
I have a pedigree file with roughly 35,000 rows and around 700 families. The file looks something like this
Issue
The command I used to calculate the theoretical kinship matrix is
but it throws
ArgumentError: Person 5101360 is his or her own ancestor
errorI checked my pedigree file and saw that this is person is NOT his or her own ancestor. This person's ID appears once in the
Person
column of the entire pedigree file and that's it. So there is no way that this person is his or her own ancestor.I am wondering if I can get some insight into the error and maybe figure out why it's throwing this error. Is there maybe a file size limit to the program?
Thank you,
The text was updated successfully, but these errors were encountered: