SIP_betaDiv_ord: Calculating & plotting beta diversity for a list of phyloseq...

Description Usage Arguments Value Examples

View source: R/BD_ordinations.R

Description

For each phyloseq object in a list, calculates beta-diversity between all samples using the phyloseq::distance function.

Usage

1
2
SIP_betaDiv_ord(physeq_l, method = "unifrac", weighted = TRUE,
  fast = TRUE, normalized = TRUE, parallel = FALSE, plot = FALSE)

Arguments

physeq_l

A list of phyloseq objects

method

See phyloseq::distance

weighted

Weighted Unifrac (if calculating Unifrac)

fast

Fast calculation method

normalized

Normalized abundances

parallel

Calculate in parallel

plot

Return a plot (instead of a data.frame of ordination data)

Value

If plot==FALSE, a data.frame object of beta-diversity values. If plot==TRUE, a glob object for plotting.

Examples

1
2
3
4
5
6
data(physeq_S2D2_l)
## Not run: 
physeq_S2D2_l_df = SIP_betaDiv_ord(physeq_S2D2_l)
head(physeq_S2D2_l_df, n=3)

## End(Not run)

HTSSIP documentation built on Sept. 14, 2019, 1:02 a.m.