Description Usage Arguments Details Value
View source: R/comp_prepare_otu_table.R
Make OTU tables for making comparisons of relative abundances among treatments.
1 2 3 4 5 | comp_prepare_otu_table(
expt.taxon.pc,
grps = "Treatment",
transformation = "sqrt_arc_sine"
)
|
expt.taxon.pc |
Phyloseq object from comp_prepare_phyloseq with percentages in the otu_table. |
grps |
Factor in sample data for which to make comparisons. |
transformation |
Transformation function to use. |
transformation may be "none" or a user-supplied function name in quotation marks or any of the built-it transformations("arc_sine", "log_arc_sine", or "sqrt_arc_sine"). The +sqrt_arc_sine" has generaally proven most effective.
A list consisting of an OTU table with percentages, an OTU table with transformed data, and a vector of treatment groups.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.