phyloseq_filter_top_taxa: Extract the most abundant taxa.

View source: R/phyloseq_filter.R

phyloseq_filter_top_taxaR Documentation

Extract the most abundant taxa.

Description

Extract the most abundant taxa.

Usage

phyloseq_filter_top_taxa(physeq, perc = 10, n = NULL)

Arguments

physeq

A phyloseq-class object

perc

Percentage of the most abundant taxa to retain

n

Number of the most abundant taxa to retain (this argument will override perc argument)

Value

Phyloseq object with a filtered data.


vmikk/metagMisc documentation built on April 13, 2025, 7:54 p.m.