delta: Estimating delta values from a distance matrix.

Usage Arguments Value References Examples

Usage

1
estdelta(disMat = NULL)

Arguments

disMat

a distance matrix with column and row names

Value

returns a list of two, quartet: vector of delta numbers, each corresponded to a quartet in the distance matrix. taxa: matrix of delta numbers, colnames corresponded to taxaNames taxaNames: vector of taxaNames

References

Holland,B.R. et al. 2002. Delta plots: a tool for analyzing phylogenetic distance data. Mol. Biol. Evol., 19, 2051-2059.

Examples

1
2
3
4
5
6
data(tetraexp)
dis.mat <- expdist(tetraexp.objects, taxa = "all",
                     subtaxa = "Brain",
                     method = "pea")
deltas <- estdelta(dis.mat)
hist(deltas$quartet)

HangRuan1912/phyExp documentation built on July 15, 2019, 9:01 p.m.