Converts numerical genotype data (0, 1, 2) to actual allele pairs using annotation data.
Arguments
- genotype_data
A data frame containing genotype data with probeset_id column
- annotation_data
A data frame containing annotation data with Probe.Set.ID, Allele.A, and Allele.B columns
- validate_alleles
Logical indicating whether to validate allele assignments
- verbose
Logical indicating whether to print validation results