taxa.names: Get the taxa names.

Description Usage Arguments Value See Also Examples

Description

Get the taxa names.

Usage

1
taxa.names(biom)

Arguments

biom

A BIOM object, as returned from read.biom.

Value

A character vector of the taxa IDs / names in biom.

See Also

Other accessor functions: counts(), info(), metadata(), nsamples(), ntaxa(), phylogeny(), sample.names(), sequences(), taxa.ranks(), taxonomy()

Examples

1
2
3
4
5
6
    library(rbiom)
    
    infile <- system.file("extdata", "hmp50.bz2", package = "rbiom")
    biom <- read.biom(infile)
    
    taxa.names(biom) %>% head()

rbiom documentation built on Nov. 5, 2021, 9:11 a.m.