| zwets.com | general | history | kinship | algorithm | manual | download |
I originally wrote pedkin to help my wife Marieke Dekker with her Ph. D. research on the genetics of Parkinson's disease. Marieke was struggling with a 10,000+ person pedigree stored in a genealogical database, which she had to massage into a format acceptable for a program to calculate kinship coefficients.
Since I was refreshing my rusty C++ skills at the time, this seemed like the perfect toy project to exercise my knowledge of the new C++ standard and STL constructs.
The first program I wrote was intended to just convert the output of the genealogical program to the input format of the kinship program. The genealogical program was called HazaData, which led me to call my software hzcvt. Later, I decided to also write a program to do the kinship analysis itself. I called that software hzanal.
When hzanal got into more widespread use than I originally intended, I decided to GPL it, put it on the web, and give it a less silly name. Which is how pedkin came about.
For any C++ programmers out there: the book I used was Accelerated C++ by Andrew Koenig & Barbara Moo. It is an absolute must read for any C++ hacker, whether expert or novice.
Note: you are viewing the 'retro' version of these pages. This is either because you are using an outdated browser, or you have disabled JavaScript so I can't check whether your browser is up to date. If neither is the case, please notify me so I can fix this. Otherwise, why not upgrade to an up to date version of Mozilla, Opera or IE?
Pedkin comes with ABSOLUTELY NO WARRANTY. Read the license for more details. Pedkin is Copyright © 2002, 2003 Marco van Zwetselaar