powered by
Get the taxa names.
taxa.names(biom)
A BIOM object, as returned from read.biom.
BIOM
A character vector of the taxa IDs / names in biom.
biom
Other accessor functions: counts(), info(), metadata(), nsamples(), ntaxa(), phylogeny(), sample.names(), sequences(), taxa.ranks(), taxonomy()
counts()
info()
metadata()
nsamples()
ntaxa()
phylogeny()
sample.names()
sequences()
taxa.ranks()
taxonomy()
# NOT RUN { library(rbiom) infile <- system.file("extdata", "hmp50.biom", package = "rbiom") biom <- read.biom(infile) taxa.names(biom) %>% head() # }
Run the code above in your browser using DataLab