https://github.com/tskit-dev/tscompare
Utilities for comparing tree sequences
https://github.com/tskit-dev/tscompare
Last synced: 3 months ago
JSON representation
Utilities for comparing tree sequences
- Host: GitHub
- URL: https://github.com/tskit-dev/tscompare
- Owner: tskit-dev
- License: mit
- Created: 2019-03-29T12:05:49.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-09-10T12:15:21.000Z (8 months ago)
- Last Synced: 2025-09-11T20:25:22.311Z (8 months ago)
- Language: Python
- Size: 48.8 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Citation: CITATION.md
Awesome Lists containing this project
README
# tscompare
[](https://github.com/tskit-dev/tscompare/blob/main/LICENSE) [](https://pypi.org/project/tscompare/) [](https://pypi.org/project/tscompare/) [](https://github.com/tskit-dev/tscompare/actions/workflows/docs.yml) [](https://github.com/tskit-dev/tscompare/actions/workflows/tests.yml)
Utilities for comparing Ancestral Recombination Graphs (ARGs) represented as tree sequences. Provides tooling to quantify similarities and differences between ARG topologies, haplotype paths, and related structures. At present, this repository implements the methods described in
[Fritze et al., "A forest is more than its trees: haplotypes and ancestral recombination graphs"](https://doi.org/10.1101/2024.11.30.626138).
Documentation: https://tskit.dev/tscompare/docs/stable/ (latest: https://tskit.dev/tscompare/docs/latest/)
## Installation
Install from PyPI:
```
python -m pip install tscompare
```
See documentation for usage and examples: https://tskit.dev/tscompare/docs/stable/