Replies: 1 comment
-
If you mean that you want to summarize across multiple chromosomes, each inferred separately by tsinfer, then I think it may not be necessary to union the tree sequences: you can probably summarise the topology results across chromosomes by just adding the means (weighted by the chromosome length) and dividing by the total genome length. Note that you might want to remove centromeres and other "blank" regions from the length calculations. Within a chromosome, however, there are fast methods for counting topologies: see #671 and the link from there to tskit/python/tskit/combinatorics.py Line 37 in 829fd1f |
Beta Was this translation helpful? Give feedback.
-
In tskit-dev/tsinfer#989, @MatteoSebastianelli asked:
Beta Was this translation helpful? Give feedback.
All reactions