Build a phylogenetic tree
02/24/2012 Leave a comment
- Collect a list of needed sequences.
- Do multiple sequence alignment, for example mafft (mafft –localpair –maxiterate 1000 a.fa > a.ali).
- Build a phylogenetic tree, for example FastTree (FastTree a.ali > a.nwk).
- Visualize the phylogenetic tree, for the iToL (http://itol.embl.de/) web server.

