I have a set of trees (e.g., MrBayes output *.runX.t) with many taxa: A, B, C, .... Z.

I need to infer statistical support for a certain clade ((E,F),G).

Sumtrees (Dendropy package) is a useful tool, but AFAIK the only thing it can provide in my case is the cumulative number of trees which contain ((E,F),G), or (E,(F,G)), or (E,F,G).

Is it possible to get a number of trees with the exact clade ((E,F),G) excluding trees with (E,(F,G)) or (E,F,G)?

Thank you in advance.

Similar questions and discussions