Hi, I am parsing some trees from Ensembl's Compara that are in PhyloXML format. Internal nodes within these trees have several attributes, one of which indicates whether the node is a gene-duplication node or not.
I can't find the way to properly identify the duplication nodes using BioPython and the PhyloXML module (it seems much easier with my old BioPerl friend). I guess I have to do something with the class Events. Any help or clue?
Thanks!
Federico
Thank you! I didn't see your reply until now.