powered by
Get the taxonomy table.
taxonomy(biom)
A character matrix of the named taxonomies in biom.
biom
A BIOM object, as returned from read.biom.
BIOM
Other accessor functions: counts(), info(), metadata(), nsamples(), ntaxa(), phylogeny(), sample.names(), sequences(), taxa.names(), taxa.ranks()
counts()
info()
metadata()
nsamples()
ntaxa()
phylogeny()
sample.names()
sequences()
taxa.names()
taxa.ranks()
library(rbiom) infile <- system.file("extdata", "hmp50.bz2", package = "rbiom") biom <- read.biom(infile) taxonomy(biom)[1:4,]
Run the code above in your browser using DataLab