Hi
I want to make a newick format and then make a tree. I already have taxonomy ID of leaf nodes. If we assume that the tree is like A,B),C or A,(B,C) . How can check if the common node for A and B is closer than the first common node for A and C or B and C?
I am just looking for psudocode in perl. Thanks in advance.
I want to make a newick format and then make a tree. I already have taxonomy ID of leaf nodes. If we assume that the tree is like A,B),C or A,(B,C) . How can check if the common node for A and B is closer than the first common node for A and C or B and C?
I am just looking for psudocode in perl. Thanks in advance.
Comment