add_mean_rel_abundances.Rd
This function adds mean relative abundance values for each taxon to the taxa table, overall or per sample group.
add_mean_rel_abundances(ta, condition = NULL, test = NULL)
A tidyamplicons object
A condition variable (character)
Differential abundance test to perform
A tidyamplicons object
If `condition` is specified, the mean relative abundances will be calculated separately for each group defined by the condition variable. This variable should be present in the sample table.
If `condition` is specified, differential abundance testing can be performed by setting the `test` argument. Options are NULL (default), "wilcox" or "t-test".