Skip to contents

Filter the taxa

Usage

filter_taxa(ta, ...)

Arguments

ta

A tidytacos object.

...

Filter criteria for the taxa table.

Value

A tidytacos object.

Examples

# keep only bacterial reads
leaf <- leaf %>% filter_taxa(kingdom == "Bacteria")