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