Hello, I wondered if it whas possible within a newick tree to count the number of monophyletic groups even if intruders are splitting this group.
Here is an exemple
Let say you have the following three :
((A,A),((B,B),((A,A),A)))); here in that case A are species belonging to the Genus A for instance and B species from the Genus B.
And here if I use your package I should have a result that shows a monophyletic group for species B but not for species A because there is the two B species between them. But what I wanted to know if there were a way to count the number of groups where species A are grouped together, here a such result should be:
Number of groupes shared by A species = 2
Number of groupes shared by B species= 1
Is there any option in order to do that?
Thank you for your help :)
Thank you ! it works like a charme :)