I am drawing two phylogenetic trees. To select the most approapriate model, I ran ProtTest with the aligned amino acid sequences. The ProtTest suggested that the best models for the two genes are Blosum62+G and WAG+I+G. However, When I try to build the trees using PhyML, I do not know how to set the parameters to fit to the suggested models. The option -m (or --model) can accept Blosum62 and WAG. But, which options can accept G and I in the suggested models?
A great help, Leo. Many thanks. I tried ProtTest3. When trying to get a consensus tree, I set -tc 0.5. I thought the option (-tc) was responsible for the construction of a consensus tree. I got a tree with all the support value of 100. I am a bit surprised because I never got that high support value with these sequences before. Is that the right way to build a consensus tree by bootstrapping in ProtTest3? Furthermore, I did not find the option for the times of bootstrapping.
There is another thread talking about phyml consensus trees. It seems that it needs extra effort to get a consensus tree using PhyML. Is it the same when using ProtTest3? Many thanks! Building Consensus Trees Of Phyml Bootstraps
This is the command I use to build the consensus tree:
There is another thread talking about phyml consensus trees. It seems that it needs extra effort to get a consensus tree using PhyML. Is it the same when using ProtTest3? Many thanks! Building Consensus Trees Of Phyml Bootstraps
I have never used this option, but I'm almost sure that the "consensus" they refer to is not a bootstrap consensus, it is the consensus among all models.
hat is, for each model ProtTest uses phyML once to find the maximum likelihood (ML) tree and ML parameters. And then the option
-tc
will use the ML trees (one per model) to calculate the consensus tree. If for all models the ML tree found was the same (maybe with different branch lengths), then you'll have 100% support.