relative_abundance {OTU_table} R Documentation

Transform abundance data in an otu_table to relative abundance, sample-by-sample.

Description


Transform abundance data into relative abundance, i.e. proportional data. This is
an alternative method of normalization and may not be appropriate for all datasets,
particularly if your sequencing depth varies between samples.

Usage

relative_abundance(x);

Arguments

x

[as OTUTable]

Details

Authors

metagenomics_kit

Value

this function returns data object of type OTUTable.

clr value class

Examples


[Package OTU_table version 1.0.0.0 Index]