taxa.names {rbiom}R Documentation

Get the taxa names.

Description

Get the taxa names.

Usage

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

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


[Package rbiom version 1.0.3 Index]