summarize_taxa: summarize_taxa

Description Usage Arguments Author(s) Examples

Description

summarize phyloseq object on different taxonomy level.

Usage

1
summarize_taxa(physeq, level = "Family", keep_full_tax = TRUE)

Arguments

physeq

a phyloseq object

level

the taxonomy level to summarize. Level must be one from 1 to 7, while 1 is Kingdom and 7 is Species.

keep_full_tax

logistical value whether to use the full tax path. Default is FALSE.

Author(s)

Chenghao Zhu

Examples

1
2
3
library(phyloseq)
data("GlobalPatterns")
GP_family = summarize_taxa(GlobalPatterns, level=5)

zhuchcn/phylox documentation built on May 31, 2019, 5:14 p.m.