top_taxa {microbiome} | R Documentation |
Return n most abundant taxa (based on total abundance over all samples), sorted by abundance
top_taxa(x, n = ntaxa(x))
x |
phyloseq object |
n |
Number of top taxa to return (default: all) |
Character vector listing the top taxa
data(dietswap) topx <- top_taxa(dietswap, n=10)