Hi,
I am to label a tree with #1 in all the nodes, from root to the leaf.
Example:
(((Sp1 #1 , Sp2) #1, Sp3) #1 ,(Sp4,Sp5)); for Sp1
(((Sp1, Sp2 #1 ) #1 , Sp 3) #1 ,(Sp4,Sp5)); for Sp2
(((Sp1, Sp2), Sp3 #1 ) #1 ,(Sp4,Sp5)); for Sp3
(((Sp1, Sp2), Sp3),(Sp4#1,Sp5) #1 ); for Sp4
(((Sp1, Sp2), Sp3),(Sp4,Sp5 #1)#1); for Sp5
In my real data i will have from 20 to 39 species, and this for many genes, so is impractical to do it manually, does anyone knows any software or script to do it?
Thanks in advance,
João Paulo
Thanks, worked perfectly.
I want to test the selective pressure in all lineages but trying to reduce the effect of the low divergence problem. In my set of genes i detected ~10-20 genes under selection in spefific terminal branches, but in humam only 2, i supose is the low divergence time with the chimp, since only the branch that point is tested, and will also turn impossible the presence of branches with dS=0. The free-ratio should be avoid since has too much parameters to consider. So i decided to try like this.
Do you think is an incorrect approach? I am learning...
Thanks,
Jp