diff.entropy {microbiome} R Documentation

evaluate the similarity of two taxonomy data vector

Description

Usage

diff.entropy(v1, v2,
    rank = Genus);

Arguments

v1

the names of the list should be the BIOM taxonomy string, content value of the list is the relative abundance data. [as list]

v2

the names of the list should be the BIOM taxonomy string, content value of the list is the relative abundance data. [as list]

Details

compares on a specific TaxonomyRanks

Authors

metagenomics_kit

Value

this function returns data object of type double.

clr value class

Examples


[Package microbiome version 1.0.0.0 Index]