polytomies
#869
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
hyanwong
Oct 30, 2023
Replies: 1 comment
-
Hi - yes, polytomies are often generated by tsinfer. See e.g. https://tskit.dev/tsinfer/docs/stable/tutorial.html#toy-example. The Tskit gives a tree-by-tree way of breaking polytomies in https://tskit.dev/tskit/docs/stable/python-api.html#tskit.Tree.split_polytomies |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hyanwong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi - yes, polytomies are often generated by tsinfer. See e.g. https://tskit.dev/tsinfer/docs/stable/tutorial.html#toy-example. The
tsqc
utility currently being developed will display stats on the number of children for large inferences (we call this the "arity" of a node).Tskit gives a tree-by-tree way of breaking polytomies in https://tskit.dev/tskit/docs/stable/python-api.html#tskit.Tree.split_polytomies