So far in this chapter, we've assumed that trees are already available and ready to use. Of course, there are many ways to make a phylogenetic tree and, in this recipe, we'll take a look at some of the different methods available.
Reconstructing trees from alignments using phangorn
Getting ready
For this chapter, we'll use the datasets/ch4/ file, the abc.fa file of yeast ABC transporter sequences, the Bioconductor Biostrings package, and the msa and phangorn packages from CRAN.
How to do it...
Constructing trees using phangorn can be executed using the...