phyloseq (version 1.16.2)

taxa_sums: Returns the total number of individuals observed from each species/taxa/OTU.

Description

A convenience function equivalent to rowSums or colSums, but where the orientation of the otu_table is automatically handled.

Usage

taxa_sums(x)

Arguments

Value

  • A numeric-class with length equal to the number of species in the table, name indicated the taxa ID, and value equal to the sum of all individuals observed for each taxa in x.

See Also

sample_sums, rowSums, colSums

Examples

Run this code
data(enterotype)
taxa_sums(enterotype)
data(esophagus)
taxa_sums(esophagus)

Run the code above in your browser using DataLab