treebase {apTreeshape} | R Documentation |
This set contains two trees extracted from the TreeBASE Database.
carnivora.treeshape
:
This data set describes the phylogenetic relationships of carnivora as reported by Bininda-Emonds OR, Gittleman JL, Purvis A.. They inferred this phylogeny combining phylogenetic information in a supertree construction.
primates
:
This data set describes the phylogenetic relationships of the primates as reported by Hayasaka K., Gojobori T. and Horai S.. They inferred this phylogeny from the evolution of mitochondrial DNA.
data(carnivora.treeshape) data(primates)
These data are stored as an object of class "treeshape"
.
Bininda-Emonds, O. R., Gittleman, J. L. and Purvis, A. (1999) Building large trees by combining phylogenetic information: a complete phylogeny of the extant Carnivora (Mammalia). Biological Reviews, 74, 143 – 175. for more details about "carnivora.treeshape"
.
Hayasaka, K., Gojobori, T. and Horai, S. (1988) Molecular phylogeny and evolution of primate mitochondrial DNA. Molecular Biology and Evolution, 5, 626 – 644, for more details about "primates"
.
# Example tree in Treeshape format data(carnivora.treeshape) plot(carnivora.treeshape) data(primates) plot(primates)