Cibiv / IQ-TREE

Efficient phylogenomic software by maximum likelihood
http://www.iqtree.org
GNU General Public License v2.0
184 stars 44 forks source link

Ancestral sequence reconstruction #9

Closed bqminh closed 7 years ago

bqminh commented 8 years ago

Computing the ancestral sequences as well as ancestral state probabilities of all internal nodes for a given tree. Although this was long implemented in several programs, including very good Tal Pupko's FastML, they do not provide the variety of models available in IQ-TREE. A marginal state probabilities computation is straight-forward and was already implemented.

iqtree -s alignment -te user_tree -asr

TODOs (as of Sept 8, 2016):

bqminh commented 7 years ago

Done in latest v1.6. Joint reconstruction will not be implemented due to its code complexity.