50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


DAAGbio (version 0.63-4)

primateDNA: Mitochondrial DNA sequence data from 14 primates

Description

Bases at 232 mitochondrial locations (not continuous), for each of 14 primates.

Usage

data(primateDNA)

Arguments

Format

A matrix of 14 rows (primate species) by 232 locations.

References

Felsenstein, J. 2003. Inferring Phylogenies. Sinauer.

Examples

Run this code
data(primateDNA)
if (FALSE) {
library(ape)
primates.dist <- dist.dna(as.DNAbin(primateDNA), model = "K80") 
primates.cmd <- cmdscale(primates.dist)
lefrt <- primates.cmd[,1] < apply(primates.cmd, 1, mean)
plot(primates.cmd)
text(primates.cmd, rownames(primates.cmd), pos=lefrt*2+2)
}

Run the code above in your browser using DataLab