getYCTheta: Yue and Clayton Measure of Dissimilarity

View source: R/getYCTheta.R

getYCThetaR Documentation

Yue and Clayton Measure of Dissimilarity

Description

Yue and Clayton Measure of Dissimilarity

Arguments

x

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

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.

Value

Object of class dist

Author(s)

Sudarshan A. Shetty

References

Examples

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

RIVM-IIV-Microbiome/biomeUtils documentation built on July 20, 2023, 10:29 a.m.