get_taxa | R Documentation |
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
get_sample
taxa_names
sample_names
data(esophagus) sample_names(esophagus) get_taxa(esophagus, "B")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.