Estimate the F_ROH representation of inbreeding/shared-ancestry from genetic DNA data kit file.
A raw genetic DNA data kit file used for genealogical research.
Supported DNA kit file formats:
- Ancestry.com (array v2, converter v1)
- MyHeritage.com (format v1)
- TODO: test more formats
pip install -r requirements.txtpython dna_inbred_estimate.py -file <file-name>python dna_inbred_estimate.py -helpRun the following code formatting before making a PR:
black .ruff check .