Count2Distance(Data, Distance, Penalty = NULL, PhyTree = NULL, UnifOpts = NULL, Adjust = TRUE)Distance == "UniFrac".
c(Weight, Type), where Weight takes values between 0 and 1, and Type takes values in c(Unweighted, Variance Adjusted, Generalized).
.Machine$double.eps) to off-diagonal elements which are equal to zero. This is to facilitate construction of metric multidimensional models.
KenDist
data(metagencounts)
Distance <- Count2Distance(Data = metagencounts$Counts, Distance = "Kendall's tau-distance",
Penalty = 0.5);
Run the code above in your browser using DataLab