Skip to contents

Detect the label used for threshold from a pooled relative_abundance table

Usage

detect_threshold(rel_abund_tb, replace = TRUE)

Arguments

rel_abund_tb

A relative abundance table in tibble format.

replace

Logical, whether to return "Other" or NULL.

Value

A character vector of length one.

Examples

rel_abund_phy(physeq) %>% detect_threshold()
#> [1] "Other"