Entering edit mode
11.5 years ago
Adam Taranto
▴
40
I am developing a workflow for high-throughput identification of lateral gene transfer candidates. I have attached kingdom level taxonomic identifiers to each of a set of homologous sequences, which were then aligned and used to build a tree.
I now have a large number of newick formatted trees and would like to search them for interesting clades. i.e. Return trees with clades that contain sequences from two or more kingdom-level taxa AND where the count of taxa from one group is more than double the other.
Does anyone know of an existing tool or method to search tree topologies with logical queries?
Don't know of a tool that does that. For what it's worth, I use dendropy for reading newick trees in python. I guess you could search the tree recursively for clades that answer you criteria.