Discrepancies in Tree Topology with Different Models in IQ-TREE #222
-
|
Hi everyone, I'm encountering an issue with tree topology discrepancies when using different models in IQ-TREE and I'm looking for some suggestions. Considering a quartet with branch lengths 0.1, for example, (Leaf_1:0.1,Leaf_2:0.1,(Leaf_3:0.1,Leaf_4:0.1):0.1), I've used an alignment simulator to generate alignments given this topology and these branch lengths. Then, I have provided the simulated FASTA file and the tree topology (without branch lengths) as inputs to IQ-TREE to estimate the branch lengths of the tree. When I use the GTR model (012345), I obtain very accurate results for branch length estimation, and the correct topology is returned. For example: (Leaf_1:0.099,Leaf_2:0.101,(Leaf_3:0.101,Leaf_4:0.096):0.102); However, using the 12.12 model, I notice that IQ-TREE returns different topologies, such as:
I also noticed that the output with the GTR model (012345) gives an unrooted tree, whereas the 12.12 model always returns a rooted tree and places a root. Could this be contributing to the observed discrepancies? Any help or guidance would be greatly appreciated. I'm particularly interested in understanding why the 12.12 model leads to different topologies. Thank you in advance! Best regards, Adrià |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
12.12 is a non-reversible model -> see the tutorial on Rooting phylogenetic trees, specifically the "Inferring rooted trees without outgroup" part |
Beta Was this translation helpful? Give feedback.
12.12 is a non-reversible model -> see the tutorial on Rooting phylogenetic trees, specifically the "Inferring rooted trees without outgroup" part