Description Usage Arguments Examples
View source: R/pime.split.by.variable.R
The used input file (in phyloseq object format) is sliced according to a metadata variable present in the metadata file. Code extracted from metagMisc: v.0.0.4 - DOI 10.5281/zenodo.172500
1 | pime.split.by.variable(physeq, variable, drop_zeroes = T)
|
physeq |
The input file in phyloseq object format |
variable |
Any variable present in the metadata to be analyzed "variable to split" |
drop_zeroes |
Remove OTUs/ASVs with zeros, default is TRUE. If FALSE, OTUs with zero counts will be kept. Further analysis based on dissimilarity measurements (Bray-Curtis) might produce empty files. |
1 | phylist=pime.split.by.variable(restroom, "Environment")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.