get_sample | R Documentation |
i
.This is a simple accessor function for investigating a single species-of-interest.
get_sample(physeq, i) ## S4 method for signature 'otu_table' get_sample(physeq, i) ## S4 method for signature 'phyloseq' get_sample(physeq, i)
physeq |
(Required). |
i |
(Required). A single taxa/species/OTU ID for which you want to know the abundance in each sample. |
An integer vector of the abundance values for
each sample in physeq
for species i
get_taxa
taxa_names
sample_names
data(esophagus) taxa_names(esophagus) get_sample(esophagus, "59_5_19")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.