Hey guys,
What is the best way to checking if a set of gene/homolog trees, (about a 1000 tree files), has a certain amount of taxa within them? Baring in mind, you want the trees to also include an outgroup taxon as well.
I was thinking about using python along with a dictionary to check for this, but I don't know of any way to make tree files readable objects in python.
Instead, of python are there any R packages that could help me do this.
Or am I approaching this wrong? Any thoughts?
Thanks in advance!
Yes, I generated the trees. But not all the trees are inclusive of the taxa I'm interested in. And there are too many trees to look through by hand.
Will the ETE toolkit allow me as you say parse the non-inclusive trees?