UREC - Unrooted REConciliation
Please refer to BitBucket Git repository for the newest version
Contents
General description
Urec is a software for computing unrooted gene and rooted species tree reconciliation, and
inferring species phylogenies from sets of unrooted gene family trees
based on results presented in [1,2].
Click here for the description of the software (this file is included in the packages below). Downloads
Unix v1.02 sources (run make to compile): urec102src.tgz
Windows executables v1.01 (console application; mingw compilation): urec101mingw.zip (soon version v1.02) Old versions
Changes
The result of experiments
General info
The sequences grouped into families taken from:
http://cbi.labri.fr/Genolevures/.
Unrooted gene trees computed by ClustalW.
Species:
Input files
The sets of gene and species trees:
The first experiment (by cost)
The summary of costs can be computed by:
urec -b -S strees.txt -G gtrees.txt -cC or in sorted version (in Unix with sort): urec -b -S strees.txt -G gtrees.txt -cC | sort -n -k2 To compute distributions of gene duplications and losses add "-d" option: urec -b -S strees.txt -G gtrees.txt -cCd To obtain distributions shown as attributes in the nested parenthesis notation: urec -b -S strees.txt -G gtrees.txt -cCx Results:
The second experiment (by voting)
Computed by:
urec -v -S strees.txt -G gtrees.txt or in sorted version (in Unix with sort): urec -v -S strees.txt -G gtrees.txt -cC | sort -r -n -k2 Results (the points are not normalized): resultsvoting.txt Bibliography
[1] Pawel Gorecki and Jerzy Tiuryn, URec:
a system for unrooted reconciliation, Bioinformatics 2007
23(4):511-512
[2] Pawel Gorecki and Jerzy Tiuryn, Inferring phylogeny from whole genomes, Bioinformatics 2007 23: e116-e122 (Proc. of ECCB 2006) Homepage
|