Program, which is used to hash real IDs to number IDs based on three files.
This program is dedicated for single step models. We need three files to insert.
- Phenotype file
- Pedigree file
- Genotype file
Program take IDs from these files. From Pedigree file take 3 columns. Then create file with unique IDs and its corresponding number. Next, program conversion IDs into numbers and save new files wit hash numbers. Finally, we have 5 output files.
- New phenotype file
- New pedigree file
- New genotype file
- File with IDS and numbers
- Log file (parameters of program operations)