geno_lewm.deploy.import_.ancestry¶
ancestry
¶
AncestryDNA raw genotype importer.
parse_ancestry
¶
Parse common AncestryDNA rows into normalized genotype calls.
Source code in geno_lewm/deploy/import_/ancestry.py
convert_ancestry_to_vcf
¶
convert_ancestry_to_vcf(input_path: str | Path, output_path: str | Path, reference_alleles: ReferenceAlleles, *, sample_id: str = 'sample') -> VcfConversionSummary
Convert AncestryDNA raw genotype text to a local VCF file.