Dear Yoav,
just to add my two cents here: Guido (Grimm) already mentioned how branch support values can be added to Newick tree files. However, the Newick format did not originally intend to have such extra annotations, and so this is more of a hack - and to make it more complex, there are different variants of that hack. Hence, when visualizing the tree with support values on it, you need to be aware of which hack was used - and in particular, when you re-root the tree, errors can occur when this is not taken into account. See here for details: https://academic.oup.com/mbe/article/34/6/1535/3077051
That being said, as you have "unambiguous support" in your tree, not much can go wrong, as all the support values are the same anyway. But still, I figured that more people should be aware of the issue, to prevent future mistakes ;-)
Cheers and all the best
Lucas
--
You received this message because you are subscribed to the Google Groups "raxml" group.
To unsubscribe from this group and stop receiving emails from it, send an email to raxml+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/raxml/bc8cc271-2708-4934-b6ba-e006c665ff58n%40googlegroups.com.

Dear Yoav,
the rooted Newick tree is now:
(apl,(nau,((oct,bim)100,((sep,squ)100,(bob,lin)100)100)100);
Is this correct?
Not quite, there seems to be a parenthesis missing at the end. How did you obtain this tree? I would not recommend editing Newick trees by hand - way too error prone! But with an additional closing parenthesis at the end, that tree is equivalent to the one I get from rerooting at "apl" with Dendroscope, so it looks okay.
I assume that since the support values are 100 per each node (actually the branch connecting it to its neighbor node in the direction of the trifurcation), the visualized rooted tree will have "100" on each inner branch, and I wouldn't have to worry about transforming the support values on the branch now connecting the root to the subtree (nau,((oct,bim)100,((sep,squ)100,(bob,lin)100)100);
I am not quite sure what you mean by this. As Guido Grimm said,
support values are not "per each node" - they are per
branch/bipartition/split/internode.
In your tree, the support value for that clade that connects to the root (which is not a top-level trifurcation any more, since you now rooted it) is missing its support value. But that is correct, because it connects to a single leaf node on the other side of the root ("apl"), and single nodes usually do not have support values (because their split/bipartition is included in every tree anyway, so it does not make much sense to add them). If instead of just "apl" the other side of the root contained more taxa, you would want to have a support value there - and in fact, it would have to be added to both sides of the branches of the root node, because now that the tree is rooted, the two branches leading away from the root are in fact one branch only, which is just drawn as two branches. See Fig 2(c) of the article (https://academic.oup.com/mbe/article/34/6/1535/3077051) for an example.
Hope that helps
Lucas
To view this discussion on the web visit https://groups.google.com/d/msgid/raxml/b11cfb28-f3fd-4655-a540-91b3f4dc5e70n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/raxml/21a58b61-2ba5-4a16-8d91-b8f569b23fbdn%40googlegroups.com.