
Transform Samples after Sample Group Summarization
Source:R/transform_abundance.R
transform_samples.RdSummarize samples by a grouping column in sample_info and then apply a
count transformation to the summarized abundance matrix.
Arguments
- object
A
microbiome_datasetobject.- group_by
A column in
sample_info.- what
Aggregation method used before transformation.
- method
Transformation method.
- pseudocount
A pseudocount added before transformations that require strictly positive values.
- ...
Other parameters passed to
transform_counts().