Yue and Clayton Measure of Dissimilarity

Arguments

x

A phyloseq object or a data.frame with taxa-columns and samples-rows

Value

Object of class dist

Details

Calculates Yue and Clayton measure of dissimilarity between samples. It considers total number of taxa between two samples and the relative abundance of each taxa.

References

Author

Sudarshan A. Shetty

Examples

library(biomeUtils)
data("FuentesIliGutData")
yc.dis <- getYCTheta(FuentesIliGutData)
#yc.dis[1:3,1:4]