Skip to content

R055A/dna-inbred-estimate

Repository files navigation

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 .