Skip to contents

add_clr_abundance() calculates the log ration transformed values for each taxon in each sample and adds these data in a new table, clr_counts. Alternatively, using 'overwrite', the clr transformed data can replace the 'counts' column in the count table.

Usage

add_clr_abundance(ta, overwrite = F)

Arguments

ta

A tidytacos object.

overwrite

Whether or not the counts table is to be overwritten with the transformed counts.

Value

A tidytacos object.