Skip to contents

Return a character vector of unique taxa from a relative abundance table.

Usage

all_taxa(rel_abund_tb)

Arguments

rel_abund_tb

A relative abundance table in tibble format.

Value

A vector arranged by abundance.

Examples

rel_abund_phy(phy = physeq) %>%
    all_taxa()
#> # A tibble: 6 × 1
#>   taxon           
#>   <fct>           
#> 1 Pseudomonadota  
#> 2 Spirochaetota   
#> 3 Actinomycetota  
#> 4 Bacillota       
#> 5 Bacteroidota    
#> 6 Deferribacterota