Anyone know of a program or R package which I could use to quickly tally up the most common topologies from a series of bootstrap pseudorep trees, or from trees sampled from a posterior distribution?

For example I would like to have something like the following output:

((1, 2), (3, 4), 5) 80

(1, (2, 3), (4, 5)) 17

(4, (1, 2), (3, 5)) 3

With each topology tallied up. I think I could script it without too much difficulty, but thought maybe there was something already made which could save me some time. Thanks in advance

Similar questions and discussions