taxa: Taxa Names

View source: R/taxa.R

taxaR Documentation

Taxa Names

Description

List the names of taxonomic groups in a phyloseq object.

Usage

taxa(x)

Arguments

x

phyloseq-class object

Details

A handy shortcut for phyloseq::taxa_names, with a potential to add to add some extra tweaks later.

Value

A vector with taxon names.

Author(s)

Contact: Leo Lahti microbiome-admin@googlegroups.com

References

To cite the microbiome R package, see citation('microbiome')

Examples

data(dietswap)
x <- taxa(dietswap)

microbiome/microbiome documentation built on Aug. 22, 2023, 7:12 a.m.