pime.split.by.variable: Per variable slices

Description Usage Arguments Examples

View source: R/pime.split.by.variable.R

Description

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

Usage

1
pime.split.by.variable(physeq, variable, drop_zeroes = T)

Arguments

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.

Examples

1
phylist=pime.split.by.variable(restroom, "Environment")

microEcology/pime documentation built on Nov. 13, 2019, 11:16 p.m.