Returns all abundance values of sample i.
This is a simple accessor function for investigating a single sample-of-interest.
get_taxa(physeq, i) ## S4 method for signature 'otu_table' get_taxa(physeq, i) ## S4 method for signature 'phyloseq' get_taxa(physeq, i)
physeq |
(Required). |
i |
(Required). A single sample for which you want to know the abundance of each species. Can be integer for index value, or sample name. |
An integer vector of the abundance values for
each species in physeq
for sample i
data(esophagus) sample_names(esophagus) get_taxa(esophagus, "B")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.