Skip to content

LSD2: How to resolve polytomies in ML tree? #189

Answered by tothuhien
aalonsor15 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
Thanks @roblanf for answering the question. So briefly, if you want of force LSD2 not to make polytomies, for example you want the minimum branch length is 0.001, you can add the option:
--date-options "-l 0 -u 0.001"
option -l 0 prevents to collapse small (non-informative) branches at the beginning. The reason we want to collapse small branches is because they are normally not accurately resolved; so we rather consider them to be unresolved to prevent this inaccuracy to propagate to the dating estimation. And -u forces all estimated branches to be >= than the set value.
For the side effect of that, the dating tree may not correspond to the optimal solution. By forcing some branch len…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@roblanf
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by aalonsor15
Comment options

You must be logged in to vote
1 reply
@roblanf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants