Hello,
I have a problem trying to show support values in my consensus tree.
I have 100 different trees (dendrograms) created using nj with euclidean matrix distances.
I would want to create a consensus tree combining all these trees and add the proportion values (number of trees to the total) that support each branch of the topology of the resulting tree. I can create the majority-rule consensus tree using the function consensus (with p = 0.5) from ape package, but I can't find how to show the support values.
Thank you in advance,
Jose