hstrat enables phylogenetic inference on distributed digital evolution populations
Project description
hstrat
hstrat enables phylogenetic inference on distributed digital evolution populations
Free software: MIT license
Documentation: https://hstrat.readthedocs.io.
from hstrat import hstrat
individual1 = hstrat.HereditaryStratigraphicColumn()
individual2 = hstrat.HereditaryStratigraphicColumn()
individual1_child1 = individual1.CloneDescendant()
individual1.HasAnyCommonAncestorWith(individual2) # -> False
individual1_child1.HasAnyCommonAncestorWith(individual2) # -> False
individual1_grandchild1 = individual1_child1.CloneDescendant()
individual1_grandchild2 = individual1_child1.CloneDescendant()
individual1_grandchild1.CalcRankOfMrcaBoundsWith(
individual1_grandchild2,
) # -> (1, 2)
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.0.0 (2022-02-22)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hstrat-0.3.2.tar.gz.
File metadata
- Download URL: hstrat-0.3.2.tar.gz
- Upload date:
- Size: 61.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58a827dc6dea07606434926ad7a3029d0a9fad63f5c4c7f66088c60f49292f98
|
|
| MD5 |
1ce169357a2b1669cd1c65ec145a5fb3
|
|
| BLAKE2b-256 |
9c617d4ff0bad2661f27aa2e4851909a63d384fa6cbc1b7d7530825e8bb5449b
|
File details
Details for the file hstrat-0.3.2-py2.py3-none-any.whl.
File metadata
- Download URL: hstrat-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 95.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2505cae3203ee6d873c5e5fbcfc62be4e0168fa9a0df5fad5a7cb0a727680dda
|
|
| MD5 |
938498cb38c35a59b1047c0274b9bf19
|
|
| BLAKE2b-256 |
fc20fc4133bb2b33b7b931d8263a2b0f4fe4f4e22bd7fdbc5ca60d30b9e9deac
|