This is my initial command:
raxml-ng --threads auto{36} --tree pars{100} --workers auto --all --data-type AA --model JTT+F+R10 --site-weights /cta/users/bselcuk/GPCRA/ClassA/ClassA_tree/linsi_op4_ep0/7bins_exp_converted_range.txt --force msa_dups --force msa_names --seed 2 -msa /cta/users/bselcuk/GPCRA/ClassA/ClassA_tree/linsi_op4_ep0/consensus0.2_olfrep_wdup_linsi_op4_ep0_trimmedends_ginsi_op4_reordered_gt0.4.fasta --prefix ginsi_op4_gt0.4_7bins_exp_converted_range --bs-trees autoMRE{500} --bs-metric tbe,fbp
TBE measure is very important for my analysis. After getting poor TBE support values I wanted to validate it by using.
raxml-ng --support --tree /cta/users/bselcuk/GPCRA/ClassA/ClassA_tree/ginsi_op4_gt0.4_7bins_exp.raxml.bestTree --bs-trees /cta/users/bselcuk/GPCRA/ClassA/ClassA_tree/ginsi_op4_gt0.4_7bins_exp.raxml.bootstraps --prefix 7bins_exp_validation --threads 1 --bs-metric tbe,fbp
When I compare FBP support values, they are the same on the other hand TBE are significantly different. I believe that they should be exactly the same too.
Which one should I trust?
Can it be related to the rooting of the tree which I am doing when I am using Dendroscpoe? I am choosing the bootstrap option to visualize support values.
I would appreciate it if you could help.
Thank you in advance.