Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_taxa-methods

Returns all abundance values of sample i.


Description

This is a simple accessor function for investigating a single sample-of-interest.

Usage

get_taxa(physeq, i)

## S4 method for signature 'otu_table'
get_taxa(physeq, i)

## S4 method for signature 'phyloseq'
get_taxa(physeq, i)

Arguments

physeq

(Required). otu_table-class, or phyloseq-class.

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.

Value

An integer vector of the abundance values for each species in physeq for sample i

See Also

Examples

data(esophagus)
sample_names(esophagus)
get_taxa(esophagus, "B")

phyloseq

Handling and analysis of high-throughput microbiome census data

v1.34.0
AGPL-3
Authors
Paul J. McMurdie <joey711@gmail.com>, Susan Holmes <susan@stat.stanford.edu>, with contributions from Gregory Jordan and Scott Chamberlain
Initial release
2019-04-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.