I have a bipartition from tree(a) where only one single mutation hits a specific edge of the (converts 0 to 1 - infinite sites model) and affecting all the descendants of this edge with the mutation 1. For example I might end up with the following bipartition: {A,B,C} | {D,E} where A, B, C, D, and E are leaf labels (taxa).
I'm interested in identifying whether the aforementioned bipartition is compatible with tree(b). In other words, I want to identify whether tree(b) contains that bipartition. Is there any package in R that could assist in doing this?