Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 696 Bytes

File metadata and controls

42 lines (28 loc) · 696 Bytes

DNA Inbred Estimate

Estimate the F_ROH representation of inbreeding/shared-ancestry from genetic DNA data kit file.

Requirements

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

Install

pip install -r requirements.txt

Run

python dna_inbred_estimate.py -file <file-name>

Options

python dna_inbred_estimate.py -help

Contribute

Run the following code formatting before making a PR:

black .
ruff check .