View source: R/conglomerate_samples.R
conglomerate_samples | R Documentation |
Inputs a phyloseq object and merges the samples that meet the specified criteria into a single sample. This is meant for replicates, or samples statistically proven to not be significantly different. This should be used with caution as it may be a misleading representation of the data.
conglomerate_samples(phyloseq_obj, treatment, subset = NULL)
phyloseq_obj |
A |
treatment |
Column name as a |
subset |
A factor within the |
phyloseq-object
merge_samples()
conglomerate_samples(soil_column,
treatment = c('Day', 'Matrix', 'Treatment'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.