Welcome to ibd_dendrogram’s documentation!

ibd_dendrogram is a python package designed to provide a consistent framework for generating dendrograms based on pairwise IBD sharing between individuals. This tool is designed to be used in conjunction with the output from DRIVE. This package works directly with the networks.txt and the allpairs.txt file produced by DRIVE.

Installation:

This tool can be installed from PYPI using the following command

pip install ibd-dendrogram

Attention

This package currently only supports python>=3.10. It currently has type annotations that will not work in python<=3.9.